Files
cleveragents-core/features/steps
HAL9000 55a8a3e717
CI / helm (pull_request) Successful in 44s
CI / build (pull_request) Successful in 56s
CI / quality (pull_request) Successful in 1m6s
CI / lint (pull_request) Failing after 1m18s
CI / typecheck (pull_request) Successful in 1m27s
CI / security (pull_request) Successful in 1m27s
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 28s
CI / benchmark-regression (pull_request) Failing after 1m0s
CI / e2e_tests (pull_request) Successful in 4m38s
CI / integration_tests (pull_request) Successful in 6m5s
CI / unit_tests (pull_request) Failing after 7m42s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
feat(tui): implement SQLite session persistence and multi-session tab bar with state indicators
- Add thread-safe SessionStore backed by SQLite (check_same_thread=False,
  threading.Lock protection, finally: conn.close())
- Replace deprecated datetime.utcnow() with datetime.now(timezone.utc)
- Add SessionTabBar Textual widget with per-session state indicators
  ( working, > awaiting_input, none for idle) and active-session bracketing
- Export SessionTabBar in widgets __init__.py
- Update CHANGELOG.md under [Unreleased] / Added
- Update CONTRIBUTORS.md with contribution entry + fix stale <<* typo
- Add 8 BDD scenarios (features/tui_session_persistence_tabs.feature)

ISSUES CLOSED: #10593
2026-05-07 09:28:10 +00:00
..