You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +36,7 @@ _dirge_ is one of the smallest and most performant coding agents on the market.
36
36
37
37
### Tool result caching
38
38
39
-
Read-only tool calls (`read`, `grep`, `find_files`, `list_dir`) are cached per agent turn. Repeated calls with identical arguments within the same turn return cached results, avoiding redundant filesystem I/O. The cache clears automatically before each new prompt, and after `write`/`edit`/`bash` so a re-read sees fresh content.
39
+
Most tool calls (`read`, `write`, `edit`, `bash`, `grep`, `find_files`, `list_dir`) are cached per agent turn. Repeated calls with identical arguments within the same turn return cached results, avoiding redundant filesystem I/O. The cache clears automatically before each new prompt, and after `write`/`edit`/`bash` so a re-read sees fresh content.
|**`default`**| Default system prompt — the base built-in prompt |
182
188
183
189
Custom prompts can be placed in `$XDG_CONFIG_HOME/dirge/prompts/` as `.md` files.
184
190
185
-
The agent automatically loads `AGENTS.md` or `CLAUDE.md` from the project root or ancestor directories. Use `-n` / `--no-context-files` to disable.
191
+
The agent automatically loads `AGENTS.md` or `CLAUDE.md` from the project root, ancestor directories, and `~/.config/dirge/agent/AGENTS.md` as a global fallback. Use `-n` / `--no-context-files` to disable.
0 commit comments