You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└─ [2.1] fs_write: Add minimal test cases to two_sum.py (modified 1)
41
+
```
42
+
43
+
### Context Usage Percentage
44
+
**Description:** Shows context window usage as a percentage in the chat prompt
45
+
46
+
**Features:**
47
+
- Displays percentage of context window used in prompt (e.g., "[rust-agent] 6% >")
48
+
- Color-coded indicators:
49
+
- Green: <50% usage
50
+
- Yellow: 50-89% usage
51
+
- Red: 90-100% usage
52
+
- Helps monitor context window consumption
53
+
- Disabled by default
54
+
55
+
**When enabled:** The chat prompt will show your current context usage percentage with color coding to help you understand how much of the available context window is being used.
56
+
7
57
### Knowledge
8
58
**Command:**`/knowledge`
9
59
**Description:** Enables persistent context storage and retrieval across chat sessions
@@ -111,6 +161,8 @@ All experimental commands are available in the fuzzy search (Ctrl+S):
111
161
## Settings Integration
112
162
113
163
Experiments are stored as settings and persist across sessions:
164
+
-`EnabledCheckpointing` - Checkpointing experiment state
165
+
-`EnabledContextUsagePercentage` - Context usage percentage experiment state
0 commit comments