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
v0.2.3: setup wizard adds service install, Claude Code registration, PATH check
- cortex setup now handles full onboarding: init, embeddings, password,
LLM test, background service install, Claude Code registration, PATH symlink
- Homebrew formula fixed: installs from wheel, includes virtualenv mixin
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.3] — 2026-04-12
11
+
12
+
### Changed
13
+
14
+
-**Setup wizard enhanced** — `cortex setup` now installs the background service (LaunchAgent/systemd), registers with Claude Code, and offers to add `cortex` to PATH. Two commands is all a new user needs: `brew install` + `cortex setup`.
15
+
-**Homebrew formula fixed** — installs from PyPI wheel instead of building from source (avoids Rust toolchain requirement). Added `include Language::Python::Virtualenv` and `ensurepip` bootstrap.
16
+
10
17
## [0.2.2] — 2026-04-11
11
18
12
19
### Fixed
@@ -538,6 +545,7 @@ If you're upgrading from a pre-2026-04-07 install:
538
545
> (MCP, dashboard, REST API) plus the CLI now route through the
0 commit comments