Skip to content

Releases: BlockRunAI/runcode

v1.5.8

04 Apr 06:31
df77bf4

Choose a tag to compare

Grep: multiline option enables patterns that span multiple lines (rg -U --multiline-dotall).

v1.5.7

04 Apr 06:30
6888a31

Choose a tag to compare

WebFetch: JSON responses auto-formatted. HTML stripping removes nav/header/footer/aside, converts block elements to newlines for better readability.

v1.5.6

04 Apr 06:30
fd27b04

Choose a tag to compare

/bug — link to issue tracker. /version — show current version.

v1.5.5

04 Apr 06:29
2ac0735

Choose a tag to compare

Task tool: delete action + list shows done/remaining summary. /tasks shortcut command.

v1.5.4

04 Apr 06:28
fc57403

Choose a tag to compare

/doctor — checks git, ripgrep, wallet, config, model, history, version. Quick diagnosis when things aren't working.

v1.5.3

04 Apr 06:27
0d56c13

Choose a tag to compare

/commit — agent reviews diff and creates a commit with descriptive message. /status — quick git status view.

v1.5.2

04 Apr 06:26
c2d9814

Choose a tag to compare

/diff — view git changes inline. /context — see model, tokens, mode, session ID at a glance.

v1.5.1 — Plan Mode

04 Apr 06:25
5a1cbd1

Choose a tag to compare

/plan restricts to read-only tools for safe exploration. /execute restores full tool access. Plan before you act.

v1.5.0 — Session History

04 Apr 06:24
61f3468

Choose a tag to compare

Conversations now auto-save to ~/.blockrun/sessions/. Use /sessions to list, /resume to continue where you left off. Auto-prunes to last 20 sessions.

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