fix(claude-adapter): add modern Claude Code banner tokens to ready_tokens
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user