Status line / prompt template customization #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Inspired by Claude Code's status line config.
What: Configurable REPL prompt template:
Variables:
model(preset name),ctx_used,ctx_max,turn,cwd,cwd_short,last_status,mode(norris/plan/normal).Why: At-a-glance situational awareness. Model preset, context fill %, mode flags. Prevents the "wait, am I still in plan mode?" surprise.
Where it lands: Phase 1 ergonomic. Touches
repl.lua(prompt formatter).Source: https://code.claude.com/docs/en/overview (status line / config surface)