Documentation
¶
Index ¶
Constants ¶
View Source
const ( SubagentModelEnv = "CLAUDE_CODE_SUBAGENT_MODEL" ToolUseConcurrencyEnv = "CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY" ToolSearchEnv = "ENABLE_TOOL_SEARCH" DefaultToolUseConcurrency = "3" DefaultToolSearch = "false" )
Variables ¶
This section is empty.
Functions ¶
func PreviewSettings ¶
PreviewSettings returns the JSON that would be written to the settings temp file.
Types ¶
type RuntimeSettings ¶ added in v1.3.1
RuntimeSettings are ccl's Claude Code process defaults. Provider Env values override these defaults so advanced users retain an escape hatch.
func ResolveRuntimeSettings ¶ added in v1.3.1
func ResolveRuntimeSettings(p provider.Provider) RuntimeSettings
Click to show internal directories.
Click to hide internal directories.