Observability Panel (Beta)
The Observability panel gives you a real-time feed of what’s happening across your terminal sessions and AI agents — classified, timestamped, and filterable.
Beta Feature — The Observability panel is under active development. Functionality may change.
Features
Section titled “Features”- Real-time activity feed — see commands, tool calls, file changes, errors, and status updates as they happen
- Line classification — each event is categorized by type
- Terminal selection — choose which terminal sessions to monitor
- Per-terminal metrics — activity counts and patterns per session
Event Types
Section titled “Event Types”The Observability panel classifies events into categories:
| Type | What It Captures |
|---|---|
| Command | Shell commands executed in terminal panels |
| Tool Call | Gee-Code tool executions (file reads, edits, searches) |
| File Change | Files created, modified, or deleted |
| Error | Errors from commands, tools, or processes |
| Status | State changes (session start/stop, model switches) |
Terminal Selection
Section titled “Terminal Selection”Choose which terminal sessions to monitor. In a multi-panel workspace, you might only want to observe:
- The terminal running Gee-Code (to see AI activity)
- The terminal running your dev server (to catch errors)
While ignoring terminals used for quick one-off commands.
Per-Terminal Metrics
Section titled “Per-Terminal Metrics”Each monitored terminal shows:
- Total events since monitoring started
- Events per minute (activity rate)
- Error count
- Most recent activity timestamp
Use Cases
Section titled “Use Cases”Debugging
Section titled “Debugging”Monitor your dev server terminal for errors while working in another panel. Errors surface immediately in the Observability feed without switching context.
AI Supervision
Section titled “AI Supervision”Watch what Gee-Code is doing in real time — every file read, edit, and shell command appears in the feed. Useful when running autonomous workflows and wanting to stay informed.
Performance Awareness
Section titled “Performance Awareness”Track how actively different sessions are being used. Identify terminals that have gone quiet (crashed process?) or are unusually active (runaway loop?).
Next Steps
Section titled “Next Steps”- Endeavors Panel — project-level tracking
- Full-Stack Debugging Guide — practical debugging workflows