We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace0930 commit 58d675eCopy full SHA for 58d675e
registry/coder-labs/modules/codex/main.test.ts
@@ -265,7 +265,7 @@ describe("codex", async () => {
265
`cat /home/coder/.codex-module/agentapi-start.log`,
266
]);
267
expect(resp.stdout).toContain(
268
- `Every step of the way, report tasks to Coder with proper descriptions and statuses. Your task at hand: ${prompt}`,
+ `Complete the task at hand and at every step of the way, report tasks to Coder with proper summary and statuses. Your task at hand: ${prompt}`,
269
);
270
});
271
0 commit comments