Commit c60a0d2
fix(codex): align live-test AGENT_NAME with the manifest agent name
conftest set AGENT_NAME to "<name>-test" while the manifest registers "<name>",
so the live test queried a non-existent agent and got 404. Drop the override
for the sync and async-base tutorials (the test's own default already matches
the manifest). For the temporal tutorial set it to the manifest name instead
of removing it, since project/workflow.py reads AGENT_NAME at import time.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6f12813 commit c60a0d2
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- examples/tutorials
- 00_sync/harness_codex
- 10_async
- 00_base/harness_codex
- 10_temporal/harness_codex
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
0 commit comments