aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-25 18:42:40 +0200
committerDanilo M. <danix@danix.xyz>2026-08-25 18:42:40 +0200
commit6ae195baa09bc217d51f3fb0a38312dfdcc85fdb (patch)
treef6e0f19af4bb0931fe23cd7cf65381e3e87930d2 /README.md
parent767636465e43eb9662cde31037392d4b9c05a735 (diff)
downloadllamachat-6ae195baa09bc217d51f3fb0a38312dfdcc85fdb.tar.gz
llamachat-6ae195baa09bc217d51f3fb0a38312dfdcc85fdb.zip
fix: honor skills_enabled on restore, and final-review polish
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 77ce895..349c21d 100644
--- a/README.md
+++ b/README.md
@@ -495,6 +495,11 @@ the whole session in chat mode and drop after the reply in one-shot mode.
`max_searches` caps the total tool rounds per turn here too, so skills load
and searches share the same per-turn budget.
+Skill text is injected verbatim into the system prompt. Skills are
+user-authored files in a directory you control, trusted the same way the
+prompts in `prompts/` are, but treat a skill downloaded from elsewhere like
+any other untrusted instructions.
+
### External providers
llamachat can talk to OpenAI-compatible cloud providers alongside the local