Skip to content

Releases: Nanako0129/coralline

v0.2.1

14 Jun 08:01

Choose a tag to compare

INSTALL.md now covers the project segment and git worktrees, so the AI installer offers worktree support during setup.

  • project added to the segment list.
  • A worktree question in the details step (suggests project + VL_NAME_MAX for worktree users).
  • VL_NAME_MAX added to the config template.

No code changes; the statusline itself is unchanged from v0.2.0.

v0.2.0

14 Jun 07:47

Choose a tag to compare

Adds git worktree support.

  • New project segment (⬢ repo-name) resolved from the main repo root via git rev-parse --git-common-dir, so it stays stable across every linked worktree. Hidden outside a git repo, off by default.
  • New VL_NAME_MAX knob to truncate the project and git names. Uses middle-truncation, so branches that share a long prefix stay distinguishable instead of collapsing to the same string.

Both default off, so existing setups render identically.

Thanks to @redtear1115 for proposing and implementing the project segment (#2, #3).

v0.1.0

14 Jun 07:44

Choose a tag to compare

First tagged release of coralline, a Powerlevel10k-inspired statusline for Claude Code that installs itself when you paste one prompt and let your AI set it up.

What's in it:

  • Segments: directory, git, model, context-window gauge, 5h/7d rate-limit countdowns, session cost, clock, plus optional output-style, session-duration, lines-changed, and stash.
  • Six themes: claude-coral, catppuccin-mocha, nord, gruvbox-dark, tokyo-night, mono.
  • Lean style for a flat, Powerlevel10k-lean look.
  • Responsive layout that wraps into multiple lines when the window gets narrow.
  • Pure bash, one jq and one git call per refresh, cheap enough to run every second.

Install instructions are in the README. Requires jq and a Nerd Font.