Skip to content

Commit d8f82d2

Browse files
committed
chore: version bump + changelog
1 parent b9bc186 commit d8f82d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
19
# 1.16.5
210

311
- `/init` no longer generates an `agents.config.json` file as per new configuration setup.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nanocollective/nanocoder",
33
"main": "dist/cli.js",
4-
"version": "1.16.5",
4+
"version": "1.17.0",
55
"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",
66
"keywords": [
77
"cli",

0 commit comments

Comments
 (0)