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
-[x] Provider usage and Codex limit state are exposed through provider settings modules (`apps/web/src/localTopics/providerSettings/index.ts`, `apps/server/src/localTopics/providerSettings/index.ts`).
@@ -21,6 +25,7 @@ This is the provider settings topic from the June 25 replay stack.
21
25
## Added UI
22
26
23
27
-[x] Settings panels expose usage, reset actions, and T3 access toggles (`apps/web/src/routes/settings.providers.tsx`, `apps/web/src/localTopics/providerSettings/index.ts`).
28
+
-[x] The chat composer footer exposes the selected provider usage icon and popover through thin composer wiring (`apps/web/src/components/chat/ChatComposer.tsx`, `apps/web/src/components/chat/ProviderUsagePopover.tsx`).
24
29
25
30
## Added Server And Runtime Behavior
26
31
@@ -30,6 +35,7 @@ This is the provider settings topic from the June 25 replay stack.
30
35
## Added Tests
31
36
32
37
-[x] Provider usage ordering, reset behavior, settings contracts, and provider maintenance are covered by focused tests (`apps/server/src/provider/providerMaintenance.test.ts`, `apps/server/src/provider/Drivers/CodexNativeReset.test.ts`, `packages/contracts/src/provider.test.ts`).
38
+
-[x] Headed Electron chat-layout smoke requires the provider usage footer button and popover alongside the context-window meter (`apps/desktop/e2e/specs/chat-layout.spec.ts`, `vp run --filter @t3tools/desktop e2e:smoke -- chat-layout.spec.ts`).
Replay after project-git and before composer because composer provider menus consume stabilized provider state.
87
+
Replay after project-git and before composer because composer provider menus consume stabilized provider state. Keep the composer footer usage wiring with this topic so the popover component is not replayed without a visible integration point.
71
88
72
89
## Verification
73
90
74
91
-`vp check`
75
92
-`vp run typecheck`
93
+
-`vp run --filter @t3tools/desktop e2e:smoke -- chat-layout.spec.ts`
0 commit comments