Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 23 Jan 16:15
· 359 commits to main since this release

Features

  • Skills as Commands: SKILL.md files now auto-register as commands
    • Skills in .opencode/skills/ and ~/.config/opencode/skills/ are automatically discovered
    • Each skill becomes invocable via /skills/<name> command
    • Skills can define frontmatter metadata (name, description, agent, model)
    • Integrated SkillService for managing skill discovery and registration

Bug Fixes

  • Fixed test isolation issue where global fs/promises mocking affected unrelated tests
  • Refactored SkillService to use dependency injection pattern

Documentation

  • Added comprehensive skills-as-commands documentation
  • Added integration tests for skills functionality