Skip to content

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:18
· 77 commits to main since this release

v0.3.5

This release introduces Skills — installable packs of slash commands — and a
proper JSON editor for configuring MCP servers in VS Code.

New

  • Skills: install packs of slash commands straight from a GitHub repo —
    justcode skill add <owner/repo>, plus remove, update, list, and
    info. Installed commands show up as / commands in the CLI and VS Code.
  • Skills don't need to be built for JustCode: repos following the shared
    ecosystem conventions (Claude plugins, SKILL.md, commands/*.md) install
    and work as-is.
  • Install per project (--local, lives in .justcode/skills/ and shadows the
    global copy) or for every project (--global) — skill add asks which when
    run interactively.
  • Manage skills from Settings → Skills (VS Code): add by owner/repo or URL,
    update, remove, and browse each skill's commands in collapsible cards; the
    chat's / completions refresh immediately.
  • Typing a skill command in the CLI shows its argument hint inline after the
    cursor, so you can see what to pass without leaving the prompt.

Improved

  • The MCP servers editor (VS Code Settings) is now a real JSON editor:
    collapse/expand, line numbers, bracket matching, and inline squiggles on
    syntax errors.
  • Settings tabs line their inputs up with the section text instead of hugging
    the panel edge.
  • justcode skills … works as an alias for justcode skill ….

Fixed

  • Installing a repository that isn't a skill now explains what's missing
    instead of failing with a raw file error.