Skip to content

v1.3.0

Latest

Choose a tag to compare

@openspec-release-bot openspec-release-bot released this 11 Apr 15:47
· 8 commits to main since this release
9b5007d

Minor Changes

  • #952 cce787e Thanks @TabishB! - ### New Features

    • Junie support — Added tool and command generation for JetBrains Junie
    • Lingma IDE support — Added configuration support for Lingma IDE
    • ForgeCode support — Added tool support for ForgeCode
    • IBM Bob support — Added support for IBM Bob coding assistant

    Bug Fixes

    • Shell completions opt-in — Completion install is now opt-in, fixing PowerShell encoding corruption
    • Copilot auto-detection — Prevented false GitHub Copilot detection from a bare .github/ directory
    • pi.dev command generation — Fixed command reference transforms and template argument passing

Patch Changes

  • #760 61eb999 Thanks @fsilvaortiz! - fix: OpenCode adapter now uses .opencode/commands/ (plural) to match OpenCode's official directory convention. Fixes #748.

  • #759 afdca0d Thanks @fsilvaortiz! - fix: openspec status now exits gracefully when no changes exist instead of throwing a fatal error. Fixes #714.