diff options
| author | ThePrimeagen <the.primeagen@gmail.com> | 2026-02-18 18:06:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-18 18:06:03 -0700 |
| commit | cb99c2bad78a572b9dfd73500e12fc2b365a25b8 (patch) | |
| tree | 44e8c052d555d3faf76e93efa3755f8ff6b61672 /README.md | |
| parent | 2415234dcd2a579eac4bd20c3c63e097d1f3da84 (diff) | |
| parent | 5f678044e81af6525558260f8e2aa017f0b88377 (diff) | |
| download | a4-cb99c2bad78a572b9dfd73500e12fc2b365a25b8.tar.xz a4-cb99c2bad78a572b9dfd73500e12fc2b365a25b8.zip | |
Merge pull request #116 from AnthonyPoschen/master
Allow prompt temporary directory to be user configurable
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -54,6 +54,12 @@ I make the assumption you are using Lazy path = "/tmp/" .. basename .. ".99.debug", print_on_error = true, }, + -- When setting this to something that is not inside the CWD tools + -- such as claude code or opencode will have permission issues + -- and generation will fail refer to tool documentation to resolve + -- https://opencode.ai/docs/permissions/#external-directories + -- https://code.claude.com/docs/en/permissions#read-and-edit + tmp_dir = "./tmp", --- Completions: #rules and @files in the prompt buffer completion = { |
