-
Notifications
You must be signed in to change notification settings - Fork 2
Deckard overwrites custom statusline (CWD, branch info lost) #39
Copy link
Copy link
Closed
Description
Bug
Deckard replaces the Claude Code statusline with its own stats display, which nukes any custom statusline the user had configured. In my case I was running cc-statusline which showed the current working directory and active git branch — useful context that's now gone.
Expected behavior
Either:
- Preserve the existing statusline — Deckard should coexist with custom statusline configs rather than replacing them entirely, or
- Expose the same info in the sidebar — if Deckard wants to own the statusline, it should surface the standard context (CWD, git branch, etc.) somewhere in its own UI so users don't lose that visibility.
Context
- Custom statusline tool: https://github.com/chongdashu/cc-statusline
- The statusline is configured via Claude Code's settings (
statuslinehook) — Deckard appears to overwrite this unconditionally on install/launch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels