File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed
Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# aicodeman
22
3+ ## 0.3.11
4+
5+ ### Patch Changes
6+
7+ - ### Session Resume & History
8+ - Add ` resumeSessionId ` support for conversation resume after reboot
9+ - Add history session resume UI and API with route shell sessions routing fix
10+ - Improve session resume reliability and persist user settings across refresh
11+ - Correct ` claudeSessionId ` for resumed sessions
12+
13+ ### Terminal & Frontend
14+ - Upgrade xterm.js 5.3 → 6.0 with native DEC 2026 synchronized output
15+ - Increase terminal scrollback from 5,000 to 20,000 lines
16+ - Reduce default font size and persist tab state across refresh
17+ - Resolve terminal resize scrollback ghost renders
18+ - Hide subagent monitor panel by default
19+
20+ ### Installer
21+ - Auto-detect existing install and run update instead of fresh install
22+ - Auto-restart codeman-web service after update if running
23+ - Show restart command when codeman-web is not a systemd service
24+ - Fix one-liner restart command for background processes
25+
26+ ### Codebase Quality
27+ - Remove dead code, consolidate imports, extract constants
28+ - Repair 15 pre-existing subagent-watcher test failures
29+ - Clean up DEC sync dead code
30+
331## 0.3.10
432
533### 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.3.10 (must match `package.json`)
55+ **Version**: 0.3.11 (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.3.10 " ,
3+ "version" : " 0.3.11 " ,
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