From 096dab5d31dc26944fba8d7932fde2e5f6a296f2 Mon Sep 17 00:00:00 2001 From: SPIKESPIGEL404 <193405782+SPIKESPIGEL404@users.noreply.github.com> Date: Sun, 9 Aug 2026 07:13:49 +0000 Subject: [PATCH] docs(changelog): add draft entries from bitrouter releases --- content/changelog/v1-0-0-alpha-20.mdx | 35 +++++++++++++++++++++++++++ content/changelog/v1-0-0-alpha-21.mdx | 20 +++++++++++++++ content/changelog/v1-0-0-alpha-22.mdx | 20 +++++++++++++++ content/changelog/v1-0-0-alpha-23.mdx | 22 +++++++++++++++++ content/changelog/v1-0-0-alpha-24.mdx | 17 +++++++++++++ content/changelog/v1-0-0-alpha-25.mdx | 15 ++++++++++++ content/changelog/v1-0-0-alpha-26.mdx | 26 ++++++++++++++++++++ content/changelog/v1-0-0-alpha-27.mdx | 27 +++++++++++++++++++++ 8 files changed, 182 insertions(+) create mode 100644 content/changelog/v1-0-0-alpha-20.mdx create mode 100644 content/changelog/v1-0-0-alpha-21.mdx create mode 100644 content/changelog/v1-0-0-alpha-22.mdx create mode 100644 content/changelog/v1-0-0-alpha-23.mdx create mode 100644 content/changelog/v1-0-0-alpha-24.mdx create mode 100644 content/changelog/v1-0-0-alpha-25.mdx create mode 100644 content/changelog/v1-0-0-alpha-26.mdx create mode 100644 content/changelog/v1-0-0-alpha-27.mdx diff --git a/content/changelog/v1-0-0-alpha-20.mdx b/content/changelog/v1-0-0-alpha-20.mdx new file mode 100644 index 0000000..d59a9ed --- /dev/null +++ b/content/changelog/v1-0-0-alpha-20.mdx @@ -0,0 +1,35 @@ +--- +title: "v1.0.0-alpha.20" +description: "Spawn codex agent." +date: "2026-07-06" +version: "v1.0.0-alpha.20" +tags: ["features","fixes","docs"] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.20. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### ⛰️ Features + +- *(cli)* Spawn codex agent ([#631](https://github.com/bitrouter/bitrouter/pull/631)) +- *(cli)* Route `update` through the JSON output layer ([#620](https://github.com/bitrouter/bitrouter/pull/620)) +- *(cli)* JSON output layer with a uniform error envelope ([#610](https://github.com/bitrouter/bitrouter/pull/610)) +- *(server-tools)* Built-in web_fetch tool (BYOK) ([#612](https://github.com/bitrouter/bitrouter/pull/612)) +- *(server-tools)* Add Tavily web_search backend, drop Perplexity ([#608](https://github.com/bitrouter/bitrouter/pull/608)) +- *(server-tools)* Built-in web_search with BYOK backends ([#603](https://github.com/bitrouter/bitrouter/pull/603)) +- *(update)* Add bitrouter update self-updater ([#607](https://github.com/bitrouter/bitrouter/pull/607)) + +### 🐛 Bug Fixes + +- *(codex)* Harden Codex spawn checks ([#632](https://github.com/bitrouter/bitrouter/pull/632)) +- *(config)* Don't expand ${VAR} inside YAML comments ([#609](https://github.com/bitrouter/bitrouter/pull/609)) +- *(observe)* Stop the settle span double-counting as a telemetry event ([#605](https://github.com/bitrouter/bitrouter/pull/605)) + +### 📚 Documentation + +- Align docs with current CLI ([#637](https://github.com/bitrouter/bitrouter/pull/637)) + +### ⚙️ Miscellaneous Tasks + +- Migrate registry into OSS dist ([#636](https://github.com/bitrouter/bitrouter/pull/636)) diff --git a/content/changelog/v1-0-0-alpha-21.mdx b/content/changelog/v1-0-0-alpha-21.mdx new file mode 100644 index 0000000..07d70dd --- /dev/null +++ b/content/changelog/v1-0-0-alpha-21.mdx @@ -0,0 +1,20 @@ +--- +title: "v1.0.0-alpha.21" +description: "Make registry dist runtime-only." +date: "2026-07-07" +version: "v1.0.0-alpha.21" +tags: ["features","fixes"] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.21. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### ⛰️ Features + +- Make registry dist runtime-only ([#641](https://github.com/bitrouter/bitrouter/pull/641)) +- Refactor registry provider variants ([#639](https://github.com/bitrouter/bitrouter/pull/639)) + +### 🐛 Bug Fixes + +- Preserve stream error settlement ([#656](https://github.com/bitrouter/bitrouter/pull/656)) diff --git a/content/changelog/v1-0-0-alpha-22.mdx b/content/changelog/v1-0-0-alpha-22.mdx new file mode 100644 index 0000000..0970d35 --- /dev/null +++ b/content/changelog/v1-0-0-alpha-22.mdx @@ -0,0 +1,20 @@ +--- +title: "v1.0.0-alpha.22" +description: "Make registry dist runtime-only." +date: "2026-07-09" +version: "v1.0.0-alpha.22" +tags: ["features","fixes"] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.22. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### ⛰️ Features + +- Make registry dist runtime-only ([#641](https://github.com/bitrouter/bitrouter/pull/641)) +- Refactor registry provider variants ([#639](https://github.com/bitrouter/bitrouter/pull/639)) + +### 🐛 Bug Fixes + +- Preserve stream error settlement ([#656](https://github.com/bitrouter/bitrouter/pull/656)) diff --git a/content/changelog/v1-0-0-alpha-23.mdx b/content/changelog/v1-0-0-alpha-23.mdx new file mode 100644 index 0000000..9499926 --- /dev/null +++ b/content/changelog/v1-0-0-alpha-23.mdx @@ -0,0 +1,22 @@ +--- +title: "v1.0.0-alpha.23" +description: "Add pi-acp to the ACP catalog." +date: "2026-07-11" +version: "v1.0.0-alpha.23" +tags: ["features","fixes"] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.23. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### ⛰️ Features + +- *(agents)* Add pi-acp to the ACP catalog ([#685](https://github.com/bitrouter/bitrouter/pull/685)) +- *(providers)* Add SuperGrok BYO subscription ([#676](https://github.com/bitrouter/bitrouter/pull/676)) +- Ship Claude Code and Codex agent plugins ([#683](https://github.com/bitrouter/bitrouter/pull/683)) +- Add AWS Bedrock, Azure, Vertex built-in providers ([#647](https://github.com/bitrouter/bitrouter/pull/647)) + +### 🐛 Bug Fixes + +- *(sdk)* Preserve token limits and upstream errors ([#692](https://github.com/bitrouter/bitrouter/pull/692)) diff --git a/content/changelog/v1-0-0-alpha-24.mdx b/content/changelog/v1-0-0-alpha-24.mdx new file mode 100644 index 0000000..e06fe3d --- /dev/null +++ b/content/changelog/v1-0-0-alpha-24.mdx @@ -0,0 +1,17 @@ +--- +title: "v1.0.0-alpha.24" +description: "Preserve streaming preflight errors." +date: "2026-07-11" +version: "v1.0.0-alpha.24" +tags: ["fixes"] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.24. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### 🐛 Bug Fixes + +- *(sdk)* Preserve streaming preflight errors ([#696](https://github.com/bitrouter/bitrouter/pull/696)) +- *(update)* Detect npm installs in self-updater ([#689](https://github.com/bitrouter/bitrouter/pull/689)) +- Record canonical stream timing and OTEL latency ([#697](https://github.com/bitrouter/bitrouter/pull/697)) diff --git a/content/changelog/v1-0-0-alpha-25.mdx b/content/changelog/v1-0-0-alpha-25.mdx new file mode 100644 index 0000000..bc181a6 --- /dev/null +++ b/content/changelog/v1-0-0-alpha-25.mdx @@ -0,0 +1,15 @@ +--- +title: "v1.0.0-alpha.25" +description: "Refresh Rust dependencies and MSRV." +date: "2026-07-12" +version: "v1.0.0-alpha.25" +tags: [] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.25. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### ⚙️ Miscellaneous Tasks + +- Refresh Rust dependencies and MSRV ([#699](https://github.com/bitrouter/bitrouter/pull/699)) diff --git a/content/changelog/v1-0-0-alpha-26.mdx b/content/changelog/v1-0-0-alpha-26.mdx new file mode 100644 index 0000000..682fe17 --- /dev/null +++ b/content/changelog/v1-0-0-alpha-26.mdx @@ -0,0 +1,26 @@ +--- +title: "v1.0.0-alpha.26" +description: "Route spawn sub-agents through daemon by default." +date: "2026-07-15" +version: "v1.0.0-alpha.26" +tags: ["features","fixes"] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.26. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### ⛰️ Features + +- *(acp)* Route spawn sub-agents through daemon by default ([#705](https://github.com/bitrouter/bitrouter/pull/705)) +- *(cli)* Add cloud API command ([#718](https://github.com/bitrouter/bitrouter/pull/718)) +- *(routing)* Adaptive, self-optimizing policy-table routing ([#710](https://github.com/bitrouter/bitrouter/pull/710)) + +### 🐛 Bug Fixes + +- *(sdk)* Preserve upstream bad requests ([#716](https://github.com/bitrouter/bitrouter/pull/716)) + +### 🚜 Refactor + +- Remove attestation, fold plugins/ into crates/ ([#701](https://github.com/bitrouter/bitrouter/pull/701)) +- Relocate bitrouter-mcp crate under crates/ ([#704](https://github.com/bitrouter/bitrouter/pull/704)) diff --git a/content/changelog/v1-0-0-alpha-27.mdx b/content/changelog/v1-0-0-alpha-27.mdx new file mode 100644 index 0000000..eb24582 --- /dev/null +++ b/content/changelog/v1-0-0-alpha-27.mdx @@ -0,0 +1,27 @@ +--- +title: "v1.0.0-alpha.27" +description: "Clarify request timing metrics." +date: "2026-07-18" +version: "v1.0.0-alpha.27" +tags: ["features","fixes"] +--- + +{/* AUTO-GENERATED DRAFT from bitrouter/bitrouter release v1.0.0-alpha.27. + Curate the title, description and prose below, then merge. + Re-running the sync will NOT overwrite this file. */} + +### ⛰️ Features + +- *(sdk)* Clarify request timing metrics ([#738](https://github.com/bitrouter/bitrouter/pull/738)) +- *(tui)* Scrollable PTY panes (host scrollback + mouse forwarding) ([#734](https://github.com/bitrouter/bitrouter/pull/734)) +- *(tui)* Wire MCP and skills gateways into harnesses ([#732](https://github.com/bitrouter/bitrouter/pull/732)) +- *(tui)* Composite manager ([#715](https://github.com/bitrouter/bitrouter/pull/715)) + +### 🐛 Bug Fixes + +- *(fleet)* Non-blocking spawn/prompt so long turns don't time out ([#737](https://github.com/bitrouter/bitrouter/pull/737)) +- *(sdk)* Isolate protocol request extras ([#733](https://github.com/bitrouter/bitrouter/pull/733)) + +### 🚜 Refactor + +- *(tui)* Split state.rs into a state/ module ([#730](https://github.com/bitrouter/bitrouter/pull/730))