@hermenics/deepseek-code 0.6.28 → 0.7.1
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.
- package/README.md +1 -1
- package/dist/cli.mjs +762 -875
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,7 +103,7 @@ Each provider also exposes provider-specific models (Bedrock, Vertex, local).
|
|
|
103
103
|
|
|
104
104
|
The agent has access to these tools out of the box:
|
|
105
105
|
|
|
106
|
-
`ReadFile` · `WriteFile` · `PatchFile` · `Shell` · `Glob` · `Grep` · `Git` · `ReadFolder` · `WebFetch` · `SubAgent` · `Memory` · `Todo` · `Introspect` · `MoA`
|
|
106
|
+
`ReadFile` · `WriteFile` · `EditFile` · `PatchFile` · `Shell` · `Glob` · `Grep` · `Lsp` · `Git` · `ReadFolder` · `WebFetch` · `SubAgent` · `AskAgent` · `Workflow` · `Memory` · `Todo` · `Introspect` · `MoA` · `AskUserQuestions`
|
|
107
107
|
|
|
108
108
|
## TUI behavior
|
|
109
109
|
|