nanocode-cli 0.8.2__tar.gz → 0.9.0__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.8.2/nanocode_cli.egg-info → nanocode_cli-0.9.0}/PKG-INFO +5 -5
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/README.md +3 -3
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/README.zh-CN.md +3 -3
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/nanocode.py +1123 -1139
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0/nanocode_cli.egg-info}/PKG-INFO +5 -5
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/nanocode_cli.egg-info/requires.txt +1 -1
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/pyproject.toml +2 -2
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/LICENSE +0 -0
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/MANIFEST.in +0 -0
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/nanocode_cli.egg-info/SOURCES.txt +0 -0
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/nanocode_cli.egg-info/dependency_links.txt +0 -0
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/nanocode_cli.egg-info/entry_points.txt +0 -0
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/nanocode_cli.egg-info/top_level.txt +0 -0
- {nanocode_cli-0.8.2 → nanocode_cli-0.9.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nanocode-cli
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.9.0
|
|
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
|
|
@@ -22,7 +22,7 @@ Requires-Python: >=3.11
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
Requires-Dist: anthropic>=0.64.0
|
|
25
|
-
Requires-Dist: code-symbol-index>=0.3.
|
|
25
|
+
Requires-Dist: code-symbol-index>=0.3.5
|
|
26
26
|
Requires-Dist: json-repair
|
|
27
27
|
Requires-Dist: fastmcp-slim[client]<4,>=3
|
|
28
28
|
Requires-Dist: openai>=2.37.0
|
|
@@ -152,13 +152,13 @@ Interactive selectors support `j`/`k`, arrows, `/` search, Enter, and Esc. Input
|
|
|
152
152
|
|
|
153
153
|
Tools:
|
|
154
154
|
|
|
155
|
-
- File: `Read`, `
|
|
155
|
+
- File: `Read`, `Search`.
|
|
156
156
|
- Code index: `InspectCode`.
|
|
157
157
|
- Edit: `Edit` creates or patches file content.
|
|
158
|
-
- Shell: `Bash`, `
|
|
158
|
+
- Shell: `Bash` (including `ls`, `find`, `wc`, and `git`).
|
|
159
159
|
- Tool results: `Recall`.
|
|
160
160
|
- Working notes: `Note`.
|
|
161
|
-
- Ask the user: `
|
|
161
|
+
- Ask the user: `Ask`.
|
|
162
162
|
- MCP: `MCP`.
|
|
163
163
|
- Skills: `Skill` loads a skill's full instructions on demand (offered whenever any skill exists — the built-in `nanocode-help` means it is normally always available).
|
|
164
164
|
|
|
@@ -115,13 +115,13 @@ Interactive selectors support `j`/`k`, arrows, `/` search, Enter, and Esc. Input
|
|
|
115
115
|
|
|
116
116
|
Tools:
|
|
117
117
|
|
|
118
|
-
- File: `Read`, `
|
|
118
|
+
- File: `Read`, `Search`.
|
|
119
119
|
- Code index: `InspectCode`.
|
|
120
120
|
- Edit: `Edit` creates or patches file content.
|
|
121
|
-
- Shell: `Bash`, `
|
|
121
|
+
- Shell: `Bash` (including `ls`, `find`, `wc`, and `git`).
|
|
122
122
|
- Tool results: `Recall`.
|
|
123
123
|
- Working notes: `Note`.
|
|
124
|
-
- Ask the user: `
|
|
124
|
+
- Ask the user: `Ask`.
|
|
125
125
|
- MCP: `MCP`.
|
|
126
126
|
- Skills: `Skill` loads a skill's full instructions on demand (offered whenever any skill exists — the built-in `nanocode-help` means it is normally always available).
|
|
127
127
|
|
|
@@ -115,13 +115,13 @@ nanocode --resume last
|
|
|
115
115
|
|
|
116
116
|
工具:
|
|
117
117
|
|
|
118
|
-
- 文件:`Read`, `
|
|
118
|
+
- 文件:`Read`, `Search`。
|
|
119
119
|
- 代码索引:`InspectCode`。
|
|
120
120
|
- 编辑:`Edit` 创建或修改文件内容。
|
|
121
|
-
- Shell:`Bash
|
|
121
|
+
- Shell:`Bash`(包括 `ls`、`find`、`wc` 和 `git`)。
|
|
122
122
|
- 工具结果:`Recall`。
|
|
123
123
|
- 工作笔记:`Note`。
|
|
124
|
-
- 询问用户:`
|
|
124
|
+
- 询问用户:`Ask`。
|
|
125
125
|
- MCP:`MCP`。
|
|
126
126
|
- Skills:`Skill` 按需加载某个 skill 的完整说明(只要存在任一 skill 即提供——内置的 `nanocode-help` 意味着它通常始终可用)。
|
|
127
127
|
|