Skip to content

feat(plugin): adapt to Claude Code 2.1.166-2.1.263, bump v1.44.0 - #6

Merged
bug-ops merged 1 commit into
mainfrom
feat/v1.44.0-platform-review
Sep 8, 2026
Merged

bug-ops merged 1 commit into
mainfrom
feat/v1.44.0-platform-review

Conversation

@bug-ops

@bug-ops bug-ops commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Summary

Adapts rust-agents to 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

  • sdd agent: permissionMode is ignored for plugin-shipped agents and is removed; legacy LS/Task tool names replaced with Agent; color added.
  • Teammate communication templates no longer instruct reading ~/.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.
  • Task-tool fallback text in the orchestrators and communication protocols no longer hard-codes a model list.
  • team-workflow.md commit step stages paths from the developer handoff instead of git add ..
  • init-project scaffold: workspace member parsing was silently broken on macOS (GNU sed \s) and only handled multi-line members arrays.

Added

  • Automatic preflight in team-develop, team-debug, continuous-improvement, solve-issue through command injection with allowed-tools, replacing the model-driven printenv step.
  • Teammate outcome handling in all orchestrators: partial results at maxTurns, failed teammates, idle without handoff, and a no-name-reuse rule.
  • continuous-improvement runs on agent teams or on background subagents, which makes it usable headless (claude -p, /loop, /schedule); README documents the recipes.
  • team-develop Step 6.5: lead-side gate with the bundled code-review skill before rust-code-reviewer.
  • Direct invocation of arch-inspect, security-audit, live-testing, research-protocol delegates to the matching read-only agent in the background.
  • init-project generates .claude/skills/verify/SKILL.md with detected binary targets; live-testing loads it when present.
  • when_to_use frontmatter on 12 skills, arguments: issue in solve-issue, experimental.cacheTtl: 1h on long-running agents, memory: local for the four analysts.
  • README table of Claude Code settings and limits that affect the plugin; CLAUDE.md notes on ignored plugin-agent fields.
  • GitHub Actions workflow: claude plugin validate --strict --json for plugin and marketplace, plus version consistency across manifests, changelog, and README badges.

Verification

  • claude plugin validate --strict --json ./rust-code and claude plugin validate --strict --json . pass without warnings.
  • The scaffold script was run against single-crate, single-line workspace, and multi-line workspace layouts; the generated verify skill lists the detected binaries.
  • Version check from the workflow reports 1.44.0 in all six locations.

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.
@bug-ops
bug-ops merged commit 45c01bd into main Sep 8, 2026
1 check passed
@bug-ops
bug-ops deleted the feat/v1.44.0-platform-review branch September 8, 2026 12:56
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