mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
chore: generate
This commit is contained in:
parent
ed06de5e30
commit
f8fb08b3b4
2 changed files with 23 additions and 0 deletions
|
|
@ -8566,6 +8566,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"compaction": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"auto": {
|
||||
"description": "Enable automatic compaction when context is full (default: true)",
|
||||
"type": "boolean"
|
||||
},
|
||||
"prune": {
|
||||
"description": "Enable pruning of old tool outputs (default: true)",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"experimental": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue