nanocode-cli 0.5.2__tar.gz → 0.5.4__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.5.2
3
+ Version: 0.5.4
4
4
  Summary: A small terminal coding agent written in Python
5
5
  Author-email: hit9 <hit9@icloud.com>
6
6
  License-Expression: BSD-3-Clause
@@ -97,7 +97,7 @@ Interactive selectors support `j`/`k`, arrows, `/` search, Enter, and Esc. Input
97
97
 
98
98
  ## Tools
99
99
 
100
- - File: `Read`, `LineCount`, `List`, `Search`.
100
+ - File: `Read`, `LineCount`, `List`, `Find`, `Search`.
101
101
  - Code index: `InspectCode`.
102
102
  - Edit: `CreateFile`, `Edit`.
103
103
  - Shell: `Bash`, `Git`.
@@ -144,7 +144,7 @@ model request
144
144
  | Discovery Context |
145
145
  | Error Feedback |
146
146
  | Latest Tool Results |
147
- | Current User Request |
147
+ | Current Turn Conversation |
148
148
  +--------------------------------------------------+
149
149
  ```
150
150
 
@@ -153,7 +153,7 @@ Core rules:
153
153
  - File Context is rebuilt dynamically from active `Read` and `Edit` results.
154
154
  - Newer file lines overwrite older lines; edit invalidations clear stale ranges.
155
155
  - File lines are checked against current file stat or line hash before being shown.
156
- - Discovery Context contains `Search` and `InspectCode` leads, not source truth.
156
+ - Discovery Context contains `Find`, `Search`, and `InspectCode` leads, not source truth.
157
157
  - Large tool outputs are bounded in context and can be recalled by `tr.N`.
158
158
  - Error Feedback keeps only recent failed tool calls.
159
159
  - `Forget` removes stale result keys from the active tool result store.
@@ -63,7 +63,7 @@ Interactive selectors support `j`/`k`, arrows, `/` search, Enter, and Esc. Input
63
63
 
64
64
  ## Tools
65
65
 
66
- - File: `Read`, `LineCount`, `List`, `Search`.
66
+ - File: `Read`, `LineCount`, `List`, `Find`, `Search`.
67
67
  - Code index: `InspectCode`.
68
68
  - Edit: `CreateFile`, `Edit`.
69
69
  - Shell: `Bash`, `Git`.
@@ -110,7 +110,7 @@ model request
110
110
  | Discovery Context |
111
111
  | Error Feedback |
112
112
  | Latest Tool Results |
113
- | Current User Request |
113
+ | Current Turn Conversation |
114
114
  +--------------------------------------------------+
115
115
  ```
116
116
 
@@ -119,7 +119,7 @@ Core rules:
119
119
  - File Context is rebuilt dynamically from active `Read` and `Edit` results.
120
120
  - Newer file lines overwrite older lines; edit invalidations clear stale ranges.
121
121
  - File lines are checked against current file stat or line hash before being shown.
122
- - Discovery Context contains `Search` and `InspectCode` leads, not source truth.
122
+ - Discovery Context contains `Find`, `Search`, and `InspectCode` leads, not source truth.
123
123
  - Large tool outputs are bounded in context and can be recalled by `tr.N`.
124
124
  - Error Feedback keeps only recent failed tool calls.
125
125
  - `Forget` removes stale result keys from the active tool result store.