strix/docs
Ahmed Allam 46d7bdb290 fix(runtime): place extra files as agent-writable sandbox files on every backend
Extra files (knowledge trees, workspace files) reached the docker sandbox as
per-file read-only bind mounts whose parent directories docker created as
root, so the sandbox user could neither edit them nor create siblings. They
now travel as one tar archive uploaded after bring-up and unpacked as the
sandbox user, on every backend.
2026-09-17 21:53:35 +03:00
..
advanced feat(config): STRIX_API_TYPE forces responses vs chat completions (#1324) 2026-09-16 11:13:30 -04:00
cloud docs: trim crammed README sections and add cloud CLI and viewer docs pages 2026-09-02 18:35:45 +03:00
images docs: update screenshot and add to intro page 2026-01-22 13:09:45 -08:00
integrations docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
llm-providers docs: add Vercel AI Gateway provider guide 2026-09-12 19:37:41 +03:00
logo docs: add documentation to main repository 2026-01-20 21:13:32 -08:00
tools feat(web_search): add Exa as a web search provider alongside Perplexity (#1270) 2026-09-04 10:34:28 -07:00
usage fix(runtime): place extra files as agent-writable sandbox files on every backend 2026-09-17 21:53:35 +03:00
contributing.mdx docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
docs.json docs: add Vercel AI Gateway provider guide 2026-09-12 19:37:41 +03:00
index.mdx docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
quickstart.mdx docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
README.md docs: add documentation to main repository 2026-01-20 21:13:32 -08:00

Strix Documentation

Documentation source files for Strix, powered by Mintlify.

Local Preview

npm i -g mintlify
cd docs && mintlify dev