cli_data / Claude Code.json
zhiminy's picture
fix: update Claude Code.json
dc8e784 verified
Raw
History Blame Contribute Delete
683 Bytes
{
"website": "https://github.com/anthropics/claude-code",
"provider": "Anthropic",
"bin": "claude",
"promptStyle": "flag",
"initArgs": [
"--allowedTools",
"Bash(*)",
"Edit(*)",
"Read(*)",
"Write(*)",
"Glob(*)",
"Grep(*)",
"--verbose",
"--output-format",
"stream-json",
"--max-turns",
"10"
],
"followupStyle": "resume",
"followupArgs": [
"--allowedTools",
"Bash(*)",
"Edit(*)",
"Read(*)",
"Write(*)",
"Glob(*)",
"Grep(*)",
"--verbose",
"--output-format",
"stream-json",
"--max-turns",
"10"
],
"responseStartMarker": "",
"responseEndMarker": "",
"state": "active"
}