No description
  • TypeScript 55%
  • MDX 40.4%
  • CSS 3.1%
  • JavaScript 0.6%
  • Rust 0.5%
  • Other 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
0xGingi 7e4a7c6341
Update README to remove deprecated extensions
Removed deprecated sections for VS Code and Desktop applications, and updated Neovim extension heading.
2026-03-20 23:12:08 -04:00
.github v1.2.27 2026-03-20 22:40:47 -04:00
.husky fix: update pre-push hook to allow caret version differences (#9876) 2026-01-21 14:40:01 -06:00
.opencode v1.2.27 2026-03-20 22:40:38 -04:00
.proxy-test-n8HcbB v1.2.27 2026-03-20 22:40:47 -04:00
.signpath/policies/opencode ci: move signpath policy 2026-02-14 14:47:50 +08:00
.tmp bump v1.1.63 2026-02-12 16:56:44 -05:00
.vscode docs(contributing): Add "Setting up a Debugger" section (#4421) 2025-11-17 14:28:06 -06:00
.zed app: refactor server management backend (#13813) 2026-02-18 23:03:24 +08:00
github old merge 2026-03-20 20:04:33 -04:00
infra v1.2.27 2026-03-20 22:40:38 -04:00
nix v1.2.27 2026-03-20 22:40:38 -04:00
packages v1.2.28 2026-03-20 22:54:40 -04:00
patches patch solid to try fix memo undefined under transition bug (#18338) 2026-03-20 14:58:35 +10:00
script v1.2.27 2026-03-20 22:40:38 -04:00
sdks/vscode v1.2.28 2026-03-20 22:54:40 -04:00
specs v1.2.27 2026-03-20 22:40:38 -04:00
.editorconfig
.gitignore feat(app): missing themes (#17275) 2026-03-12 22:21:02 -05:00
.prettierignore desktop: add more basic menu bar items 2026-02-06 18:10:48 +08:00
AGENTS.md core: make account login upgrades safe while adding multi-account workspace auth (#15487) 2026-03-10 12:53:47 -04:00
bun.lock v1.2.28 2026-03-20 22:54:40 -04:00
bunfig.toml Permission rework (#6319) 2026-01-01 17:54:11 -05:00
CLAUDE.md set GLM 5 as default model 2026-02-11 12:58:39 -05:00
context7.json new file: context7.json 2026-02-04 15:46:36 -05:00
CONTRIBUTING.md Merge remote-tracking branch 'upstream/dev' into dev 2026-02-19 10:24:55 -05:00
install merge with upstream 2026-02-12 16:59:48 -05:00
LICENSE CI to build nanocode CLI and update zed extension 2026-01-14 04:10:33 -05:00
MERGE.MD Update MERGE.MD 2026-02-19 10:28:57 -05:00
nanocode-logo.png add new logo from SuReaper 2025-12-30 09:04:28 -05:00
nanogpt.md init nanogpt fork 2025-12-24 11:23:44 -05:00
package.json v1.2.27 2026-03-20 22:40:38 -04:00
README.bn.md feat: Add Vietnamese README and update all language navigation links … (#16322) 2026-03-06 05:46:53 -06:00
README.bs.md feat: Add Vietnamese README and update all language navigation links … (#16322) 2026-03-06 05:46:53 -06:00
README.gr.md feat: Add Vietnamese README and update all language navigation links … (#16322) 2026-03-06 05:46:53 -06:00
README.md Update README to remove deprecated extensions 2026-03-20 23:12:08 -04:00
README.vi.md chore: generate 2026-03-06 11:48:31 +00:00
SECURITY.md Merge remote-tracking branch 'upstream/dev' into dev 2026-02-19 10:24:55 -05:00
sst-env.d.ts go: upi payment 2026-03-19 18:44:24 -04:00
sst.config.ts ci: fix 2025-12-23 12:58:28 -05:00
STATS.md ignore: update download stats 2026-01-29 2026-01-29 12:07:50 +00:00
tsconfig.json sync 2025-09-27 04:10:56 -04:00
turbo.json v1.2.27 2026-03-20 22:40:38 -04:00

AI-powered coding agent using NanoGPT.

image

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.