Commit 90ef0e3
committed
sync(bfmono): chore(workloops): require chief draft requests to use assistant action decks (+19 more) (bfmono@662ef26c4)
This PR is an automated gambitmono sync of bfmono Gambit packages.
- Source: `packages/gambit/`
- Core: `packages/gambit/packages/gambit-core/`
- bfmono rev: 662ef26c4
Changes:
- 662ef26c4 chore(workloops): require chief draft requests to use assistant action decks
- 4c93fdf01 fix(gambit): route codex action tools through mcp app-server
- ed0a77510 fix(gambit): send codex sandbox policy over app-server
- 0b8f12707 fix(gambit): route codex system prompts through developer instructions
- f25e00a04 fix(bfdesktop): keep chief runtime on container-local codex
- fcc13f6e7 fix(gambit): fail fast when codex app-server exits early
- f11655105 feat(gambit): add codex app-server transport
- 148c26943 test(gambit-core): relax worker async-start cancellation timing
- 510d1dd75 fix(gambit): allow headless repl --message without a tty
- e64dcbacd fix(gambit-core): honor timeoutMs=0 in worker sandbox
- 8a5a19912 fix(gambit-simulator): use publish-safe gambit imports
- 6b73128ca chore(gambit-simulator): align generated artifacts with extracted ui path
- 5ef26bf23 refactor(gambit): extract simulator into sibling package
- d13a6c8df refactor(gambit-core): remove built-in deck and card shims
- e42baa6d3 refactor(bfdesktop): replace codex repair flow with runtime auth state
- f674c499a fix(bfdesktop): allow codex responses websocket destination
- 10d6293ff fix(codex): skip git repo check in auth probe
- b84d951a1 feat(gambit): declare provider auth import sources and sidecar repair state
- 5853271d4 fix(bfdesktop): embed provider manifests for bundled startup
- d49c1802a chore(gambit): finalize provider-local manifest cutover verification
Do not edit this repo directly; make changes in bfmono and re-run the sync.1 parent 523ed16 commit 90ef0e3
8 files changed
Lines changed: 1213 additions & 914 deletions
File tree
- packages/gambit-core/src
- src
- providers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3333 | 3333 | | |
3334 | 3334 | | |
3335 | 3335 | | |
| 3336 | + | |
| 3337 | + | |
| 3338 | + | |
| 3339 | + | |
| 3340 | + | |
| 3341 | + | |
| 3342 | + | |
| 3343 | + | |
| 3344 | + | |
| 3345 | + | |
| 3346 | + | |
| 3347 | + | |
| 3348 | + | |
| 3349 | + | |
| 3350 | + | |
| 3351 | + | |
| 3352 | + | |
| 3353 | + | |
| 3354 | + | |
| 3355 | + | |
| 3356 | + | |
| 3357 | + | |
| 3358 | + | |
| 3359 | + | |
| 3360 | + | |
| 3361 | + | |
| 3362 | + | |
| 3363 | + | |
| 3364 | + | |
| 3365 | + | |
| 3366 | + | |
| 3367 | + | |
| 3368 | + | |
| 3369 | + | |
| 3370 | + | |
| 3371 | + | |
| 3372 | + | |
| 3373 | + | |
| 3374 | + | |
| 3375 | + | |
| 3376 | + | |
| 3377 | + | |
| 3378 | + | |
| 3379 | + | |
| 3380 | + | |
| 3381 | + | |
| 3382 | + | |
| 3383 | + | |
| 3384 | + | |
| 3385 | + | |
| 3386 | + | |
| 3387 | + | |
| 3388 | + | |
| 3389 | + | |
| 3390 | + | |
| 3391 | + | |
| 3392 | + | |
| 3393 | + | |
| 3394 | + | |
| 3395 | + | |
| 3396 | + | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
| 3408 | + | |
| 3409 | + | |
| 3410 | + | |
3336 | 3411 | | |
3337 | 3412 | | |
3338 | 3413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
1067 | 1073 | | |
1068 | 1074 | | |
1069 | 1075 | | |
| |||
4530 | 4536 | | |
4531 | 4537 | | |
4532 | 4538 | | |
| 4539 | + | |
| 4540 | + | |
| 4541 | + | |
| 4542 | + | |
4533 | 4543 | | |
4534 | 4544 | | |
4535 | 4545 | | |
| |||
4540 | 4550 | | |
4541 | 4551 | | |
4542 | 4552 | | |
4543 | | - | |
| 4553 | + | |
4544 | 4554 | | |
4545 | | - | |
| 4555 | + | |
4546 | 4556 | | |
4547 | 4557 | | |
4548 | 4558 | | |
| |||
4566 | 4576 | | |
4567 | 4577 | | |
4568 | 4578 | | |
4569 | | - | |
| 4579 | + | |
4570 | 4580 | | |
4571 | 4581 | | |
4572 | 4582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
105 | 111 | | |
106 | | - | |
107 | | - | |
108 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
109 | 140 | | |
110 | 141 | | |
111 | 142 | | |
112 | | - | |
| 143 | + | |
113 | 144 | | |
114 | 145 | | |
115 | 146 | | |
| |||
187 | 218 | | |
188 | 219 | | |
189 | 220 | | |
| 221 | + | |
190 | 222 | | |
191 | 223 | | |
192 | 224 | | |
| |||
195 | 227 | | |
196 | 228 | | |
197 | 229 | | |
| 230 | + | |
198 | 231 | | |
199 | 232 | | |
200 | 233 | | |
| |||
210 | 243 | | |
211 | 244 | | |
212 | 245 | | |
| 246 | + | |
213 | 247 | | |
214 | 248 | | |
215 | 249 | | |
216 | 250 | | |
217 | 251 | | |
218 | 252 | | |
| 253 | + | |
219 | 254 | | |
220 | 255 | | |
221 | 256 | | |
222 | 257 | | |
223 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
224 | 264 | | |
225 | 265 | | |
226 | 266 | | |
227 | 267 | | |
228 | 268 | | |
| 269 | + | |
229 | 270 | | |
230 | 271 | | |
231 | 272 | | |
| |||
330 | 371 | | |
331 | 372 | | |
332 | 373 | | |
| 374 | + | |
333 | 375 | | |
334 | 376 | | |
335 | 377 | | |
336 | 378 | | |
337 | 379 | | |
338 | 380 | | |
339 | 381 | | |
340 | | - | |
| 382 | + | |
341 | 383 | | |
342 | 384 | | |
343 | 385 | | |
344 | | - | |
| 386 | + | |
345 | 387 | | |
346 | 388 | | |
347 | 389 | | |
348 | | - | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
349 | 401 | | |
350 | 402 | | |
351 | 403 | | |
| |||
356 | 408 | | |
357 | 409 | | |
358 | 410 | | |
| 411 | + | |
359 | 412 | | |
360 | 413 | | |
361 | 414 | | |
| |||
364 | 417 | | |
365 | 418 | | |
366 | 419 | | |
367 | | - | |
| 420 | + | |
368 | 421 | | |
369 | 422 | | |
370 | 423 | | |
371 | | - | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
372 | 429 | | |
373 | 430 | | |
374 | 431 | | |
| |||
383 | 440 | | |
384 | 441 | | |
385 | 442 | | |
| 443 | + | |
386 | 444 | | |
387 | 445 | | |
388 | 446 | | |
| |||
422 | 480 | | |
423 | 481 | | |
424 | 482 | | |
| 483 | + | |
425 | 484 | | |
426 | 485 | | |
427 | 486 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
92 | 112 | | |
93 | 113 | | |
94 | 114 | | |
| |||
132 | 152 | | |
133 | 153 | | |
134 | 154 | | |
135 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
136 | 162 | | |
137 | 163 | | |
138 | 164 | | |
139 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
140 | 173 | | |
141 | 174 | | |
142 | 175 | | |
| |||
0 commit comments