Structs§
- AiTool
Config - Config
- Typed configuration structure matching the JSON schema.
- GitConfig
- Launch
Config - Merge
Preset - Merge preset configuration.
- Shell
Completion Config - Update
Config
Enums§
Constants§
- CONFIG_
KEYS - All known configuration keys with descriptions.
Functions§
- ai_
tool_ merge_ presets - AI tool merge presets.
- ai_
tool_ presets - AI tool presets: preset name -> command parts.
- ai_
tool_ resume_ presets - AI tool resume presets.
- claude_
preset_ names - Set of Claude-based preset names.
- get_
ai_ tool_ command - Get the AI tool command to execute.
- get_
ai_ tool_ delegate_ command - Get the AI tool command with an initial prompt for interactive delegation.
- get_
ai_ tool_ merge_ command - Get the AI tool merge command.
- get_
ai_ tool_ resume_ command - Get the AI tool resume command.
- get_
config_ path - Get the path to the configuration file.
- get_
config_ value - Get a configuration value by dot-separated key path.
- get_
default_ launch_ method - Get default launch method from config or environment.
- is_
claude_ tool - Check if the currently configured AI tool is Claude-based.
- list_
config - List all configuration keys with their current values and descriptions.
- list_
presets - Get a formatted list of available presets.
- load_
config - Load configuration from file, deep-merged with defaults. Falls back to legacy Python config path if the new path doesn’t exist.
- parse_
term_ option - Parse –term option value.
- prompt_
shell_ completion_ setup - Prompt user to set up shell integration on first run.
- reset_
config - Reset configuration to defaults.
- resolve_
launch_ alias - Resolve launch method alias to full name.
- resolve_
launch_ display_ name - Resolve a launch method value (possibly an alias) to its display name.
- save_
config - Save configuration to file.
- set_
ai_ tool - Set the AI tool command in configuration.
- set_
config_ value - Set a configuration value by dot-separated key path.
- show_
config - Get a formatted string of the current configuration.
- use_
preset - Use a predefined AI tool preset.