Skip to content

v1.1.0 - Cross-Platform Fixes, Nix Improvements

Choose a tag to compare

@openspec-release-bot openspec-release-bot released this 30 Jan 10:28
· 87 commits to main since this release
3768694

What's New in v1.1.0

A stability release focused on fixing cross-platform path issues and improving the Nix build experience.

Fixed

  • Codex global paths - Codex adapter now resolves global paths correctly, fixing workflow file generation when run outside the project directory
  • Archive on networked/external drives - Archive falls back to copy+remove when rename fails with EPERM or EXDEV errors
  • Windsurf workflow path - Updated Windsurf adapter to use the correct workflows directory instead of the legacy commands path
  • Slash command hints - Workflow completion messages now display helpful slash command hints for next steps

Improved

  • Nix flake - Version now read dynamically from package.json; source filtering excludes node_modules for faster builds
  • Nix CI - Updated to latest nix-installer and magic-nix-cache actions

New Contributors