File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# aicodeman
22
3+ ## 0.5.6
4+
5+ ### Patch Changes
6+
7+ - fix: default new sessions to opus[ 1m] (1M context window) instead of plain opus (200k context)
8+
39## 0.5.5
410
511### Patch Changes
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ When user says "COM":
52524. **Sync CLAUDE.md version**: Update the `**Version**` line below to match the new version from `package.json`
53535. **Commit and deploy**: `git add -A && git commit -m "chore: version packages" && git push && npm run build && systemctl --user restart codeman-web`
5454
55- **Version**: 0.5.5 (must match `package.json`)
55+ **Version**: 0.5.6 (must match `package.json`)
5656
5757## Project Overview
5858
Original file line number Diff line number Diff line change 11{
22 "name" : " aicodeman" ,
3- "version" : " 0.5.5 " ,
3+ "version" : " 0.5.6 " ,
44 "description" : " The missing control plane for AI coding agents - run 20 autonomous agents with real-time monitoring and session persistence" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments