@seachat/cli
v1.1.2
Published
SeaChat — AI Coding Assistant
Readme
SeaChat
AI coding assistant for mobile — run it anywhere, talk to your code.
Install
npm install -g @seachat/cliUsage
# Start the SeaChat daemon
seachat start
# Check status
seachat status
# View logs
seachat logs
# Stop
seachat stopWhat is SeaChat?
SeaChat is an AI coding assistant that runs as a local daemon and connects to your editor or mobile app. It supports multiple AI backends (Claude, and more) and keeps your conversations persistent across sessions.
Requirements
- Node.js 22+
- An Anthropic API key (or compatible provider)
Configuration
On first run, SeaChat creates ~/.seachat/ for configuration and data storage. Set your API key:
export ANTHROPIC_AUTH_TOKEN=sk-ant-...
seachat startEngineering Checks
# Backend lint / typecheck
pnpm lint:backend
pnpm typecheck:backend
# Frontend lint / typecheck
pnpm --prefix web-ui lint
pnpm --prefix web-ui typecheck
# Full static checks
pnpm check
# Static checks + tests
pnpm verifyLocal commits are guarded by lint-staged via .husky/pre-commit, and pull requests now have a dedicated Quality workflow in GitHub Actions.
License
Private — © SeaChat
