v8.26.0
·
96 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
New Features
- Rename
windsurftarget todevin(Devin Desktop) and add AugmentCode hooks — the Windsurf target has been renamed todevinto reflect Devin Desktop, and hook support was added for AugmentCode. - Agent Skills global scope + frontmatter, Copilot
excludeAgent, and skillallowed-tools— Agent Skills now support global scope and richer frontmatter, Copilot gained anexcludeAgentvalue, and skills can declareallowed-tools. - Cursor
workspaceOpen/failClosed, skill frontmatter, Factory hook cleanup, and DeepAgentsinput.required— expanded Cursor hook options and skill frontmatter, tidied Factory hooks, and addedinput.requiredfor DeepAgents. - Takt
extends, Amp skills adapter, and Qwen.qwenignorefix — added an Amp skills adapter,extendssupport for Takt, and fixed Qwen ignore-file handling. - Follow upstream updates for Claude Code, Codex CLI, and Goose — kept these targets in sync with their latest upstream capabilities.
- Add
goal-prandgoal-all-scrap-issuescommands — new maintainer workflow commands. (#1778)
Bug Fixes
- Accept string compatibility for
agentsskills— align with the Agent Skills spec. (#1794) - Remove dead logger parameter in
convertToCodexFormatfor the Codex CLI MCP exporter. (#1779) - Preserve OpenCode MCP extra fields on export round-trip and harden key handling.
- Loosen OpenCode MCP per-server schemas to preserve extra fields.
- Treat
messageDisplayas a no-matcher event and emit Codex YAML following project conventions. - Fix Kilo
.kilocodeignore, Roo command mode, and Rovo Dev skill frontmatter. - Keep
xsschemaoptional peers for the bun compile build.
Refactoring & Internal
- Unify MCP env var regex patterns and harden format helpers. (#1781)
- Align Claude Code skill
pathsfield order with the schema and add tests. (#1792) - Make Kilo subagent
validate()pure and tidy the schema (PR #1655 follow-ups). - Add Junie global rules scope and tidy knip config/deps.
CI & Chores
- Drop unsupported
macos-15-intele2e runner and setfail-fast: false. (#1780) - Source
~/.bashrcin devcontainerinit.sh. (#1777) - Bump the
all-actionsGitHub Actions group. (#1755)