You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/changelog.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## v0.1.15
4
+
5
+
### 🐛 Bug Fixes
6
+
7
+
-**Vendored Search Tool Availability**
8
+
- Fixed `grep` and `find` so they prepare embedded `rg` / `fd` binaries on demand instead of failing when vendored tools have not been extracted yet
9
+
- Restored executable permissions for already-extracted vendored binaries to avoid `permission denied` failures on reuse
10
+
11
+
-**Bash Tool Result Handling**
12
+
- Fixed bash tool responses to report stdout, stderr, working directory, and exit code in a stable structured format
13
+
- Preserved non-zero command exits as normal tool results with explicit `exit_code` output instead of mixing shell failures into transport-level errors
14
+
- Standardized empty stdout/stderr rendering as `(no output)` for more predictable downstream handling
0 commit comments