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
* stop container feature
* pr update
* fix: stop session bugs and status reporting
- Fix Stopped sessions being miscounted as idle in `aoe status`
- Add `stopped` field to StatusCounts/StatusJson and include in all output
- Fix TUI StopSession action setting Stopped status even when stop() fails
- Persist Stopped status to disk in both CLI and TUI so it survives restarts
- Add HomeView::save() for TUI-side persistence
- Revert STATUS_REFRESH_INTERVAL to 500ms (no need to double poll frequency)
- Clean up std::collections::HashMap usage with proper imports
- Document projects/ sentinel heuristic in container_config sync logic
Co-Authored-By: Claude Opus 4.6 <[email protected]>
* fix: filter batch_running_states by exact prefix match
Docker's --filter name= does substring matching, which could match
unrelated containers whose names contain "aoe-sandbox-". Add a
starts_with post-filter to ensure only exact prefix matches are included.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
* stopp
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>
0 commit comments