Prevents token waste by enforcing file creation. Smooth draggable UI.
Prevents token waste by enforcing file creation instead of chat pasting. Real-time monitoring, paste detection, one-click commands.
| Feature | Description |
|---|---|
| 📊 Real-time Monitoring | Tracks response length, warns at 500+ chars |
| 🔍 Paste Detection | Identifies code blocks, markdown, tables being pasted |
| 📁 File Enforcement | Encourages downloadable files over chat output |
| ⏱️ Timeout Prevention | Stops sessions from timing out on long responses |
| 📂 File Detection | Auto-detects uploaded files, generates commands |
| 📋 One-Click Copy | Instant copy of file processing commands |
| Color | Meaning |
|---|---|
| 🟢 Green | File creation detected - all good! |
| 🟡 Yellow | 500+ chars - consider using file |
| 🔴 Red | 1000+ chars + paste pattern - likely timeout |
| 🔵 Blue | Info message (file detected, command copied) |
| Scenario | Action |
|---|---|
| Code generation | ✅ Always use file |
| Long documents | ✅ Always use file |
| Data conversion | ✅ Always use file |
| Quick answers | ❌ Chat is fine |
| Short explanations | ❌ Chat is fine |
thresholds: {
warning: 500, // Yellow alert
danger: 1000 // Red alert
}
Save tokens. Prevent timeouts. Work smarter. 💾✨