-
Notifications
You must be signed in to change notification settings - Fork 503
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
It'd be helpful if the warning message for unsupported Claude CLI version printed out the path to the found Cluade CLI. It only prints out the version now.
claude-agent-sdk-python/src/claude_agent_sdk/_internal/transport/subprocess_cli.py
Lines 581 to 585 in 23183a2
| warning = ( | |
| f"Warning: Claude Code version {version} is unsupported in the Agent SDK. " | |
| f"Minimum required version is {MINIMUM_CLAUDE_CODE_VERSION}. " | |
| "Some features may not work correctly." | |
| ) |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers