
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@accolver/pi-status-bar
Advanced tools
Theme-aware Pi status bar extension with git state and AI-generated session titles.
A small Pi extension that replaces the default TUI footer with a theme-aware status bar showing git state and an AI-generated session summary.
ctrl+shift+r or /session-bar-title.pi.setSessionName(...).From npm:
pi install npm:@accolver/pi-status-bar
Or install directly from GitHub:
pi install git:github.com/accolver/pi-status-bar
After install, restart Pi or run:
/reload
/session-bar-title
Set the session title manually. Once set, AI title refreshes stop overwriting it.
/session-bar-clear-title
Clear a manually set session title and resume AI title updates.
/session-bar-refresh
Force-refresh git state and the AI session summary. Manual titles are preserved.
/session-bar-toggle
Toggle the status bar for the current session.
Press ctrl+shift+r to enter a manual session title. To change the shortcut, set PI_STATUS_BAR_TITLE_SHORTCUT or edit options.manualTitleShortcut in extensions/status-bar.ts.
The extension uses Pi's extension APIs:
ctx.ui.setFooter(...) for the sticky TUI footer.pi.exec(...) for read-only git status checks.completeSimple(...) with the currently selected Pi model for short summaries, falling back to a local title if auth/model calls fail.pi.setSessionName(...) so /resume shows the generated session title.pi.appendEntry(...) to persist summary metadata without adding it to LLM context.This repo is packaged for Pi with:
{
"keywords": ["pi-package", "pi-extension"],
"pi": {
"extensions": ["./extensions/status-bar.ts"]
}
}
MIT
FAQs
Theme-aware Pi status bar extension with git state and AI-generated session titles.
The npm package @accolver/pi-status-bar receives a total of 1 weekly downloads. As such, @accolver/pi-status-bar popularity was classified as not popular.
We found that @accolver/pi-status-bar demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.