mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-28 08:49:38 +02:00
docs: disclose codex isolation limits
This commit is contained in:
parent
5966a09c49
commit
27bedb2879
8 changed files with 68 additions and 2 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue