docs: disclose codex isolation limits

This commit is contained in:
Andrey Avtomonov 2026-06-01 18:10:09 +02:00
parent 5966a09c49
commit 27bedb2879
8 changed files with 68 additions and 2 deletions

View file

@ -240,6 +240,8 @@ describe('setup Anthropic model step', () => {
models: { default: 'gpt-5.3-codex' },
});
expect(codexAuthProbe).toHaveBeenCalledWith(expect.objectContaining({ projectDir: tempDir, model: 'gpt-5.3-codex' }));
expect(io.stderr()).toContain('Codex backend isolation is limited');
expect(io.stderr()).toContain('may still load user Codex config');
});
it('prompts for the Claude Code model during interactive setup', async () => {