Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codexstar/pi-side-chat

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codexstar/pi-side-chat

Standalone side chat for Pi CLI — parallel AI agent with read-only tools

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

pi-side-chat — a standalone side chat extension for Pi CLI

pi-side-chat

Parallel AI agent with read-only tools, running alongside your main coding agent in Pi CLI.

npm version License: MIT TypeScript Platform

Pi Side Chat

What is this?

A floating AI chat panel that runs alongside your main Pi coding agent. Open it with Alt+/ and ask questions about what the agent is doing, get a session recap, check if the agent is stuck, or just chat.

  • Parallel AI instance — does not interrupt your main agent
  • Read-only tools only — safe inspection, no accidental file edits
  • peek_main tool — lets the side chat see what the main agent is working on
  • Built-in shortcuts — type analyze, stuck, recap, status, or help
  • Per-session conversations — each new session starts fresh

Install

pi install @codexstar/pi-side-chat

Usage

ActionHow
Open/toggle chatAlt+/ or /sidechat
Send messageType + Enter
CloseEsc
Unfocus (back to main)Alt+/ again
Open settings/sidechat-settings

Settings

Run /sidechat-settings to configure:

  • Model — pick any available model or use the session default
  • Width/Height — adjust the overlay size
  • Enable/Disable — toggle the extension

Settings persist to ~/.pi/side-chat/config.json.

Requirements

  • Pi CLI with extension support
  • Node.js >= 18.17

License

MIT

Keywords

pi-package

FAQs

Package last updated on 28 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts