Clarify doubled context display intent

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-04-03 18:25:42 +09:00
parent f34edf9957
commit 5b3541f7aa
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ describe("context-window-monitor", () => {
// #given token usage exceeds 70% threshold
// #when tool.execute.after is called
// #then context reminder should be appended to output
it("should append context reminder when usage exceeds threshold", async () => {
it("should append context reminder with doubled displayed counts when usage exceeds threshold", async () => {
const hook = createContextWindowMonitorHook(ctx as never)
const sessionID = "ses_high_usage"