From b7a0b497a69fc1419226cbaea74c41676caf8252 Mon Sep 17 00:00:00 2001 From: Sawyer Cutler Date: Thu, 27 Aug 2026 11:44:23 -0700 Subject: [PATCH 1/2] Prepare release notes for 0.3.5 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf76170ef..84af9446d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename ## [Unreleased] +## [0.3.5] - 2026-08-27 + +### MCP + +- Exa is now a built-in MCP server enabled by default, connecting without an API + key to the external `https://mcp.exa.ai/mcp` service. Web requests handled by + this preset are sent to Exa and are subject to Exa's privacy practices, network + availability, and anonymous rate limits. Disable it with + `mcpServers.exa.enabled: false`, or override `mcpServers.exa` with a custom + transport-bearing server entry. + ## [0.3.4] - 2026-08-26 ### Telemetry From 6c3615208ae353e6ebb859fe138f8a277ce71614 Mon Sep 17 00:00:00 2001 From: Sawyer Cutler Date: Thu, 27 Aug 2026 11:44:49 -0700 Subject: [PATCH 2/2] Release corbits 0.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0aac112fc..52fc9cd2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@corbits/code", - "version": "0.3.4", + "version": "0.3.5", "description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)", "private": true, "license": "SEE LICENSE IN LICENSE.md",