nanocode-cli 0.3.20__tar.gz → 0.3.26__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nanocode_cli-0.3.20/nanocode_cli.egg-info → nanocode_cli-0.3.26}/PKG-INFO +5 -5
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/README.md +4 -4
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/nanocode.py +1119 -711
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26/nanocode_cli.egg-info}/PKG-INFO +5 -5
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/pyproject.toml +1 -1
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/LICENSE +0 -0
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/MANIFEST.in +0 -0
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/nanocode_cli.egg-info/SOURCES.txt +0 -0
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/nanocode_cli.egg-info/dependency_links.txt +0 -0
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/nanocode_cli.egg-info/entry_points.txt +0 -0
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/nanocode_cli.egg-info/requires.txt +0 -0
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/nanocode_cli.egg-info/top_level.txt +0 -0
- {nanocode_cli-0.3.20 → nanocode_cli-0.3.26}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nanocode-cli
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.26
|
|
4
4
|
Summary: A lightweight terminal-based AI coding assistant
|
|
5
5
|
Author-email: hit9 <hit9@icloud.com>
|
|
6
6
|
License-Expression: BSD-3-Clause
|
|
@@ -108,24 +108,24 @@ USE AT YOUR OWN RISK.
|
|
|
108
108
|
## Tools
|
|
109
109
|
|
|
110
110
|
- File: `Read`, `LineCount`, `ListDir`, `Search`.
|
|
111
|
-
- Edit: `Edit`, `ReplaceRange
|
|
111
|
+
- Edit: `Edit`, `ReplaceRange`.
|
|
112
112
|
- Shell: `Bash`, `Git`.
|
|
113
113
|
- Memory: `Recall` reads stored tool results by key.
|
|
114
114
|
|
|
115
115
|
## Commands
|
|
116
116
|
|
|
117
|
-
- Info: `/help [question]`, `/status`, `/rules`, `/knowledge
|
|
117
|
+
- Info: `/help [question]`, `/status`, `/rules`, `/knowledge`, `/compact`.
|
|
118
118
|
- Config: `/config`, `/set <key> <value>`, `/model [model_name]`, `/reason`, `/provider [name]`, `/plan [on|off|question]`, `/yolo`.
|
|
119
119
|
- Maintenance: `/clean`.
|
|
120
120
|
- Exit: `/exit`, `/quit`.
|
|
121
121
|
|
|
122
|
-
`/model`
|
|
122
|
+
`/model` groups configured `available_models` first, then any extra models automatically discovered from the provider. In selectors, use `j`/`k` or arrow keys to move, `/keyword` to filter choices, Enter to select, and Esc to step back or cancel. `/model <model_name>` sets a model directly. Changing model also opens a reasoning effort selector: choose `off` to disable reasoning, or choose an effort to enable reasoning and set it. Use `/reason` to change reasoning without changing model.
|
|
123
123
|
|
|
124
124
|
## Configuration
|
|
125
125
|
|
|
126
126
|
Run `nanocode --init-config` to create `~/.nanocode/config.toml`.
|
|
127
127
|
|
|
128
|
-
- Provider config: `[provider] active = "<name>"` plus `[provider.<name>]` url, key, model, `available_models`, and model options.
|
|
128
|
+
- Provider config: `[provider] active = "<name>"` plus `[provider.<name>]` url, key, model, `available_models`, and model options. `reasoning_payload` controls whether effort is sent as `reasoning`, `reasoning_effort`, or not sent.
|
|
129
129
|
- Path config: `[paths] data_dir = "~/.nanocode"`.
|
|
130
130
|
- Runtime config: `[runtime]`.
|
|
131
131
|
- Session data: debug prompts and tool-result logs are stored under `~/.nanocode/sessions/<session_id>/`.
|
|
@@ -78,24 +78,24 @@ USE AT YOUR OWN RISK.
|
|
|
78
78
|
## Tools
|
|
79
79
|
|
|
80
80
|
- File: `Read`, `LineCount`, `ListDir`, `Search`.
|
|
81
|
-
- Edit: `Edit`, `ReplaceRange
|
|
81
|
+
- Edit: `Edit`, `ReplaceRange`.
|
|
82
82
|
- Shell: `Bash`, `Git`.
|
|
83
83
|
- Memory: `Recall` reads stored tool results by key.
|
|
84
84
|
|
|
85
85
|
## Commands
|
|
86
86
|
|
|
87
|
-
- Info: `/help [question]`, `/status`, `/rules`, `/knowledge
|
|
87
|
+
- Info: `/help [question]`, `/status`, `/rules`, `/knowledge`, `/compact`.
|
|
88
88
|
- Config: `/config`, `/set <key> <value>`, `/model [model_name]`, `/reason`, `/provider [name]`, `/plan [on|off|question]`, `/yolo`.
|
|
89
89
|
- Maintenance: `/clean`.
|
|
90
90
|
- Exit: `/exit`, `/quit`.
|
|
91
91
|
|
|
92
|
-
`/model`
|
|
92
|
+
`/model` groups configured `available_models` first, then any extra models automatically discovered from the provider. In selectors, use `j`/`k` or arrow keys to move, `/keyword` to filter choices, Enter to select, and Esc to step back or cancel. `/model <model_name>` sets a model directly. Changing model also opens a reasoning effort selector: choose `off` to disable reasoning, or choose an effort to enable reasoning and set it. Use `/reason` to change reasoning without changing model.
|
|
93
93
|
|
|
94
94
|
## Configuration
|
|
95
95
|
|
|
96
96
|
Run `nanocode --init-config` to create `~/.nanocode/config.toml`.
|
|
97
97
|
|
|
98
|
-
- Provider config: `[provider] active = "<name>"` plus `[provider.<name>]` url, key, model, `available_models`, and model options.
|
|
98
|
+
- Provider config: `[provider] active = "<name>"` plus `[provider.<name>]` url, key, model, `available_models`, and model options. `reasoning_payload` controls whether effort is sent as `reasoning`, `reasoning_effort`, or not sent.
|
|
99
99
|
- Path config: `[paths] data_dir = "~/.nanocode"`.
|
|
100
100
|
- Runtime config: `[runtime]`.
|
|
101
101
|
- Session data: debug prompts and tool-result logs are stored under `~/.nanocode/sessions/<session_id>/`.
|