diff --git a/.changeset/design-review-controls.md b/.changeset/design-review-controls.md deleted file mode 100644 index 5a877c6e6b6b..000000000000 --- a/.changeset/design-review-controls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Restore a compact Design review surface with cyan actions, system light/dark themes, a viewport-sized preview, and keyboard-accessible Review, Assets and Details panels. Keep control styles inside Shadow DOM and prototype styles inside their sandboxed iframe, without adding Tailwind or a global reset. diff --git a/.changeset/lsp-node-recovery.md b/.changeset/lsp-node-recovery.md deleted file mode 100644 index a1126278659f..000000000000 --- a/.changeset/lsp-node-recovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Fix LSP recovery from rejected NODE_OPTIONS, including Biome startup with --user-system-ca. Keep retries isolated per server, preserve quoted options, and monitor the successfully restarted process instead of the exited original. diff --git a/.changeset/restore-design-tui.md b/.changeset/restore-design-tui.md deleted file mode 100644 index 2c63acd63df2..000000000000 --- a/.changeset/restore-design-tui.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": minor ---- - -Restore Design as the cyan third mode in the fullscreen TUI, alongside Build and Plan. Keep prototyping, browser feedback, image assets, SVG-to-GIF exports and approved Plan handoffs attached to the same conversation. Reopen pre-0.22 prototypes without overwriting their sources, and retain the new Design revision and rendering services. Queued browser feedback respects session interruption and requires an explicit retry to resume. diff --git a/package.json b/package.json index 5b718395cf8b..53ab9c2d8a75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-workspace", - "version": "0.22.1", + "version": "0.23.0", "description": "RedDB's AI-powered development tool", "private": true, "type": "module", diff --git a/packages/redcode/CHANGELOG.md b/packages/redcode/CHANGELOG.md index 643ad2409998..192d43afb99f 100644 --- a/packages/redcode/CHANGELOG.md +++ b/packages/redcode/CHANGELOG.md @@ -1,5 +1,16 @@ # opencode +## 0.23.0 + +### Minor Changes + +- 5ce06f9: Restore Design as the cyan third mode in the fullscreen TUI, alongside Build and Plan. Keep prototyping, browser feedback, image assets, SVG-to-GIF exports and approved Plan handoffs attached to the same conversation. Reopen pre-0.22 prototypes without overwriting their sources, and retain the new Design revision and rendering services. Queued browser feedback respects session interruption and requires an explicit retry to resume. + +### Patch Changes + +- 5ce06f9: Restore a compact Design review surface with cyan actions, system light/dark themes, a viewport-sized preview, and keyboard-accessible Review, Assets and Details panels. Keep control styles inside Shadow DOM and prototype styles inside their sandboxed iframe, without adding Tailwind or a global reset. +- 5ce06f9: Fix LSP recovery from rejected NODE_OPTIONS, including Biome startup with --user-system-ca. Keep retries isolated per server, preserve quoted options, and monitor the successfully restarted process instead of the exited original. + ## 0.22.1 ### Patch Changes diff --git a/packages/redcode/package.json b/packages/redcode/package.json index a87cebd1458d..dc71178cf2ac 100644 --- a/packages/redcode/package.json +++ b/packages/redcode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "0.22.1", + "version": "0.23.0", "name": "@reddb-io/redcode", "type": "module", "license": "MIT",