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
{{ message }}
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
feat(ui): add comprehensive logging framework with file output to all services and widgets
Adds the `logging` package and a central AppLogger service that writes
structured logs to stderr and optionally to /tmp/agent-studio.log.
Instruments all key services (ApiClient, WsClient) and every major page/widget
(GenUiChatPage, AgentEditor, SettingsPage tabs, ToolsPage, SessionsPage,
MetricsPage, RulesPage, sidebar, onboarding) with contextual log statements
at INFO/FINE/WARNING/SEVERE levels for request tracing, error diagnosis,
and lifecycle visibility.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments