docs: correct compaction prune default (#30670)
This commit is contained in:
parent
b6305cb4cb
commit
9251e5d8c4
19 changed files with 38 additions and 38 deletions
|
|
@ -492,13 +492,13 @@ OpenCode は起動時に新しいアップデートを自動的にダウンロ
|
|||
"$schema": "https://opencode.ai/config.json",
|
||||
"compaction": {
|
||||
"auto": true,
|
||||
"prune": true
|
||||
"prune": false
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
- `auto` - コンテキストがいっぱいのときにセッションを自動的に圧縮します (デフォルト: `true`)。
|
||||
- `prune` - 古いツールの出力を削除してトークンを保存します (デフォルト: `true`)。
|
||||
- `prune` - 古いツールの出力を削除してトークンを保存します (デフォルト: `false`)。
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue