Skip to content

Commit 80620dc

Browse files
committed
chore: version bump + docs + changelog
1 parent cc1a50c commit 80620dc

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.17.3
2+
3+
- Added GitHub models as a provider addressing issue #67 with minimal code changes. Thanks to @JimStenstrom
4+
5+
- Added `/lsp` command to list connected LSP servers. Thanks to @anithanarayanswamy
6+
7+
- Fix: Improve error handling for Ollama JSON parsing. Addresses issue #87. Thanks to @JimStenstrom
8+
9+
If there are any problems, feedback or thoughts please drop an issue or message us through Discord! Thank you for using Nanocoder. 🙌
10+
111
# 1.17.2
212

313
- Fix: Remote GitHub MCP Connection Fails with 401 Unauthorized.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ You can override this directory using `NANOCODER_DATA_DIR`.
460460
- `/theme` - Select a theme for the Nanocoder CLI
461461
- `/update` - Update Nanocoder to the latest version
462462
- `/usage` – Get current model context usage visually
463+
- `/lsp` – List connected LSP servers
463464
- `!command` - Execute bash commands directly without leaving Nanocoder (output becomes context for the LLM)
464465
- `@file` - Include file contents in messages automatically via fuzzy search as you type
465466

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.17.2",
4+
"version": "1.17.3",
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)