Commit cda0e97
Fix Claude tests to create threads with Claude model
The two Claude tests ('forwards claude effort options' and 'restarts claude
sessions when claude effort changes') dispatched turns with provider
'claudeAgent' on thread-1, which was created by createHarness with model
'gpt-5-codex'. The provider validation infers 'codex' for that model,
rejecting the 'claudeAgent' provider mismatch.
Fix by having each Claude test create a dedicated thread with model
'claude-sonnet-4-6' so inferProviderForModel returns 'claudeAgent' and
the validation passes.
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>1 parent e6254a8 commit cda0e97
File tree
1 file changed
+36
-4
lines changed- apps/server/src/orchestration/Layers
1 file changed
+36
-4
lines changedLines changed: 36 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
358 | 374 | | |
359 | 375 | | |
360 | 376 | | |
361 | 377 | | |
362 | | - | |
| 378 | + | |
363 | 379 | | |
364 | 380 | | |
365 | 381 | | |
| |||
391 | 407 | | |
392 | 408 | | |
393 | 409 | | |
394 | | - | |
| 410 | + | |
395 | 411 | | |
396 | 412 | | |
397 | 413 | | |
| |||
585 | 601 | | |
586 | 602 | | |
587 | 603 | | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
588 | 620 | | |
589 | 621 | | |
590 | 622 | | |
591 | 623 | | |
592 | | - | |
| 624 | + | |
593 | 625 | | |
594 | 626 | | |
595 | 627 | | |
| |||
616 | 648 | | |
617 | 649 | | |
618 | 650 | | |
619 | | - | |
| 651 | + | |
620 | 652 | | |
621 | 653 | | |
622 | 654 | | |
| |||
0 commit comments