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)
OK Code v0.0.7 focuses on faster navigation, stronger workspace setup, and better day-to-day ergonomics across the web UI, preview panel, and release tooling.
9
+
10
+
## Highlights
11
+
12
+
-**Add a command palette for project and thread switching.**
13
+
-**Add GitHub clone flow from repository URLs.**
14
+
-**Add checklist views for proposed plans.**
15
+
-**Add browser viewport presets to the preview panel.**
16
+
-**Refresh UI fonts and theme presets.**
17
+
-**Improve PR panel accessibility and keyboard shortcuts.**
18
+
-**Reorganize conflict intake UI and expandable summaries.**
19
+
-**Fallback to available git branches when creating new worktrees.**
20
+
21
+
## Breaking changes
22
+
23
+
- None.
24
+
25
+
## Upgrade and install
26
+
27
+
-**CLI:**`npm install -g okcodes@0.0.7` (after the package is published to npm manually).
28
+
-**Desktop:** Download from [GitHub Releases](https://github.com/OpenKnots/okcode/releases/tag/v0.0.7). Filenames are listed in [assets.md](v0.0.7/assets.md).
29
+
30
+
## Known limitations
31
+
32
+
OK Code remains early work in progress. Expect rough edges around session recovery, streaming edge cases, and platform-specific desktop behavior. Report issues on GitHub.
Binaries are **not** stored in this git repository; they are attached to the [GitHub Release for `v0.0.7`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.7) by the [Release Desktop workflow](../../.github/workflows/release.yml).
4
+
5
+
The GitHub Release also includes **documentation attachments** (same content as in-repo, stable filenames for download):
After the workflow completes, expect **installer and updater** artifacts similar to the following (exact names may include the product name `OK Code` and version `0.0.7`).
0 commit comments