Releases: BlockRunAI/runcode
Releases · BlockRunAI/runcode
v1.5.8
04 Apr 06:31
Compare
Sorry, something went wrong.
No results found
Grep: multiline option enables patterns that span multiple lines (rg -U --multiline-dotall).
v1.5.7
04 Apr 06:30
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
/bug — link to issue tracker. /version — show current version.
v1.5.5
04 Apr 06:29
Compare
Sorry, something went wrong.
No results found
Task tool: delete action + list shows done/remaining summary. /tasks shortcut command.
v1.5.4
04 Apr 06:28
Compare
Sorry, something went wrong.
No results found
/doctor — checks git, ripgrep, wallet, config, model, history, version. Quick diagnosis when things aren't working.
v1.5.3
04 Apr 06:27
Compare
Sorry, something went wrong.
No results found
/commit — agent reviews diff and creates a commit with descriptive message. /status — quick git status view.
v1.5.2
04 Apr 06:26
Compare
Sorry, something went wrong.
No results found
/diff — view git changes inline. /context — see model, tokens, mode, session ID at a glance.
v1.5.1 — Plan Mode
04 Apr 06:25
Compare
Sorry, something went wrong.
No results found
/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
Compare
Sorry, something went wrong.
No results found
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
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