diff --git a/.changeset/panel-throughput.md b/.changeset/panel-throughput.md deleted file mode 100644 index a2820e6e8df2..000000000000 --- a/.changeset/panel-throughput.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@reddb-io/redcode": minor -"@reddb-io/redcode-tui": minor -"@reddb-io/redcode-app": minor -"@reddb-io/redcode-schema": patch -"@reddb-io/redcode-sdk": patch ---- - -Latency and output speed on the panel - -Every assistant message now records when its first streamed chunk arrived (`time.first`). The TUI footer shows the last reply's latency and its output rate next to context and cost — `1.2s · 84 tk/s` — and the app shows both in the context tooltip and the context tab. Speed counts output plus reasoning tokens from the first chunk to completion; latency is the wait from the request to that first chunk. Messages from before this release show neither rather than a guess. diff --git a/package.json b/package.json index b6cb0a25684d..eee8d256cac7 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.18.0", + "version": "0.19.0", "description": "RedDB's AI-powered development tool", "private": true, "type": "module", diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 70de95e00e76..2038cd62d04d 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,21 @@ # @reddb-io/redcode-app +## 1.21.0 + +### Minor Changes + +- d9dcc88: Latency and output speed on the panel + + Every assistant message now records when its first streamed chunk arrived (`time.first`). The TUI footer shows the last reply's latency and its output rate next to context and cost — `1.2s · 84 tk/s` — and the app shows both in the context tooltip and the context tab. Speed counts output plus reasoning tokens from the first chunk to completion; latency is the wait from the request to that first chunk. Messages from before this release show neither rather than a guess. + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-schema@1.20.1 + - @reddb-io/redcode-sdk@1.19.1 + - @reddb-io/redcode-core@1.21.1 + - @reddb-io/redcode-session-ui@1.18.24 + ## 1.20.0 ### Minor Changes diff --git a/packages/app/package.json b/packages/app/package.json index 41e166254049..8250f6bf3a1e 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@reddb-io/redcode-app", - "version": "1.20.0", + "version": "1.21.0", "description": "", "type": "module", "exports": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9ac1a80b69f0..1a6211b25e20 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @reddb-io/redcode-cli +## 1.18.24 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-tui@1.21.0 + - @reddb-io/redcode-sdk@1.19.1 + - @reddb-io/redcode-core@1.21.1 + - @reddb-io/redcode-server@1.18.24 + ## 1.18.23 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6c2c926799b5..a8b13ff8522f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-cli", - "version": "1.18.23", + "version": "1.18.24", "type": "module", "license": "MIT", "bin": { diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 4cbe3a414600..4f7d532d6e89 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,13 @@ # @reddb-io/redcode-client +## 1.18.21 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-schema@1.20.1 + - @reddb-io/redcode-protocol@1.18.21 + ## 1.18.20 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 7e6c3be6d96a..5243c7d3eaef 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-client", - "version": "1.18.20", + "version": "1.18.21", "private": true, "type": "module", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 1bd67d634ebe..9d07f521572a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @reddb-io/redcode-core +## 1.21.1 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-schema@1.20.1 + - @reddb-io/redcode-llm@1.18.21 + - @reddb-io/redcode-plugin@1.18.20 + ## 1.21.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5d18c9425b4f..b3cfc7afb0c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "1.21.0", + "version": "1.21.1", "name": "@reddb-io/redcode-core", "type": "module", "license": "MIT", diff --git a/packages/enterprise/CHANGELOG.md b/packages/enterprise/CHANGELOG.md index 6fa353a5dce7..232161b3d754 100644 --- a/packages/enterprise/CHANGELOG.md +++ b/packages/enterprise/CHANGELOG.md @@ -1,5 +1,12 @@ # @reddb-io/redcode-enterprise +## 1.18.24 + +### Patch Changes + +- @reddb-io/redcode-core@1.21.1 +- @reddb-io/redcode-session-ui@1.18.24 + ## 1.18.23 ### Patch Changes diff --git a/packages/enterprise/package.json b/packages/enterprise/package.json index ba36425f6960..e6a3b2d11b78 100644 --- a/packages/enterprise/package.json +++ b/packages/enterprise/package.json @@ -1,6 +1,6 @@ { "name": "@reddb-io/redcode-enterprise", - "version": "1.18.23", + "version": "1.18.24", "private": true, "type": "module", "license": "MIT", diff --git a/packages/llm/CHANGELOG.md b/packages/llm/CHANGELOG.md index 83e287a9a9b1..4f23d96bf00b 100644 --- a/packages/llm/CHANGELOG.md +++ b/packages/llm/CHANGELOG.md @@ -1,5 +1,12 @@ # @reddb-io/redcode-llm +## 1.18.21 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-schema@1.20.1 + ## 1.18.20 ### Patch Changes diff --git a/packages/llm/package.json b/packages/llm/package.json index 18e11d2978a1..04bb28d3040e 100644 --- a/packages/llm/package.json +++ b/packages/llm/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "1.18.20", + "version": "1.18.21", "name": "@reddb-io/redcode-llm", "type": "module", "license": "MIT", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 24b4f8079b14..6d250f736581 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # @reddb-io/redcode-plugin +## 1.18.20 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-sdk@1.19.1 + ## 1.18.19 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index f998455be0b0..5f9e795d04a6 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-plugin", - "version": "1.18.19", + "version": "1.18.20", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/protocol/CHANGELOG.md b/packages/protocol/CHANGELOG.md index 3dc95f2dd18b..c49d705a3e84 100644 --- a/packages/protocol/CHANGELOG.md +++ b/packages/protocol/CHANGELOG.md @@ -1,5 +1,12 @@ # @reddb-io/redcode-protocol +## 1.18.21 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-schema@1.20.1 + ## 1.18.20 ### Patch Changes diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 7dc9d502356c..1a91824c71c6 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-protocol", - "version": "1.18.20", + "version": "1.18.21", "private": true, "type": "module", "license": "MIT", diff --git a/packages/redcode/CHANGELOG.md b/packages/redcode/CHANGELOG.md index ccf64a9c99e8..0383c900b37c 100644 --- a/packages/redcode/CHANGELOG.md +++ b/packages/redcode/CHANGELOG.md @@ -1,5 +1,24 @@ # opencode +## 0.19.0 + +### Minor Changes + +- d9dcc88: Latency and output speed on the panel + + Every assistant message now records when its first streamed chunk arrived (`time.first`). The TUI footer shows the last reply's latency and its output rate next to context and cost — `1.2s · 84 tk/s` — and the app shows both in the context tooltip and the context tab. Speed counts output plus reasoning tokens from the first chunk to completion; latency is the wait from the request to that first chunk. Messages from before this release show neither rather than a guess. + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-tui@1.21.0 + - @reddb-io/redcode-schema@1.20.1 + - @reddb-io/redcode-sdk@1.19.1 + - @reddb-io/redcode-llm@1.18.21 + - @reddb-io/redcode-protocol@1.18.21 + - @reddb-io/redcode-plugin@1.18.20 + - @reddb-io/redcode-server@1.18.24 + ## 0.18.0 ### Minor Changes diff --git a/packages/redcode/package.json b/packages/redcode/package.json index 4e928a536f7b..cfe7ea146f75 100644 --- a/packages/redcode/package.json +++ b/packages/redcode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "0.18.0", + "version": "0.19.0", "name": "@reddb-io/redcode", "type": "module", "license": "MIT", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 12b5a1db8168..5ec4805ef767 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -1,5 +1,13 @@ # @reddb-io/redcode-schema +## 1.20.1 + +### Patch Changes + +- d9dcc88: Latency and output speed on the panel + + Every assistant message now records when its first streamed chunk arrived (`time.first`). The TUI footer shows the last reply's latency and its output rate next to context and cost — `1.2s · 84 tk/s` — and the app shows both in the context tooltip and the context tab. Speed counts output plus reasoning tokens from the first chunk to completion; latency is the wait from the request to that first chunk. Messages from before this release show neither rather than a guess. + ## 1.20.0 ### Minor Changes diff --git a/packages/schema/package.json b/packages/schema/package.json index 6a883d548510..4cf69e2b55de 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-schema", - "version": "1.20.0", + "version": "1.20.1", "private": true, "type": "module", "license": "MIT", diff --git a/packages/sdk-next/CHANGELOG.md b/packages/sdk-next/CHANGELOG.md index 1dbbc9e8d219..e2d907026371 100644 --- a/packages/sdk-next/CHANGELOG.md +++ b/packages/sdk-next/CHANGELOG.md @@ -1,5 +1,13 @@ # @reddb-io/redcode-sdk-next +## 1.18.24 + +### Patch Changes + +- @reddb-io/redcode-client@1.18.21 +- @reddb-io/redcode-core@1.21.1 +- @reddb-io/redcode-server@1.18.24 + ## 1.18.23 ### Patch Changes diff --git a/packages/sdk-next/package.json b/packages/sdk-next/package.json index 2ce0abe803ba..544441300409 100644 --- a/packages/sdk-next/package.json +++ b/packages/sdk-next/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-sdk-next", - "version": "1.18.23", + "version": "1.18.24", "private": true, "type": "module", "license": "MIT", diff --git a/packages/sdk/js/CHANGELOG.md b/packages/sdk/js/CHANGELOG.md index b226bd4f317a..f0beb1f4a0a0 100644 --- a/packages/sdk/js/CHANGELOG.md +++ b/packages/sdk/js/CHANGELOG.md @@ -1,5 +1,13 @@ # @reddb-io/redcode-sdk +## 1.19.1 + +### Patch Changes + +- d9dcc88: Latency and output speed on the panel + + Every assistant message now records when its first streamed chunk arrived (`time.first`). The TUI footer shows the last reply's latency and its output rate next to context and cost — `1.2s · 84 tk/s` — and the app shows both in the context tooltip and the context tab. Speed counts output plus reasoning tokens from the first chunk to completion; latency is the wait from the request to that first chunk. Messages from before this release show neither rather than a guess. + ## 1.19.0 ### Minor Changes diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index a3a706f6dea1..05f80d42c31f 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-sdk", - "version": "1.19.0", + "version": "1.19.1", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index bd4289382e0b..f9658078ed54 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,12 @@ # @reddb-io/redcode-server +## 1.18.24 + +### Patch Changes + +- @reddb-io/redcode-core@1.21.1 +- @reddb-io/redcode-protocol@1.18.21 + ## 1.18.23 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index 2d82806e3ef7..22648f484ccb 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-server", - "version": "1.18.23", + "version": "1.18.24", "private": true, "type": "module", "license": "MIT", diff --git a/packages/session-ui/CHANGELOG.md b/packages/session-ui/CHANGELOG.md index fe0d181497f8..af7a2126ce9c 100644 --- a/packages/session-ui/CHANGELOG.md +++ b/packages/session-ui/CHANGELOG.md @@ -1,5 +1,13 @@ # @reddb-io/redcode-session-ui +## 1.18.24 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-sdk@1.19.1 + - @reddb-io/redcode-core@1.21.1 + ## 1.18.23 ### Patch Changes diff --git a/packages/session-ui/package.json b/packages/session-ui/package.json index d530ae18d942..4036e0b6b328 100644 --- a/packages/session-ui/package.json +++ b/packages/session-ui/package.json @@ -1,6 +1,6 @@ { "name": "@reddb-io/redcode-session-ui", - "version": "1.18.23", + "version": "1.18.24", "private": true, "type": "module", "license": "MIT", diff --git a/packages/slack/CHANGELOG.md b/packages/slack/CHANGELOG.md index e293a1b9873e..db35cf0cf733 100644 --- a/packages/slack/CHANGELOG.md +++ b/packages/slack/CHANGELOG.md @@ -1,5 +1,12 @@ # @reddb-io/redcode-slack +## 1.18.20 + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-sdk@1.19.1 + ## 1.18.19 ### Patch Changes diff --git a/packages/slack/package.json b/packages/slack/package.json index 1c6a102ddb53..105d4d24c9f2 100644 --- a/packages/slack/package.json +++ b/packages/slack/package.json @@ -1,6 +1,6 @@ { "name": "@reddb-io/redcode-slack", - "version": "1.18.19", + "version": "1.18.20", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index dab7272d3106..9eaf272c215f 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,20 @@ # @reddb-io/redcode-tui +## 1.21.0 + +### Minor Changes + +- d9dcc88: Latency and output speed on the panel + + Every assistant message now records when its first streamed chunk arrived (`time.first`). The TUI footer shows the last reply's latency and its output rate next to context and cost — `1.2s · 84 tk/s` — and the app shows both in the context tooltip and the context tab. Speed counts output plus reasoning tokens from the first chunk to completion; latency is the wait from the request to that first chunk. Messages from before this release show neither rather than a guess. + +### Patch Changes + +- Updated dependencies [d9dcc88] + - @reddb-io/redcode-sdk@1.19.1 + - @reddb-io/redcode-core@1.21.1 + - @reddb-io/redcode-plugin@1.18.20 + ## 1.20.0 ### Minor Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 85f043ccab59..4151c618e69d 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@reddb-io/redcode-tui", - "version": "1.20.0", + "version": "1.21.0", "private": true, "type": "module", "license": "MIT",