Skip to content

Commit e54d7ba

Browse files
committed
chore: version packages
1 parent 40dfac3 commit e54d7ba

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# aicodeman
22

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- feat: improve session navigability in history and monitor panel (closes #45)
8+
- History items now show the first user prompt as the title with the project path as a subtitle, making it much easier to distinguish sessions from the same project
9+
- The `/api/history/sessions` endpoint extracts the first user message from each transcript JSONL, stripping system-injected XML tags and command artifacts, truncating to 120 chars
10+
- Monitor panel session rows are now clickable — clicking navigates directly to that session's tab via `selectSession()`; Kill button retains independent behavior via `stopPropagation()`
11+
- Updated CLAUDE.md architecture tables to reflect Orchestrator Loop additions (14 route modules, 15 type files, orchestrator domain files, orchestrator-panel.js frontend module)
12+
- fix: stop subagent monitor windows from auto-opening on discovery
13+
- feat: add Orchestrator Loop with phased plan execution, live progress during plan generation, and toolbar button (hidden until fully tested)
14+
- fix: patch 3 production bugs found during deep audit
15+
- fix: restore mobile terminal scrollback using JS scrollLines() instead of broken native scroll
16+
317
## 0.4.6
418

519
### 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.4.6 (must match `package.json`)
55+
**Version**: 0.4.7 (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.4.6",
3+
"version": "0.4.7",
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)