Skip to content

Releases: BlockRunAI/runcode

v1.6.3

04 Apr 06:37
5ab2044

Choose a tag to compare

System prompt: safety rules (no system paths, no force push, no secrets). AskUser guidance for ambiguous requests. Lists all 30+ slash commands.

v1.6.2

04 Apr 06:36
da6df64

Choose a tag to compare

New AskUser tool: agent can ask clarifying questions with optional suggested answers. Styled prompt box.

v1.6.1

04 Apr 06:36
da44c04

Choose a tag to compare

Config: 5 new keys (permission-mode, max-turns, auto-compact, session-save, debug). Ink UI: all 25+ slash commands properly routed including /review, /test, /branch, /explain, /search, /find, /refactor.

v1.6.0 — Workflow Commands

04 Apr 06:35
ee473ef

Choose a tag to compare

/refactor , /debug, /init (project overview), /todo (find TODOs), /deps (list dependencies). All delegate to the agent with structured prompts.

v1.5.14

04 Apr 06:34
6c14213

Choose a tag to compare

/search — grep codebase with context. /find — glob file search.

v1.5.13

04 Apr 06:34
1538aa8

Choose a tag to compare

/test — auto-detects and runs project tests. /explain — detailed code explanation.

v1.5.12

04 Apr 06:33
1dd572d

Choose a tag to compare

/review — agent reviews git diff for bugs, security, style. /fix — agent finds and fixes the last issue.

v1.5.11

04 Apr 06:33
73c9640

Choose a tag to compare

/stash — save changes to git stash. /unstash — pop last stash.

v1.5.10

04 Apr 06:32
299d62f

Choose a tag to compare

/branch — list branches or create new. /log — show recent 15 commits.

v1.5.9

04 Apr 06:32
54cf42d

Choose a tag to compare

Read tool: directories now return listing instead of error. Binary files (images, PDFs, archives) show type and size instead of garbled output.