Skip to content

Instantly share code, notes, and snippets.

@sirouk
Last active July 16, 2026 13:56
Show Gist options
  • Select an option

  • Save sirouk/dc83a6696f76da930fdaf44c7a4cb088 to your computer and use it in GitHub Desktop.

Select an option

Save sirouk/dc83a6696f76da930fdaf44c7a4cb088 to your computer and use it in GitHub Desktop.
Kilo Code + Chutes.ai
{
"$schema": "https://app.kilo.ai/config.json",
"disabled_providers": [],
"provider": {
"chutes-ai": {
"name": "Chutes",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://llm.chutes.ai/v1/",
"apiKey": "{env:CHUTES_API_KEY}"
},
"models": {
"zai-org/GLM-5.2-TEE": {
"name": "zai-org/GLM-5.2-TEE",
"reasoning": true
},
"moonshotai/Kimi-K2.6-TEE": {
"name": "moonshotai/Kimi-K2.6-TEE",
"reasoning": true,
"modalities": {
"input": [
"text",
"image"
]
}
}
}
}
},
"permission": {
"bash": "allow",
"external_directory": "allow",
"read": "allow",
"edit": "allow",
"glob": "allow",
"grep": "allow",
"list": "allow",
"task": "allow",
"skill": "allow",
"lsp": "allow",
"todoread": "allow",
"todowrite": "allow",
"websearch": "allow",
"webfetch": "allow",
"doom_loop": "allow"
},
"auto_collapse_reasoning": true,
"code_edit_display": "expanded",
"indexing": {
"enabled": true,
"provider": "openai-compatible",
"model": "Qwen/Qwen3-Embedding-8B-TEE",
"openai-compatible": {
"baseUrl": "https://chutes-qwen-qwen3-embedding-8b-tee.chutes.ai/v1/embeddings",
"apiKey": "{env:CHUTES_API_KEY}"
},
"dimension": 4096,
"vectorStore": "lancedb",
// Leave `directory` unset. Kilo stores every workspace index below the
// same per-user XDG state root and gives each workspace a path-hashed child.
// This keeps persistent indexes in the user's home/state tree, not /tmp.
"lancedb": {},
// Pin the current defaults so indexing behaves consistently across Kilo
// versions and synced machines.
"searchMinScore": 0.4,
"searchMaxResults": 50,
"embeddingBatchSize": 60,
"scannerMaxBatchRetries": 3
},
"remote_control": true,
"share": "manual"
}
@sirouk

sirouk commented Jul 16, 2026

Copy link
Copy Markdown
Author

agentic permissions are bypassed here, so use at your own risk!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment