chore: update Claude agent SDK

This commit is contained in:
Eyejoker
2026-05-29 03:56:19 +09:00
committed by GitHub
parent a57cc7c65d
commit 6b51315eb1
8 changed files with 44 additions and 30 deletions

View File

@@ -672,7 +672,7 @@ describe('runAgentForGroup room memory', () => {
});
const config = await import('./config.js');
vi.mocked(config.getRoleModelConfig).mockReturnValue({
model: 'claude-opus-4-6',
model: 'claude-opus-4-8',
effort: 'high',
fallbackEnabled: true,
});