v0.3.5
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>, plusremove,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 addasks which when
run interactively. - Manage skills from Settings → Skills (VS Code): add by
owner/repoor 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 forjustcode skill ….
Fixed
- Installing a repository that isn't a skill now explains what's missing
instead of failing with a raw file error.