Skip to content

Releases: ramonclaudio/claude-code-statusline

v0.2.1

28 Oct 21:58
v0.2.1
9643f81

Choose a tag to compare

🚀 Release v0.2.1

Install from npm:

npm install -g create-claude-statusline@v0.2.1

Install from GitHub Packages:

npm install -g @rmncldyo/create-claude-statusline@v0.2.1 --registry=https://npm.pkg.github.com

🔐 Security & Verification

Package Signatures:

# Download verification keys
curl -O https://raw.githubusercontent.com/RMNCLDYO/claude-code-statusline/main/minisign.pub

# Verify minisign signature (recommended)
minisign -Vm create-claude-statusline-v0.2.1.tgz -p minisign.pub

# Verify GPG signature
gpg --verify create-claude-statusline-v0.2.1.tgz.asc create-claude-statusline-v0.2.1.tgz

Supply Chain Attestations:

  • NPM Provenance: Package published with Sigstore attestation
  • SLSA Build Provenance: GitHub-generated build attestation
  • Signed SBOMs: All dependency manifests cryptographically signed

📋 Software Bill of Materials (SBOM)

Multiple SBOM formats available for comprehensive dependency analysis:

Format File Signatures
SPDX 2.3 create-claude-statusline-v0.2.1.sbom.spdx.json .minisig, .asc
CycloneDX create-claude-statusline-v0.2.1.sbom.cyclonedx.json .minisig, .asc
CycloneDX XML create-claude-statusline-v0.2.1.sbom.cyclonedx.xml .minisig, .asc
Microsoft SPDX create-claude-statusline-v0.2.1.ms-spdx.json .minisig, .asc

🛡️ Security Standards Compliance

  • 🎯 OpenSSF Scorecard: Optimized for maximum security score
  • 🏆 SLSA Level 3: Build provenance and hermetic builds
  • 📊 SSDF Compliant: Secure software development framework
  • 🔍 SBOM Standards: SPDX 2.3, CycloneDX 1.5+ compatible

Full Changelog: CHANGELOG.md

v0.2.0

28 Oct 18:09
v0.2.0
5b41a01

Choose a tag to compare

🚀 Release v0.2.0

Install from npm:

npm install -g create-claude-statusline@v0.2.0

🔐 Security & Verification

Package published with NPM Provenance:
View transparency log: https://search.sigstore.dev/?logIndex=649666952

✨ What's New

Added

  • Granular control for every status line element via individual feature toggles
  • New centralized configuration file (statusline-config.cjs) for all customization
  • Individual toggles for: project name, git branch, framework, runtime, git ahead/behind/staged/modified/untracked, and model
  • Performance optimization: only runs git operations when needed based on enabled features

Changed

  • BREAKING: Moved all configuration from statusline.cjs to new statusline-config.cjs file
  • Improved color scheme with intuitive severity gradient (green → orange → yellow → red)
  • Separated git status indicators for better visibility (staged/modified/untracked now distinct)
  • Updated documentation with comprehensive examples

Removed

  • Inline configuration from statusline.cjs (moved to separate config file)
  • All code comments for cleaner codebase

Full Changelog: CHANGELOG.md

v0.1.0

10 Sep 14:36
v0.1.0
f8ab190

Choose a tag to compare

🚀 Release v0.1.0

Install from npm:

npm install -g create-claude-statusline@v0.1.0

Or use directly with npx:

npx create-claude-statusline

✨ Features

  • Beautiful status line for Claude Code
  • Shows git status, model context, and project info
  • Smart framework and runtime detection
  • Zero dependencies in user projects
  • Safe installation with automatic backups
  • Fully customizable colors and icons

📦 What Gets Installed

.claude/
├── settings.local.json          # Status line configuration
└── scripts/
    ├── statusline.cjs           # Main status line logic
    ├── statusline-git.cjs       # Git integration
    └── statusline-detect.cjs    # Framework detection

🎉 Initial Release

This is the first release of create-claude-statusline, extracted from the popular create-claude project specifically for users who just want the status line feature.


Full Changelog: https://github.com/RMNCLDYO/create-claude-statusline/commits/v0.1.0
npm Package: https://www.npmjs.com/package/create-claude-statusline