rowboat/apps
Ramnique Singh a58493b545 fix(x/renderer): enable suspended-turn cards; unify active-tab state for both chat views
Two follow-ups from live testing:

1. Permission/ask-human buttons were disabled while a turn waited for
   input. PermissionRequest disables via isProcessing, whose old-runtime
   meaning was 'agent busy right now' (false while awaiting approval);
   the sessions meaning is 'turn not settled' (true while suspended).
   Cards in both chat views now take the isThinking flag — actively
   working disables, waiting on the user enables — while the composer
   and stop button stay on isProcessing.

2. The middle-pane (full-screen) chat rendered blank: App.tsx has its
   own conversation block whose activeChatTabState was still assembled
   from legacy standalone states. activeChatTabState is now the single
   hook-backed source of truth for the active tab; the sidebar props,
   the middle pane, the merged background-tab map, and the submit guard
   all derive from it (plus hook-driven activeIsProcessing/
   activeIsThinking), so both views land on identical data.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 14:20:44 +05:30
..
cli Add OS-aware runtime context for cross-platform shell execution 2026-02-26 11:42:43 +05:30
docs feat(oauth): switch Google OAuth from PKCE to authorization code flow with client secret 2026-04-10 00:43:34 +05:30
experimental Fix/prebuilt cards updates (#263) 2025-09-16 15:29:48 +05:30
python-sdk update py-sdk docs 2025-08-19 13:35:10 +05:30
rowboat fix: make dev script cross-platform for Windows PowerShell 2026-02-19 13:07:07 +05:30
rowboatx wip-electron 2026-01-16 12:05:33 +05:30
x fix(x/renderer): enable suspended-turn cards; unify active-tab state for both chat views 2026-07-02 14:20:44 +05:30