Highlights
New Features
- Handoffs Support: Added speckit compatibility with handoffs support for commands (#410)
- GitHub Copilot Instructions: Rules injector now supports GitHub Copilot instructions format (#403)
- Smart MCP Conflict Resolution: Auto-disable builtin skills when overlapping MCP servers are configured
Bug Fixes
- Windows Support: Fixed auto-update path detection and install function on Windows (#404)
- Ralph Loop: Fixed completion promise detection from session messages API (#413)
- Recovery Pipeline: Improved compaction and tool output truncation with early exit
- MCP Environment: MCP servers now properly inherit process.env
- Agent Prompt: Sisyphus now receives available agents for dynamic prompt sections (#414)
- Todo Continuation: Replaced time-based cooldown with event-order abort detection
Documentation
- Comprehensive AGENTS.md regeneration with codebase analysis
- Added npx alternative and Snap Bun warning for Ubuntu users (#401)
- Added ultrawork guidance and skill-mcp feature documentation
- fd957e7 let it not mess up tui
- 3ba6179 fix(ralph-loop): detect completion promise from session messages API (#413)
- 3224c15 Merge branch 'fix-sentry-skill-project-loading' into dev
- a51ad98 fix(skill-mcp): always inherit process.env for MCP servers
- b98a1b2 fix(non-interactive-env): inherit process.env before applying NON_INTERACTIVE_ENV overrides
- 9a92dc8 fix(agents): pass available agents to Sisyphus for dynamic prompt sections (#411) (#414)
- 99711da feat(commands): add handoffs support for speckit compatibility (#410)
- 6eaa96f fix: Windows auto-update path detection and install function support (#404)
- f6b066e fix(todo-continuation-enforcer): replace time-based cooldown with event-order abort detection
- 4434a59 fix(non-interactive-env): use shell no-op for editor env vars
- 038d838 refactor(index): extract config loading and handlers to reduce file size
- dc057e9 fix(recovery): restore compaction pipeline sufficient check and conservative charsPerToken
- d4787c4 fix(recovery): implement early exit in tool output truncation
- e6ffdc4 feat(claude-code-mcp-loader): auto-disable builtin skills with overlapping MCP servers
- a1fe0f8 docs(agents): regenerate all AGENTS.md files with comprehensive codebase analysis
- bebe660 feat(rules-injector): add GitHub Copilot instructions format support (#403)
- f088f00 Add comprehensive MCP loader documentation
- f64210c docs: add ultrawork guidance and skill-mcp feature to READMEs
- b75383f docs: add npx alternative and Snap Bun warning for Ubuntu users (#401)
Thank you to 1 community contributor:
- @sisyphus-dev-ai:
- docs: add npx alternative and Snap Bun warning for Ubuntu users (#401)
- feat(rules-injector): add GitHub Copilot instructions format support (#403)
- fix: Windows auto-update path detection and install function support (#404)
- feat(commands): add handoffs support for speckit compatibility (#410)
- fix(ralph-loop): detect completion promise from session messages API (#413)