Skip to content

Commit d2f732d

Browse files
author
Dean Sharon
committed
docs(changelog): add PR #133 references to v1.3.0 entries
All Added/Changed/Fixed/Breaking bullets now include (#133) links, consistent with the style used in v1.2.0 (#131, #130) and prior entries.
1 parent 73f0214 commit d2f732d

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
## [1.3.0] - 2026-04-11
1212

1313
### Added
14-
- **Dashboard Redesign**: Two-view dashboard — Metrics view (resources/cost/throughput tiles + activity feed) and Workspace view (per-orchestration live task grid with streaming output panels)
15-
- **Live agent output streaming**: 1-2s output latency in Workspace view via per-task polling with ring buffer and auto-tail
16-
- **Cost and token tracking**: `UsageCaptureHandler` + `UsageParser` capture Claude token usage and USD cost into new `task_usage` table; 24h aggregate shown in Metrics view cost tile
17-
- **Orchestrator_id propagation**: Sub-tasks attributed to their orchestration via `tasks.orchestrator_id`; propagated through CLI (`AUTOBEAT_ORCHESTRATOR_ID` env) and MCP (`metadata.orchestratorId`) spawn paths
18-
- **Cancel cascade for orchestrations**: `c` on an orchestration cancels it and all in-flight attributed child tasks
19-
- **Responsive layout**: Terminal size detection via `process.stderr`; adapts to narrow/full/too-small modes; recomputes on SIGWINCH
20-
- **Activity feed keyboard navigation**: Tab cycles into activity focus; ↑/↓ navigate rows; Enter opens detail view
14+
- **Dashboard Redesign**: Two-view dashboard — Metrics view (resources/cost/throughput tiles + activity feed) and Workspace view (per-orchestration live task grid with streaming output panels) (#133)
15+
- **Live agent output streaming**: 1-2s output latency in Workspace view via per-task polling with ring buffer and auto-tail (#133)
16+
- **Cost and token tracking**: `UsageCaptureHandler` + `UsageParser` capture Claude token usage and USD cost into new `task_usage` table; 24h aggregate shown in Metrics view cost tile (#133)
17+
- **Orchestrator_id propagation**: Sub-tasks attributed to their orchestration via `tasks.orchestrator_id`; propagated through CLI (`AUTOBEAT_ORCHESTRATOR_ID` env) and MCP (`metadata.orchestratorId`) spawn paths (#133)
18+
- **Cancel cascade for orchestrations**: `c` on an orchestration cancels it and all in-flight attributed child tasks (#133)
19+
- **Responsive layout**: Terminal size detection via `process.stderr`; adapts to narrow/full/too-small modes; recomputes on SIGWINCH (#133)
20+
- **Activity feed keyboard navigation**: Tab cycles into activity focus; ↑/↓ navigate rows; Enter opens detail view (#133)
2121

2222
### Changed
23-
- `outputFlushIntervalMs` default: 5000ms → 1000ms (set `OUTPUT_FLUSH_INTERVAL_MS=5000` to opt out)
24-
- Metrics view replaces the old 4-panel grid as the default main view
23+
- `outputFlushIntervalMs` default: 5000ms → 1000ms (set `OUTPUT_FLUSH_INTERVAL_MS=5000` to opt out) (#133)
24+
- Metrics view replaces the old 4-panel grid as the default main view (#133)
2525

2626
### Fixed
27-
- ActivityPanel Enter dispatch was ungated — now routed through activity focus mode
28-
- Zombie RUNNING orchestrations detected via worker liveness check on recovery
29-
- Orchestration creation failure now applies compensating soft-delete to prevent phantom rows
27+
- ActivityPanel Enter dispatch was ungated — now routed through activity focus mode (#133)
28+
- Zombie RUNNING orchestrations detected via worker liveness check on recovery (#133)
29+
- Orchestration creation failure now applies compensating soft-delete to prevent phantom rows (#133)
3030

3131
### Breaking
32-
- `src/cli/dashboard/views/main-view.tsx` removed; consumers of dashboard internals must update imports to `metrics-view.tsx`
33-
- **Database**: Migrations v18 (`tasks.orchestrator_id`) and v19 (`task_usage`) auto-applied on first startup
32+
- `src/cli/dashboard/views/main-view.tsx` removed; consumers of dashboard internals must update imports to `metrics-view.tsx` (#133)
33+
- **Database**: Migrations v18 (`tasks.orchestrator_id`) and v19 (`task_usage`) auto-applied on first startup (#133)
3434

3535
---
3636

0 commit comments

Comments
 (0)