Skip to content

v0.11.2: Codex host support, Copilot subagent web access#7

Merged
KodingDev merged 1 commit into
masterfrom
feat/v0.11.2
Jul 3, 2026
Merged

v0.11.2: Codex host support, Copilot subagent web access#7
KodingDev merged 1 commit into
masterfrom
feat/v0.11.2

Conversation

@KodingDev

@KodingDev KodingDev commented Jul 3, 2026

Copy link
Copy Markdown
Owner

v0.11.2

Codex host

  • Codex CLI joins Claude Code, Cursor, and Copilot as a supported host. detectHost recognizes Codex by the un-prefixed PLUGIN_ROOT it sets (Claude sets only CLAUDE_PLUGIN_ROOT, which Codex sets as a compat alias) and routes Codex session state to CODEX_HOME (default ~/.codex).
  • Codex loads the plugin's hooks/hooks.json and shares Claude's hookSpecificOutput contract, so orientation injects on SessionStart, the routing audit on UserPromptSubmit, and the commit-attribution PreToolUse guard applies.

Copilot subagents

  • The research and triangulate subagents add Copilot's web_fetch to their tools, keeping web access under Copilot. Copilot already resolves the other Claude tool names (Read, Grep, Glob, Bash) as aliases; only WebFetch and WebSearch need the explicit name.

Release

  • The three per-host manifests (.claude-plugin, .cursor-plugin, .plugin) move to 0.11.2, and the README and CHANGELOG record the changes.

@KodingDev KodingDev changed the title v0.11.2: Codex host support v0.11.2: Codex host support and Copilot subagent tool access Jul 3, 2026
@KodingDev KodingDev changed the title v0.11.2: Codex host support and Copilot subagent tool access v0.11.2: Codex host support, Copilot subagent web access Jul 3, 2026
Codex host: detectHost recognizes Codex by the un-prefixed PLUGIN_ROOT it
sets (Claude sets only CLAUDE_PLUGIN_ROOT, which Codex sets as a compat
alias) and routes Codex session state to CODEX_HOME (default ~/.codex).
Codex loads the plugin's hooks/hooks.json and shares Claude's
hookSpecificOutput contract, so orientation injects on SessionStart, the
routing audit on UserPromptSubmit, and the commit-attribution PreToolUse
guard applies.

Copilot subagents: the research and triangulate subagents add Copilot's
web_fetch tool to their tools, keeping web access under Copilot. Copilot
already resolves the other Claude tool names (Read, Grep, Glob, Bash) as
aliases; only WebFetch and WebSearch need the explicit name.

Bumps the Claude, Cursor, and Copilot manifests to 0.11.2.
@KodingDev KodingDev merged commit de035ac into master Jul 3, 2026
5 checks passed
@KodingDev KodingDev deleted the feat/v0.11.2 branch July 3, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant