Synced from monorepo Changes: - Refresh tool search when the managed MCP catalog is re-fetched - Prevent duplicate leader process spawn and startup hang from stale leaders - Document marketplaces, plugins, and organization controls - Stamp session ID on image generation direct-to-API requests - Fix auto mode blocked documentation - Auto mode considers recent user intent - Expose deploy archive, taken-down, limit, and in-progress reasons on the chat API - Fail-closed auth refresh contract for shell clients - Emit a chat-supplied per-session turn index in turn hooks - Show bash mode chrome in minimal mode - Add metrics for true-noop and stationarity stops - Include voice interim text on prompt submit - Silently end turn on true-noop thrash - Quiet copy toast when clipboard delivery is confirmed - Fix session fork truncating at the wrong prompt in rewound sessions - Make the idle "still running" watcher cue clickable to open the tasks pane - Default web search model to grok-4.5 - Let plugin subagents inherit parent MCP servers - Gate no-op end-turn reminder on system reminders - Add gateway bridge lifecycle telemetry - Allow editing finalized text while voice is open - Relocate token carrier to turn-commit events and plumb per-turn origin context - Raise workflow scratch quotas and make failed runs resumable - Workflows overlay: auto-progress phases, live agent status, and drop budget meter Source-Revision: 9b8d35b46d959c042ea9aa31cbbebbd1f0c5c527
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"default": "grok-4.5",
|
|
"web_search": "grok-4.5",
|
|
"image_description": "grok-4.5",
|
|
"session_summary": "grok-4.5",
|
|
"models": [
|
|
{
|
|
"id": "grok-4.5",
|
|
"model": "grok-4.5",
|
|
"name": "Grok 4.5",
|
|
"description": "SpaceXAI's new frontier model",
|
|
"context_window": 500000,
|
|
"api_backend": "responses",
|
|
"supports_backend_search": false,
|
|
"system_prompt_label": "Grok 4.5",
|
|
"show_model_fingerprint": true,
|
|
"supports_reasoning_effort": true,
|
|
"reasoning_effort": "high",
|
|
"auto_compact_threshold_percent": 80,
|
|
"compaction_at_tokens": true,
|
|
"compactions_remaining": 1,
|
|
"reasoning_efforts": [
|
|
{
|
|
"value": "high",
|
|
"label": "High Effort",
|
|
"description": "Highest implementation quality with extensive reasoning",
|
|
"default": true
|
|
},
|
|
{
|
|
"value": "medium",
|
|
"label": "Medium Effort",
|
|
"description": "Balanced effort with standard implementation and testing"
|
|
},
|
|
{
|
|
"value": "low",
|
|
"label": "Low Effort",
|
|
"description": "Quick, fast implementations"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|