Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/persona-nango-integrations/test/persona.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test('persona JSON has an id (required by `agentworkforce install`)', () => {

test('persona has the expected harness/model', () => {
assert.equal(persona.harness, 'codex');
assert.equal(persona.model, 'openai-codex/gpt-5.4-codex');
assert.equal(persona.model, 'openai-codex/gpt-5.4');
});

test('manual is inlined as agentsMdContent (no external sidecar)', () => {
Expand Down
Loading