Skip to content

Commit bdab97c

Browse files
committed
Revert "fix(tui): pin OpenTUI to 0.3.4 to match OpenCode 1.17.11 (#200)"
This reverts commit d9d79e3.
1 parent d9d79e3 commit bdab97c

4 files changed

Lines changed: 20 additions & 31 deletions

File tree

.alfonso/release-notes/v0.30.2.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

bun.lock

Lines changed: 16 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@jitl/quickjs-singlefile-cjs-release-asyncify": "0.32.0",
4545
"@opencode-ai/plugin": "^1.17.11",
4646
"@opencode-ai/sdk": "^1.17.11",
47-
"@opentui/core": "0.3.4",
48-
"@opentui/solid": "0.3.4",
47+
"@opentui/core": "^0.4.2",
48+
"@opentui/solid": "^0.4.2",
4949
"ai-tokenizer": "^1.0.6",
5050
"comment-json": "^5.0.0",
5151
"quickjs-emscripten": "^0.32.0",

packages/plugin/src/shared/announcement.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ import { getMagicContextStorageDir } from "./data-path";
2424
* Bump only when there are user-visible changes worth a startup dialog.
2525
* Does NOT need to match the published package version.
2626
*/
27-
export const ANNOUNCEMENT_VERSION = "0.30.2";
27+
export const ANNOUNCEMENT_VERSION = "0.30.1";
2828

2929
/**
3030
* Short, user-facing bullet strings. Keep each line ~80 chars or shorter so the
3131
* TUI dialog renders cleanly without horizontal scroll on a typical terminal.
3232
*/
3333
export const ANNOUNCEMENT_FEATURES: ReadonlyArray<string> = [
34-
"Fixed high idle CPU in the OpenCode TUI sidebar (#200): OpenTUI is pinned to match OpenCode 1.17.11, so the sidebar no longer burns CPU when idle.",
34+
"Local embeddings work on OpenCode Desktop again (#195): /ctx-embed no longer fails with 'Unsupported device: cpu' on the Desktop app.",
3535
];
3636

3737
/**

0 commit comments

Comments
 (0)