fix(claude-adapter): add modern Claude Code banner tokens to ready_tokens

This commit is contained in:
2026-08-24 13:02:53 +09:00
parent e6e70dbb21
commit d2cdc3f8cd
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ class ClaudeAgentAdapter(BaseAgentAdapter):
@property
def ready_tokens(self) -> str:
return 'Anthropic|Assistant|Chat|Welcome'
return 'Anthropic|Assistant|Chat|Welcome|Claude Code|Opus|Sonnet|Haiku'
@property
def exit_key(self) -> str: