Skip to content

Commit 94a2d8a

Browse files
committed
docs
1 parent c2a8a35 commit 94a2d8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ It supports both MCP server tools + ECA native tools.
2424

2525
By default, ECA ask to approve any tool, you can easily configure that, check `toolCall approval` [config](./config.md) or try the `plan` behavior.
2626

27-
### Native tools
27+
#### Native tools
2828

2929
ECA support built-in tools to avoid user extra installation and configuration, these tools are always included on models requests that support tools and can be [disabled/configured via config](./configuration.md) `nativeTools`.
3030

31-
#### Filesystem
31+
##### Filesystem
3232

3333
Provides access to filesystem under workspace root, listing, reading and writing files, important for agentic operations.
3434

@@ -40,13 +40,13 @@ Provides access to filesystem under workspace root, listing, reading and writing
4040
- `eca_move_file`: move/rename a file.
4141
- `eca_grep`: ripgrep/grep for paths with specified content.
4242

43-
#### Shell
43+
##### Shell
4444

4545
Provides access to run shell commands, useful to run build tools, tests, and other common commands, supports exclude/include commands.
4646

4747
- `eca_shell_command`: run shell command. Supports configs to exclude commands via `:nativeTools :shell :excludeCommands`.
4848

49-
#### Editor
49+
##### Editor
5050

5151
Provides access to get information from editor workspaces.
5252

0 commit comments

Comments
 (0)