← All release notes
v3.2.0 Aug 30, 2026

Skills, managed

The Agent Skills Manager lands. Every global skill for Claude Code and Codex in one grid — edit, lint, enable per agent, install from GitHub or a catalog of 586. Terminal pastes also stop losing lines.

New

  • Agent Skills Manager — a new workspace section next to Projects. Scans every skill root on the machine (Claude Code, Codex, Gemini CLI, OpenCode, or a folder you point it at) and lays them out as a card grid.
  • Edit in place — open a skill, change the frontmatter or the body, save. Edits are surgical: the rest of the file stays byte-for-byte as you wrote it.
  • Enable per agent — flip a skill on or off for Claude Code or Codex without touching settings.json or config.toml by hand. Existing keys, comments and formatting in those files are preserved, and a backup is taken before every write.
  • Lint with quick fixes — catches the drift that silently breaks skills: args where Claude reads arguments, the user-invokable typo, names that don't match the directory, skills nested one level too deep.
  • Install from anywhere — a GitHub repo, a local folder, or a tar/zip archive. Copy a skill to another agent in one click.
  • Bundled catalog — 586 skills, browsable offline, with an update check that keeps a backup and rolls back on failure.
  • Live watch — install or delete a skill from the shell and the grid updates. Deletes go to the trash, never rm -rf.

Fixed

  • Terminal paste — multi-line pastes into a long-running agent session no longer arrive as one line at a time with only the tail surviving. Bracketed-paste mode survives reattaching to a session.
  • Terminal input — one unresponsive process no longer freezes every terminal and the main window with it. Oversized single-line writes are reported instead of silently truncated.