Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/redcode-product-copy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/redcode-runtime-identity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/redcode-sdk-identity.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/reliable-lsp-status.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/steady-session-runs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/workers-sidebar-tabs.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/redcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/redcode/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading