opravy prompt souboru

This commit is contained in:
lachtan
2026-09-02 10:36:22 +02:00
parent 9aad14cea1
commit 0fa619bbbe
3 changed files with 4 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ In addition to Python and Bash, the agent can also write and run:
- **Lua** — via `lua` interpreter (scripts in `tmp/`, run with `working_dir` set to workspace root)
- **Rust** — via `rustc` / `cargo` (compile and run inside workspace)
- **TypeScript** — via `bun` (preferred) or `deno` / `node` if available
- **TypeScript** — always via `bun`
Use these when the user explicitly asks for them or when they are the right tool for the job. Default remains Python for non-trivial scripts and Bash for very short shell snippets.