Skip to content

chore(release): version packages - #148

Merged
filipeforattini merged 1 commit into
mainfrom
changeset-release/main
Sep 6, 2026
Merged

chore(release): version packages#148
filipeforattini merged 1 commit into
mainfrom
changeset-release/main

Conversation

@filipeforattini

@filipeforattini filipeforattini commented Sep 6, 2026

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@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

@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

@reddb-io/redcode-plugin@1.18.20

Patch Changes

  • Updated dependencies [d9dcc88]
    • @reddb-io/redcode-sdk@1.19.1

@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.

@reddb-io/redcode-slack@1.18.20

Patch Changes

  • Updated dependencies [d9dcc88]
    • @reddb-io/redcode-sdk@1.19.1

@reddb-io/redcode@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

@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

@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

@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

@reddb-io/redcode-enterprise@1.18.24

Patch Changes

  • @reddb-io/redcode-core@1.21.1
  • @reddb-io/redcode-session-ui@1.18.24

@reddb-io/redcode-llm@1.18.21

Patch Changes

  • Updated dependencies [d9dcc88]
    • @reddb-io/redcode-schema@1.20.1

@reddb-io/redcode-protocol@1.18.21

Patch Changes

  • Updated dependencies [d9dcc88]
    • @reddb-io/redcode-schema@1.20.1

@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.

@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

@reddb-io/redcode-server@1.18.24

Patch Changes

  • @reddb-io/redcode-core@1.21.1
  • @reddb-io/redcode-protocol@1.18.21

@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

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@filipeforattini
filipeforattini merged commit 3bde571 into main Sep 6, 2026
13 checks passed
@filipeforattini
filipeforattini deleted the changeset-release/main branch September 6, 2026 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant