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.3.10
4+
5+ ### Patch Changes
6+
7+ - - feat: upgrade xterm.js from 5.3 to 6.0 with native DEC 2026 synchronized output support
8+ - feat: add history session resume UI and API — resume Claude conversations after reboot
9+ - feat: add resumeSessionId support for conversation resume across session restarts
10+ - feat: persist active tabs across page refresh
11+ - feat: improve session resume reliability and persist user settings
12+ - perf: increase terminal scrollback from 5,000 to 20,000 lines
13+ - fix: resolve terminal resize scrollback ghost renders
14+ - fix: route shell sessions to correct endpoint on tab click
15+ - fix: correct claudeSessionId for resumed sessions (use original Claude conversation ID)
16+ - fix: increase default desktop font size from 12 to 14
17+ - refactor: extract shared \_ fetchHistorySessions() method to eliminate duplication
18+ - refactor: remove dead DEC 2026 sync code (extractSyncSegments, DEC_SYNC_START/END constants)
19+
320## 0.3.9
421
522### 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.9 (must match `package.json`)
55+ **Version**: 0.3.10 (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.9 " ,
3+ "version" : " 0.3.10 " ,
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