github tylergraydev/claude-code-tool-manager v3.9.1
Claude Code Tool Manager v3.9.1

latest release: v3.10.0
4 hours ago

Bug Fixes

  • Adding skills to a project now actually works (#215). Previously the UI showed "added" but the skill was silently dropped — the join query selected the wrong column set, so deserialization failed and the result was discarded.
  • GFM tables in the What's New / Changelog modal render correctly (#235). The hand-rolled markdown converter now handles standard |---|---| tables, including column-alignment specifiers.

Dependency Updates

  • tauri 2.10.3 → 2.11.1 (Rust crate + npm @tauri-apps/api / @tauri-apps/cli)
  • lucide-svelte 0.577 → 1.0.1. Lucide v1 dropped many brand icons for trademark reasons; the GitHub icon is now an inline component so the visual is unchanged.
  • bollard upgrade (#223) deferred until the containers feature ships.
  • 9 other bumps: tokio, vite, svelte, tailwindcss, rmcp, jsdom, tauri-plugin-fs, tauri-plugin-dialog, tauri-plugin-mcp-bridge, plus @types/node, @vitest/ui, @tailwindcss/vite.

Code Quality

  • npm run check baseline: 75 → 11 TypeScript errors. Resolves most of #214 (groups A, C, D, E, F, G, H, I, J, K, L). The remaining 11 belong to the containers stub feature and one latent AgentMemoryPanel bug, tracked separately.

CI

  • Pinned dtolnay/rust-toolchain action to a SHA so a future upstream regression can't break every PR in flight at once (#237).

Downloads

Platform File
Windows .msi or .exe
macOS (Apple Silicon) _aarch64.dmg
macOS (Intel) _x64.dmg
Linux .deb / .AppImage / .rpm

Install via Homebrew (macOS)

brew tap tylergraydev/cctm
brew install --cask claude-code-tool-manager

Full Changelog: v3.9.0...v3.9.1

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.