• v1.23.0 a4ce2f92e4

    v1.23.0 — Shell Switch (zsh + Starship)
    All checks were successful
    CI / json-check (push) Successful in 6s
    CI / lua-check (push) Successful in 12s
    Publish / promote-release (push) Successful in 2s
    CI / security (push) Successful in 6s
    Publish / detect-release (push) Successful in 4s
    CI / manifest (push) Successful in 5s
    Publish / tag (push) Successful in 4s
    CI / sast (push) Successful in 34s
    Stable

    Gravity Bot released this 2026-03-03 20:19:07 +00:00 | 199 commits to master since this release

    What's Changed

    Shell — Starship Prompt

    • feat(shell): add Starship prompt with Catppuccin Powerline theme
    • feat(shell): add right_format, git metrics, package version, hostname, sudo
    • fix(shell): switch Starship palette to Catppuccin Macchiato
    • fix(shell): regenerate Starship config from preset to fix missing icons
    • fix(shell): restore all language modules to Starship config
    • fix(shell): regenerate Starship config preserving powerline glyphs

    Shell — Zsh Migration

    • feat(cli): install zsh and create .zshrc from .bashrc
    • feat(cli): port bash_aliases to zsh_aliases with cross-references
    • feat(cli): install zinit and core zsh plugins
    • feat(cli): add transient prompt, timeout, continuation, window title
    • fix(cli): use zle-based transient prompt instead of enable_transience
    • fix(cli): remove transient prompt — loses directory context in scrollback
    • fix(cli): remove empty powerline segments from starship prompt

    Release Skill

    • feat(release): add refresh mode for in-progress releases
    • feat(release): add multiple entry points for refresh mode
    • fix(release): use prefix match for PR title, enforce draft release
    • fix(release): simplify draft release step — drop tag_name, clarify sequence
    • fix(release): update release task template — add invocation instruction, sync with skill

    Tasks

    • OP#1898: Initialize version branch from develop
    • OP#1899: Install and configure Starship prompt
    • OP#1900: Migrate from Bash to Zsh
    • OP#1901: Install Starship binary
    • OP#1902: Create Starship configuration — Catppuccin Macchiato powerline theme
    • OP#1903: Install Zsh and create .zshrc from .bashrc
    • OP#1904: Port bash_aliases to zsh_aliases with cross-reference headers
    • OP#1905: Install Zinit plugin manager and core plugins
    • OP#1906: Set Zsh as default shell and update Gravity manifest
    • OP#1907: End-to-end verification (20/20 checks passing)
    • OP#1908: Create release branch and publish v1.23.0
    Downloads