You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,10 @@ The ACP (Agent Control Protocol) cutover is complete. This release removes the t
62
62
- **Zero-config auth for localhost** β no token required on localhost ([#3493](https://github.com/OneStepAt4time/aegis/pull/3493), [#3496](https://github.com/OneStepAt4time/aegis/pull/3496))
- **Auto MCP wiring** β `ag init` detects Claude Code and offers MCP setup ([#3501](https://github.com/OneStepAt4time/aegis/pull/3501))
66
+
- **`--json-logs` flag** β structured JSON logging for server startup ([#3500](https://github.com/OneStepAt4time/aegis/pull/3519))
67
+
- **Dashboard CLI shortcuts panel** β copy-to-clipboard reference for common commands ([#3521](https://github.com/OneStepAt4time/aegis/pull/3521))
68
+
- **`ag run` 30s output timeout** β fail loudly with actionable error when no output within 30s ([#3498](https://github.com/OneStepAt4time/aegis/pull/3518))
65
69
66
70
### Changed
67
71
@@ -202,6 +206,27 @@ The ACP (Agent Control Protocol) cutover is complete. This release removes the t
202
206
- **Memory bridge** β port gstack learnings pattern ([#3452](https://github.com/OneStepAt4time/aegis/pull/3452))
203
207
- **Flaky test isolation** β eliminate issues ([#3304](https://github.com/OneStepAt4time/aegis/pull/3304))
204
208
- **Skip broken tests** β unblock CI ([#3454](https://github.com/OneStepAt4time/aegis/pull/3454))
0 commit comments