Skip to content

Commit 8db4780

Browse files
bpiwowarclaude
andcommitted
feat(tui): add automatic service state change notifications
- Add ServiceStateChangedEvent for service state transitions - StateProvider.service_state_changed emits events to TUI listeners - WorkspaceStateProvider registers as listener on recreated services - TUI handles ServiceStateChangedEvent to update Services tab title - Services tab now updates automatically when services start/stop Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2eb1921 commit 8db4780

35 files changed

+2032
-2708
lines changed

src/experimaestro/cli/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,6 @@ def get_command(self, ctx, name):
260260
cli.add_command(Launchers("connectors", help="Connector specific commands"))
261261
cli.add_command(Launchers("tokens", help="Token specific commands"))
262262

263-
# Import and add progress commands
264-
from .progress import progress as progress_cli # noqa: E402
265-
266-
cli.add_command(progress_cli)
267-
268263
# Import and add jobs commands
269264
from .jobs import jobs as jobs_cli # noqa: E402
270265

src/experimaestro/cli/progress.py

Lines changed: 0 additions & 269 deletions
This file was deleted.

0 commit comments

Comments
 (0)