Skip to main content

Module config

Module config 

Source

Structs§

LoadedConfig

Enums§

AliasProvider
CodexTransport
GrokToolImageMode
How the Grok translator treats Anthropic image blocks (tool results and top-level user messages). omit is the safe default: degrade to the L1 placeholder string. reattach keeps the placeholder in the tool output and additionally appends a user message carrying the images as input_image data URLs. inline sends the tool output itself as an array of input_text + input_image parts (string-only outputs still serialize as plain strings). reject restores the pre-L1 hard error.

Functions§

alias_provider
anthropic_base_url
auto_review_model
bind_address
codex_base_url
codex_effort
codex_images_api
codex_images_base_url
codex_model
codex_originator
codex_previous_response_id
codex_reasoning_summary
codex_responses_api
codex_server_compaction
codex_service_tier
codex_transcriptions_api
codex_transport
codex_user_agent
config_override_summary_lines
config_path
cursor_agent_bundle
cursor_base_url
cursor_client_version
grok_base_url
grok_client_version
grok_tool_image_mode
is_verbose
kimi_base_url
kimi_oauth_host
kimi_user_agent
load_config
load_config_for_env
log_stderr
log_verbose
parse_grok_tool_image_mode
port
warn_grok_tool_image_mode_once
Warn once at startup when an unknown mode was requested. Called from the Grok provider constructor rather than per request.