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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- CLI npm package name is `okcodes`. Install with `npm install -g okcodes`; the `okcode` binary name is unchanged.
13
13
14
+
## [0.0.7] - 2026-03-31
15
+
16
+
See [docs/releases/v0.0.7.md](docs/releases/v0.0.7.md) for full notes and [docs/releases/v0.0.7/assets.md](docs/releases/v0.0.7/assets.md) for release asset inventory.
17
+
18
+
### Added
19
+
20
+
- Add a command palette for project and thread switching.
21
+
- Add GitHub clone flow from repository URLs.
22
+
- Add checklist views for proposed plans.
23
+
- Add browser viewport presets to the preview panel.
24
+
- Add skill CRUD and slash-command support.
25
+
- Add `rec` command option mapping for review replies.
26
+
27
+
### Changed
28
+
29
+
- Refresh UI fonts and theme presets.
30
+
- Improve PR panel accessibility and keyboard shortcuts.
31
+
- Reorganize conflict intake UI and expandable summaries.
32
+
- Fallback to available git branches when creating new worktrees.
33
+
- Collapse consecutive work entries in the timeline.
34
+
- Polish sidebar project add-row styling and workspace search filters.
35
+
36
+
### Fixed
37
+
38
+
- Harden selection highlight styling for accessibility and contrast compatibility.
39
+
40
+
### Removed
41
+
42
+
- None.
43
+
14
44
## [0.0.6] - 2026-03-28
15
45
16
46
See [docs/releases/v0.0.6.md](docs/releases/v0.0.6.md) for full notes and [docs/releases/v0.0.6/assets.md](docs/releases/v0.0.6/assets.md) for release asset inventory.
@@ -151,5 +181,6 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
0 commit comments