feat(plugin): adapt to Claude Code 2.1.166-2.1.263, bump v1.44.0 - #6
Merged
Merged
Conversation
Fixes: sdd agent frontmatter (permissionMode ignored for plugin agents, legacy LS/Task tools), teammate templates no longer read the team config file, model-agnostic Task-tool fallback text, explicit staging instead of git add ., portable workspace member parsing in the init-project scaffold. Adds: automatic preflight via command injection in the orchestration skills, teammate outcome handling (partial, failed, idle), a subagents engine for continuous-improvement so it runs headless, lead-side code-review gate in team-develop, background delegation for directly invoked audit skills, a generated project verify skill, when_to_use frontmatter, cacheTtl and memory-scope tuning, README settings table, and a GitHub Actions job validating manifests and version consistency.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adapts
rust-agentsto Claude Code 2.1.166–2.1.263 (June–September 2026) after reviewing the Claude Code changelog, the extracted system prompts, and the current subagent, skill, agent-team, and plugin references. Bumps the plugin and marketplace to 1.44.0.Fixed
sddagent:permissionModeis ignored for plugin-shipped agents and is removed; legacyLS/Tasktool names replaced withAgent;coloradded.~/.claude/teams/{team-name}/config.json(unfillable placeholder, and auto mode may block reads outside the working directory). Teammates are named in the spawn prompt.team-workflow.mdcommit step stages paths from the developer handoff instead ofgit add ..init-projectscaffold: workspace member parsing was silently broken on macOS (GNU sed\s) and only handled multi-linemembersarrays.Added
team-develop,team-debug,continuous-improvement,solve-issuethrough command injection withallowed-tools, replacing the model-drivenprintenvstep.maxTurns,failedteammates, idle without handoff, and a no-name-reuse rule.continuous-improvementruns on agent teams or on background subagents, which makes it usable headless (claude -p,/loop,/schedule); README documents the recipes.team-developStep 6.5: lead-side gate with the bundledcode-reviewskill beforerust-code-reviewer.arch-inspect,security-audit,live-testing,research-protocoldelegates to the matching read-only agent in the background.init-projectgenerates.claude/skills/verify/SKILL.mdwith detected binary targets;live-testingloads it when present.when_to_usefrontmatter on 12 skills,arguments: issueinsolve-issue,experimental.cacheTtl: 1hon long-running agents,memory: localfor the four analysts.CLAUDE.mdnotes on ignored plugin-agent fields.claude plugin validate --strict --jsonfor plugin and marketplace, plus version consistency across manifests, changelog, and README badges.Verification
claude plugin validate --strict --json ./rust-codeandclaude plugin validate --strict --json .pass without warnings.