Commit 4a8f389
committed
refactor(P060): drop createField from the copilot bridge
Removes the bridge.createField method, CreateFieldArgs type, the
CREATE_FIELD BridgeRequestType variant, and the matching timeout-bucket
arm. The copilot demo never invoked it: create_field is not a registered
LLM tool (CLIENT_TOOL_NAMES omits it) and there are no direct
non-dispatcher consumers. Cleanup of dead surface — the iframe contract
itself still exposes CREATE_FIELD for SDK consumers, this only trims the
copilot's internal bridge.1 parent 577aa65 commit 4a8f389
3 files changed
Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
389 | 387 | | |
390 | 388 | | |
391 | 389 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | 390 | | |
403 | 391 | | |
404 | 392 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 71 | | |
82 | 72 | | |
83 | 73 | | |
| |||
104 | 94 | | |
105 | 95 | | |
106 | 96 | | |
107 | | - | |
108 | 97 | | |
109 | 98 | | |
110 | 99 | | |
| |||
131 | 120 | | |
132 | 121 | | |
133 | 122 | | |
134 | | - | |
135 | 123 | | |
136 | 124 | | |
137 | 125 | | |
| |||
0 commit comments