Prism — code-intelligence CLI for AI coding agents
Project description
swisper-prism-cli
prism — code-intelligence CLI for AI coding agents. Search, navigate, and reason about your codebase from the shell, with overlay-γ awareness for unpushed local edits.
Install
pip install --user swisper-prism-cli
Or with pipx (recommended on systems where pip --user is restricted):
pipx install swisper-prism-cli
Requires Python ≥ 3.11.
Auth
Generate a developer token at https://prism-console-swisper.web.app/settings, then either:
export PRISM_TOKEN="prism_<your-token>"
…or rely on ~/.claude.json:mcpServers.prism-hosted.headers.Authorization if you already have the Prism MCP server configured (the CLI piggybacks on that config).
Verify
prism ping
Expected: {"status": "ok", ...} plus a freshness timestamp.
Common commands
prism search "rate limit retry"
prism find-refs "User.save" --pretty
prism def "MyClass.handler"
prism prepare-edit "MyClass.handler"
prism module-map
prism --help
The --auto-overlay flag (default ON for editing-relevant subcommands) handles freshness for unpushed local edits — your dirty-file content flows into the query without a reindex.
Surfaces
| Tool | When |
|---|---|
prism CLI (this package) |
Coding agents — anything with shell access (Cursor, Claude Code, Windsurf, Codex, Devin, Antigravity) |
MCP server (prism-hosted in ~/.claude.json) |
Non-editing agents (chatbots like Claude Desktop) |
Both surfaces talk to the same gateway and use the same token.
Contributing (developers)
git clone https://github.com/Fintama/swisper_prism
cd swisper_prism/apps/prism-cli
uv pip install -e .
uv run python -m pytest tests/ -v
See CHANGELOG.md for release history.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file swisper_prism_cli-0.1.0.tar.gz.
File metadata
- Download URL: swisper_prism_cli-0.1.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92312018143cf9c89cfe78d14685a033b7a853bc5062b4ef38e674255a31461d
|
|
| MD5 |
1f0d9a7193deb675263db1cac63ece1a
|
|
| BLAKE2b-256 |
ffd6d890fe63f2b6467db9fd4ed4d9fbf113b2c00b78b59aaaa3239fa294dd62
|
File details
Details for the file swisper_prism_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: swisper_prism_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4c5d50cdb4abe8ab651d7ecd1c11a9d349425b1ca84b6496225f2f5759a1941
|
|
| MD5 |
28e9452cfb0e15e07f7f482d49cc8ab2
|
|
| BLAKE2b-256 |
869d50dfe347bc994af4108ea7c8f08bebfde5d64718cc08b1ddb10b67fecd74
|