Skip to content

Releases: BlockRunAI/runcode

v1.4.0 — /retry, Input History, Edit Diffs, Error Recovery

04 Apr 06:17
427fd44

Choose a tag to compare

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:

- old line
+ new line

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
1613d91

Choose a tag to compare

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
d744d62

Choose a tag to compare

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
ca59a8f

Choose a tag to compare

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
d17ded1

Choose a tag to compare

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
703a7ef

Choose a tag to compare

Terminal UI: /retry and /compact commands. Write tool shows KB for larger files.

v1.3.4

04 Apr 06:11
7843816

Choose a tag to compare

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
f92e4b3

Choose a tag to compare

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
b52685f

Choose a tag to compare

/retry command resends last prompt, tool preview increased to 200 chars, running tools show elapsed seconds

v1.3.1

04 Apr 06:07
3bf9950

Choose a tag to compare

Fix: thinkingText persists after turns, /compact now forces compaction below threshold, proxy token tracking map bounded to 50 entries