Skip to content

v0.0.5

Choose a tag to compare

@changkun changkun released this 15 Apr 04:04
· 5 commits to main since this release
6744422

Changes since v0.0.4

  • all: remove RTK from sandbox images (#1) — rtk init installed a PreToolUse hook that tried to mkdir $HOME/.claude/session-env/ on every Bash call and blocked the agent with EACCES whenever the bind-mounted ~/.claude was owned by a UID other than 1000 or mounted read-only. In-container RTK savings were marginal; the hook is gone. Host-side RTK is unaffected.