Skip to content

v0.3.0

Choose a tag to compare

@NikiforovAll NikiforovAll released this 19 May 18:18
· 5 commits to main since this release

What's new

Disabled resources are now visible

Tools, commands, and skills disabled via settings.json (disabledItems) now show up in the tree with a dimmed style, so you can see at a glance what's been turned off in the current session — not just what's active.

Prompts split into their own section

Slash commands backed by markdown prompt templates (source: "prompt") are now rendered under a dedicated Prompts group instead of being mixed in with code-driven extension commands. Distinct icon, its own filter option, its own char totals.

Before: /run, /parallel-review, /chain all sat under Commands, and you had to open the RAW panel to tell which was code vs. template.
After: Commands holds extension-backed commands, Prompts holds template-backed ones.

Group headers stay visible while scrolling

The kind row (e.g. Commands) now sticks at the top of the tree, with the source sub-group (e.g. pi-subagents) stacked just below it. Previously the sub-group covered the kind header as soon as you scrolled past it.

Commits

  • 0cbd689 feat: surface disabled resources from settings.json (#2)
  • 4d62324 feat(tree): split prompts into their own section
  • 7eed858 style(tree): keep group row sticky above subgroup
  • d408f7f chore: Bump version to 0.3.0

Full diff: v0.2.0...v0.3.0