Releases: u-ichi/compact-plus
Releases · u-ichi/compact-plus
Release list
v1.0.4
What's Changed
🐛 Bug Fixes
- Bundle the session id acquisition path so the
/compact-plusskill works on a marketplace-only install (#6, 0f85ec8)
📝 Documentation
変更内容(日本語)
🐛 バグ修正
📝 ドキュメント
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
✨ New Features
- Initial release: compact-plus 1.0.0 (d4886ef)
🐛 Bug Fixes
- Fix Windows install by dropping tracked symlink and using source "./" (#4) (633e1af)
- Stop compact reminder from suggesting /compact-plus (23d9bd9)
- Replace mapfile with while-read for bash 3.2 compat (#3) (ac65e1a)
📝 Documentation
- Rewrite section 4 comparison rows around outcomes, not means (098e8f7)
- Disambiguate two comparison rows that both mentioned compact_prompt (6113935)
- Document Codex's built-in handoff-oriented compact prompt (64bc11d)
🔧 Maintenance
変更内容(日本語)
✨ 新機能
- 初回リリース: compact-plus 1.0.0 (d4886ef)
🐛 バグ修正
- Windows インストール不具合を修正: 追跡 symlink を削除し
source: "./"に変更 (#4) (633e1af) - compact reminder が
/compact-plusを勧めないよう修正 (23d9bd9) - bash 3.2 互換のため
mapfileをwhile-readに置換 (#3) (ac65e1a)
📝 ドキュメント
- セクション 4 の比較表を「目的 (outcome)」基準に書き直し (098e8f7)
- 比較表の 2 行 (compact_prompt 言及) の曖昧さを解消 (6113935)
- Codex 組み込みの handoff 指向 compact prompt を明記 (64bc11d)