co-mono/packages/coding-agent/src/core
Mario Zechner 7e38897673 feat: add xhigh thinking level support for gpt-5.2 models
- Add supportsXhigh() function to ai package for checking xhigh support
- Clamp xhigh to high for OpenAI models that don't support it
- Update coding-agent to use centralized supportsXhigh()
- gpt-5.2, gpt-5.2-codex now show xhigh in thinking selector

Closes #236
2025-12-19 20:07:24 +01:00
..
custom-tools Forward onUpdate callback through hook wrapper (#238) 2025-12-19 15:23:41 +01:00
hooks Forward onUpdate callback through hook wrapper (#238) 2025-12-19 15:23:41 +01:00
oauth GitHub Copilot: auto-enable models, fix gpt-5 API, normalize tool call IDs 2025-12-15 20:06:11 +01:00
tools Expose full tool result content and details in hook tool_result event 2025-12-19 00:42:08 +01:00
agent-session.ts feat: add xhigh thinking level support for gpt-5.2 models 2025-12-19 20:07:24 +01:00
bash-executor.ts Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/ 2025-12-09 00:51:33 +01:00
compaction.ts Simplify compaction: remove proactive abort, use Agent.continue() for retry 2025-12-09 21:43:49 +01:00
export-html.ts feat: add line number display to HTML export for read tool calls 2025-12-10 22:05:14 +01:00
index.ts Custom tools with session lifecycle, examples for hooks and tools 2025-12-17 16:03:23 +01:00
messages.ts Reorganize file structure: core/, utils/, modes/interactive/components/, modes/interactive/theme/ 2025-12-09 00:51:33 +01:00
model-config.ts Add GitHub Copilot support (#191) 2025-12-15 19:05:17 +01:00
model-resolver.ts fix(coding-agent): handle OpenRouter models with colons in IDs (#242) 2025-12-19 15:26:12 +01:00
session-manager.ts Release v0.22.5 2025-12-17 01:22:13 +01:00
settings-manager.ts Custom tools with session lifecycle, examples for hooks and tools 2025-12-17 16:03:23 +01:00
skills.ts Skills standard compliance 2025-12-19 00:11:39 +01:00
slash-commands.ts fix(coding-agent): support symlinked slash commands in discovery 2025-12-18 23:57:54 +01:00
system-prompt.ts fix(coding-agent): prevent global AGENTS.md from being loaded twice (#239) 2025-12-19 15:24:49 +01:00