| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| nanocoder v1.24.1 source code.tar.gz | 2026-03-19 | 5.3 MB | |
| nanocoder v1.24.1 source code.zip | 2026-03-19 | 5.6 MB | |
| README.md | 2026-03-19 | 954 Bytes | |
| Totals: 3 Items | 10.9 MB | 0 | |
What's Changed
-
Added
--context-maxCLI flag for setting the context limit from the command line, complementing the existing/context-maxcommand andNANOCODER_CONTEXT_LIMITenv variable. -
Removed time from the system prompt to keep the KV cache more stable across requests. Thanks to @initialxy. Closes [#415].
-
Task tool results are no longer displayed as compacted results during ensuring task progress remains visible in the conversation.
-
User input now uses the same text wrapping as assistant messages for a more consistent chat appearance.
-
Improved
search_file_contentstool robustness.
If there are any problems, feedback or thoughts please drop an issue or message us through Discord! Thank you for using Nanocoder.
Installation
:::bash
npm install -g @nanocollective/nanocoder
Usage
:::bash
nanocoder
Full Changelog: https://github.com/Nano-Collective/nanocoder/compare/v1.24.0...v1.24.1