Skip to content

Commit f869e82

Browse files
committed
chore: version packages
1 parent 8d0b179 commit f869e82

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

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

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.10 (must match `package.json`)
55+
**Version**: 0.3.11 (must match `package.json`)
5656
5757
## Project Overview
5858
226 KB
Binary file not shown.

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.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",

0 commit comments

Comments
 (0)