Enable unsafe host paired runtime

This commit is contained in:
ejclaw
2026-04-06 02:40:15 +09:00
parent 14f191aa17
commit 9c0de38c65
12 changed files with 261 additions and 5 deletions

View File

@@ -425,6 +425,9 @@ args = ["other.js"]
expect(
fs.readFileSync(path.join(sessionDir, '.codex', 'auth.json'), 'utf-8'),
).toContain('"auth_mode":"chatgpt"');
expect(
fs.readFileSync(path.join(sessionDir, '.claude.json'), 'utf-8'),
).toBe('{}\n');
const toml = fs.readFileSync(
path.join(sessionDir, '.codex', 'config.toml'),
'utf-8',