summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThePrimeagen <the.primeagen@gmail.com>2026-02-18 18:06:03 -0700
committerGitHub <noreply@github.com>2026-02-18 18:06:03 -0700
commitcb99c2bad78a572b9dfd73500e12fc2b365a25b8 (patch)
tree44e8c052d555d3faf76e93efa3755f8ff6b61672 /README.md
parent2415234dcd2a579eac4bd20c3c63e097d1f3da84 (diff)
parent5f678044e81af6525558260f8e2aa017f0b88377 (diff)
downloada4-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.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31c97b8..8ab6a93 100644
--- a/README.md
+++ b/README.md
@@ -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 = {