Skip to content

chore: release - #168

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-05T17-31-08Z
Open

chore: release#168
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-05T17-31-08Z

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • ion-skill: 0.1.0
  • ion: 0.6.6 -> 0.7.0
Changelog

ion-skill

Added

  • Add Astro agent template (#167) (b8e6756)
  • Teach the next step and mark detected targets (#166) (17f4f75)
  • Add built-in TypeScript AGENTS.md template (723d0a5)
  • Add built-in AGENTS.md templates for common project types (#112) (728bf3e)
  • Workspace support for multi-project skill management (#106) (0d8cf7b)
  • AGENTS.md/CLAUDE.md migration and symlink management (#103) (351a964)
  • Add AGENTS.md template management (e7bf9e1)
  • Auto-detect binary skill projects from Ion.toml [project] section (c65e2b0)
  • Add local binary skill support with dev mode (53ab2a8)
  • Standardize binary skill interface under self subcommand (46472f2)
  • Relevance-based search ranking with cross-source dedup (52318c6)
  • Implement HTTP source for installing skills from URLs (cb4a40f)
  • Add documentation website with Astro Starlight (df7eac4)
  • Enhance migrate command with JSON interface, leftover handling, and gitignore support (2d6895d)
  • Embed SKILL.md as built-in ion-cli skill (8217503)
  • Implement BinaryUpdater for binary skill updates (6e838e2)
  • Implement GitUpdater for non-binary skill updates (53ee569)
  • Add update module with Updater trait (8deec86)
  • Add reset_to_remote_head() helper (6edfde6)
  • Add default_branch() helper (8355644)
  • Batch validation prompts for skill collections (63b54be)
  • Add binary cleanup functions for remove support (f9aa7aa)
  • Add binary cache check to skip redundant downloads (c7a3765)
  • Wire binary source type into skill installer pipeline (1b7cfc6)
  • Add SKILL.md generation and binary install orchestrator (f4eae0d)
  • Add binary download, extraction, and versioned storage (69986af)
  • Add platform detection and GitHub Releases API for binary skills (9d6d63b)
  • Add binary fields to SkillEntry and LockedSkill (d4eba8f)
  • Add Binary variant to SourceType and SkillSource (71457da)
  • Add write_targets to manifest_writer (484d739)
  • Auto-migrate repos from cache dir to data dir (1cf4398)
  • Deploy skills as symlinks instead of copies (c72ae9a)
  • Add global registry for tracking repo usage across projects (53e77b7)
  • Add per-skill gitignore add/remove functions (a7d8ee3)
  • Gate installs with validation reports and warning policy (d2da774)
  • Add tree-sitter code block validation checker (ba0ae4d)
  • Add structural validation checkers (1beb15f)
  • Add security validation checkers (e246cf5)
  • Add markdown extraction helpers for validation (bc51029)
  • Add recursive SKILL.md discovery utilities (3a7f5dc)
  • Add validate module with SkillChecker trait and severity types (39027bc)
  • Grouped search results with skills.sh integration (6bd1601)
  • Show GitHub stars, repo description, and SKILL.md description in search results (9b64c71)
  • Add --verbose flag to search command for debug logging (ac1c528)
  • Implement cascade and parallel search orchestration (1c6027d)
  • Add registries and search sections to GlobalConfig (ed6601b)
  • Implement AgentSource for CLI agent search (40e814a)
  • Implement GitHubSource for searching GitHub repositories (4429ef6)
  • Implement RegistrySource for skills.sh and custom registries (259f21f)
  • Add Search and Http error variants (78fcd82)
  • Add SearchResult and SearchSource trait (029cb5a)
  • Add dot-notation get/list methods to ManifestOptions (6f0d223)
  • Add dot-notation get/set/delete methods to GlobalConfig (eef6fcc)
  • Add target merging (global + project) (c931b12)
  • Add GlobalConfig struct with load/save (95cf9c7)
  • Reject old install-to-claude option with migration guidance (9dad6f3)
  • Create symlinks for secondary targets instead of copying (fe8c236)
  • Add gitignore checking and append utilities (d08e41d)
  • Add ion migrate command to import skills from skills-lock.json (0956870)
  • Add skill installer with local path support, copy, and uninstall (3c15ace)
  • Add git operations (clone, fetch, checkout) and directory checksumming (c30d616)
  • Add lockfile parsing, writing, and upsert/remove operations (05f7486)
  • Add manifest writing with toml_edit for add/remove operations (156515c)
  • Add ion.toml manifest parsing with shorthand and full entry support (ff910d4)
  • Add SKILL.md frontmatter parsing and name validation (cb90d4b)
  • Add source type model with inference from strings (0c3917c)
  • Set up workspace with ion-skill crate and CLI skeleton (823c023)

Build

  • Run the full workspace by default in cargo and CI (81db05a)

Documentation

  • Add module-level doc comments to all ion-skill modules (5bdee12)

Fixed

  • Validate delete_option section without an [options] table (ac06cc3)
  • Absolutize relative path sources before deploying (df57a1d)
  • Only flag tool mentions inside inline code (31e9d2c)
  • Harden CLI output, recovery flags, and source inference (753f3af)
  • Skip pre-install validation for binary skill sources (3ce1364)
  • Respect XDG_DATA_HOME on macOS for binary and data directories (a59adbb)
  • Resolve clippy lints after updating to Rust 1.95 (516d3d8)
  • Show skills.sh descriptions when GitHub repo is unavailable (#119) (31fc4e2)
  • Repair broken deployments during update and support local skill paths (#117) (e21c5dd)
  • Improve search link display with clickable OSC 8 hyperlinks (#116) (96061bc)
  • Improve search ranking with skills.sh API and unified scoring (#115) (f4a30f5)
  • Support Cargo workspaces in binary skill dev mode (#111) (e203343)
  • Preserve local path when converting to binary skill source (#109) (396f6f8)
  • Auto-migrate legacy Ion.lock files missing kind field (772c2f2)
  • Apply cargo fmt and add pre-commit checklist to AGENTS.md (4c82627)
  • Resolve all clippy warnings and formatting issues for CI (4e3e3be)
  • Make cache expiry check deterministic for max_age_secs=0 (d4728a7)
  • Prevent circular symlink for binary skills and auto-deploy ion-cli (58da614)
  • Skip releases without assets in self-update version check (83a5dd0)
  • Align release workflow and self-update with release-plz tag format (96138a1)
  • Rename ion.toml/ion.lock to Ion.toml/Ion.lock and refine security checker (86199bb)
  • Address code review issues in binary skill implementation (32be864)
  • Support 4+ segment GitHub shorthand paths (e.g. owner/repo/dir/skill) (cff8008)
  • Address pre-existing clippy warnings in search.rs (d8c46ba)
  • Improve GitHub search to find repos with SKILL.md files (df1364c)
  • Address code review issues - URL encoding, shell injection, timeouts, error handling (ae70792)
  • Address clippy warning in resolve_source (8ebc871)
  • Fall back to skills/ subdirectory when resolving skill path (4be1be6)
  • Address clippy warnings from symlink migration (92d287e)

Refactored

  • Consolidate ionem-shell into ionem crate under shell module (#102) (df35dd6)
  • Improve ionem-shell DX with Cli type, builders, and require() handles (#101) (0eee50a)
  • Rename ion-cli crate to ionem-shell (bac6540)
  • Tracks 2-6 — CLI wrappers, type redesign, pipeline extraction (ea5bed4)
  • Track 1 — constants, path fixes, and small cleanups (79d8c2f)
  • Use ionem build helpers in ion's own build.rs (a60a302)
  • Use workspace dependencies for shared crates (7543aab)
  • Rename ionlib crate to ionem (c83ccd3)
  • Extract ionlib crate for downstream binary skill developers (5f3d65c)
  • Add SkillInstaller::skill_dir() helper method (199f3eb)
  • Add Error::validation_failed/warning constructors (cd1d936)
  • Remove UpdateContext in favor of SkillInstaller (2b79674)
  • Move resolve_entry from Manifest to SkillEntry (07872c6)
  • Add SkillSource constructors and builder methods (d813c83)
  • Extract install_binary_core to deduplicate binary install paths (5b6625f)
  • Deduplicate resolve_skill_dir into installer module (f87b78b)
  • Add Serialize derives to Finding, Severity, ValidationReport (ce60526)
  • Change skill storage from cache to XDG data dir (0caf0d2)
  • Rename ion init to ion new (6aaea87)
  • Split search.rs into module directory and eliminate duplication (bb0e6dd)
  • Remove backward-compat install_skill/uninstall_skill wrappers (d4fbd55)
  • Introduce SkillInstaller struct to encapsulate install/uninstall logic (b307478)
  • Extract load_toml_or_default helper to deduplicate TOML loading (3e4d5e9)
  • Use gh CLI for GitHub search instead of direct API calls (368f830)
  • Replace install_to_claude with targets map in ManifestOptions (b59a5ff)

Testing

  • Add scenario for scoped approval and permission (c669d32)

Deps

  • Add reqwest and dialoguer for search command (246b694)

Style

ion

Added

  • Add Astro agent template (#167) (b8e6756)
  • Teach the next step and mark detected targets (#166) (17f4f75)
  • Add built-in TypeScript AGENTS.md template (723d0a5)
  • Handle stray CLAUDE.md in ion migrate without target gate (73d4fc6)
  • Refresh dev skill SKILL.md from debug binary before each run (d26be33)
  • Add agent-prompt tabs to workflows page and landing prompts (93a0d66)
  • Streamline CLI with top-level shortcuts and inline prompts (286a34f)
  • Add session handling to ion run and PTY scenario tests (3d04c0f)
  • Add cli flow testing helpers (41a3f01)
  • Show skill descriptions in search results list (#128) (abad0f6)
  • Add visible_screen() to get terminal display state (#127) (73aebf3)
  • Add built-in AGENTS.md templates for common project types (#112) (728bf3e)
  • Workspace support for multi-project skill management (#106) (0d8cf7b)
  • Add rustdoc JSON → Astro docs pipeline for API reference (130a108)
  • Add project fixture tests and fix skill new --path registration (62bb09d)
  • Scaffold project fixture modules and error variants (dca17d9)
  • AGENTS.md/CLAUDE.md migration and symlink management (#103) (351a964)
  • Add scenario crate for CLI behavior testing (177ce22)
  • Use compact JSON by default, add --pretty flag (d95f287)
  • Add progress bar to ion update for human-friendly output (b6138f8)
  • Add AGENTS.md template management (e7bf9e1)
  • Add CI/CD setup for binary skill projects (f0b773c)
  • Auto-detect binary skill projects from Ion.toml [project] section (c65e2b0)
  • Add local binary skill support with dev mode (53ab2a8)
  • Remove project subcommand group, promote migrate to top level (85d974c)
  • Promote binary skill scaffolding to ion init --bin (23c4a7b)
  • Add build helpers for SKILL.md preparation in ionem (6ff63c7)
  • Standardize binary skill interface under self subcommand (46472f2)
  • Show hint when configuring codex target (377e00e)
  • Add documentation website with Astro Starlight (df7eac4)
  • Make --json work for all commands (b3d5244)
  • Render config panel inline instead of full-screen (a115957)
  • Add contextual hints to interactive config panel (dc1621b)
  • Show skills-dir in interactive config panel (4985499)
  • Install.sh detects conflicting ion installs and offers alias (4282756)
  • Detect package manager and block self update when managed externally (6bb5e29)
  • Auto-refresh global ion-cli SKILL.md on every invocation (e68712c)
  • Generate SKILL.md from minijinja template with real JSON examples (c3710f3)
  • Add minijinja template for SKILL.md generation (d733a9d)
  • Detect existing install in install.sh and add --version flag (04ce4cf)
  • Add ion self uninstall command (7d23dff)
  • Enhance migrate command with JSON interface, leftover handling, and gitignore support (2d6895d)
  • Hint about available updates on every invocation (a61a3c7)
  • Embed SKILL.md as built-in ion-cli skill (8217503)
  • Add global --json flag for agent/script interface (d8cfe64)
  • Prompt for shell completion setup in install script (#72) (f3602dc)
  • Prompt user to star GitHub repos after install (#71) (4b86ff6)
  • Add ion completion command (#66) (ae6c751)
  • Allow specifying version in install script (caed683)
  • Add one-line install script (e5fa685)
  • Add TUI target selection widget for ion init (e2fb9b6)
  • Batch validation prompts for skill collections (63b54be)
  • Add ion update command for upgrading binary skills (cd2c0fa)
  • Clean up binary files when removing binary skills (29b282b)
  • Add ion run command for executing binary skills (43a23c0)
  • Add --bin flag to ion add for binary CLI skills (a8d0a80)
  • Add Binary variant to SourceType and SkillSource (71457da)
  • Add colored output to CLI commands (25e7b39)
  • Ion remove fuzzy-matches against skill names and sources (b8643c8)
  • Confirm before removing skills, add -y/--yes to skip prompt (71362c9)
  • Ion remove accepts source prefix to remove all matching skills (a4417c6)
  • Show hint about ion init when no targets configured (f78ece6)
  • Implement ion init interactive mode with legacy file rename (b361fea)
  • Implement ion init flag mode (1b318d2)
  • Add ion init command skeleton with known-targets lookup (ba8fc64)
  • Add ion gc command for cleaning stale repos (7f7f334)
  • Wire global registry into add/install/remove (92ec72d)
  • Add ion link command for local skill directories (2045b15)
  • Wire per-skill gitignore into add/install/remove (572053e)
  • Implement ion new --collection for multi-skill projects (6485f7e)
  • Add --collection flag to ion new CLI (9a27140)
  • Add ion init command with SKILL.md scaffolding (59d155a)
  • Add ion validate command with recursive skill scanning (78d6bb9)
  • Prompt on validation warnings during install flows (a4afa91)
  • Add validate module with SkillChecker trait and severity types (39027bc)
  • Grouped search results with skills.sh integration (6bd1601)
  • Wire up two-column TUI in search interactive mode (68b486a)
  • Add search TUI renderer with two-column layout (8b3c62d)
  • Add search TUI event handler (920e763)
  • Add SearchApp state struct for search TUI (3b7de30)
  • Show GitHub stars, repo description, and SKILL.md description in search results (9b64c71)
  • Add --verbose flag to search command for debug logging (ac1c528)
  • Add ion search command with cascade, parallel, and interactive modes (0782639)
  • Wire up interactive TUI main loop for config command (5b00f65)
  • Add TUI app state, rendering, and event handling for config command (68c28d9)
  • Add config command with get/set/list subcommands (404af4b)
  • Add ratatui and crossterm dependencies for config TUI (da5bb15)
  • Integrate global config into remove command (23ea99d)
  • Integrate global config into add command (cc5d02b)
  • Integrate global config into install command (5e610a8)
  • Prompt to add managed directories to .gitignore after install (f871440)
  • Add ion migrate command to import skills from skills-lock.json (0956870)
  • Wire up all CLI commands (add, remove, install, list, info) (623cd68)
  • Add skill installer with local path support, copy, and uninstall (3c15ace)
  • Add manifest writing with toml_edit for add/remove operations (156515c)
  • Set up workspace with ion-skill crate and CLI skeleton (823c023)

Build

  • Run the full workspace by default in cargo and CI (81db05a)
  • Add minijinja as dev-dependency for template-based SKILL.md generation (ee797b2)

CI

  • Switch docs deploy to gh-pages branch via peaceiris/actions-gh-pages (1b5567b)
  • Add GitHub Pages deployment workflow for ion.rogerluo.dev (cd78664)
  • Add astro check pre-commit hook for docs site (acc9ac8)
  • Publish ionem to crates.io on release (f1e5cd0)
  • Add CI workflow with cargo-nextest for parallel test execution (89aee89)
  • Merge release binary builds into release-plz workflow (fa5f456)
  • Add release-plz for automated version bumps and changelog (3d6a6b2)

Documentation

  • Regenerate API reference and add binary-skill CI guide (#165) (be4ef28)
  • Switch display font to Fraunces for better screen readability (2a5ec10)
  • Improve font readability with screen-optimized serifs (bcfafe0)
  • Add descriptions to all blank API reference pages (6ffd6ed)
  • Use cargo add instead of git source for ionem and scenario (ad20c5e)
  • Add Testing with scenario section to binary skills guide (187b65e)
  • Add dedicated Binary Skills guide (73d0156)
  • Update docs and skills template to new top-level CLI interface (2313fda)
  • Separate API reference from guides with independent sidebar and header nav (a9bcad0)
  • Add local development workflow to ion-cli skill template (#110) (582a3da)
  • Widen code blocks on large screens to reduce scrollbars (3fdc52a)
  • Add Astro documentation site with academic theme (fb14654)
  • Add design spec and implementation plan for project fixtures (e406cef)
  • Add Why Ion section comparing with npx skills (8dc6e00)
  • Clarify breaking change conventions and skills-dir default in AGENTS.md (711c7de)
  • Document local skill creation and eject in builtin SKILL.md (d9f4e14)
  • Add SKILL.md for agent CLI interface and update README (8975a85)
  • Add JSON agent interface implementation plan (2404caa)
  • Add JSON agent interface design (d633ef5)
  • Update AGENTS.md with local skills, self-update, cache, and release conventions (dbb39eb)
  • Document update system in AGENTS.md (d1deede)
  • Add implementation plan for non-binary skill updates (b3b74c9)
  • Add design for extending ion update to non-binary skills (e449af4)
  • Implementation plan for binary CLI skills Phase 2 (98faa32)
  • Implementation plan for binary CLI skills Phase 1 (2330085)
  • Design for binary CLI skills support (38be7e6)
  • Implementation plan for ion init and target discoverability (0dac963)
  • Design for ion init and target discoverability (34203a2)
  • Add implementation plan for symlink deployment and per-skill gitignore (89dbe50)
  • Add design for symlink-based deployment and per-skill gitignore (69a9800)
  • Add implementation plan for ion new command (ded5315)
  • Add design for ion new command with --collection support (321e5ef)
  • Add design and implementation plan for ion init command (44f06c1)
  • Add skill validation expansion implementation plan (1e96565)
  • Add skill validation expansion design (1a25d59)
  • Add skill validation implementation plan (862eca6)
  • Add skill validation design (d1948cd)
  • Add codebase simplification implementation plan (ba3f303)
  • Add codebase simplification design (88c2832)
  • Add search TUI implementation plan (14dfb6a)
  • Add search TUI two-column layout design (3f79145)
  • Add search command implementation plan (2332fe9)
  • Add search command design (02f7eea)
  • Add config command implementation plan (7f3181d)
  • Add config command design (e0a2e25)
  • Add implementation plan for global configuration (61a41fa)
  • Add design for global configuration (c88ca63)
  • Add implementation plan for symlink-based skill installation (e271829)
  • Add design for symlink-based skill installation (e337a7d)

Fixed

  • Absolutize relative path sources before deploying (df57a1d)
  • Only flag tool mentions inside inline code (31e9d2c)
  • Harden CLI output, recovery flags, and source inference (753f3af)
  • Downgrade @astrojs/mdx to v4 for Astro 5 compatibility (0539678)
  • Resolve clippy lints after updating to Rust 1.95 (516d3d8)
  • Remove unreachable!() after run_with_session call (3d16fdb)
  • Revert unintended Ion.toml changes (e914611)
  • Use gh release upload in release-plz workflow too (bd98447)
  • Use gh release upload instead of softprops/action-gh-release (3181581)
  • Show skills.sh descriptions when GitHub repo is unavailable (#119) (31fc4e2)
  • Publish full API to crates.io and fix repository URL (469e16d)
  • Repair broken deployments during update and support local skill paths (#117) (e21c5dd)
  • Improve search link display with clickable OSC 8 hyperlinks (#116) (96061bc)
  • Improve search ranking with skills.sh API and unified scoring (#115) (f4a30f5)
  • Unignore test fixture .agents dirs to fix release-plz CI (acc608b)
  • Resolve three bugs found by scenario tests (9ad3bd3)
  • Apply cargo fmt and add pre-commit checklist to AGENTS.md (4c82627)
  • Add ionem to build-dependencies in binary skill scaffold (94bfaab)
  • Improve skill description to trigger on skill creation (503c6c2)
  • Clear inline TUI viewport on exit to remove UI artifacts (c487455)
  • Pass CARGO_REGISTRY_TOKEN to release-plz for ionem publishing (a156e82)
  • Formatting issues from command restructure (58b7eb9)
  • Use ionem's actual version in scaffold template (d78708a)
  • Handle multiple release tags in release-plz workflow (30da0c5)
  • Resolve all clippy warnings and formatting issues for CI (4e3e3be)
  • Show source registry in search TUI detail panel and fix owner display (12bfc7f)
  • Call add directly from search TUI and update docs with accurate specs (69e108b)
  • Use semver comparison for self-update version check (87086de)
  • Remove redundant merged_options computation in install (ae669e2)
  • Clear leftover lines after quitting inline config panel (dafb715)
  • Show default config values in hint color, not green (354456b)
  • Change skills-dir default to .agents/skills and show defaults in config (0224a1b)
  • Make cache gc example static in SKILL.md template (6c45ed2)
  • Guard println in remove command for --json mode (9054515)
  • Prevent circular symlink for binary skills and auto-deploy ion-cli (58da614)
  • Sort releases by semver in install.sh instead of taking first (d87ea0d)
  • Handle old ion binaries without --version in install.sh (ba4baac)
  • Add workflow_dispatch trigger for manual release builds (1393dd6)
  • Trigger release builds on release event instead of tag push (560b35c)
  • Align release workflow and self-update with release-plz tag format (96138a1)
  • Silently exit on cancel in ion init interactive mode (d6be1aa)
  • Wire up TUI multi-select widget for ion init (eb55703)
  • Rename ion.toml/ion.lock to Ion.toml/Ion.lock and refine security checker (86199bb)
  • Address code review issues in binary skill implementation (32be864)
  • Address code quality issues in search TUI (b52d456)
  • Address code review issues - URL encoding, shell injection, timeouts, error handling (ae70792)
  • Improve gitignore prompt with default hint (24586a3)
  • Address clippy warnings from symlink migration (92d287e)

Refactored

  • Consolidate ionem-shell into ionem crate under shell module (#102) (df35dd6)
  • Improve ionem-shell DX with Cli type, builders, and require() handles (#101) (0eee50a)
  • Rename ion-cli crate to ionem-shell (bac6540)
  • Tracks 2-6 — CLI wrappers, type redesign, pipeline extraction (ea5bed4)
  • Track 1 — constants, path fixes, and small cleanups (79d8c2f)
  • Improve skill templates with best practices (96091bc)
  • Use ionem build helpers in ion's own build.rs (a60a302)
  • Use workspace dependencies for shared crates (7543aab)
  • Rename ionlib crate to ionem (c83ccd3)
  • Extract ionlib crate for downstream binary skill developers (5f3d65c)
  • Use ProjectContext in run command (d77a927)
  • Remove duplicated register_in_registry from migrate (d286244)
  • Add ProjectContext::ensure_builtin_skill() method (ca9691e)
  • Remove UpdateContext in favor of SkillInstaller (2b79674)
  • Move resolve_entry from Manifest to SkillEntry (07872c6)
  • Add SkillSource::display_name() method (ffc3564)
  • Add SkillSource constructors and builder methods (d813c83)
  • Use Finding's Serialize impl in validate command (283d303)
  • Use install_shared helpers in add command (ff8b092)
  • Use install_shared helpers in install command (c3fe425)
  • Create install_shared module with shared install helpers (92f8e41)
  • Two-column config panel with hints on the right (a0d0f28)
  • Generate SKILL.md at build time, remove from git tracking (b1256aa)
  • Generate all JSON examples programmatically, eliminate hand-typed JSON from template (ef7e17e)
  • Rewrite update command to use Updater trait dispatch (573e411)
  • Rename ion init to ion new (6aaea87)
  • Split search.rs into module directory and eliminate duplication (bb0e6dd)
  • Introduce SkillInstaller struct to encapsulate install/uninstall logic (b307478)
  • Introduce ProjectContext to eliminate path boilerplate across commands (5f083c7)
  • Extract TUI terminal lifecycle helper to deduplicate setup/teardown (c1d8cd4)
  • Deduplicate config list section printing (0a8df33)
  • Extract shared wrap_text utility into tui::util (c88e67b)

Testing

  • Add integration tests for non-binary skill updates (bea0eea)
  • Add Phase 2 integration tests for binary lifecycle (0c8d366)
  • Add integration tests for binary skill data model roundtrip (1b87c11)
  • Add failing tests for ion new --collection (462a142)
  • Add search integration tests (fa74007)
  • Add integration tests for config command (bef1b9a)
  • Update integration tests for symlink-based installation (d896429)
  • Add integration tests for add, remove, install, list, and info (3623b19)

Agent

  • Add CLAUDE.md delegate to AGENT.md (2c83ba4)

Deps

  • Add reqwest and dialoguer for search command (246b694)

Style

  • Remove unused imports after merge (a62a6a2)
  • Apply cargo fmt (e366115)


This PR was generated with release-plz.

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.

0 participants