Skip to content

Commit 625d497

Browse files
committed
chore: version packages
1 parent d02cdde commit 625d497

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When user says "COM":
5252
4. **Sync CLAUDE.md version**: Update the `**Version**` line below to match the new version from `package.json`
5353
5. **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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)