generated from nhcarrigan/template
feat: stuffy feature bundle #159
Reference in New Issue
Block a user
Delete Branch "feat/stuffy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR bundles a collection of new features and quality-of-life improvements identified during a Claude CLI 2.1.50 audit.
rate_limit_eventmessages from the stream are now parsed and shown as amber[rate-limit]lines in the terminal instead of being silently dropped. Closes #155/compactdirectly. Closes feat: detect and handle "Prompt is too long" errors from Claude CLI (#158)last_assistant_messagein Agent Monitor — Extracts the agent's final output from theToolResultcontent block in the JSON stream and displays it as a snippet on completed agent cards. Closes #156--worktreeflag — New "Worktree isolation" toggle in session settings passes--worktreeto Claude Code. Hook events (WorktreeCreate/WorktreeRemove) are displayed as green[worktree]lines. Closes #152, Closes feat: support WorktreeCreate and WorktreeRemove hook events in terminal (#150)[ConfigChange Hook]stderr events are now displayed as cyan[config]lines instead of errors. Closes #151CLAUDE_CODE_DISABLE_1M_CONTEXTtoggle — New "Disable 1M context" setting in session configuration injects this env var into the Claude process. Closes #154Test plan
[rate-limit]lines display correctly--worktreeflag appears in process args[config]lines rather than errorsCLAUDE_CODE_DISABLE_1M_CONTEXT=1in/proc/<pid>/environ✨ This PR was created with help from Hikari~ 🌸