nanocode-cli 0.3.20__tar.gz → 0.3.27__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nanocode-cli
3
- Version: 0.3.20
3
+ Version: 0.3.27
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`, `ApplyPatch`.
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 [update]`, `/compact`.
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` selects from the active provider's `available_models` when configured. `/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.
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`, `ApplyPatch`.
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 [update]`, `/compact`.
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` selects from the active provider's `available_models` when configured. `/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.
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>/`.