-
v0.2.0 Stable
released this
2026-02-04 08:38:42 +00:00 | 558 commits to main since this release🎉 What's New
Features
-
Command Compilation Testing (#193)
- New
iw test compilecommand verifies all 21 commands compile successfully - Integrated into
iw testto catch breaking changes before they reach production - Found and fixed multiple commands broken by recent refactoring
- New
-
Review State Workflow (#192, #187, #190)
- Complete review-state.json schema for tracking code review progress
iw validate-review-statecommand for schema validationiw write-review-statecommand for workflow integration- Support for artifacts with categories (code, docs, tests, etc.)
- Separation of display semantics from workflow semantics
-
Enhanced Init Command
- Added
--repository=OWNER/REPOflag for non-interactive GitHub/GitLab setup - Better support for automated initialization workflows
- Added
Bug Fixes
-
Config API Compatibility (#193)
- Fixed
iw initcommand broken by ProjectConfiguration refactoring - Fixed
iw doctorcommand to use new API - Updated all commands to use
ProjectConfiguration.create()factory method
- Fixed
-
Tmux Session Management
- Clean environment variables when creating sessions (prevents IW_* leakage)
- Use streaming for interactive commands (attach, switch)
- Better error messages for debugging
-
Import Fixes
- Added missing IssueCreateParser import
Testing & Quality
- Command compilation now part of standard test suite
- All 21 commands verified to compile on every test run
- Preparation for CI automation (see #191)
Documentation
- Updated test command documentation with compile option
- Improved inline documentation for config model
📋 Full Changelog
Commits since v0.1.0:
- fix(tmux): Clean environment and use streaming for interactive commands
- feat(test): Add command compilation check to test suite
- fix(init): Adapt to new ProjectConfiguration API and add --repository flag
- feat: Define review-state.json schema and provide workflow integration commands
- fix(issue): Add missing IssueCreateParser import
- feat(schema): Add category field to artifacts
- refactor(schema): Separate display from workflow semantics
🙏 Contributors
Thanks to all contributors who helped with this release!
Full Diff: https://github.com/iterative-works/iw-cli/compare/v0.1.0...v0.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-