mirror of
https://github.com/nanogpt-community/nanocode.git
synced 2026-09-21 12:04:20 -04:00
No description
- TypeScript 55%
- MDX 40.4%
- CSS 3.1%
- JavaScript 0.6%
- Rust 0.5%
- Other 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Removed deprecated sections for VS Code and Desktop applications, and updated Neovim extension heading. |
||
| .github | ||
| .husky | ||
| .opencode | ||
| .proxy-test-n8HcbB | ||
| .signpath/policies/opencode | ||
| .tmp | ||
| .vscode | ||
| .zed | ||
| github | ||
| infra | ||
| nix | ||
| packages | ||
| patches | ||
| script | ||
| sdks/vscode | ||
| specs | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierignore | ||
| AGENTS.md | ||
| bun.lock | ||
| bunfig.toml | ||
| CLAUDE.md | ||
| context7.json | ||
| CONTRIBUTING.md | ||
| install | ||
| LICENSE | ||
| MERGE.MD | ||
| nanocode-logo.png | ||
| nanogpt.md | ||
| package.json | ||
| README.bn.md | ||
| README.bs.md | ||
| README.gr.md | ||
| README.md | ||
| README.vi.md | ||
| SECURITY.md | ||
| sst-env.d.ts | ||
| sst.config.ts | ||
| STATS.md | ||
| tsconfig.json | ||
| turbo.json | ||
AI-powered coding agent using NanoGPT.
Notice: Due to not having much time to work on nanocode, only the CLI will continue to be updated for now!
Installation
CLI
bun i -g nanocode@latest
VS Code Extension
Get from open-vsx.org
Neovim Extension
More info at nanocode.nvim
Configuration
Set your NanoGPT API key:
nanocode auth login
or set it inside nanocode on startup!
Get your API key from nano-gpt.com/api
View your Nano-GPT balance and subscription usage with /nanogpt
The Nano-GPT MCP Server is now built in and automatically enabled, using your API key
Default Models
- Primary:
zai-org/glm-5 - Thinking:
zai-org/glm-5:thinking
All models from NanoGPT are dynamically loaded from the API when your API key is configured.
Why Use This over Opencode with Nano-GPT as a provider?
NanoCode has some improvements for Nano-GPT and some opinionated changes:
- Models that support reasoning will use the v1thinking endpoint with interleaved thinking enabled by default
- All models are automatically updated from the nano-gpt api, no need to hardcode them
- Nano-GPT MCP built in
- Subscription Model filters + more nanogpt api info added
- Select preferred providers per model (PAYG ONLY)
- Vision MCP Support (Admittedly this is a bit hacky, but it works)
- NanoProxy added and enabled by default
Based on OpenCode
This is a fork of OpenCode configured to use NanoGPT as the default provider.