You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
call_llm tool — Invoke a secondary LLM for focused subtasks like summarization, classification, and structured extraction. Supported across all three backends: Claude, Codex, and Copilot. Works with both API key (full features) and OAuth (basic features). Supports parallel calls, file attachments, and structured JSON output (eb0a347, fa91af4, b6e5c85)
Bug Fixes
Plugin name resolution — Skills failed to resolve when the workspace directory name didn't match the SDK plugin name. Now reads the actual plugin name from .claude-plugin/plugin.json (b7904cb)
Skill live reload — Adding a workspace skill caused global and project skills to disappear until restart. All reload paths now use loadAllSkills to return the full three-tier list (4172fd8)
Codex event queue race condition — Tool results and assistant text could be lost when async item/completed handlers were still running at turn/completed. Fixed by deferring queue completion until all handlers finish (fa91af4)
Internal
Copilot runMiniCompletion now functional — enables title generation on the Copilot backend (fa91af4)