Releases: BlockRunAI/runcode
Releases · BlockRunAI/runcode
v1.4.0 — /retry, Input History, Edit Diffs, Error Recovery
04 Apr 06:17
Compare
Sorry, something went wrong.
No results found
Highlights
/retry Command
Resend the last prompt for a fresh response — works in both Ink and terminal UI.
Input History (Up/Down Arrows)
Press ↑/↓ to recall previous prompts. Last 50 stored per session.
Edit Diff Preview
Edit tool now shows what changed:
Error Recovery Tips
When API calls fail, you get actionable suggestions:
Tip: Try /model to switch to a different model, or wait a moment and /retry.
Other Improvements
/compact forces compression regardless of threshold
Clean abort on Esc (no more error messages)
Running tools show elapsed seconds in real-time
Tool output preview: 60 → 200 chars
Fallback chain: 60s timeout per attempt
SSE parser: 1MB buffer cap
Write tool: symlink traversal protection
Setup: next-step guidance when wallet exists
v1.3.9
04 Apr 06:15
Compare
Sorry, something went wrong.
No results found
Abort (Esc): now emits clean 'aborted' event instead of error. Models command: 15s fetch timeout, handles empty API response.
v1.3.8
04 Apr 06:14
Compare
Sorry, something went wrong.
No results found
SSE parser: 1MB buffer cap prevents memory growth on malformed streams. Terminal /model (no args) now shows current model and switch syntax.
v1.3.7
04 Apr 06:13
Compare
Sorry, something went wrong.
No results found
Fallback chain: 60s timeout per attempt prevents infinite hangs. Proxy direct fetch: 2min timeout. Both prevent backend stalls from blocking the entire proxy.
v1.3.6
04 Apr 06:13
Compare
Sorry, something went wrong.
No results found
Security: Write tool now resolves symlinks before checking sensitive paths (prevents symlink traversal). Bash tool description documents output cap, timeouts, and working directory.
v1.3.5
04 Apr 06:12
Compare
Sorry, something went wrong.
No results found
Terminal UI: /retry and /compact commands. Write tool shows KB for larger files.
v1.3.4
04 Apr 06:11
Compare
Sorry, something went wrong.
No results found
Up/Down arrows recall previous prompts (last 50 stored). Permission prompts now styled with box drawing for better visibility in Ink UI.
v1.3.3
04 Apr 06:09
Compare
Sorry, something went wrong.
No results found
Edit tool now shows diff preview (- old/+ new lines), error messages include actionable recovery suggestions (try /retry, /model, /compact)
v1.3.2
04 Apr 06:08
Compare
Sorry, something went wrong.
No results found
/retry command resends last prompt, tool preview increased to 200 chars, running tools show elapsed seconds
v1.3.1
04 Apr 06:07
Compare
Sorry, something went wrong.
No results found
Fix: thinkingText persists after turns, /compact now forces compaction below threshold, proxy token tracking map bounded to 50 entries