diff --git a/.changeset/redcode-product-copy.md b/.changeset/redcode-product-copy.md deleted file mode 100644 index 0fe7159c5944..000000000000 --- a/.changeset/redcode-product-copy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Replace stale upstream product branding, links, assets, and TUI guidance with Redcode equivalents. diff --git a/.changeset/redcode-runtime-identity.md b/.changeset/redcode-runtime-identity.md deleted file mode 100644 index 2d7698bd631c..000000000000 --- a/.changeset/redcode-runtime-identity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Make `REDCODE_*`, Redcode service identity, and `.redcode` paths canonical while safely adopting persisted legacy configuration and databases. diff --git a/.changeset/redcode-sdk-identity.md b/.changeset/redcode-sdk-identity.md deleted file mode 100644 index 7a1c5c3cd056..000000000000 --- a/.changeset/redcode-sdk-identity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Rename the public API and SDK product identity from OpenCode to Redcode. diff --git a/.changeset/reliable-lsp-status.md b/.changeset/reliable-lsp-status.md deleted file mode 100644 index 8688f858a595..000000000000 --- a/.changeset/reliable-lsp-status.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Avoid reporting unavailable language servers as failures, reduce duplicate monorepo roots, and surface actionable startup and process-exit errors in LSP status views. diff --git a/.changeset/steady-session-runs.md b/.changeset/steady-session-runs.md deleted file mode 100644 index 5f5542928d66..000000000000 --- a/.changeset/steady-session-runs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Improve long-session responsiveness by bounding compacted history reads and coalescing shell progress updates. Keep unfinished todo work active across natural model stops when the todo tool is available. diff --git a/.changeset/workers-sidebar-tabs.md b/.changeset/workers-sidebar-tabs.md deleted file mode 100644 index b93972e22c04..000000000000 --- a/.changeset/workers-sidebar-tabs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@reddb-io/redcode": patch ---- - -Move the TUI Workers view into a switchable Context and Workers session sidebar with keyboard and mouse resizing, and show Redskilled connectivity beside the prompt directory. diff --git a/package.json b/package.json index 344af312c9e4..a2ea7c3f1467 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.13.0", + "version": "0.13.1", "description": "RedDB's AI-powered development tool", "private": true, "type": "module", diff --git a/packages/redcode/CHANGELOG.md b/packages/redcode/CHANGELOG.md index 1cdeb2033190..0d20792c9e4d 100644 --- a/packages/redcode/CHANGELOG.md +++ b/packages/redcode/CHANGELOG.md @@ -1,5 +1,16 @@ # opencode +## 0.13.1 + +### Patch Changes + +- 4fd7ecc: Replace stale upstream product branding, links, assets, and TUI guidance with Redcode equivalents. +- 4fd7ecc: Make `REDCODE_*`, Redcode service identity, and `.redcode` paths canonical while safely adopting persisted legacy configuration and databases. +- 4fd7ecc: Rename the public API and SDK product identity from OpenCode to Redcode. +- 4fd7ecc: Avoid reporting unavailable language servers as failures, reduce duplicate monorepo roots, and surface actionable startup and process-exit errors in LSP status views. +- 4fd7ecc: Improve long-session responsiveness by bounding compacted history reads and coalescing shell progress updates. Keep unfinished todo work active across natural model stops when the todo tool is available. +- 4fd7ecc: Move the TUI Workers view into a switchable Context and Workers session sidebar with keyboard and mouse resizing, and show Redskilled connectivity beside the prompt directory. + ## 0.13.0 ### Minor Changes diff --git a/packages/redcode/package.json b/packages/redcode/package.json index 72d3ce8918ec..f9d2af38a980 100644 --- a/packages/redcode/package.json +++ b/packages/redcode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "0.13.0", + "version": "0.13.1", "name": "@reddb-io/redcode", "type": "module", "license": "MIT",