xworkmate-app/lib
Cowork 3P 442fbc5e9f refactor: eliminate dead codex_runtime methods, add anti-fallback policy
codex_runtime.dart (-290 lines):
- Remove 17 dead methods behind UnsupportedError guard
  (findCodexBinary, startStdio, request, startThread, resumeThread,
   sendMessage, interrupt, getAccount, listModels, listSkills, stop,
   dispose, _resolveLaunchConfiguration + 3 @visibleForTesting wrappers)
- Remove 10 dead fields (_process, _state, _pendingRequests, _events, etc.)
- Remove ChangeNotifier mixin (nothing to notify)
- Keep only model types, enums, and standalone helper functions

AGENTS.md (+21 lines):
- Add Fallback and Dead Code Elimination Policy section
- Forbidden: cascading fallbacks, lingering DEPRECATED code,
  dead code behind guards, silent catch blocks, redundant indirection,
  excessive JSON key probing
- Required: inline WHY comments on every retained fallback chain

Additional cleanup:
- gateway_acp_client.dart: remove unused _GatewayAcpSessionUpdate class
- runtime_controllers_entities.dart: replace _canRefreshThroughRuntime
  with runtimeInternal.isConnected
- runtime_models_gateway_entities.dart: relocate CollaborationAttachment
2026-06-04 07:13:29 +00:00
..
app refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
data refactor: rename AI Gateway UI copy to LLM API 2026-03-23 18:07:02 +08:00
features Fix WebRTC desktop video stream rendering and inputs 2026-06-04 16:14:15 +08:00
i18n Refine sidebar language toggle layout 2026-03-11 15:25:33 +08:00
models refactor(ui): eliminate unowned helper sprawl in assistant skill picker 2026-06-04 10:08:02 +08:00
runtime refactor: eliminate dead codex_runtime methods, add anti-fallback policy 2026-06-04 07:13:29 +00:00
theme refactor: unify app theme surfaces by scene 2026-03-30 15:31:01 +08:00
widgets fix(runtime): restore skills loading and group rendering 2026-06-04 09:40:16 +08:00
main.dart feat: add ui feature flag release docs pipeline 2026-03-22 10:49:13 +08:00