Changelog
Changelog
Section titled “Changelog”CLI application versions and content-pack versions are independent. Upgrading the CLI does not change initialized pack content; use agents-pack update for pack updates. Rerun the installer to upgrade the CLI.
Current documented versions:
| Channel | Version |
|---|---|
| CLI | 0.3.0 |
Core content pack (agents-pack-core) |
0.31.1 |
CLI 0.3.0
Section titled “CLI 0.3.0”- Offer optional categories after choosing Recommended during initialization.
- Select whole categories or individual skills, subagents, and instructions in Custom setup.
- Offer newly introduced compatible components during interactive updates, preserving existing choices.
- Add
update --add <id,id>for explicit additions in scripts and dry runs.--yesskips the picker. - List new components in update checks and dry runs. Apply selected additions and the version update together with cancellation, drift, ownership, and rollback protections.
Core pack 0.31.1
Section titled “Core pack 0.31.1”- Strengthen Design Studio exploration with binding creative packets and varied art-direction, reference-collision, and anti-convergence methods.
- Give every direction a content-native composition rule, explicit generic fallbacks to reject, and visual acceptance checks that survive implementation.
- Isolate sibling concept implementers by default to reduce anchoring between designs.
- Check typography throughout implementation, critique, polish, and frontend review for accidental text collisions, near-tangencies, clipped glyphs, and excessive use of bold weights.
Core pack 0.31.0
Section titled “Core pack 0.31.0”- Add Design Studio to guide the complete process through the individual skills.
- Add
ap-explore-design-directions,ap-implement-new-design, andap-design-polish, each usable independently. - Add the read-only
ap-design-criticsubagent. Each critique starts fresh without inherited discussion or previous conclusions. - Default to complete static HTML concepts that teams can open, compare, and share. Accept user details such as concept count.
- Update the existing frontend design and review skills for prototype scope, local assets, and offline checks.
- Keep integration into the real application as an explicit user decision after choosing a concept.
CLI 0.2.0
Section titled “CLI 0.2.0”- Add
agents-pack mcp add,status, andremovefor user-level remote MCP servers across Claude Code, Codex, and Cursor. - Default additions to all three providers while allowing an explicit subset.
- Protect unmanaged entries and drift, support dry-run previews, and recover or roll back interrupted cross-provider mutations.
- Keep OAuth and other authentication provider-specific instead of copying or storing credentials.
- Support remote HTTP endpoints, including Streamable HTTP; local stdio and deprecated remote SSE configuration are not included in this release.
Core pack 0.30.0
Section titled “Core pack 0.30.0”- Add the optional, explicit-only
ap-subagent-driven-developmentskill. - Execute a prepared implementation plan through fresh task implementers, independent task reviews, reviewed repair loops, and a final branch review.
- Permit local task commits in a dedicated feature worktree without authorizing push, merge, publishing, deployment, or unrelated changes.
- Preserve a durable run ledger and the upstream five-round repair circuit breaker adapted from Superpowers.
Core pack 0.29.0
Section titled “Core pack 0.29.0”- Add the optional
ap-react-best-practicesskill for version-aware React and Next.js performance guidance. - Add the optional
ap-react-composition-patternsskill for explicit variants, compound components, shared state interfaces, and children-based composition. - Adapt both skills from Vercel’s MIT-licensed agent-skills repository at a pinned upstream commit.
Core pack 0.28.0
Section titled “Core pack 0.28.0”- Add the required
ap-add-mcpskill for agent-first user-level remote MCP management across all three supported coding agents. - Require the CLI lifecycle for preview, ownership, drift protection, recovery, and verification instead of direct provider-file edits.
- Detect older CLIs that lack
agents-pack mcpand stop with upgrade guidance.
Core pack 0.27.0
Section titled “Core pack 0.27.0”- Add portable, repository-owned project memory shared by Claude Code, Codex, and Cursor.
- Add automatic recall and capture of verified durable knowledge through the
required
ap-recall-memoryandap-save-memoryskills. - Default to Git-reviewable shared memory while ignoring user-, machine-, and checkout-specific local memory.
- Add the explicit-only
ap-maintain-memoryworkflow for conservative consolidation, supersession, repair, shared-index maintenance, and detection of local memories that are already tracked by Git. - Preserve
.agents-pack/memory/as user-owned repository data during update, rollback, and ejection.
CLI 0.1.1
Section titled “CLI 0.1.1”- Add arrow-key menus for interactive scope and component selection.
- Add Space-to-toggle multi-select menus for agents and custom components.
- Make repository scope, compatible agents, and recommended components visible defaults.
- Prevent incompatible global Cursor selection in the interactive flow.
- Accept
--agents allin non-interactive commands. - Handle interactive cancellation cleanly without reporting a usage error.
Core pack 0.26.2
Section titled “Core pack 0.26.2”- Make living documentation part of completing material feature and subsystem changes.
- Read task-relevant documentation together with the actual code and tests.
- Follow an existing repository documentation structure, with a small Agents Pack fallback when none exists.
- Keep decisions and rationale with the feature or subsystem they govern.
- Review concrete documentation drift without requiring low-value comments or unnecessary files.
Core pack 0.26.1
Section titled “Core pack 0.26.1”- Start mutable development work in a dedicated Git worktree and branch by default.
- Reuse an existing task worktree when appropriate without disturbing unrelated local work.
Core pack 0.26.0
Section titled “Core pack 0.26.0”- Add readable release notes and read-only update checking.
- Add explicit version pinning and unpinning.
- Add rollback to previously cached pack versions.
- Resolve the official pack through a static registry and GitHub Release asset.
- Allow
init,update --check, andupdatewithout a local--packpath. - Keep user-owned skills and subagents unchanged during version operations.