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.8] - 2026-03-31
15
+
16
+
See [docs/releases/v0.0.8.md](docs/releases/v0.0.8.md) for full notes and [docs/releases/v0.0.8/assets.md](docs/releases/v0.0.8/assets.md) for release asset inventory.
17
+
18
+
### Added
19
+
20
+
- Add skills library, install flow, and management UI.
21
+
- Add skills UX improvements and session hardening around the skills workflow.
22
+
- Add text file attachments to chat turns.
23
+
- Add app locale loading and the intl provider.
24
+
- Add full-context diff viewing for both file-scoped and per-file comparisons.
25
+
- Add inline thread renaming with draft title persistence.
26
+
- Add file attachment context handling.
27
+
- Add project quick-new thread button.
28
+
- Add PR number input support with repository auto-match.
29
+
- Add interactive plan feedback in the sidebar.
30
+
- Add sidebar accent and thread width settings.
31
+
32
+
### Changed
33
+
34
+
- Refresh the OK Code marketing site.
35
+
- Improve raw patch rendering.
36
+
- Allow toggling the code viewer without clearing open tabs.
37
+
- Clear stale worktree paths before starting sessions.
38
+
39
+
### Fixed
40
+
41
+
- Fix dev runner entrypoint detection for desktop builds.
42
+
- Fix YouTube player embed layout.
43
+
14
44
## [0.0.7] - 2026-03-31
15
45
16
46
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.
@@ -184,3 +214,4 @@ First public version tag. See [docs/releases/v0.0.1.md](docs/releases/v0.0.1.md)
OK Code v0.0.8 expands the new skills workflow, lays groundwork for localization, improves attachment and diff handling, and tightens session and thread behavior across the app.
9
+
10
+
## Highlights
11
+
12
+
-**Add a skills library, install flow, management UI, and follow-on UX hardening for skills.**
13
+
-**Introduce app locale loading and the intl provider for the localization rollout.**
14
+
-**Add text file attachments in chat and improve file attachment context handling.**
15
+
-**Expand diff inspection with full-context viewing for both file-scoped and per-file comparisons.**
16
+
-**Add inline thread renaming with draft title persistence and a quick-new thread action in the project sidebar.**
17
+
-**Improve thread and plan workflows with PR number auto-match and interactive plan feedback in the sidebar.**
18
+
-**Harden startup and session behavior by clearing stale worktree paths and fixing desktop dev runner entrypoint detection.**
19
+
-**Refresh the marketing site and continue UI polish for raw patches, embeds, accent controls, and thread-width settings.**
20
+
21
+
## Breaking changes
22
+
23
+
- None.
24
+
25
+
## Upgrade and install
26
+
27
+
-**CLI:**`npm install -g okcodes@0.0.8` (after the package is published to npm manually).
28
+
-**Desktop:** Download from [GitHub Releases](https://github.com/OpenKnots/okcode/releases/tag/v0.0.8). Filenames are listed in [assets.md](v0.0.8/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.8`](https://github.com/OpenKnots/okcode/releases/tag/v0.0.8) 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.8`).
0 commit comments