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
11 changes: 0 additions & 11 deletions .changeset/panel-throughput.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.18.0",
"version": "0.19.0",
"description": "RedDB's AI-powered development tool",
"private": true,
"type": "module",
Expand Down
16 changes: 16 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reddb-io/redcode-app",
"version": "1.20.0",
"version": "1.21.0",
"description": "",
"type": "module",
"exports": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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-cli",
"version": "1.18.23",
"version": "1.18.24",
"type": "module",
"license": "MIT",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/client/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-client",
"version": "1.18.20",
"version": "1.18.21",
"private": true,
"type": "module",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/enterprise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/enterprise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reddb-io/redcode-enterprise",
"version": "1.18.23",
"version": "1.18.24",
"private": true,
"type": "module",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/llm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/llm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/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-plugin",
"version": "1.18.19",
"version": "1.18.20",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/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-protocol",
"version": "1.18.20",
"version": "1.18.21",
"private": true,
"type": "module",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/redcode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.18.0",
"version": "0.19.0",
"name": "@reddb-io/redcode",
"type": "module",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/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-schema",
"version": "1.20.0",
"version": "1.20.1",
"private": true,
"type": "module",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-next/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-sdk-next",
"version": "1.18.23",
"version": "1.18.24",
"private": true,
"type": "module",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/js/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-sdk",
"version": "1.19.0",
"version": "1.19.1",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/server/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-server",
"version": "1.18.23",
"version": "1.18.24",
"private": true,
"type": "module",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/session-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/session-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reddb-io/redcode-session-ui",
"version": "1.18.23",
"version": "1.18.24",
"private": true,
"type": "module",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reddb-io/redcode-slack",
"version": "1.18.19",
"version": "1.18.20",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
15 changes: 15 additions & 0 deletions packages/tui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading
Loading