@dhruv2mars/copilotchat
v0.1.6
Published
GitHub Copilot chat app in your terminal
Readme
@dhruv2mars/copilotchat
Chat with GitHub Copilot from your terminal.
Install
npm i -g @dhruv2mars/copilotchatbun install -g @dhruv2mars/copilotchatFirst run downloads the native copilotchat binary into ~/.copilotchat/bin/.
Release assets come from GitHub Releases for your platform.
Auth stays in local app files under ~/.copilotchat/. No Keychain/system secret-store prompt path is used.
Supported release binaries:
darwin-arm64darwin-x64linux-arm64linux-x64win32-arm64win32-x64
Usage
copilotchatOne-shot prompt:
copilotchat chat "indian capital city?"Model list:
copilotchat modelsManual upgrade:
copilotchat updateThe updater prefers the original install manager when possible.
Auth
copilotchat auth login
copilotchat auth status
copilotchat auth logoutTUI keys
EntersendShift+EnternewlineTab/Shift+Tabmove focusCtrl+KmodelsCtrl+JthreadsCtrl+McomposerCtrl+Nnew chatCtrl+LlogoutEscstop stream or clear searchqquit
Install behavior
- no postinstall is required
- first run bootstraps the native binary
- this keeps Bun global installs usable even when script trust is locked down
