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
* chore(release): bump version to 0.18.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs(roadmap): remove Phase 4 and completed foundation items
Remove "Parallel Execution — Advanced Patterns" phase (no longer
planned), strip already-completed "Foundation in place" items from
remaining phases, and renumber phases 5-13 → 4-12.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore(release): fix changelog reference links for v0.17.0 and v0.18.0
[Unreleased] was still comparing from v0.16.0 and the 0.17.0/0.18.0
comparison links were missing entirely.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
-**dashboard:** Auto-populate task title from plan/design document H1 heading ([#515](https://github.com/existential-birds/amelia/pull/515))
16
+
-**server:** Bridge EventBus events to server console via loguru for unified observability ([#504](https://github.com/existential-birds/amelia/pull/504))
17
+
-**drivers:** Add token usage tracking to Codex CLI driver ([#503](https://github.com/existential-birds/amelia/pull/503))
18
+
19
+
### Changed
20
+
21
+
-**plan-extraction:** Consolidate plan extraction to regex-only, removing LLM dependency for faster and more predictable parsing ([#516](https://github.com/existential-birds/amelia/pull/516))
22
+
-**dashboard:** Remove Roundtable/Capacity placeholders and move Costs to Agent Ops section ([#510](https://github.com/existential-birds/amelia/pull/510))
23
+
24
+
### Fixed
25
+
26
+
-**dashboard:** Fix bulk model dropdown for OpenRouter and agent card layout overflow ([#519](https://github.com/existential-birds/amelia/pull/519))
27
+
-**dashboard:** Restore profile settings modal save and clean up error handling ([#517](https://github.com/existential-birds/amelia/pull/517))
28
+
-**dashboard:** Shrink workflow canvas nodes to fit within viewport ([#519](https://github.com/existential-birds/amelia/pull/519))
29
+
-**external_plan:** Resolve Quick Shot timeout and duplicate plan file creation ([#514](https://github.com/existential-birds/amelia/pull/514))
30
+
-**types:** Audit and resolve `type: ignore` comments across codebase ([#501](https://github.com/existential-birds/amelia/pull/501))
31
+
32
+
### Security
33
+
34
+
-**deps:** Bump dompurify to 3.3.2 to address XSS vulnerability ([#521](https://github.com/existential-birds/amelia/pull/521))
35
+
-**deps:** Bump minimatch to fix ReDoS vulnerability ([#502](https://github.com/existential-birds/amelia/pull/502))
36
+
10
37
## [0.17.0] - 2026-02-22
11
38
12
39
### Added
@@ -442,7 +469,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments