diff --git a/CHANGELOG.md b/CHANGELOG.md index ece005e9b..eb208888a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename ## [Unreleased] +## [0.3.7] - 2026-08-27 + +### Fixed + +- `web_fetch` failures now return the same complete result shape and content + regardless of whether the default Exa provider or native fetch handles them. + ## [0.3.6] - 2026-08-27 ### Fixed diff --git a/package.json b/package.json index efb90ff1e..7734fe8a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@corbits/code", - "version": "0.3.6", + "version": "0.3.7", "description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)", "private": true, "license": "SEE LICENSE IN LICENSE.md",