chore: default context window to 200k

This commit is contained in:
chengyongru
2026-06-22 18:33:49 +08:00
committed by Xubin Ren
parent 991422a328
commit 0db9fbe250
10 changed files with 29 additions and 22 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ Concrete scenarios showing when and how to use the my tool effectively.
### Large codebase analysis
```
→ my(action="check")
→ context_window_tokens: 65536
→ context_window_tokens: 200000
→ my(action="set", key="context_window_tokens", value=131072)
→ "Set context_window_tokens = 131072 (was 65536)"
→ "Set context_window_tokens = 131072 (was 200000)"
→ "I've expanded my context window to handle this large codebase."
```