2026-03-04 21:21:48 -05:00
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
|
|
2026-03-08 00:36:54 -08:00
|
|
|
exports[`<FooterConfigDialog /> > highlights the active item in the preview 1`] = `
|
2026-03-04 21:21:48 -05:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
|
|
|
|
│ Configure Footer │
|
|
|
|
|
│ │
|
|
|
|
|
│ Select which items to display in the footer. │
|
|
|
|
|
│ │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ [✓] workspace │
|
|
|
|
|
│ Current working directory │
|
|
|
|
|
│ [✓] git-branch │
|
|
|
|
|
│ Current git branch name (not shown when unavailable) │
|
|
|
|
|
│ [✓] sandbox │
|
|
|
|
|
│ Sandbox type and trust indicator │
|
|
|
|
|
│ [✓] model-name │
|
|
|
|
|
│ Current model identifier │
|
|
|
|
|
│ [✓] quota │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ Percentage of daily limit used (not shown when unavailable) │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ [ ] context-used │
|
|
|
|
|
│ Percentage of context window used │
|
|
|
|
|
│ [ ] memory-usage │
|
|
|
|
|
│ Memory used by the application │
|
|
|
|
|
│ [ ] session-id │
|
|
|
|
|
│ Unique identifier for the current session │
|
2026-03-31 12:10:13 -04:00
|
|
|
│ [ ] auth │
|
|
|
|
|
│ Current authentication info │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ > [✓] code-changes │
|
|
|
|
|
│ Lines added/removed in the session (not shown when zero) │
|
|
|
|
|
│ [ ] token-count │
|
|
|
|
|
│ Total tokens used in the session (not shown when zero) │
|
|
|
|
|
│ [✓] Show footer labels │
|
|
|
|
|
│ │
|
|
|
|
|
│ Reset to default footer │
|
|
|
|
|
│ │
|
|
|
|
|
│ │
|
|
|
|
|
│ Enter to select · ↑/↓ to navigate · ←/→ to reorder · Esc to close │
|
|
|
|
|
│ │
|
|
|
|
|
│ ┌────────────────────────────────────────────────────────────────────────────────────────────┐ │
|
|
|
|
|
│ │ Preview: │ │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ │ workspace (/directory) branch sandbox /model quota diff │ │
|
|
|
|
|
│ │ ~/project/path main docker gemini-2.5-pro 42% used +12 -4 │ │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ └────────────────────────────────────────────────────────────────────────────────────────────┘ │
|
|
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`<FooterConfigDialog /> > renders correctly with default settings 1`] = `
|
|
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
|
|
|
|
│ Configure Footer │
|
2026-03-04 21:21:48 -05:00
|
|
|
│ │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ Select which items to display in the footer. │
|
|
|
|
|
│ │
|
|
|
|
|
│ > [✓] workspace │
|
|
|
|
|
│ Current working directory │
|
|
|
|
|
│ [✓] git-branch │
|
|
|
|
|
│ Current git branch name (not shown when unavailable) │
|
|
|
|
|
│ [✓] sandbox │
|
|
|
|
|
│ Sandbox type and trust indicator │
|
|
|
|
|
│ [✓] model-name │
|
|
|
|
|
│ Current model identifier │
|
|
|
|
|
│ [✓] quota │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ Percentage of daily limit used (not shown when unavailable) │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ [ ] context-used │
|
|
|
|
|
│ Percentage of context window used │
|
|
|
|
|
│ [ ] memory-usage │
|
|
|
|
|
│ Memory used by the application │
|
|
|
|
|
│ [ ] session-id │
|
|
|
|
|
│ Unique identifier for the current session │
|
2026-03-31 12:10:13 -04:00
|
|
|
│ [ ] auth │
|
|
|
|
|
│ Current authentication info │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ [ ] code-changes │
|
|
|
|
|
│ Lines added/removed in the session (not shown when zero) │
|
|
|
|
|
│ [ ] token-count │
|
|
|
|
|
│ Total tokens used in the session (not shown when zero) │
|
2026-03-04 21:21:48 -05:00
|
|
|
│ [✓] Show footer labels │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ │
|
2026-03-04 21:21:48 -05:00
|
|
|
│ Reset to default footer │
|
|
|
|
|
│ │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ │
|
|
|
|
|
│ Enter to select · ↑/↓ to navigate · ←/→ to reorder · Esc to close │
|
2026-03-04 21:21:48 -05:00
|
|
|
│ │
|
|
|
|
|
│ ┌────────────────────────────────────────────────────────────────────────────────────────────┐ │
|
|
|
|
|
│ │ Preview: │ │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ │ workspace (/directory) branch sandbox /model quota │ │
|
|
|
|
|
│ │ ~/project/path main docker gemini-2.5-pro 42% used │ │
|
2026-03-04 21:21:48 -05:00
|
|
|
│ └────────────────────────────────────────────────────────────────────────────────────────────┘ │
|
|
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
|
|
|
"
|
|
|
|
|
`;
|
2026-03-08 00:36:54 -08:00
|
|
|
|
|
|
|
|
exports[`<FooterConfigDialog /> > renders correctly with default settings 2`] = `
|
|
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
|
|
|
|
│ Configure Footer │
|
|
|
|
|
│ │
|
|
|
|
|
│ Select which items to display in the footer. │
|
|
|
|
|
│ │
|
|
|
|
|
│ > [✓] workspace │
|
|
|
|
|
│ Current working directory │
|
|
|
|
|
│ [✓] git-branch │
|
|
|
|
|
│ Current git branch name (not shown when unavailable) │
|
|
|
|
|
│ [✓] sandbox │
|
|
|
|
|
│ Sandbox type and trust indicator │
|
|
|
|
|
│ [✓] model-name │
|
|
|
|
|
│ Current model identifier │
|
|
|
|
|
│ [✓] quota │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ Percentage of daily limit used (not shown when unavailable) │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ [ ] context-used │
|
|
|
|
|
│ Percentage of context window used │
|
|
|
|
|
│ [ ] memory-usage │
|
|
|
|
|
│ Memory used by the application │
|
|
|
|
|
│ [ ] session-id │
|
|
|
|
|
│ Unique identifier for the current session │
|
2026-03-31 12:10:13 -04:00
|
|
|
│ [ ] auth │
|
|
|
|
|
│ Current authentication info │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ [ ] code-changes │
|
|
|
|
|
│ Lines added/removed in the session (not shown when zero) │
|
|
|
|
|
│ [ ] token-count │
|
|
|
|
|
│ Total tokens used in the session (not shown when zero) │
|
|
|
|
|
│ [✓] Show footer labels │
|
|
|
|
|
│ │
|
|
|
|
|
│ Reset to default footer │
|
|
|
|
|
│ │
|
|
|
|
|
│ │
|
|
|
|
|
│ Enter to select · ↑/↓ to navigate · ←/→ to reorder · Esc to close │
|
|
|
|
|
│ │
|
|
|
|
|
│ ┌────────────────────────────────────────────────────────────────────────────────────────────┐ │
|
|
|
|
|
│ │ Preview: │ │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ │ workspace (/directory) branch sandbox /model quota │ │
|
|
|
|
|
│ │ ~/project/path main docker gemini-2.5-pro 42% used │ │
|
2026-03-10 01:07:26 -07:00
|
|
|
│ └────────────────────────────────────────────────────────────────────────────────────────────┘ │
|
|
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`<FooterConfigDialog /> > updates the preview when Show footer labels is toggled off 1`] = `
|
|
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
|
|
|
|
│ Configure Footer │
|
|
|
|
|
│ │
|
|
|
|
|
│ Select which items to display in the footer. │
|
|
|
|
|
│ │
|
|
|
|
|
│ [✓] workspace │
|
|
|
|
|
│ Current working directory │
|
|
|
|
|
│ [✓] git-branch │
|
|
|
|
|
│ Current git branch name (not shown when unavailable) │
|
|
|
|
|
│ [✓] sandbox │
|
|
|
|
|
│ Sandbox type and trust indicator │
|
|
|
|
|
│ [✓] model-name │
|
|
|
|
|
│ Current model identifier │
|
|
|
|
|
│ [✓] quota │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ Percentage of daily limit used (not shown when unavailable) │
|
2026-03-10 01:07:26 -07:00
|
|
|
│ [ ] context-used │
|
|
|
|
|
│ Percentage of context window used │
|
|
|
|
|
│ [ ] memory-usage │
|
|
|
|
|
│ Memory used by the application │
|
|
|
|
|
│ [ ] session-id │
|
|
|
|
|
│ Unique identifier for the current session │
|
2026-03-31 12:10:13 -04:00
|
|
|
│ [ ] auth │
|
|
|
|
|
│ Current authentication info │
|
2026-03-10 01:07:26 -07:00
|
|
|
│ [ ] code-changes │
|
|
|
|
|
│ Lines added/removed in the session (not shown when zero) │
|
|
|
|
|
│ [ ] token-count │
|
|
|
|
|
│ Total tokens used in the session (not shown when zero) │
|
|
|
|
|
│ > [ ] Show footer labels │
|
|
|
|
|
│ │
|
|
|
|
|
│ Reset to default footer │
|
|
|
|
|
│ │
|
|
|
|
|
│ │
|
|
|
|
|
│ Enter to select · ↑/↓ to navigate · ←/→ to reorder · Esc to close │
|
|
|
|
|
│ │
|
|
|
|
|
│ ┌────────────────────────────────────────────────────────────────────────────────────────────┐ │
|
|
|
|
|
│ │ Preview: │ │
|
2026-04-13 13:03:41 -04:00
|
|
|
│ │ ~/project/path · main · docker · gemini-2.5-pro · 42% used │ │
|
2026-03-08 00:36:54 -08:00
|
|
|
│ └────────────────────────────────────────────────────────────────────────────────────────────┘ │
|
|
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|