Skip to content

v0.1.3 - Agent ops, skills, and image support

Latest

Choose a tag to compare

@gaston1799 gaston1799 released this 13 Jun 19:21
· 2 commits to master since this release

What's new

  • Added Agent Ops tools for long-running sessions: persistent goals, plans, checkpoints, session health, session summaries, and bounded handoff helpers.
  • Added local skill support with --skill, --skills, --skill-root, --list-skills, plus list_skills and read_skill tools.
  • Skills now persist across resumed sessions; resuming with --skill pbc refreshes the saved system prompt and stores the skill list in session JSON.
  • Added view_image for workspace screenshots, diagrams, photos, and UI images, returning metadata, dimensions, and data URLs when small enough.
  • Added web search and fetch tooling so agents can search current information and read page text.
  • Added broader workspace/repo tools: batch file reads, search, glob, tree, stats, git status/diff/log/blame, cache, and safer shell aliasing.
  • Improved TUI/session reliability, including repaired tool-call history on resume and sequential execution for shell-style tools.
  • Added dummy smoke fixtures and project instructions for testing wrapper tools.

Verification

  • npm run check
  • npm run smoke
  • npm run build:exe
  • Verified global d --print-system --skill pbc loads the PBC skill.