2 parents 6a1dddb + 829f0fe commit 8b115bfCopy full SHA for 8b115bf
2 files changed
CHANGELOG.md
@@ -13,6 +13,13 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
13
14
## [Unreleased]
15
16
+## [0.3.7] - 2026-08-27
17
+
18
+### Fixed
19
20
+- `web_fetch` failures now return the same complete result shape and content
21
+ regardless of whether the default Exa provider or native fetch handles them.
22
23
## [0.3.6] - 2026-08-27
24
25
### Fixed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@corbits/code",
3
- "version": "0.3.6",
+ "version": "0.3.7",
4
"description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)",
5
"private": true,
6
"license": "SEE LICENSE IN LICENSE.md",
0 commit comments