Package Exports
- @trymesh/cli/dist/local-tools.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@trymesh/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A terminal-first AI engineering agent. Built to prove its work, not perform it.
npm install -g @trymesh/cli
mesh login
meshmesh login opens a browser and hands the session back to your terminal. The shared Mesh gateway routes to Gemini 3.5 Flash by default. Requires Node 20+.
Commands
mesh # start interactive session
mesh "<task>" # one-shot
mesh init # first-run setup + repo briefing
mesh doctor [fix] # diagnose; --fix applies safe repairs
mesh logoutInside the session, /help lists everything. Switch models with /model or --model <alias>.
Models
Default is Gemini 3.5 Flash. Also available: Gemini 3.1 Pro, Gemini 2.5 Flash/Pro, Moonshot Kimi, NVIDIA NIM (Qwen / Mistral / DeepSeek / Llama), and Claude via the proxy.