Pre-1.0 Package Updates
Major updates are available for the core @mariozechner packages:
- @mariozechner/pi-ai: v0.57.1 → v0.63.1
- @mariozechner/pi-coding-agent: v0.57.1 → v0.63.1
Potential Breaking Changes
These packages are pre-1.0 (0.x.y), which means minor version bumps may include breaking changes according to semantic versioning. This update spans 6 minor versions (0.57 → 0.63).
Key Changes from Recent Releases
v0.60.0 included breaking changes:
- Changed package startup behavior - installed unpinned packages are no longer auto-updated during startup
- Use
pi update explicitly for npm/git package updates
- Interactive mode now checks for updates in background and notifies when available
Recent improvements (v0.63.1):
- Added new Gemini model support
- Fixed compaction issues and interactive UI updates
- Improved skill discovery and edit tool rendering
- Fixed auto-compaction overflow recovery for Ollama models
Impact Assessment
These are the core dependencies for the quartermaster AI agent framework. The breaking changes in startup behavior and package update mechanisms could affect:
- How the agent initializes
- Package management workflows
- Interactive features (if used)
Recommendation
Test thoroughly, especially:
- Agent initialization and startup behavior
- Package update workflows
- Any interactive features the quartermaster uses
- Core AI agent functionality
Links
Pre-1.0 Package Updates
Major updates are available for the core @mariozechner packages:
Potential Breaking Changes
These packages are pre-1.0 (0.x.y), which means minor version bumps may include breaking changes according to semantic versioning. This update spans 6 minor versions (0.57 → 0.63).
Key Changes from Recent Releases
v0.60.0 included breaking changes:
pi updateexplicitly for npm/git package updatesRecent improvements (v0.63.1):
Impact Assessment
These are the core dependencies for the quartermaster AI agent framework. The breaking changes in startup behavior and package update mechanisms could affect:
Recommendation
Test thoroughly, especially:
Links