You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
# 1.17.0
2
+
3
+
- NEW VS Code extension - complete with live code diffs, diagnostics and more. This is version 1 of this with LSP support. There is a lot more room to expand and improve.
4
+
5
+
- Several big overhauls and fixes within MCPs - thanks to @Avtrkrb for handling the bulk of this.
6
+
7
+
If there are any problems, feedback or thoughts please drop an issue or message us through Discord! Thank you for using Nanocoder. 🙌
8
+
1
9
# 1.16.5
2
10
3
11
-`/init` no longer generates an `agents.config.json` file as per new configuration setup.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@nanocollective/nanocoder",
3
3
"main": "dist/cli.js",
4
-
"version": "1.16.5",
4
+
"version": "1.17.0",
5
5
"description": "A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter",
0 commit comments