test(hooks): update preemptive-compaction token thresholds for GA 1M context

Raise test token counts from 170K/180K to 800K/810K so compaction triggers at 78% of 1M instead of 78% of 200K, matching the actual GA context limit for 4.6 models.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-18 13:36:17 +09:00
parent b9a8ffec51
commit 35df911919
2 changed files with 14 additions and 14 deletions
@@ -42,7 +42,7 @@ describe("preemptive-compaction aws-bedrock-anthropic", () => {
modelID: "claude-sonnet-4-6",
finish: true,
tokens: {
input: 170000,
input: 800000,
output: 1000,
reasoning: 0,
cache: { read: 10000, write: 0 },