Skip to content

chore(release): version packages - #283

Merged
leoisadev1 merged 1 commit into
mainfrom
changeset-release/main
Sep 16, 2026
Merged

leoisadev1 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 16, 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 publish to npm yourself or setup this action to publish 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

akeru-bot@0.1.0

Minor Changes

  • #276 730617d Thanks @leoisadev1! - Add per-bot personality settings with Chill, Balanced, and Professional styles.

Patch Changes

  • #275 554c9c4 Thanks @leoisadev1! - Recover interrupted chats after server restarts and route supported providers through the unified Akeru agent controller.

Changes

  • #193 fix(marketing): connect Grok discovery pages to setup
  • #194 feat(web): add Read aloud for stored bot replies
  • #196 fix(marketing): recover downloads from stalled release requests
  • #197 perf(server): yield between filtered workspace search pages
  • #198 perf(protocol): make raw event retention opt-in
  • #201 perf(server): acquire browser attachments only for consuming connectors
  • #199 perf(server): index projected thread lookups
  • #204 fix(server): prefer origin for project repository identity
  • #205 fix(server): bound OpenCode CLI probes and serialize inventory
  • #207 fix(server): stop Windows terminal processes when closing
  • #211 fix(server): stop Windows terminal polling from spiking CPU
  • #219 fix(web): stop highlighter freezes by using Oniguruma WASM
  • #234 fix(mcp): allow text-only preview snapshots
  • #236 fix(server): bound session listing and keep a full idle window after turns
  • #238 fix(web): show bot and group message actions on touch
  • #249 fix(server): skip disabled provider instances for text generation fallback
  • #250 fix(server): preserve inline provider secrets on redacted saves
  • #231 fix(web): copy text over plain HTTP
  • #244 fix(server): stop overpricing cached Claude tokens
  • #246 perf(web): stop rendering hidden terminals
  • #233 fix(web): keep settings inputs focused during IME composition
  • #206 perf(server): bound terminal history incrementally
  • #255 perf(web): keep chat markdown mounted while text streams
  • #230 perf(server): skip full thread loads on projection and ingestion
  • #209 fix(codex): keep app-server protocol decode current
  • #226 feat(server): report image dimensions with signed asset URLs
  • #208 fix(server): isolate remote web session cookies
  • #227 perf(client): keep latestTurn and checkpoint refs stable while streaming
  • #164 feat(plugins): add local Executor MCP support
  • #200 perf(server): share concurrent usage reads and pricing refreshes
  • #202 fix(web): keep reply playback hooks stable during chat hydration
  • #203 perf(logging): drain bounded asynchronous writes before desktop exit
  • #210 fix(server): stop OpenCode child sessions and route their approvals
  • #256 fix(web): make desktop onboarding resilient
  • #257 fix(providers): hide disconnected providers
  • #252 fix(server): auto-reply full-access OpenCode permission asks
  • #212 fix(opencode): revert from the first removed assistant message
  • #258 feat(web): add custom bot avatar colors
  • #213 fix(mobile): preserve drafts after storage read failures
  • #214 fix(grok): probe health with initialize and allow in-session model changes
  • #224 fix(grok): encode session/cancel as a real notification and interrupt steers
  • #228 fix(grok): map Always allow to allow_once when Grok omits allow_always
  • #225 fix(grok): discover skills with grok inspect and fail workspace probes loudly
  • #220 fix(server): capture complete turn checkpoints after edits finish
  • #229 fix(server): keep attachments until commit and allow first-send retry
  • #215 fix(ssh): keep managed remote server ownership through stop
  • #216 perf(server): bound orchestration replay and slow-client live buffers
  • #217 fix(desktop): separate LAN and Tailscale pairing endpoints
  • #218 feat(web): complete live roster drag for bots and groups
  • #221 fix(editors): open remote projects in Zed
  • #222 feat(desktop): complete quit shortcut confirmation modes
  • #223 fix(desktop): pin preview CDP debugger across webview teardown
  • #232 fix(desktop): isolate preview shortcuts from the host
  • #235 fix(desktop): enable context menus in the in-app browser
  • #237 fix(claude): derive usage and name login or limit errors
  • #239 perf(server): stream static files and cache hashed build assets
  • #240 perf(server): drop transient native events from provider logs
  • #241 fix(threads): keep completed questions closed across clients
  • #242 perf(client): stop replaying terminal buffers on rollover
  • #243 feat(web): add provider model bulk visibility toggle
  • #245 fix: stop favicon requests for private chat-link hosts
  • #247 fix(server): disable executable tools in Claude metadata generation
  • #248 perf(web): avoid repeated terminal metadata scans
  • #251 perf(server): index OpenCode text by message and drop unused tool parts
  • #253 feat(shared): map text generation models by provider identity
  • #254 fix(claude): run composer-picked skills as slash commands

@t3tools/desktop@0.1.0

Patch Changes

  • #277 8240cf5 Thanks @leoisadev1! - Redesigned the macOS DMG installer background with an editorial black-and-paper look and a hand-drawn arrow guiding the drag to Applications.

  • Updated dependencies []:

    • @t3tools/contracts@0.1.0
    • @t3tools/client-runtime@0.0.1
    • @t3tools/shared@0.0.1
    • @t3tools/ssh@0.0.1
    • @t3tools/tailscale@0.0.1

Changes

  • #193 fix(marketing): connect Grok discovery pages to setup
  • #194 feat(web): add Read aloud for stored bot replies
  • #196 fix(marketing): recover downloads from stalled release requests
  • #197 perf(server): yield between filtered workspace search pages
  • #198 perf(protocol): make raw event retention opt-in
  • #201 perf(server): acquire browser attachments only for consuming connectors
  • #199 perf(server): index projected thread lookups
  • #204 fix(server): prefer origin for project repository identity
  • #205 fix(server): bound OpenCode CLI probes and serialize inventory
  • #207 fix(server): stop Windows terminal processes when closing
  • #211 fix(server): stop Windows terminal polling from spiking CPU
  • #219 fix(web): stop highlighter freezes by using Oniguruma WASM
  • #234 fix(mcp): allow text-only preview snapshots
  • #236 fix(server): bound session listing and keep a full idle window after turns
  • #238 fix(web): show bot and group message actions on touch
  • #249 fix(server): skip disabled provider instances for text generation fallback
  • #250 fix(server): preserve inline provider secrets on redacted saves
  • #231 fix(web): copy text over plain HTTP
  • #244 fix(server): stop overpricing cached Claude tokens
  • #246 perf(web): stop rendering hidden terminals
  • #233 fix(web): keep settings inputs focused during IME composition
  • #206 perf(server): bound terminal history incrementally
  • #255 perf(web): keep chat markdown mounted while text streams
  • #230 perf(server): skip full thread loads on projection and ingestion
  • #209 fix(codex): keep app-server protocol decode current
  • #226 feat(server): report image dimensions with signed asset URLs
  • #208 fix(server): isolate remote web session cookies
  • #227 perf(client): keep latestTurn and checkpoint refs stable while streaming
  • #164 feat(plugins): add local Executor MCP support
  • #200 perf(server): share concurrent usage reads and pricing refreshes
  • #202 fix(web): keep reply playback hooks stable during chat hydration
  • #203 perf(logging): drain bounded asynchronous writes before desktop exit
  • #210 fix(server): stop OpenCode child sessions and route their approvals
  • #256 fix(web): make desktop onboarding resilient
  • #257 fix(providers): hide disconnected providers
  • #252 fix(server): auto-reply full-access OpenCode permission asks
  • #212 fix(opencode): revert from the first removed assistant message
  • #258 feat(web): add custom bot avatar colors
  • #213 fix(mobile): preserve drafts after storage read failures
  • #214 fix(grok): probe health with initialize and allow in-session model changes
  • #224 fix(grok): encode session/cancel as a real notification and interrupt steers
  • #228 fix(grok): map Always allow to allow_once when Grok omits allow_always
  • #225 fix(grok): discover skills with grok inspect and fail workspace probes loudly
  • #220 fix(server): capture complete turn checkpoints after edits finish
  • #229 fix(server): keep attachments until commit and allow first-send retry
  • #215 fix(ssh): keep managed remote server ownership through stop
  • #216 perf(server): bound orchestration replay and slow-client live buffers
  • #217 fix(desktop): separate LAN and Tailscale pairing endpoints
  • #218 feat(web): complete live roster drag for bots and groups
  • #221 fix(editors): open remote projects in Zed
  • #222 feat(desktop): complete quit shortcut confirmation modes
  • #223 fix(desktop): pin preview CDP debugger across webview teardown
  • #232 fix(desktop): isolate preview shortcuts from the host
  • #235 fix(desktop): enable context menus in the in-app browser
  • #237 fix(claude): derive usage and name login or limit errors
  • #239 perf(server): stream static files and cache hashed build assets
  • #240 perf(server): drop transient native events from provider logs
  • #241 fix(threads): keep completed questions closed across clients
  • #242 perf(client): stop replaying terminal buffers on rollover
  • #243 feat(web): add provider model bulk visibility toggle
  • #245 fix: stop favicon requests for private chat-link hosts
  • #247 fix(server): disable executable tools in Claude metadata generation
  • #248 perf(web): avoid repeated terminal metadata scans
  • #251 perf(server): index OpenCode text by message and drop unused tool parts
  • #253 feat(shared): map text generation models by provider identity
  • #254 fix(claude): run composer-picked skills as slash commands

@t3tools/web@0.1.0

Patch Changes

  • Updated dependencies []:
    • @t3tools/contracts@0.1.0
    • @t3tools/client-runtime@0.0.1
    • @t3tools/shared@0.0.1

Changes

  • #193 fix(marketing): connect Grok discovery pages to setup
  • #194 feat(web): add Read aloud for stored bot replies
  • #196 fix(marketing): recover downloads from stalled release requests
  • #197 perf(server): yield between filtered workspace search pages
  • #198 perf(protocol): make raw event retention opt-in
  • #201 perf(server): acquire browser attachments only for consuming connectors
  • #199 perf(server): index projected thread lookups
  • #204 fix(server): prefer origin for project repository identity
  • #205 fix(server): bound OpenCode CLI probes and serialize inventory
  • #207 fix(server): stop Windows terminal processes when closing
  • #211 fix(server): stop Windows terminal polling from spiking CPU
  • #219 fix(web): stop highlighter freezes by using Oniguruma WASM
  • #234 fix(mcp): allow text-only preview snapshots
  • #236 fix(server): bound session listing and keep a full idle window after turns
  • #238 fix(web): show bot and group message actions on touch
  • #249 fix(server): skip disabled provider instances for text generation fallback
  • #250 fix(server): preserve inline provider secrets on redacted saves
  • #231 fix(web): copy text over plain HTTP
  • #244 fix(server): stop overpricing cached Claude tokens
  • #246 perf(web): stop rendering hidden terminals
  • #233 fix(web): keep settings inputs focused during IME composition
  • #206 perf(server): bound terminal history incrementally
  • #255 perf(web): keep chat markdown mounted while text streams
  • #230 perf(server): skip full thread loads on projection and ingestion
  • #209 fix(codex): keep app-server protocol decode current
  • #226 feat(server): report image dimensions with signed asset URLs
  • #208 fix(server): isolate remote web session cookies
  • #227 perf(client): keep latestTurn and checkpoint refs stable while streaming
  • #164 feat(plugins): add local Executor MCP support
  • #200 perf(server): share concurrent usage reads and pricing refreshes
  • #202 fix(web): keep reply playback hooks stable during chat hydration
  • #203 perf(logging): drain bounded asynchronous writes before desktop exit
  • #210 fix(server): stop OpenCode child sessions and route their approvals
  • #256 fix(web): make desktop onboarding resilient
  • #257 fix(providers): hide disconnected providers
  • #252 fix(server): auto-reply full-access OpenCode permission asks
  • #212 fix(opencode): revert from the first removed assistant message
  • #258 feat(web): add custom bot avatar colors
  • #213 fix(mobile): preserve drafts after storage read failures
  • #214 fix(grok): probe health with initialize and allow in-session model changes
  • #224 fix(grok): encode session/cancel as a real notification and interrupt steers
  • #228 fix(grok): map Always allow to allow_once when Grok omits allow_always
  • #225 fix(grok): discover skills with grok inspect and fail workspace probes loudly
  • #220 fix(server): capture complete turn checkpoints after edits finish
  • #229 fix(server): keep attachments until commit and allow first-send retry
  • #215 fix(ssh): keep managed remote server ownership through stop
  • #216 perf(server): bound orchestration replay and slow-client live buffers
  • #217 fix(desktop): separate LAN and Tailscale pairing endpoints
  • #218 feat(web): complete live roster drag for bots and groups
  • #221 fix(editors): open remote projects in Zed
  • #222 feat(desktop): complete quit shortcut confirmation modes
  • #223 fix(desktop): pin preview CDP debugger across webview teardown
  • #232 fix(desktop): isolate preview shortcuts from the host
  • #235 fix(desktop): enable context menus in the in-app browser
  • #237 fix(claude): derive usage and name login or limit errors
  • #239 perf(server): stream static files and cache hashed build assets
  • #240 perf(server): drop transient native events from provider logs
  • #241 fix(threads): keep completed questions closed across clients
  • #242 perf(client): stop replaying terminal buffers on rollover
  • #243 feat(web): add provider model bulk visibility toggle
  • #245 fix: stop favicon requests for private chat-link hosts
  • #247 fix(server): disable executable tools in Claude metadata generation
  • #248 perf(web): avoid repeated terminal metadata scans
  • #251 perf(server): index OpenCode text by message and drop unused tool parts
  • #253 feat(shared): map text generation models by provider identity
  • #254 fix(claude): run composer-picked skills as slash commands

@t3tools/client-runtime@0.0.1

Patch Changes

  • Updated dependencies []:
    • @t3tools/contracts@0.1.0
    • @t3tools/shared@0.0.1

@t3tools/shared@0.0.1

Patch Changes

  • Updated dependencies []:
    • @t3tools/contracts@0.1.0

@t3tools/ssh@0.0.1

Patch Changes

  • Updated dependencies []:
    • @t3tools/contracts@0.1.0
    • @t3tools/shared@0.0.1

@t3tools/tailscale@0.0.1

Patch Changes

  • Updated dependencies []:
    • @t3tools/shared@0.0.1

@t3tools/contracts@0.1.0

Changes

  • #193 fix(marketing): connect Grok discovery pages to setup
  • #194 feat(web): add Read aloud for stored bot replies
  • #196 fix(marketing): recover downloads from stalled release requests
  • #197 perf(server): yield between filtered workspace search pages
  • #198 perf(protocol): make raw event retention opt-in
  • #201 perf(server): acquire browser attachments only for consuming connectors
  • #199 perf(server): index projected thread lookups
  • #204 fix(server): prefer origin for project repository identity
  • #205 fix(server): bound OpenCode CLI probes and serialize inventory
  • #207 fix(server): stop Windows terminal processes when closing
  • #211 fix(server): stop Windows terminal polling from spiking CPU
  • #219 fix(web): stop highlighter freezes by using Oniguruma WASM
  • #234 fix(mcp): allow text-only preview snapshots
  • #236 fix(server): bound session listing and keep a full idle window after turns
  • #238 fix(web): show bot and group message actions on touch
  • #249 fix(server): skip disabled provider instances for text generation fallback
  • #250 fix(server): preserve inline provider secrets on redacted saves
  • #231 fix(web): copy text over plain HTTP
  • #244 fix(server): stop overpricing cached Claude tokens
  • #246 perf(web): stop rendering hidden terminals
  • #233 fix(web): keep settings inputs focused during IME composition
  • #206 perf(server): bound terminal history incrementally
  • #255 perf(web): keep chat markdown mounted while text streams
  • #230 perf(server): skip full thread loads on projection and ingestion
  • #209 fix(codex): keep app-server protocol decode current
  • #226 feat(server): report image dimensions with signed asset URLs
  • #208 fix(server): isolate remote web session cookies
  • #227 perf(client): keep latestTurn and checkpoint refs stable while streaming
  • #164 feat(plugins): add local Executor MCP support
  • #200 perf(server): share concurrent usage reads and pricing refreshes
  • #202 fix(web): keep reply playback hooks stable during chat hydration
  • #203 perf(logging): drain bounded asynchronous writes before desktop exit
  • #210 fix(server): stop OpenCode child sessions and route their approvals
  • #256 fix(web): make desktop onboarding resilient
  • #257 fix(providers): hide disconnected providers
  • #252 fix(server): auto-reply full-access OpenCode permission asks
  • #212 fix(opencode): revert from the first removed assistant message
  • #258 feat(web): add custom bot avatar colors
  • #213 fix(mobile): preserve drafts after storage read failures
  • #214 fix(grok): probe health with initialize and allow in-session model changes
  • #224 fix(grok): encode session/cancel as a real notification and interrupt steers
  • #228 fix(grok): map Always allow to allow_once when Grok omits allow_always
  • #225 fix(grok): discover skills with grok inspect and fail workspace probes loudly
  • #220 fix(server): capture complete turn checkpoints after edits finish
  • #229 fix(server): keep attachments until commit and allow first-send retry
  • #215 fix(ssh): keep managed remote server ownership through stop
  • #216 perf(server): bound orchestration replay and slow-client live buffers
  • #217 fix(desktop): separate LAN and Tailscale pairing endpoints
  • #218 feat(web): complete live roster drag for bots and groups
  • #221 fix(editors): open remote projects in Zed
  • #222 feat(desktop): complete quit shortcut confirmation modes
  • #223 fix(desktop): pin preview CDP debugger across webview teardown
  • #232 fix(desktop): isolate preview shortcuts from the host
  • #235 fix(desktop): enable context menus in the in-app browser
  • #237 fix(claude): derive usage and name login or limit errors
  • #239 perf(server): stream static files and cache hashed build assets
  • #240 perf(server): drop transient native events from provider logs
  • #241 fix(threads): keep completed questions closed across clients
  • #242 perf(client): stop replaying terminal buffers on rollover
  • #243 feat(web): add provider model bulk visibility toggle
  • #245 fix: stop favicon requests for private chat-link hosts
  • #247 fix(server): disable executable tools in Claude metadata generation
  • #248 perf(web): avoid repeated terminal metadata scans
  • #251 perf(server): index OpenCode text by message and drop unused tool parts
  • #253 feat(shared): map text generation models by provider identity
  • #254 fix(claude): run composer-picked skills as slash commands

Devin Review

@vercel

vercel Bot commented Sep 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
akeru-bot-landing Building Building Preview Sep 16, 2026 7:45pm UTC

Request Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Devin Review

Comment thread apps/server/CHANGELOG.md
@@ -1,5 +1,15 @@
## akeru-bot@0.0.41

## 0.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Prior release notes move into 0.1.0

The 0.1.0 section precedes the existing ### Changes, making prior entries appear part of this release. All four fixed-package changelogs share this structure.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@greptile-apps

greptile-apps Bot commented Sep 16, 2026

Copy link
Copy Markdown

Greptile Summary

The release notes in the server, desktop, web, and contracts changelogs are attributed to 0.1.0 while the corresponding 0.0.41 sections are empty. Correct the heading order before publishing so each release displays its own notes. This is a non-blocking documentation issue; the change is otherwise safe to merge.

Confidence Score: 4/5

Safe to merge with a non-blocking documentation correction: the four changelogs should label their release notes accurately before publication.

All confirmed findings concern release-note attribution only; no runtime, data-integrity, or security failures were found.

Files Needing Attention: apps/server/CHANGELOG.md, apps/desktop/CHANGELOG.md, apps/web/CHANGELOG.md, and packages/contracts/CHANGELOG.md

T-Rex T-Rex Logs

What T-Rex did

  • T-Rex produced and posted P2 findings for proofs 0 through 4 and linked their artifacts where available.
  • T-Rex produced and posted P2 findings for proofs 5 through 7.
  • A general-contract-validation-proof run executed the changelog-section association check and reported misattributed headers across multiple CHANGELOG.md files.

View all artifacts

T-Rex Ran code and verified through T-Rex

Fix all with Greploop Fix All in Codex

Reviews (1): Last reviewed commit: "chore(release): version packages" | Re-trigger Greptile

Comment thread apps/server/CHANGELOG.md
Comment on lines 1 to +3
## akeru-bot@0.0.41

## 0.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix server release heading

akeru-bot@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Minor Changes, Patch Changes, and Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex

Comment thread apps/desktop/CHANGELOG.md
Comment on lines 1 to +3
## @t3tools/desktop@0.0.41

## 0.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix desktop release heading

@t3tools/desktop@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Patch Changes and Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex

Comment thread apps/web/CHANGELOG.md
Comment on lines 1 to +3
## @t3tools/web@0.0.41

## 0.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix web release heading

@t3tools/web@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Patch Changes and Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex

Comment on lines 1 to +3
## @t3tools/contracts@0.0.41

## 0.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Fix contracts release heading

@t3tools/contracts@0.0.41 is immediately followed by the 0.1.0 heading, so its section is empty and the following Changes are displayed as 0.1.0 notes. Move the new section above the prior release heading so readers can identify what shipped in 0.0.41. This is non-blocking, but it makes the published release notes misleading.

Artifacts

Evidence from the check

  • Evidence file captured while the check ran.

Command output from the check

  • The full command output behind this check.

Command output from the check

  • The full command output behind this check.

View artifacts

T-Rex Ran code and verified through T-Rex

Fix in Codex

@leoisadev1
leoisadev1 merged commit a6e7dd8 into main Sep 16, 2026
4 of 5 checks passed
@leoisadev1
leoisadev1 deleted the changeset-release/main branch September 16, 2026 20:05
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