From a88da4aba3722921988668a4d9011c9e51b6d6e2 Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Wed, 12 Aug 2026 21:46:20 -0400 Subject: [PATCH] feat(catalog): restore standalone ownership --- .github/workflows/deploy-catalog.yml | 45 + apps/catalog/AGENTS.md | 15 +- apps/catalog/NOTES.md | 17 - apps/catalog/README.md | 10 +- apps/catalog/catalog/authored/flows.ts | 8 +- apps/catalog/catalog/authored/screens.ts | 82 +- apps/catalog/catalog/authoring.test.ts | 60 +- apps/catalog/catalog/authoring.ts | 32 +- apps/catalog/catalog/capture-sets.test.ts | 52 +- apps/catalog/catalog/dsl.ts | 14 +- apps/catalog/catalog/feedback.test.ts | 54 +- apps/catalog/catalog/flow.test.ts | 38 +- apps/catalog/catalog/flow.ts | 126 +- apps/catalog/catalog/font-coverage.test.ts | 14 +- apps/catalog/catalog/lifecycle-flows.test.ts | 29 +- apps/catalog/catalog/schema.ts | 22 +- apps/catalog/catalog/worker.test.ts | 56 + apps/catalog/compile/driver-consumer.ts | 18 +- apps/catalog/package.json | 7 +- .../everforest/agent-picker-empty.frame.json | 660 ++++ .../everforest/agent-picker.frame.json | 681 +++- .../assistant-response-failed.frame.json | 518 ++- .../assistant-response-interrupted.frame.json | 547 ++- .../assistant-response-succeeded.frame.json | 477 ++- .../command-palette-empty.frame.json | 660 ++++ .../everforest/command-palette.frame.json | 742 +++- .../captures/everforest/debug.frame.json | 628 +++- .../diff-viewer-populated.frame.json | 669 ++++ .../everforest/diff-viewer.frame.json | 461 ++- .../captures/everforest/glob-empty.frame.json | 531 ++- .../everforest/glob-success.frame.json | 487 ++- .../captures/everforest/grep-empty.frame.json | 548 ++- .../everforest/grep-failure.frame.json | 548 ++- .../everforest/grep-success.frame.json | 548 ++- .../everforest/grouped-exploration.frame.json | 548 ++- .../captures/everforest/help.frame.json | 679 +++- .../captures/everforest/home.frame.json | 617 +++- .../integration-picker-empty.frame.json | 666 ++++ .../everforest/integration-picker.frame.json | 730 +++- .../captures/everforest/mcp-list.frame.json | 677 +++- .../everforest/model-picker-empty.frame.json | 683 ++++ .../everforest/model-picker.frame.json | 688 +++- .../captures/everforest/pair.frame.json | 814 ++++- .../everforest/patch-created.frame.json | 499 ++- .../everforest/patch-deleted.frame.json | 559 ++- .../everforest/patch-failed.frame.json | 578 ++- .../patch-input-streaming.frame.json | 482 ++- .../everforest/patch-success.frame.json | 510 ++- .../everforest/patch-updated.frame.json | 539 ++- .../permission-always-confirmation.frame.json | 494 ++- .../permission-always-selected.frame.json | 544 ++- .../permission-fullscreen.frame.json | 559 ++- .../everforest/permission-prompt.frame.json | 544 ++- .../permission-reject-selected.frame.json | 543 ++- .../question-awaiting-form.frame.json | 540 ++- .../everforest/question-denied.frame.json | 583 ++- .../question-input-streaming.frame.json | 479 ++- .../everforest/question-prompt.frame.json | 587 +++- .../everforest/question-review.frame.json | 499 ++- .../everforest/question-succeeded.frame.json | 526 ++- .../everforest/read-denied.frame.json | 576 ++- .../read-input-streaming.frame.json | 479 ++- .../everforest/read-permission.frame.json | 506 ++- .../everforest/read-succeeded.frame.json | 487 ++- .../everforest/session-export.frame.json | 648 +++- .../everforest/session-fork.frame.json | 575 ++- .../session-picker-populated.frame.json | 621 +++- .../everforest/session-picker.frame.json | 629 +++- .../everforest/session-rename.frame.json | 603 +++- .../everforest/session-tabs-idle.frame.json | 482 ++- .../session-tabs-running.frame.json | 473 ++- .../shell-execute-failed.frame.json | 557 ++- .../shell-execute-succeeded.frame.json | 521 ++- .../shell-input-streaming.frame.json | 490 ++- .../shell-output-streaming.frame.json | 496 ++- .../everforest/shell-panel-empty.frame.json | 504 +++ .../everforest/shell-panel-running.frame.json | 504 +++ .../everforest/skill-picker-empty.frame.json | 612 ++++ .../everforest/skill-picker.frame.json | 620 +++- .../captures/everforest/status.frame.json | 670 +++- .../everforest/subagent-completed.frame.json | 495 ++- .../subagent-panel-active.frame.json | 499 +++ .../subagent-panel-inactive.frame.json | 511 +++ .../everforest/subagent-running.frame.json | 479 ++- .../everforest/subagent-session.frame.json | 508 ++- .../everforest/theme-picker-empty.frame.json | 660 ++++ .../everforest/theme-picker.frame.json | 728 +++- .../everforest/thinking-streaming.frame.json | 470 ++- .../everforest/toast-error.frame.json | 594 +++- .../captures/everforest/toast-info.frame.json | 687 +++- .../everforest/toast-success.frame.json | 594 +++- .../everforest/webfetch-streaming.frame.json | 476 ++- .../everforest/webfetch-success.frame.json | 484 ++- .../everforest/websearch-failure.frame.json | 530 ++- .../everforest/websearch-running.frame.json | 519 ++- .../opencode/agent-picker-empty.frame.json | 670 ++++ .../captures/opencode/agent-picker.frame.json | 685 +++- .../assistant-response-failed.frame.json | 518 ++- .../assistant-response-interrupted.frame.json | 549 ++- .../assistant-response-succeeded.frame.json | 477 ++- .../opencode/command-palette-empty.frame.json | 670 ++++ .../opencode/command-palette.frame.json | 742 +++- .../public/captures/opencode/debug.frame.json | 556 ++- .../opencode/diff-viewer-populated.frame.json | 669 ++++ .../captures/opencode/diff-viewer.frame.json | 461 ++- .../captures/opencode/glob-empty.frame.json | 531 ++- .../captures/opencode/glob-success.frame.json | 487 ++- .../captures/opencode/grep-empty.frame.json | 548 ++- .../captures/opencode/grep-failure.frame.json | 548 ++- .../captures/opencode/grep-success.frame.json | 548 ++- .../opencode/grouped-exploration.frame.json | 548 ++- .../public/captures/opencode/help.frame.json | 683 +++- .../public/captures/opencode/home.frame.json | 617 +++- .../integration-picker-empty.frame.json | 676 ++++ .../opencode/integration-picker.frame.json | 730 +++- .../captures/opencode/mcp-list.frame.json | 681 +++- .../opencode/model-picker-empty.frame.json | 693 ++++ .../captures/opencode/model-picker.frame.json | 692 +++- .../public/captures/opencode/pair.frame.json | 670 +++- .../opencode/patch-created.frame.json | 499 ++- .../opencode/patch-deleted.frame.json | 558 ++- .../captures/opencode/patch-failed.frame.json | 577 ++- .../opencode/patch-input-streaming.frame.json | 482 ++- .../opencode/patch-success.frame.json | 510 ++- .../opencode/patch-updated.frame.json | 538 ++- .../permission-always-confirmation.frame.json | 495 ++- .../permission-always-selected.frame.json | 544 ++- .../opencode/permission-fullscreen.frame.json | 557 ++- .../opencode/permission-prompt.frame.json | 543 ++- .../permission-reject-selected.frame.json | 544 ++- .../question-awaiting-form.frame.json | 540 ++- .../opencode/question-denied.frame.json | 583 ++- .../question-input-streaming.frame.json | 479 ++- .../opencode/question-prompt.frame.json | 587 +++- .../opencode/question-review.frame.json | 499 ++- .../opencode/question-succeeded.frame.json | 526 ++- .../captures/opencode/read-denied.frame.json | 576 ++- .../opencode/read-input-streaming.frame.json | 479 ++- .../opencode/read-permission.frame.json | 510 ++- .../opencode/read-succeeded.frame.json | 487 ++- .../opencode/session-export.frame.json | 648 +++- .../captures/opencode/session-fork.frame.json | 551 ++- .../session-picker-populated.frame.json | 609 +++- .../opencode/session-picker.frame.json | 579 ++- .../opencode/session-rename.frame.json | 603 +++- .../opencode/session-tabs-idle.frame.json | 483 ++- .../opencode/session-tabs-running.frame.json | 475 ++- .../opencode/shell-execute-failed.frame.json | 558 ++- .../shell-execute-succeeded.frame.json | 521 ++- .../opencode/shell-input-streaming.frame.json | 495 ++- .../shell-output-streaming.frame.json | 493 ++- .../opencode/shell-panel-empty.frame.json | 504 +++ .../opencode/shell-panel-running.frame.json | 504 +++ .../opencode/skill-picker-empty.frame.json | 574 +++ .../captures/opencode/skill-picker.frame.json | 570 ++- .../captures/opencode/status.frame.json | 674 +++- .../opencode/subagent-completed.frame.json | 497 ++- .../opencode/subagent-panel-active.frame.json | 499 +++ .../subagent-panel-inactive.frame.json | 511 +++ .../opencode/subagent-running.frame.json | 481 ++- .../opencode/subagent-session.frame.json | 507 ++- .../opencode/theme-picker-empty.frame.json | 670 ++++ .../captures/opencode/theme-picker.frame.json | 716 +++- .../opencode/thinking-streaming.frame.json | 471 ++- .../captures/opencode/toast-error.frame.json | 594 +++- .../captures/opencode/toast-info.frame.json | 675 +++- .../opencode/toast-success.frame.json | 594 +++- .../opencode/webfetch-streaming.frame.json | 474 ++- .../opencode/webfetch-success.frame.json | 487 ++- .../opencode/websearch-failure.frame.json | 528 ++- .../opencode/websearch-running.frame.json | 518 ++- .../tokyonight/agent-picker-empty.frame.json | 666 ++++ .../tokyonight/agent-picker.frame.json | 681 +++- .../assistant-response-failed.frame.json | 518 ++- .../assistant-response-interrupted.frame.json | 548 ++- .../assistant-response-succeeded.frame.json | 477 ++- .../command-palette-empty.frame.json | 666 ++++ .../tokyonight/command-palette.frame.json | 742 +++- .../captures/tokyonight/debug.frame.json | 628 +++- .../diff-viewer-populated.frame.json | 669 ++++ .../tokyonight/diff-viewer.frame.json | 461 ++- .../captures/tokyonight/glob-empty.frame.json | 531 ++- .../tokyonight/glob-success.frame.json | 487 ++- .../captures/tokyonight/grep-empty.frame.json | 548 ++- .../tokyonight/grep-failure.frame.json | 548 ++- .../tokyonight/grep-success.frame.json | 548 ++- .../tokyonight/grouped-exploration.frame.json | 548 ++- .../captures/tokyonight/help.frame.json | 679 +++- .../captures/tokyonight/home.frame.json | 617 +++- .../integration-picker-empty.frame.json | 672 ++++ .../tokyonight/integration-picker.frame.json | 730 +++- .../captures/tokyonight/mcp-list.frame.json | 677 +++- .../tokyonight/model-picker-empty.frame.json | 689 ++++ .../tokyonight/model-picker.frame.json | 688 +++- .../captures/tokyonight/pair.frame.json | 814 ++++- .../tokyonight/patch-created.frame.json | 500 ++- .../tokyonight/patch-deleted.frame.json | 558 ++- .../tokyonight/patch-failed.frame.json | 578 ++- .../patch-input-streaming.frame.json | 482 ++- .../tokyonight/patch-success.frame.json | 510 ++- .../tokyonight/patch-updated.frame.json | 538 ++- .../permission-always-confirmation.frame.json | 496 ++- .../permission-always-selected.frame.json | 547 ++- .../permission-fullscreen.frame.json | 557 ++- .../tokyonight/permission-prompt.frame.json | 546 ++- .../permission-reject-selected.frame.json | 544 ++- .../question-awaiting-form.frame.json | 540 ++- .../tokyonight/question-denied.frame.json | 583 ++- .../question-input-streaming.frame.json | 479 ++- .../tokyonight/question-prompt.frame.json | 587 +++- .../tokyonight/question-review.frame.json | 499 ++- .../tokyonight/question-succeeded.frame.json | 526 ++- .../tokyonight/read-denied.frame.json | 576 ++- .../read-input-streaming.frame.json | 478 ++- .../tokyonight/read-permission.frame.json | 505 ++- .../tokyonight/read-succeeded.frame.json | 487 ++- .../tokyonight/session-export.frame.json | 648 +++- .../tokyonight/session-fork.frame.json | 575 ++- .../session-picker-populated.frame.json | 621 +++- .../tokyonight/session-picker.frame.json | 629 +++- .../tokyonight/session-rename.frame.json | 603 +++- .../tokyonight/session-tabs-idle.frame.json | 484 ++- .../session-tabs-running.frame.json | 473 ++- .../shell-execute-failed.frame.json | 558 ++- .../shell-execute-succeeded.frame.json | 521 ++- .../shell-input-streaming.frame.json | 489 ++- .../shell-output-streaming.frame.json | 492 ++- .../tokyonight/shell-panel-empty.frame.json | 506 +++ .../tokyonight/shell-panel-running.frame.json | 504 +++ .../tokyonight/skill-picker-empty.frame.json | 618 ++++ .../tokyonight/skill-picker.frame.json | 620 +++- .../captures/tokyonight/status.frame.json | 670 +++- .../tokyonight/subagent-completed.frame.json | 498 ++- .../subagent-panel-active.frame.json | 503 +++ .../subagent-panel-inactive.frame.json | 511 +++ .../tokyonight/subagent-running.frame.json | 482 ++- .../tokyonight/subagent-session.frame.json | 507 ++- .../tokyonight/theme-picker-empty.frame.json | 666 ++++ .../tokyonight/theme-picker.frame.json | 716 +++- .../tokyonight/thinking-streaming.frame.json | 470 ++- .../tokyonight/toast-error.frame.json | 594 +++- .../captures/tokyonight/toast-info.frame.json | 687 +++- .../tokyonight/toast-success.frame.json | 594 +++- .../tokyonight/webfetch-streaming.frame.json | 475 ++- .../tokyonight/webfetch-success.frame.json | 487 ++- .../tokyonight/websearch-failure.frame.json | 528 ++- .../tokyonight/websearch-running.frame.json | 518 ++- apps/catalog/public/catalog.json | 3112 +++++++++++------ apps/catalog/public/drive-captures.json | 325 +- apps/catalog/scenarios/index.ts | 23 +- .../responses/assistant-lifecycle.ts | 9 +- apps/catalog/scenarios/review/diff-viewer.ts | 62 + apps/catalog/scenarios/runtime.ts | 7 +- apps/catalog/scenarios/session-tabs.ts | 18 +- .../scenarios/subagents/subagent-lifecycle.ts | 160 +- .../scenarios/tools/patch-file-changes.ts | 113 +- apps/catalog/scenarios/tools/patch-success.ts | 93 +- .../scenarios/tools/question-lifecycle.ts | 5 +- .../catalog/scenarios/tools/read-lifecycle.ts | 97 +- .../scenarios/tools/search-lifecycle.ts | 152 +- .../scenarios/tools/shell-lifecycle.ts | 13 +- apps/catalog/scenarios/tools/web-lifecycle.ts | 5 +- apps/catalog/scripts/bench-capture-flow.ts | 31 +- apps/catalog/scripts/bench-capture-matrix.ts | 35 +- .../catalog/scripts/capture-opencode-drive.ts | 481 +-- apps/catalog/scripts/capture-sets.ts | 11 +- apps/catalog/scripts/generate-catalog.ts | 34 +- apps/catalog/scripts/generate-og.ts | 209 ++ apps/catalog/scripts/reproduce-state.ts | 24 +- apps/catalog/src/App.tsx | 107 +- apps/catalog/src/annotations.ts | 82 + apps/catalog/src/base-path.ts | 3 + apps/catalog/src/catalog.ts | 20 +- .../src/components/AnnotationEditor.tsx | 185 + .../src/components/CaptureActionsMenu.tsx | 12 +- .../src/components/CaptureContextMenu.tsx | 50 +- .../src/components/CaptureSetSwitcher.tsx | 17 +- .../catalog/src/components/CommandPalette.tsx | 3 +- apps/catalog/src/components/ContactSheet.tsx | 13 +- apps/catalog/src/components/FilterBar.tsx | 20 +- apps/catalog/src/components/FilterMenu.tsx | 16 +- apps/catalog/src/components/FlowBrowser.tsx | 40 +- apps/catalog/src/components/Header.tsx | 4 +- apps/catalog/src/components/IdChip.tsx | 92 - apps/catalog/src/components/TerminalFrame.tsx | 23 +- apps/catalog/src/components/Viewer.tsx | 102 +- apps/catalog/src/feedback.ts | 48 +- apps/catalog/src/globals.d.ts | 1 + apps/catalog/src/main.tsx | 8 +- apps/catalog/src/styles.css | 415 ++- apps/catalog/worker.ts | 75 +- apps/catalog/wrangler.jsonc | 18 +- bun.lock | 175 +- skills/opencode-drive/SKILL.md | 2 +- 294 files changed, 133855 insertions(+), 2573 deletions(-) create mode 100644 .github/workflows/deploy-catalog.yml delete mode 100644 apps/catalog/NOTES.md create mode 100644 apps/catalog/catalog/worker.test.ts create mode 100644 apps/catalog/public/captures/everforest/agent-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/everforest/command-palette-empty.frame.json create mode 100644 apps/catalog/public/captures/everforest/diff-viewer-populated.frame.json create mode 100644 apps/catalog/public/captures/everforest/integration-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/everforest/model-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/everforest/shell-panel-empty.frame.json create mode 100644 apps/catalog/public/captures/everforest/shell-panel-running.frame.json create mode 100644 apps/catalog/public/captures/everforest/skill-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/everforest/subagent-panel-active.frame.json create mode 100644 apps/catalog/public/captures/everforest/subagent-panel-inactive.frame.json create mode 100644 apps/catalog/public/captures/everforest/theme-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/opencode/agent-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/opencode/command-palette-empty.frame.json create mode 100644 apps/catalog/public/captures/opencode/diff-viewer-populated.frame.json create mode 100644 apps/catalog/public/captures/opencode/integration-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/opencode/model-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/opencode/shell-panel-empty.frame.json create mode 100644 apps/catalog/public/captures/opencode/shell-panel-running.frame.json create mode 100644 apps/catalog/public/captures/opencode/skill-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/opencode/subagent-panel-active.frame.json create mode 100644 apps/catalog/public/captures/opencode/subagent-panel-inactive.frame.json create mode 100644 apps/catalog/public/captures/opencode/theme-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/agent-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/command-palette-empty.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/diff-viewer-populated.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/integration-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/model-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/shell-panel-empty.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/shell-panel-running.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/skill-picker-empty.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/subagent-panel-active.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/subagent-panel-inactive.frame.json create mode 100644 apps/catalog/public/captures/tokyonight/theme-picker-empty.frame.json create mode 100644 apps/catalog/scenarios/review/diff-viewer.ts create mode 100644 apps/catalog/scripts/generate-og.ts create mode 100644 apps/catalog/src/annotations.ts create mode 100644 apps/catalog/src/base-path.ts create mode 100644 apps/catalog/src/components/AnnotationEditor.tsx delete mode 100644 apps/catalog/src/components/IdChip.tsx diff --git a/.github/workflows/deploy-catalog.yml b/.github/workflows/deploy-catalog.yml new file mode 100644 index 0000000..a9fbcd2 --- /dev/null +++ b/.github/workflows/deploy-catalog.yml @@ -0,0 +1,45 @@ +name: Deploy terminal catalog + +on: + push: + branches: [main] + paths: + - ".github/workflows/deploy-catalog.yml" + - "bun.lock" + - "package.json" + - "packages/drive/**" + - "apps/catalog/**" + workflow_dispatch: + +concurrency: + group: deploy-terminal-catalog-${{ github.ref_name }} + cancel-in-progress: false + +permissions: + contents: read + +jobs: + deploy: + if: github.repository == 'anomalyco/opencode-drive' && github.ref_name == 'main' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + + - uses: oven-sh/setup-bun@v2 + with: + bun-version: "1.3.14" + + - run: sudo apt-get update && sudo apt-get install --yes ffmpeg + - run: bun install --frozen-lockfile + + - name: Validate + run: | + bun run --cwd packages/drive check + bun run --cwd packages/drive test + bun run --cwd apps/catalog check + + - name: Deploy + working-directory: apps/catalog + run: bun run deploy + env: + CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }} diff --git a/apps/catalog/AGENTS.md b/apps/catalog/AGENTS.md index db83a5c..64f1b52 100644 --- a/apps/catalog/AGENTS.md +++ b/apps/catalog/AGENTS.md @@ -40,7 +40,7 @@ Executable states have canonical `/` addresses. The catalog v Resolve and reproduce an executable state with: ```bash -bun run catalog:reproduce -- patch-success-lifecycle/permission-prompt \ +bun run reproduce -- patch-success-lifecycle/permission-prompt \ --opencode /path/to/opencode ``` @@ -76,10 +76,11 @@ Variants are independent capture environments, not duplicated screen definitions ```bash bun run capture -- \ - --variant baseline=/path/to/opencode \ - --theme baseline=opencode \ - --variant candidate=/path/to/opencode \ - --theme candidate=rosepine + --opencode /path/to/opencode \ + --revision v2~1 \ + --revision v2 \ + --theme opencode \ + --theme rosepine ``` Each variant must have: @@ -113,9 +114,9 @@ If OpenCode UI copy drifts, inspect the current target checkout and update exact ## Scope -- The annotation system was deliberately removed. Do not restore annotation routes, storage, KV bindings, or markup UI without an explicit product decision. +- Annotations are URL-fragment/localStorage state only; GitHub remains the durable issue store. Do not add accounts, OAuth, uploads, or anonymous writes without an explicit product decision. - OpenCode Drive is the generic published package in this monorepo (`packages/drive`); this app owns everything OpenCode-catalog-specific, and the package must not import the app. -- The catalog repository is private because its state suite and review workflow are Anomaly application concerns. +- The catalog app is private and deployed only as internal developer tooling under `dev.opencode.ai/lab`. ## Verification diff --git a/apps/catalog/NOTES.md b/apps/catalog/NOTES.md deleted file mode 100644 index fe17972..0000000 --- a/apps/catalog/NOTES.md +++ /dev/null @@ -1,17 +0,0 @@ -# Notes - -This project started as a prototype inside the experiments repo and now lives as a standalone catalog for reviewing OpenCode terminal states. - -The durable idea being tested: - -- Source terminal frames are real PNG screenshots produced by a scripted OpenCode Drive run. -- The canonical artifact is a normalized terminal frame. Canvas, SVG, and PNG are derived renderers. -- `public/drive-captures.json` is the portable capture manifest. `public/catalog.json` combines those frames with categories and scripted flows; it contains no hand-rendered terminal spans. -- The application shell uses the actual dark `kit-ui` stylesheet from the sibling Life Hub project. Terminal pixels remain untouched inside each capture. -- The current capture suite focuses on reachable V2 modals: command, model, agent, integration, theme, MCP, status, debug, help, pair, session, skill, and permission surfaces. -- The browser is intentionally one image-forward workflow: browse the contact sheet, open a frame, navigate with the keyboard, and draw critique regions directly over the capture. -- Catalog metadata is faceted rather than hierarchical: screen types describe the UI shape, features describe the product area, and states describe conditions such as empty, error, or confirmation. - -Current limitation: backend-triggered, workspace, OAuth, update, and unreachable V2 dialogs need focused fixture scripts rather than this first global-modal pass. Drive feedback is recorded in Organizer note `4019ad1c`. - -Verdict placeholder: keep the winning workflow, then rewrite it as production code and remove this folder. diff --git a/apps/catalog/README.md b/apps/catalog/README.md index 13f7e4e..e793b19 100644 --- a/apps/catalog/README.md +++ b/apps/catalog/README.md @@ -1,10 +1,10 @@ # OpenCode Terminal Catalog -Production: +Internal deployment: Capture a reproducible catalog of OpenCode terminal states from local checkouts, browse every state in one web app, and flip between themes or branches without changing the selected screen. -The catalog currently contains 63 scripted states covering navigation, sessions, assistant responses, questions, subagents, shell, file patches, reads, project search, web tools, permissions, toasts, and review surfaces. +The generated manifest is the source of truth for the current state count. It covers navigation, sessions, assistant responses, questions, subagents, shell, file patches, reads, project search, web tools, permissions, notifications, and review surfaces. ## Prerequisites @@ -95,7 +95,7 @@ Capture any refs available in one OpenCode checkout: ```bash bun run capture -- \ --opencode $HOME/code/opencode \ - --revision main \ + --revision origin/v2 \ --revision v2 bun run generate @@ -118,7 +118,7 @@ Themes and checkout comparisons can be combined: ```bash bun run capture -- \ --opencode $HOME/code/opencode \ - --revision main \ + --revision origin/v2 \ --revision v2 \ --theme nord \ --theme rosepine @@ -214,7 +214,7 @@ The application deploys as a Cloudflare Worker with static assets: bun run deploy ``` -Current deployment: https://catalog.kitlangton.dev +Current deployment: https://dev.opencode.ai/lab/catalog ## Troubleshooting diff --git a/apps/catalog/catalog/authored/flows.ts b/apps/catalog/catalog/authored/flows.ts index 758a877..65eb4bd 100644 --- a/apps/catalog/catalog/authored/flows.ts +++ b/apps/catalog/catalog/authored/flows.ts @@ -105,12 +105,6 @@ export const flowGroups = defineFlows(screens, { }, review: { label: "Review", - flows: { - "reviewing-a-diff": { - title: "Reviewing a diff", - description: "Inspect the working tree and verify whether files have changed.", - steps: [{ capture: "diff-viewer", title: "Open the diff viewer", trigger: "Run /diff" }], - }, - }, + flows: executableFlowDefinitions("review"), }, }) diff --git a/apps/catalog/catalog/authored/screens.ts b/apps/catalog/catalog/authored/screens.ts index 1d18f13..1f2d49b 100644 --- a/apps/catalog/catalog/authored/screens.ts +++ b/apps/catalog/catalog/authored/screens.ts @@ -21,7 +21,7 @@ export const screens = defineScreens(taxonomies, { surfaces: "modal", patterns: "palette", features: ["commands", "navigation"], - states: "default", + states: "populated", }, "model-picker": { title: "Model picker", @@ -31,7 +31,7 @@ export const screens = defineScreens(taxonomies, { surfaces: "modal", patterns: "picker", features: "model", - states: "default", + states: "populated", }, "agent-picker": { title: "Agent picker", @@ -41,7 +41,7 @@ export const screens = defineScreens(taxonomies, { surfaces: "modal", patterns: "picker", features: "agent", - states: "default", + states: "populated", }, "integration-picker": { title: "Integrations", @@ -51,7 +51,7 @@ export const screens = defineScreens(taxonomies, { surfaces: "modal", patterns: "picker", features: "integration", - states: "default", + states: "populated", }, "theme-picker": { title: "Theme picker", @@ -61,7 +61,7 @@ export const screens = defineScreens(taxonomies, { surfaces: "modal", patterns: "picker", features: "theme", - states: "default", + states: "populated", }, "mcp-list": { title: "MCPs", @@ -131,7 +131,67 @@ export const screens = defineScreens(taxonomies, { surfaces: "modal", patterns: "picker", features: "skill", - states: "default", + states: "populated", + }, + "command-palette-empty": { + title: "Command palette (no results)", + category: "navigation", + screenLabels: ["command-navigation"], + uiElements: ["command-palette", "search-field", "list", "keyboard-hints", "dialog", "empty-state"], + surfaces: "modal", + patterns: "palette", + features: ["commands", "navigation"], + states: "empty", + }, + "model-picker-empty": { + title: "Model picker (no results)", + category: "picker", + screenLabels: ["model-selection"], + uiElements: ["picker", "search-field", "single-select", "list", "dialog", "keyboard-hints", "empty-state"], + surfaces: "modal", + patterns: "picker", + features: "model", + states: "empty", + }, + "agent-picker-empty": { + title: "Agent picker (no results)", + category: "picker", + screenLabels: ["agent-selection"], + uiElements: ["picker", "search-field", "single-select", "list", "dialog", "keyboard-hints", "empty-state"], + surfaces: "modal", + patterns: "picker", + features: "agent", + states: "empty", + }, + "integration-picker-empty": { + title: "Integrations (no results)", + category: "picker", + screenLabels: ["integration-setup"], + uiElements: ["picker", "search-field", "single-select", "list", "dialog", "empty-state"], + surfaces: "modal", + patterns: "picker", + features: "integration", + states: "empty", + }, + "theme-picker-empty": { + title: "Theme picker (no results)", + category: "picker", + screenLabels: ["theme-selection"], + uiElements: ["picker", "search-field", "single-select", "list", "dialog", "empty-state"], + surfaces: "modal", + patterns: "picker", + features: "theme", + states: "empty", + }, + "skill-picker-empty": { + title: "Skill picker (no results)", + category: "session", + screenLabels: ["skill-selection"], + uiElements: ["picker", "search-field", "single-select", "list", "dialog", "keyboard-hints", "empty-state"], + surfaces: "modal", + patterns: "picker", + features: "skill", + states: "empty", }, ...executableScreens, "session-rename": { @@ -214,16 +274,6 @@ export const screens = defineScreens(taxonomies, { features: "notification", states: "error", }, - "diff-viewer": { - title: "Diff viewer", - category: "session", - screenLabels: ["diff-review"], - uiElements: ["full-screen-view", "list", "keyboard-hints", "empty-state"], - surfaces: "full-screen", - patterns: "list", - features: ["diff", "session"], - states: "empty", - }, }) export type CaptureId = ScreenId diff --git a/apps/catalog/catalog/authoring.test.ts b/apps/catalog/catalog/authoring.test.ts index c1bb871..6f67af8 100644 --- a/apps/catalog/catalog/authoring.test.ts +++ b/apps/catalog/catalog/authoring.test.ts @@ -8,26 +8,30 @@ import type { DriveManifest } from "./schema" const manifest: DriveManifest = { format: "opencode-terminal-frame-captures-v1", generatedBy: "scripts/capture-opencode-drive.ts", - variants: [{ - id: "baseline", - label: "Baseline", - source: "/tmp/opencode", - revision: "abc123", - ref: "v2", - committedAt: "2026-07-17T10:17:51Z", - theme: "opencode", - }], + variants: [ + { + id: "baseline", + label: "Baseline", + source: "/tmp/opencode", + revision: "abc123", + ref: "v2", + committedAt: "2026-07-17T10:17:51Z", + theme: "opencode", + }, + ], captures: [ { id: "home", title: "Home", category: "system", - frames: [{ - variantId: "baseline", - src: "captures/baseline/home.frame.json", - cols: 118, - rows: 34, - }], + frames: [ + { + variantId: "baseline", + src: "captures/baseline/home.frame.json", + cols: 118, + rows: 34, + }, + ], }, ], } @@ -136,17 +140,21 @@ describe("catalog authoring", () => { const error = await Effect.runPromise( compileCatalog(definition, { ...manifest, - captures: [{ - id: "home", - title: "Home", - category: "system", - frames: [{ - variantId: "unknown", - src: "captures/unknown/home.frame.json", - cols: 118, - rows: 34, - }], - }], + captures: [ + { + id: "home", + title: "Home", + category: "system", + frames: [ + { + variantId: "unknown", + src: "captures/unknown/home.frame.json", + cols: 118, + rows: 34, + }, + ], + }, + ], }).pipe(Effect.flip), ) diff --git a/apps/catalog/catalog/authoring.ts b/apps/catalog/catalog/authoring.ts index 2b8f118..6f99779 100644 --- a/apps/catalog/catalog/authoring.ts +++ b/apps/catalog/catalog/authoring.ts @@ -1,19 +1,8 @@ import { Effect } from "effect" -import { - Catalog, - CatalogBuildError, - type CatalogIssue, - type DriveManifest, -} from "./schema" -import type { - CatalogDefinition, - FlowStepDefinition, - NonEmpty, - OneOrMany, - TaxonomyDefinition, -} from "./dsl" +import { Catalog, CatalogBuildError, type CatalogIssue, type DriveManifest } from "./schema" +import type { CatalogDefinition, FlowStepDefinition, NonEmpty, OneOrMany, TaxonomyDefinition } from "./dsl" -export const compileCatalog = Effect.fn("Catalog.compile")(function*( +export const compileCatalog = Effect.fn("Catalog.compile")(function* ( definition: CatalogDefinition, manifest: DriveManifest, ) { @@ -38,14 +27,7 @@ export const compileCatalog = Effect.fn("Catalog.compile")(function*( title: authored.title, category: authored.category, summary: "", - tags: [ - ...authored.screenLabels, - ...authored.uiElements, - ...surfaces, - ...patterns, - ...features, - ...states, - ], + tags: [...authored.screenLabels, ...authored.uiElements, ...surfaces, ...patterns, ...features, ...states], screenLabels: authored.screenLabels, uiElements: authored.uiElements, surfaces, @@ -197,11 +179,7 @@ function collectIssues(definition: CatalogDefinition, manifest: DriveManifest): return issues } -function taxonomyIds( - taxonomy: TaxonomyDefinition, - path: string, - issues: Array, -): ReadonlySet { +function taxonomyIds(taxonomy: TaxonomyDefinition, path: string, issues: Array): ReadonlySet { const ids = Object.values(taxonomy).flatMap((group) => Object.keys(group.items)) duplicateIssues(ids, path, issues) return new Set(ids) diff --git a/apps/catalog/catalog/capture-sets.test.ts b/apps/catalog/catalog/capture-sets.test.ts index 24988fc..23a4814 100644 --- a/apps/catalog/catalog/capture-sets.test.ts +++ b/apps/catalog/catalog/capture-sets.test.ts @@ -1,21 +1,27 @@ import { describe, expect, test } from "bun:test" -import { - captureMatrixManifest, - captureSetId, - captureSetLabel, - parseCaptureOptions, -} from "../scripts/capture-sets" +import { resolve } from "node:path" +import { captureMatrixManifest, captureSetId, captureSetLabel, parseCaptureOptions } from "../scripts/capture-sets" describe("capture revision sets", () => { test("parses repeated revisions and themes", () => { - expect(parseCaptureOptions([ - "--opencode", "./opencode", - "--revision", "v2~1", - "--revision", "v2", - "--theme", "opencode", - "--theme", "rosepine", - ], "/default")).toEqual({ - opencode: `${process.cwd()}/opencode`, + expect( + parseCaptureOptions( + [ + "--opencode", + "./opencode", + "--revision", + "v2~1", + "--revision", + "v2", + "--theme", + "opencode", + "--theme", + "rosepine", + ], + "/default", + ), + ).toEqual({ + opencode: resolve("opencode"), revisions: ["v2~1", "v2"], themes: ["opencode", "rosepine"], flow: undefined, @@ -39,6 +45,7 @@ describe("capture revision sets", () => { test("derives stable theme IDs and labels", () => { expect(captureSetId("ABCDEF1234567890", undefined)).toBe("abcdef123456") expect(captureSetId("ABCDEF1234567890", "One Dark")).toBe("one-dark") + expect(captureSetId("ABCDEF1234567890", "One Dark", true)).toBe("abcdef123456-one-dark") expect(captureSetLabel("abcdef1234567890", "opencode")).toBe("Opencode") expect(captureSetLabel("abcdef1234567890", "tokyonight")).toBe("Tokyo Night") expect(captureSetLabel("abcdef1234567890", "everforest")).toBe("Everforest") @@ -54,12 +61,17 @@ describe("capture revision sets", () => { committedAt: "2026-08-12T12:00:00Z", theme: "opencode", } - const manifest = captureMatrixManifest([variant], [{ - id: "home", - title: "Home", - category: "system", - frames: [{ variantId: "opencode", src: "captures/opencode/home.frame.json", cols: 2, rows: 2 }], - }]) + const manifest = captureMatrixManifest( + [variant], + [ + { + id: "home", + title: "Home", + category: "system", + frames: [{ variantId: "opencode", src: "captures/opencode/home.frame.json", cols: 2, rows: 2 }], + }, + ], + ) expect(manifest.variants).toEqual([variant]) expect(manifest.captures[0]?.frames).toEqual([ diff --git a/apps/catalog/catalog/dsl.ts b/apps/catalog/catalog/dsl.ts index f32005a..5beef01 100644 --- a/apps/catalog/catalog/dsl.ts +++ b/apps/catalog/catalog/dsl.ts @@ -51,16 +51,14 @@ export type TaxonomyDefinition = Readonly< > type ValueOf = T[keyof T] -export type TaxonomyItemId = ValueOf extends infer Group - ? Group extends { readonly items: infer Items extends Readonly> } - ? Extract +export type TaxonomyItemId = + ValueOf extends infer Group + ? Group extends { readonly items: infer Items extends Readonly> } + ? Extract + : never : never - : never -export interface Taxonomies< - ScreenLabels extends TaxonomyDefinition, - UiElements extends TaxonomyDefinition, -> { +export interface Taxonomies { readonly screenLabels: ScreenLabels readonly uiElements: UiElements } diff --git a/apps/catalog/catalog/feedback.test.ts b/apps/catalog/catalog/feedback.test.ts index cbfb796..cb50a2a 100644 --- a/apps/catalog/catalog/feedback.test.ts +++ b/apps/catalog/catalog/feedback.test.ts @@ -1,19 +1,57 @@ import { describe, expect, test } from "bun:test" import { feedbackIssueUrl } from "../src/feedback" +import { annotationUrl, readAnnotations } from "../src/annotations" describe("catalog feedback", () => { test("opens a prefilled issue for an exact capture", () => { - const url = new URL(feedbackIssueUrl({ - title: "Skill picker", - identifier: "skill-picker", - deepLink: "https://catalog.kitlangton.dev/?screen=skill-picker&set=baseline", - variant: "baseline", - })) + const url = new URL( + feedbackIssueUrl({ + title: "Skill picker", + identifier: "skill-picker", + deepLink: "https://dev.opencode.ai/lab/catalog?screen=skill-picker&set=opencode", + variant: "opencode", + }), + ) - expect(`${url.origin}${url.pathname}`).toBe("https://github.com/anomalyco/opencode-drive/issues/new") + expect(`${url.origin}${url.pathname}`).toBe("https://github.com/anomalyco/opencode/issues/new") expect(url.searchParams.get("title")).toBe("[Catalog feedback] Skill picker") expect(url.searchParams.get("labels")).toBe("catalog,design-feedback") expect(url.searchParams.get("body")).toContain("`skill-picker`") - expect(url.searchParams.get("body")).toContain("screen=skill-picker&set=baseline") + expect(url.searchParams.get("body")).toContain("screen=skill-picker&set=opencode") + }) + + test("round-trips a capture annotation document through the URL fragment", () => { + const document = { + version: 1 as const, + identifier: "skill-picker", + variant: "opencode", + annotations: [{ id: "one", row: 4, column: 12, note: "This label needs more contrast." }], + } + const url = new URL(annotationUrl("https://dev.opencode.ai/lab/catalog?screen=skill-picker", document)) + + expect(url.hash).toStartWith("#annotations=") + expect(readAnnotations(url, "skill-picker", "opencode")).toEqual(document.annotations) + expect(readAnnotations(url, "other-screen", "opencode")).toEqual([]) + }) + + test("includes human and machine-readable annotations in the issue", () => { + const annotations = [{ id: "one", row: 4, column: 12, note: "This label needs more contrast." }] + const document = { version: 1 as const, identifier: "skill-picker", variant: "opencode", annotations } + const url = new URL( + feedbackIssueUrl({ + title: "Skill picker", + identifier: "skill-picker", + deepLink: annotationUrl("https://dev.opencode.ai/lab/catalog?screen=skill-picker", document), + variant: "opencode", + annotations, + document, + }), + ) + const body = url.searchParams.get("body") ?? "" + + expect(body).toContain("## 1. Row 5, column 13") + expect(body).toContain("This label needs more contrast.") + expect(body).toContain("Annotation data") + expect(body).toContain('"row": 4') }) }) diff --git a/apps/catalog/catalog/flow.test.ts b/apps/catalog/catalog/flow.test.ts index 67b4787..418e5b4 100644 --- a/apps/catalog/catalog/flow.test.ts +++ b/apps/catalog/catalog/flow.test.ts @@ -62,17 +62,15 @@ describe("executable catalog flows", () => { const captured: Array = [] const flow = fixture(trace) - await Effect.runPromise(executeFlow(flow, { - driver, - capture: (state) => Effect.sync(() => captured.push(state.address)), - })) + await Effect.runPromise( + executeFlow(flow, { + driver, + capture: (state) => Effect.sync(() => captured.push(state.address)), + }), + ) expect(trace).toEqual(["first", "second", "third"]) - expect(captured).toEqual([ - "test-flow/first", - "test-flow/second", - "test-flow/third", - ]) + expect(captured).toEqual(["test-flow/first", "test-flow/second", "test-flow/third"]) }) test("captures one selected state and interrupts the remaining program", async () => { @@ -80,11 +78,13 @@ describe("executable catalog flows", () => { const captured: Array = [] const flow = fixture(trace) - await Effect.runPromise(executeFlow(flow, { - driver, - through: flow.states[1], - capture: (state) => Effect.sync(() => captured.push(state.address)), - })) + await Effect.runPromise( + executeFlow(flow, { + driver, + through: flow.states[1], + capture: (state) => Effect.sync(() => captured.push(state.address)), + }), + ) expect(trace).toEqual(["first", "second"]) expect(captured).toEqual(["test-flow/second"]) @@ -106,10 +106,12 @@ describe("executable catalog flows", () => { }, ) - const error = await Effect.runPromise(executeFlow(incomplete, { - driver, - capture: () => Effect.void, - }).pipe(Effect.flip)) + const error = await Effect.runPromise( + executeFlow(incomplete, { + driver, + capture: () => Effect.void, + }).pipe(Effect.flip), + ) expect(error).toBeInstanceOf(FlowStateNotReachedError) expect(error).toMatchObject({ address: "incomplete-flow/missing" }) diff --git a/apps/catalog/catalog/flow.ts b/apps/catalog/catalog/flow.ts index f69143a..ec4dd80 100644 --- a/apps/catalog/catalog/flow.ts +++ b/apps/catalog/catalog/flow.ts @@ -30,24 +30,14 @@ export interface FlowState< type AnyFlowState = FlowState -export interface FlowRunContext< - FlowId extends string, - States extends NonEmpty>, -> { +export interface FlowRunContext>> { readonly driver: Driver readonly checkpoint: (state: States[number]) => Effect.Effect } -interface FlowProgram< - FlowId extends string, - States extends NonEmpty>, - Error, - Requirements, -> { +interface FlowProgram>, Error, Requirements> { readonly states: States - readonly run: ( - context: FlowRunContext, - ) => Effect.Effect + readonly run: (context: FlowRunContext) => Effect.Effect } export interface ExecutableFlow< @@ -62,9 +52,7 @@ export interface ExecutableFlow< readonly group: { readonly id: GroupId; readonly label: string } readonly description: string readonly states: States - readonly run: ( - context: FlowRunContext, - ) => Effect.Effect + readonly run: (context: FlowRunContext) => Effect.Effect } export interface ExecutableScenarioState { @@ -88,27 +76,14 @@ export interface ExecutableScenario { }) => Effect.Effect } -interface FlowAuthor< - FlowId extends string, - ScreenLabel extends string, - UiElement extends string, -> { - readonly state: < - const StateId extends string, - const Metadata extends FlowStateMetadata, - >( +interface FlowAuthor { + readonly state: >( id: StateId, metadata: Metadata, ) => FlowState - readonly program: < - const States extends NonEmpty>, - Error, - Requirements, - >( + readonly program: >, Error, Requirements>( states: States, - run: ( - context: FlowRunContext, - ) => Effect.Effect, + run: (context: FlowRunContext) => Effect.Effect, ) => FlowProgram } @@ -129,19 +104,11 @@ export function defineExecutableFlow< readonly description: string }, build: ( - author: FlowAuthor< - FlowId, - TaxonomyItemId, - TaxonomyItemId - >, + author: FlowAuthor, TaxonomyItemId>, ) => FlowProgram, ): ExecutableFlow { void taxonomies - const author: FlowAuthor< - FlowId, - TaxonomyItemId, - TaxonomyItemId - > = { + const author: FlowAuthor, TaxonomyItemId> = { state: (id, metadata) => ({ [FlowStateTypeId]: (flow) => flow, id, @@ -184,9 +151,7 @@ export function executeFlow< options: { readonly driver: Driver readonly through?: States[number] - readonly capture: ( - state: States[number], - ) => Effect.Effect + readonly capture: (state: States[number]) => Effect.Effect }, ): Effect.Effect< void, @@ -199,19 +164,17 @@ export function executeFlow< let index = 0 yield* flow.run({ driver: options.driver, - checkpoint: (state) => Effect.gen(function* () { - const expected = flow.states[index] - if (state !== expected) { - return yield* Effect.fail( - new FlowCheckpointOrderError( - expected?.address ?? "the end of the flow", - state.address, - ), - ) - } - index++ - yield* options.capture(state) - }), + checkpoint: (state) => + Effect.gen(function* () { + const expected = flow.states[index] + if (state !== expected) { + return yield* Effect.fail( + new FlowCheckpointOrderError(expected?.address ?? "the end of the flow", state.address), + ) + } + index++ + yield* options.capture(state) + }), }) const missing = flow.states[index] if (missing) return yield* Effect.fail(new FlowStateNotReachedError(missing.address)) @@ -221,28 +184,25 @@ export function executeFlow< return Effect.gen(function* () { const reached = yield* Deferred.make() let index = 0 - const program = flow.run({ - driver: options.driver, - checkpoint: (state) => Effect.gen(function* () { - const expected = flow.states[index] - if (state !== expected) { - return yield* Effect.fail( - new FlowCheckpointOrderError( - expected?.address ?? "the end of the flow", - state.address, - ), - ) - } - index++ - if (state !== target) return - return yield* options.capture(state).pipe( - Effect.andThen(Deferred.succeed(reached, undefined)), - Effect.andThen(Effect.never), - ) - }), - }).pipe( - Effect.andThen(Effect.fail(new FlowStateNotReachedError(target.address))), - ) + const program = flow + .run({ + driver: options.driver, + checkpoint: (state) => + Effect.gen(function* () { + const expected = flow.states[index] + if (state !== expected) { + return yield* Effect.fail( + new FlowCheckpointOrderError(expected?.address ?? "the end of the flow", state.address), + ) + } + index++ + if (state !== target) return + return yield* options + .capture(state) + .pipe(Effect.andThen(Deferred.succeed(reached, undefined)), Effect.andThen(Effect.never)) + }), + }) + .pipe(Effect.andThen(Effect.fail(new FlowStateNotReachedError(target.address)))) yield* Effect.raceFirst(Deferred.await(reached), program) }) } @@ -271,9 +231,7 @@ export function executableScenario< clientIsolation: options.clientIsolation ?? "shared", states: flow.states, run: ({ driver, through, capture }) => { - const target = through === undefined - ? undefined - : flow.states.find((state) => state.id === through) + const target = through === undefined ? undefined : flow.states.find((state) => state.id === through) if (through !== undefined && target === undefined) { return Effect.fail(new Error(`Unknown state ${JSON.stringify(`${flow.id}/${through}`)}`)) } diff --git a/apps/catalog/catalog/font-coverage.test.ts b/apps/catalog/catalog/font-coverage.test.ts index 47d241d..d76934e 100644 --- a/apps/catalog/catalog/font-coverage.test.ts +++ b/apps/catalog/catalog/font-coverage.test.ts @@ -9,12 +9,14 @@ test("the bundled fallback font declares coverage for OpenCode symbols", () => { const ranges = [symbolsUnicode.symbols, symbols2Unicode.symbols, mathUnicode.math] .flatMap((value) => value.split(",")) .map((range) => { - const [start, end = start] = range.slice(2).split("-") - return [Number.parseInt(start!, 16), Number.parseInt(end!, 16)] as const + const [start, end = start] = range.slice(2).split("-") + return [Number.parseInt(start!, 16), Number.parseInt(end!, 16)] as const }) - expect(OpenCodeSymbols.filter((symbol) => { - const codePoint = symbol.codePointAt(0)! - return !ranges.some(([start, end]) => codePoint >= start && codePoint <= end) - })).toEqual([]) + expect( + OpenCodeSymbols.filter((symbol) => { + const codePoint = symbol.codePointAt(0)! + return !ranges.some(([start, end]) => codePoint >= start && codePoint <= end) + }), + ).toEqual([]) }) diff --git a/apps/catalog/catalog/lifecycle-flows.test.ts b/apps/catalog/catalog/lifecycle-flows.test.ts index 1af88f3..f302fca 100644 --- a/apps/catalog/catalog/lifecycle-flows.test.ts +++ b/apps/catalog/catalog/lifecycle-flows.test.ts @@ -5,6 +5,7 @@ import { shellLifecycleFlow } from "../scenarios/tools/shell-lifecycle" import { subagentLifecycleFlow } from "../scenarios/subagents/subagent-lifecycle" import { sessionTabsFlow } from "../scenarios/session-tabs" import { patchSuccessFlow } from "../scenarios/tools/patch-success" +import { diffViewerFlow } from "../scenarios/review/diff-viewer" import { flowGroups } from "./authored/flows" import { screens } from "./authored/screens" @@ -19,13 +20,21 @@ describe("catalog lifecycle scenarios", () => { ]) expect(subagentLifecycleFlow.states.map((state) => state.address)).toEqual([ "subagent-lifecycle/subagent-running", + "subagent-lifecycle/subagent-panel-active", "subagent-lifecycle/subagent-completed", + "subagent-lifecycle/subagent-panel-inactive", + "subagent-lifecycle/shell-panel-empty", + "subagent-lifecycle/shell-panel-running", "subagent-lifecycle/subagent-session", ]) expect(sessionTabsFlow.states.map((state) => state.address)).toEqual([ "session-tabs-lifecycle/session-tabs-running", "session-tabs-lifecycle/session-tabs-idle", ]) + expect(diffViewerFlow.states.map((state) => state.address)).toEqual([ + "diff-viewer-lifecycle/diff-viewer", + "diff-viewer-lifecycle/diff-viewer-populated", + ]) expect(patchSuccessFlow.states.map((state) => state.address)).toContain( "patch-success-lifecycle/permission-fullscreen", ) @@ -50,13 +59,21 @@ describe("catalog lifecycle scenarios", () => { }) test("declares the one dynamic response-mode scenario", () => { - expect(executableScenarios.filter((scenario) => scenario.llmMode === "serve").map((scenario) => scenario.id)) - .toEqual(["subagent-lifecycle"]) + expect( + executableScenarios.filter((scenario) => scenario.llmMode === "serve").map((scenario) => scenario.id), + ).toEqual(["subagent-lifecycle"]) }) test("isolates scenarios that cannot safely reset their TUI client", () => { - expect(executableScenarios.filter((scenario) => scenario.clientIsolation === "isolated").map((scenario) => scenario.id)) - .toEqual(["assistant-lifecycle", "question-lifecycle", "read-file-lifecycle", "session-tabs-lifecycle"]) + expect( + executableScenarios.filter((scenario) => scenario.clientIsolation === "isolated").map((scenario) => scenario.id), + ).toEqual([ + "assistant-lifecycle", + "question-lifecycle", + "read-file-lifecycle", + "session-tabs-lifecycle", + "diff-viewer-lifecycle", + ]) }) test("builds the shared capture and reproduce driver runtime", () => { @@ -69,5 +86,9 @@ describe("catalog lifecycle scenarios", () => { }) expect(runtime.tools).toBeFunction() expect(runtime.setup).toBeFunction() + expect(catalogScenarioRuntime({ opencode: "/tmp/opencode", git: true }).project).toMatchObject({ + git: true, + files: { ".gitignore": ".opencode/\n" }, + }) }) }) diff --git a/apps/catalog/catalog/schema.ts b/apps/catalog/catalog/schema.ts index 36f4172..bbcb3e5 100644 --- a/apps/catalog/catalog/schema.ts +++ b/apps/catalog/catalog/schema.ts @@ -138,17 +138,11 @@ export const CatalogIssue = Schema.Struct({ export interface CatalogIssue extends Schema.Schema.Type {} -export class CatalogBuildError extends Schema.TaggedErrorClass()( - "CatalogBuildError", - { - issues: Schema.NonEmptyArray(CatalogIssue), - }, -) {} - -export class CatalogBoundaryError extends Schema.TaggedErrorClass()( - "CatalogBoundaryError", - { - boundary: Schema.NonEmptyString, - cause: Schema.Defect(), - }, -) {} +export class CatalogBuildError extends Schema.TaggedErrorClass()("CatalogBuildError", { + issues: Schema.NonEmptyArray(CatalogIssue), +}) {} + +export class CatalogBoundaryError extends Schema.TaggedErrorClass()("CatalogBoundaryError", { + boundary: Schema.NonEmptyString, + cause: Schema.Defect(), +}) {} diff --git a/apps/catalog/catalog/worker.test.ts b/apps/catalog/catalog/worker.test.ts new file mode 100644 index 0000000..ec90f71 --- /dev/null +++ b/apps/catalog/catalog/worker.test.ts @@ -0,0 +1,56 @@ +import { describe, expect, test } from "bun:test" +import wrangler from "../wrangler.jsonc" +import { assetPath, metaTags } from "../worker" + +const catalog = { + variants: [ + { id: "opencode", label: "Opencode" }, + { id: "tokyonight", label: "Tokyo Night" }, + ], + screens: [ + { + id: "home", + title: "Home", + summary: "", + frames: [{ variantId: "opencode" }, { variantId: "tokyonight" }], + }, + ], +} + +describe("catalog worker", () => { + test("serves the app shell for catalog routes", () => { + expect(assetPath("/lab/catalog")).toBe("/index.html") + expect(assetPath("/lab/catalog/")).toBe("/index.html") + expect(assetPath("/lab/catalog/deep-link")).toBe("/index.html") + }) + + test("strips the catalog prefix from assets", () => { + expect(assetPath("/lab/catalog/catalog.json")).toBe("/catalog.json") + expect(assetPath("/lab/catalog/captures/opencode/home.frame.json")).toBe("/captures/opencode/home.frame.json") + }) + + test("leaves HTML routing to the worker", () => { + expect(wrangler.assets.html_handling).toBe("none") + }) + + test("injects a per-capture Open Graph card for deep links", () => { + const tags = metaTags(new URL("https://dev.opencode.ai/lab/catalog?screen=home&set=tokyonight"), catalog) + expect(tags).toContain('content="Home — OpenCode Terminal Catalog"') + expect(tags).toContain('content="https://dev.opencode.ai/lab/catalog/og/home--tokyonight.png"') + expect(tags).toContain("Tokyo Night theme") + expect(tags).toContain('name="twitter:card" content="summary_large_image"') + }) + + test("defaults the theme to the first variant", () => { + const tags = metaTags(new URL("https://dev.opencode.ai/lab/catalog?screen=home"), catalog) + expect(tags).toContain('content="https://dev.opencode.ai/lab/catalog/og/home--opencode.png"') + }) + + test("falls back to the default card for unknown or missing captures", () => { + for (const search of ["", "?screen=missing", "?screen=home&set=missing"]) { + const tags = metaTags(new URL(`https://dev.opencode.ai/lab/catalog${search}`), catalog) + expect(tags).toContain('content="https://dev.opencode.ai/lab/catalog/og/default.png"') + expect(tags).toContain('content="OpenCode Terminal Catalog"') + } + }) +}) diff --git a/apps/catalog/compile/driver-consumer.ts b/apps/catalog/compile/driver-consumer.ts index 70ef5a5..f90e340 100644 --- a/apps/catalog/compile/driver-consumer.ts +++ b/apps/catalog/compile/driver-consumer.ts @@ -3,10 +3,7 @@ import type * as Scope from "effect/Scope" import { OpenCodeDriver } from "opencode-drive" type Equal = - (() => Value extends Left ? 1 : 2) extends - (() => Value extends Right ? 1 : 2) - ? true - : false + (() => Value extends Left ? 1 : 2) extends () => Value extends Right ? 1 : 2 ? true : false type Assert = Value @@ -15,18 +12,11 @@ declare const managed: Managed const scoped = Effect.scoped(managed) type Scoped = typeof scoped -export type ManagedRequiresScope = Assert< - Equal, Scope.Scope> -> +export type ManagedRequiresScope = Assert, Scope.Scope>> export type ScopedIsRunnable = Assert, never>> declare const driver: OpenCodeDriver.Driver -export type PrimaryUiIsCanonical = Assert< - Equal -> +export type PrimaryUiIsCanonical = Assert> export type AdditionalUiIsCanonical = Assert< - Equal< - Effect.Success>["ui"], - OpenCodeDriver.Ui - > + Equal>["ui"], OpenCodeDriver.Ui> > diff --git a/apps/catalog/package.json b/apps/catalog/package.json index b2e20d8..7e10eb2 100644 --- a/apps/catalog/package.json +++ b/apps/catalog/package.json @@ -10,7 +10,7 @@ "dev": "bun ./server.ts", "lint": "oxlint src catalog scripts scenarios server.ts worker.ts", "typecheck": "tsc --noEmit", - "build": "rm -rf dist && bun build ./src/index.html --outdir dist --minify && cp -R public/captures public/catalog.json public/drive-captures.json dist/", + "build": "rm -rf dist && bun build ./src/index.html --outdir dist --public-path=/lab/catalog/ --minify && cp -R public/captures public/catalog.json public/drive-captures.json dist/ && bun ./scripts/generate-og.ts", "deploy": "bun run generate && bun run build && bunx wrangler deploy", "doctor": "bunx -y react-doctor@latest .", "bench:capture-flow": "bun ./scripts/bench-capture-flow.ts", @@ -24,17 +24,18 @@ "@fontsource/noto-sans-math": "5.2.8", "@fontsource/noto-sans-symbols": "5.2.8", "@fontsource/noto-sans-symbols-2": "5.2.8", - "motion": "^12.42.2", "react": "^19.2.7", "react-dom": "^19.2.7" }, "devDependencies": { + "@napi-rs/canvas": "1.0.2", "@types/bun": "^1.3.14", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "effect": "4.0.0-beta.101", "opencode-drive": "workspace:*", "oxlint": "1.60.0", - "typescript": "^7.0.2" + "typescript": "^7.0.2", + "wrangler": "4.110.0" } } diff --git a/apps/catalog/public/captures/everforest/agent-picker-empty.frame.json b/apps/catalog/public/captures/everforest/agent-picker-empty.frame.json new file mode 100644 index 0000000..87bbe98 --- /dev/null +++ b/apps/catalog/public/captures/everforest/agent-picker-empty.frame.json @@ -0,0 +1,660 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Select agent", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [167, 192, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "broken", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "tests\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-9467f8c106cb/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/agent-picker.frame.json b/apps/catalog/public/captures/everforest/agent-picker.frame.json index df89aca..1a69d7a 100644 --- a/apps/catalog/public/captures/everforest/agent-picker.frame.json +++ b/apps/catalog/public/captures/everforest/agent-picker.frame.json @@ -1 +1,680 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Select agent","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":37},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"●","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"build The default agent. Executes tools based on con","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"plan","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" Read-only agent for exploring the codebase and ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"reviewer","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" Reviews deterministic UI fixtures","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"anything...","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"a","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"TODO","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"in","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"the","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Select agent", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { + "text": "build The default agent. Executes tools based on con", + "fg": [45, 53, 59, 255], + "bg": [167, 192, 128, 255], + "attributes": 1, + "width": 52 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "plan", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " Read-only agent for exploring the codebase and ", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "reviewer", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { + "text": " Reviews deterministic UI fixtures", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 34 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/assistant-response-failed.frame.json b/apps/catalog/public/captures/everforest/assistant-response-failed.frame.json index 27de0d1..6a74cb6 100644 --- a/apps/catalog/public/captures/everforest/assistant-response-failed.frame.json +++ b/apps/catalog/public/captures/everforest/assistant-response-failed.frame.json @@ -1 +1,517 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 78ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Show a failed assistant response.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"This response starts but the simulated provider disconnects.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":53}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":73},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":40}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build · Simulated Model · 293ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...d16a-1997-4fcb-8dcd-f7806b4739af/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 78ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a failed assistant response.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "This response starts but the simulated provider disconnects.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 53 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)", + "fg": [230, 126, 128, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 73 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Build · Simulated Model · 293ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...d16a-1997-4fcb-8dcd-f7806b4739af/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/assistant-response-interrupted.frame.json b/apps/catalog/public/captures/everforest/assistant-response-interrupted.frame.json index 8b29c06..930a338 100644 --- a/apps/catalog/public/captures/everforest/assistant-response-interrupted.frame.json +++ b/apps/catalog/public/captures/everforest/assistant-response-interrupted.frame.json @@ -1 +1,546 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[57,67,71,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[57,67,71,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[57,67,71,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[57,67,71,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[57,67,71,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 78ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Show a failed assistant response.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"This response starts but the simulated provider disconnects.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":53}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":73},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":40}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build · Simulated Model · 293ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Show an interrupted assistant response.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"This response remains active until the user interrupts it.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":55}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝⬝","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [57, 67, 71, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [57, 67, 71, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [57, 67, 71, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [57, 67, 71, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [57, 67, 71, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 78ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a failed assistant response.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "This response starts but the simulated provider disconnects.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 53 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)", + "fg": [230, 126, 128, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 73 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Build · Simulated Model · 293ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Show an interrupted assistant response.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "This response remains active until the user interrupts it.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 55 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/assistant-response-succeeded.frame.json b/apps/catalog/public/captures/everforest/assistant-response-succeeded.frame.json index 57d920c..e780b5e 100644 --- a/apps/catalog/public/captures/everforest/assistant-response-succeeded.frame.json +++ b/apps/catalog/public/captures/everforest/assistant-response-succeeded.frame.json @@ -1 +1,476 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[59,69,73,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[59,69,73,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[59,69,73,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[59,69,73,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[59,69,73,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 78ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...d16a-1997-4fcb-8dcd-f7806b4739af/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [59, 69, 73, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [59, 69, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [59, 69, 73, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [59, 69, 73, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [59, 69, 73, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 78ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...d16a-1997-4fcb-8dcd-f7806b4739af/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/command-palette-empty.frame.json b/apps/catalog/public/captures/everforest/command-palette-empty.frame.json new file mode 100644 index 0000000..62f1c53 --- /dev/null +++ b/apps/catalog/public/captures/everforest/command-palette-empty.frame.json @@ -0,0 +1,660 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Commands", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 41 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [167, 192, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "broken", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "tests\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-9467f8c106cb/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/command-palette.frame.json b/apps/catalog/public/captures/everforest/command-palette.frame.json index 12fa4a8..0e64e07 100644 --- a/apps/catalog/public/captures/everforest/command-palette.frame.json +++ b/apps/catalog/public/captures/everforest/command-palette.frame.json @@ -1 +1,741 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Commands","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":41},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Suggested","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":"Switch model","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":32},{"text":"ctrl+x m","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Connect an integration","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Open settings","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Session","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Switch session","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":"ctrl+x l","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Buil","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"New session","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":"ctrl+x n","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Open session or project","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":23},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":23},{"text":"ctrl+o","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/privat","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Close tab","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":"ctrl+x w","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Reopen closed tab","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":23},{"text":"ctrl+shift+t","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Commands", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 41 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Suggested", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { "text": "Switch model", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 32 + }, + { "text": "ctrl+x m", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Open settings", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Session", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Switch session", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { "text": "ctrl+x l", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "New session", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { "text": "ctrl+x n", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [21, 26, 28, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "Open session or project", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 23 + }, + { "text": "ctrl+o", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [21, 26, 28, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Close tab", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { "text": "ctrl+x w", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "Reopen closed tab", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 23 + }, + { "text": "ctrl+shift+t", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/debug.frame.json b/apps/catalog/public/captures/everforest/debug.frame.json index 52af243..612460e 100644 --- a/apps/catalog/public/captures/everforest/debug.frame.json +++ b/apps/catalog/public/captures/everforest/debug.frame.json @@ -1 +1,627 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Debug","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Version ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"local (local)","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Date ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"2026-08-12T19:26:35.902Z","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"OS ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"macOS 25.5.0 (arm64)","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Terminal ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"ghostty 1.3.1","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Session ID","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"n/a","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Model ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"simulation/gpt-sim-model","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Share this when reporting an issue.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":39},{"text":"copy","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":4},{"text":" ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"enter","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Version ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "local (local)", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Date ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "2026-08-12T19:26:35.902Z", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "OS ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "macOS 25.5.0 (arm64)", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Terminal ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ghostty 1.3.1", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Session ID", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "n/a", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Model ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "simulation/gpt-sim-model", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Share this when reporting an issue.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 39 + }, + { "text": "copy", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "enter", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/diff-viewer-populated.frame.json b/apps/catalog/public/captures/everforest/diff-viewer-populated.frame.json new file mode 100644 index 0000000..2fb923c --- /dev/null +++ b/apps/catalog/public/captures/everforest/diff-viewer-populated.frame.json @@ -0,0 +1,669 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Diff ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "working tree", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 94 + }, + { "text": "1 file", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────", + "fg": [133, 146, 137, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [87, 89, 87, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 18 + }, + { "text": " M", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 67 + }, + { "text": "+1", "fg": [79, 214, 190, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "-0", "fg": [197, 59, 83, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { + "text": "├─────────────────────────────────────────────────────────────────────────────────────", + "fg": [133, 146, 137, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "2", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 75 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────", + "fg": [133, 146, 137, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { + "text": "focus file tree", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "n ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "next file", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "] ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "next hunk", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "[ ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "previous hunk", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "previous file", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "d ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "switch source", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "m ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "mark reviewed", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "? ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "all", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/diff-viewer.frame.json b/apps/catalog/public/captures/everforest/diff-viewer.frame.json index b5ffb22..477908c 100644 --- a/apps/catalog/public/captures/everforest/diff-viewer.frame.json +++ b/apps/catalog/public/captures/everforest/diff-viewer.frame.json @@ -1 +1,460 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Diff ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"working tree","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":93},{"text":"0 files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":7}]},{"spans":[{"text":"────────────────────────────────────────────────────────────────────────────────","fg":[133,146,137,255],"bg":[45,53,59,255],"attributes":0,"width":80},{"text":"┃","fg":[131,192,146,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":34},{"text":"┃","fg":[131,192,146,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"──","fg":[133,146,137,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"No changes to show","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":61},{"text":"┃","fg":[131,192,146,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Debug info copied to clipboard","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"┃","fg":[131,192,146,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":80},{"text":"┃","fg":[131,192,146,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":34},{"text":"┃","fg":[131,192,146,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"focus file tree","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"n ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"next file","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"] ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"next hunk","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"[ ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"previous hunk","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"previous file","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"d ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"switch source","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"m ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"mark reviewed","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"? ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"all","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Diff ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "working tree", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 93 + }, + { "text": "0 files", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────────────────────────────────────────────────────", + "fg": [133, 146, 137, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 80 + }, + { "text": "┃", "fg": [131, 192, 146, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [131, 192, 146, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "──", "fg": [133, 146, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "No changes to show", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 61 + }, + { "text": "┃", "fg": [131, 192, 146, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { + "text": "Debug info copied to clipboard", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 30 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [131, 192, 146, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 80 + }, + { "text": "┃", "fg": [131, 192, 146, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [131, 192, 146, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { + "text": "focus file tree", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "n ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "next file", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "] ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "next hunk", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "[ ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "previous hunk", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "previous file", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "d ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "switch source", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "m ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "mark reviewed", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "? ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "all", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/glob-empty.frame.json b/apps/catalog/public/captures/everforest/glob-empty.frame.json index 21686c3..19ebdd3 100644 --- a/apps/catalog/public/captures/everforest/glob-empty.frame.json +++ b/apps/catalog/public/captures/everforest/glob-empty.frame.json @@ -1 +1,530 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[62,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,71,74,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Find the TypeScript source files.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 659ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Find Rust files that do not exist.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 146ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 71, 74, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Find the TypeScript source files.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 659ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Find Rust files that do not exist.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 146ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/glob-success.frame.json b/apps/catalog/public/captures/everforest/glob-success.frame.json index 8d38a68..825f2c3 100644 --- a/apps/catalog/public/captures/everforest/glob-success.frame.json +++ b/apps/catalog/public/captures/everforest/glob-success.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[53,64,68,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[53,64,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[53,64,68,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[53,64,68,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[53,64,68,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Find the TypeScript source files.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 659ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 64, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [53, 64, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 64, 68, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [53, 64, 68, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [53, 64, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Find the TypeScript source files.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 659ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/grep-empty.frame.json b/apps/catalog/public/captures/everforest/grep-empty.frame.json index 2ee9f34..3b9247b 100644 --- a/apps/catalog/public/captures/everforest/grep-empty.frame.json +++ b/apps/catalog/public/captures/everforest/grep-empty.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[61,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[61,71,74,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 735ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Search the source directory for credits.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 102ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Search the source directory for DEADBEEF.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The empty grep search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 113ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"● UI","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [61, 71, 74, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 735ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for credits.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 102ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for DEADBEEF.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty grep search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 113ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [230, 126, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/grep-failure.frame.json b/apps/catalog/public/captures/everforest/grep-failure.frame.json index 3af4f2a..d3133b9 100644 --- a/apps/catalog/public/captures/everforest/grep-failure.frame.json +++ b/apps/catalog/public/captures/everforest/grep-failure.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[58,68,72,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[58,68,72,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[58,68,72,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[58,68,72,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[58,68,72,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 102ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Search the source directory for DEADBEEF.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The empty grep search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 113ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Run an invalid regular expression search.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The invalid grep search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 110ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"● UI","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [58, 68, 72, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [58, 68, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [58, 68, 72, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [58, 68, 72, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [58, 68, 72, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 102ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for DEADBEEF.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty grep search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 113ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Run an invalid regular expression search.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The invalid grep search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 110ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [230, 126, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/grep-success.frame.json b/apps/catalog/public/captures/everforest/grep-success.frame.json index c102ae2..b9252fd 100644 --- a/apps/catalog/public/captures/everforest/grep-success.frame.json +++ b/apps/catalog/public/captures/everforest/grep-success.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[55,66,70,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[55,66,70,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 146ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Explore TypeScript files and search them for credits together.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 2 searches","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 735ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Search the source directory for credits.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 102ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"● UI","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [55, 66, 70, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [55, 66, 70, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [55, 66, 70, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [55, 66, 70, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 66, 70, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 146ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Explore TypeScript files and search them for credits together.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 62 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 2 searches", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 735ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for credits.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 102ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [230, 126, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/grouped-exploration.frame.json b/apps/catalog/public/captures/everforest/grouped-exploration.frame.json index b3d72ba..c2c3b59 100644 --- a/apps/catalog/public/captures/everforest/grouped-exploration.frame.json +++ b/apps/catalog/public/captures/everforest/grouped-exploration.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[68,75,79,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[68,75,79,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[68,75,79,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[68,75,79,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[68,75,79,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 659ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Find Rust files that do not exist.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 146ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Explore TypeScript files and search them for credits together.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 2 searches","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 735ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"● UI","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 75, 79, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [68, 75, 79, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 75, 79, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [68, 75, 79, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [68, 75, 79, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 659ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Find Rust files that do not exist.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 146ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Explore TypeScript files and search them for credits together.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 62 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 2 searches", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 735ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...3b2f-2b94-4593-a3bd-f3eedac32c25/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [230, 126, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/help.frame.json b/apps/catalog/public/captures/everforest/help.frame.json index a8ed457..44a45c8 100644 --- a/apps/catalog/public/captures/everforest/help.frame.json +++ b/apps/catalog/public/captures/everforest/help.frame.json @@ -1 +1,678 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Help","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"esc/enter","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Press ctrl+p to see all available actions and commands ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"in any context.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":"ok","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"anything...","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"a","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"TODO","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"in","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"the","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Help", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc/enter", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Press ctrl+p to see all available actions and commands ", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "in any context.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { "text": "ok", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/home.frame.json b/apps/catalog/public/captures/everforest/home.frame.json index 063839c..d7fd327 100644 --- a/apps/catalog/public/captures/everforest/home.frame.json +++ b/apps/catalog/public/captures/everforest/home.frame.json @@ -1 +1,616 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"+","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"New session","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":40},{"text":" ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ▄ ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":40},{"text":"█▀▀█ █▀▀█ █▀▀█ █▀▀▄","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"█▀▀▀ █▀▀█ █▀▀█ █▀▀█","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":40},{"text":"█","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[122,132,120,255],"bg":[64,73,74,255],"attributes":0,"width":2},{"text":"█ █","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[122,132,120,255],"bg":[64,73,74,255],"attributes":0,"width":2},{"text":"█ █","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"▀▀▀","fg":[122,132,120,255],"bg":[64,73,74,255],"attributes":0,"width":3},{"text":" █","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":" ","fg":[122,132,120,255],"bg":[64,73,74,255],"attributes":0,"width":2},{"text":"█","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"█","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":1,"width":1},{"text":" ","fg":[211,198,170,255],"bg":[87,89,87,255],"attributes":1,"width":3},{"text":" █","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":1,"width":2},{"text":" ","fg":[211,198,170,255],"bg":[87,89,87,255],"attributes":1,"width":2},{"text":"█ █","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":1,"width":3},{"text":" ","fg":[211,198,170,255],"bg":[87,89,87,255],"attributes":1,"width":2},{"text":"█ █","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":1,"width":3},{"text":"▀▀▀","fg":[211,198,170,255],"bg":[87,89,87,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":40},{"text":"▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":16},{"text":"▀▀","fg":[64,73,74,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"▀","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":22},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":22},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Ask anything... \"Fix a TODO in the codebase\"","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":22},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":22},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":22},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":111},{"text":"local","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "New session", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ▄ ", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { + "text": "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { "text": "█", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [122, 132, 120, 255], "bg": [64, 73, 74, 255], "attributes": 0, "width": 2 }, + { "text": "█ █", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [122, 132, 120, 255], "bg": [64, 73, 74, 255], "attributes": 0, "width": 2 }, + { "text": "█ █", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "▀▀▀", "fg": [122, 132, 120, 255], "bg": [64, 73, 74, 255], "attributes": 0, "width": 3 }, + { "text": " █", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [122, 132, 120, 255], "bg": [64, 73, 74, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [87, 89, 87, 255], "attributes": 1, "width": 3 }, + { "text": " █", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [87, 89, 87, 255], "attributes": 1, "width": 2 }, + { "text": "█ █", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [87, 89, 87, 255], "attributes": 1, "width": 2 }, + { "text": "█ █", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 1, "width": 3 }, + { "text": "▀▀▀", "fg": [211, 198, 170, 255], "bg": [87, 89, 87, 255], "attributes": 1, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { + "text": "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 16 + }, + { "text": "▀▀", "fg": [64, 73, 74, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "▀", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask anything... \"Fix a TODO in the codebase\"", + "fg": [122, 132, 120, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/integration-picker-empty.frame.json b/apps/catalog/public/captures/everforest/integration-picker-empty.frame.json new file mode 100644 index 0000000..71d356d --- /dev/null +++ b/apps/catalog/public/captures/everforest/integration-picker-empty.frame.json @@ -0,0 +1,666 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 1, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 27 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [167, 192, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "No integrations found", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "broken", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "tests\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-9467f8c106cb/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/integration-picker.frame.json b/apps/catalog/public/captures/everforest/integration-picker.frame.json index d5d2fc5..305931d 100644 --- a/apps/catalog/public/captures/everforest/integration-picker.frame.json +++ b/apps/catalog/public/captures/everforest/integration-picker.frame.json @@ -1 +1,729 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Connect an integration","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":27},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Popular","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":"OpenCode","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"openai","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"github-copilot","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":42},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Services","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"azure","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Buil","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"cloudflare-ai-gateway","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"cloudflare-workers-ai","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":"▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/privat","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Exa","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":53},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Firecrawl","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 1, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 27 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Popular", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { "text": "OpenCode", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "openai", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "github-copilot", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 42 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Services", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "azure", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "cloudflare-ai-gateway", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [21, 26, 28, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "cloudflare-workers-ai", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [21, 26, 28, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Exa", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 53 + }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Firecrawl", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/mcp-list.frame.json b/apps/catalog/public/captures/everforest/mcp-list.frame.json index 6594146..8c621f3 100644 --- a/apps/catalog/public/captures/everforest/mcp-list.frame.json +++ b/apps/catalog/public/captures/everforest/mcp-list.frame.json @@ -1 +1,676 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"MCP servers","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":38},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"No items available","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"connect space","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"anything...","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"a","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"TODO","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"in","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"the","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "MCP servers", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 38 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "No items available", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "connect space", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/model-picker-empty.frame.json b/apps/catalog/public/captures/everforest/model-picker-empty.frame.json new file mode 100644 index 0000000..a6cc0c0 --- /dev/null +++ b/apps/catalog/public/captures/everforest/model-picker-empty.frame.json @@ -0,0 +1,683 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Select model", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [167, 192, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "View all integrations", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ctrl+a", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "broken", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "tests\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-9467f8c106cb/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/model-picker.frame.json b/apps/catalog/public/captures/everforest/model-picker.frame.json index c8b0589..c3cdf88 100644 --- a/apps/catalog/public/captures/everforest/model-picker.frame.json +++ b/apps/catalog/public/captures/everforest/model-picker.frame.json @@ -1 +1,687 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Select model","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":37},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"●","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"View all integrations","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ctrl+a","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"anything...","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"a","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"TODO","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"in","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"the","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Select model", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [45, 53, 59, 255], + "bg": [167, 192, 128, 255], + "attributes": 1, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "View all integrations", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ctrl+a", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/pair.frame.json b/apps/catalog/public/captures/everforest/pair.frame.json index dc5b2ea..5387c72 100644 --- a/apps/catalog/public/captures/everforest/pair.frame.json +++ b/apps/catalog/public/captures/everforest/pair.frame.json @@ -1 +1,813 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Pair","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":77},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"This device","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":"█▀▀▀▀▀▀▀███▀███▀█▀██▀▀▀█▀██▀████▀██▀▀▀▀▀▀▀█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"http://localhost:60113","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":"█ █▀▀▀█ █▄▄ ▄▄█▀▄██▄▀ ▀█▀▀▄█▄▀▄▀█▄█ █▀▀▀█ █","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█ █ █ █▄▄ ▀ █▀ ▀█▄▄▀▀▀██▄▀▄▄▄▀▀ █ █ █ █","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"URLs","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":37},{"text":"█ ▀▀▀▀▀ █ ▄ ▄ █▀█▀█ ▄▀▄ █▀█▀▄▀▄ █▀█ ▀▀▀▀▀ █","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"http://127.0.0.1:60113","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":"█▀▀▀▀▀█▀▀▀▄███▀▀█▄▀▄ ▄▄ ▀█▀█▄ ▀ ▄▀▀█▀█▀█▀██","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█████▄▄▀▄▄█▀▀▀ ▀▀█ ▄▄▄▀▄▄██▄▀█▀▀▄▀ ▄▄ █▄██","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Username","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":"██▀ ▄█▄▀ █▄█▀█▄▀▄ ▄▄▄█ █▀▀ ████ ▄███▄ ▀███","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"opencode","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":"█ ▀▄▄█▀▀▄▀▀██▄██ ▀█▄█▀▄█▄███ ▀▄█ ▀ ▀ █▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█▀▄███▄▀██ █ ▀ █▀█▀▄▄▀▄▄▀▄ ▀▀██▄█▄▄ █ ▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Password","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":"██▄▀███▀█▀▄▄▄ █▄▀██ ▄█▀▀▄▀ ▄▀▀▀▄▄▀█▄▀▄█▀███","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"************","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":29},{"text":"█▄▀▀▄▄█▀ ▀█▄█▀█▄▀██▀ ▀ ▀▄ ▀▀ ▀▀ █▀▀▄▀ ▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█▄█▄ █▄▀▀▄█▄▀▀▀▄▄▄ █▄▄█▀▄██▄▀▀ █▄█▄▄ ▄██ ▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Run `opencode service set ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":15},{"text":"█ ▀▀▀▄▄▀██▀ ▀▀ █▄▀▄▄▀▄▀ ▀▄▀ ▀ █▄█ ▄▀▀ █","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"hostname 0.0.0.0` to access ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":"██▀█ ▀▀▀▀█▄▀▄▀ ▀▀ ▄▄█ ▀▄ █▄▀███▄██ ▄▄▄▄ ▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"the service remotely.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":"█ ▄█▄ ▀ ▄▄▄▄▀ ▄▄▄█▄ ▀▀▀ █▄▀▀ ████▀ ▀ █","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█ █▄█▀█▀█ ▀▀█▄▀█ ▀▀ ▄█ ▄██▀█ █▀█ ▄▄▄ ▄██▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█ █▀ █▀▀▄▀███▄▀ █▀█▀█▄ ▄▀▀▄▄█▀ ▀ █ ▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█▀▀▀▀▀▀▀█ █▄▄██▄▀▄█ ▄▀▄▀▄▄▀█▀█▀▄ █▀█ ▀▀▀▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█ █▀▀▀█ █▀▀█ ▀█▄ ▄█▀█ ▄▀▀▀█▀ █▀██ ▀▀▀ █▀ ▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"█ █ █ █ ▄▀▀▀ ▄▄ █▄▀▀▀▄█▀█▀ ████▀▄▀▄██▄█","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Pair", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 77 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "This device", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { + "text": "█▀▀▀▀▀▀▀███▀███▀█▀██▀▀▀█▀██▀████▀██▀▀▀▀▀▀▀█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "http://localhost:60113", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": "█ █▀▀▀█ █▄▄ ▄▄█▀▄██▄▀ ▀█▀▀▄█▄▀▄▀█▄█ █▀▀▀█ █", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █ █ █▄▄ ▀ █▀ ▀█▄▄▀▀▀██▄▀▄▄▄▀▀ █ █ █ █", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "URLs", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 37 + }, + { + "text": "█ ▀▀▀▀▀ █ ▄ ▄ █▀█▀█ ▄▀▄ █▀█▀▄▀▄ █▀█ ▀▀▀▀▀ █", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "http://127.0.0.1:60113", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": "█▀▀▀▀▀█▀▀▀▄███▀▀█▄▀▄ ▄▄ ▀█▀█▄ ▀ ▄▀▀█▀█▀█▀██", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█████▄▄▀▄▄█▀▀▀ ▀▀█ ▄▄▄▀▄▄██▄▀█▀▀▄▀ ▄▄ █▄██", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Username", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "██▀ ▄█▄▀ █▄█▀█▄▀▄ ▄▄▄█ █▀▀ ████ ▄███▄ ▀███", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "opencode", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "█ ▀▄▄█▀▀▄▀▀██▄██ ▀█▄█▀▄█▄███ ▀▄█ ▀ ▀ █▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀▄███▄▀██ █ ▀ █▀█▀▄▄▀▄▄▀▄ ▀▀██▄█▄▄ █ ▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Password", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "██▄▀███▀█▀▄▄▄ █▄▀██ ▄█▀▀▄▀ ▄▀▀▀▄▄▀█▄▀▄█▀███", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "************", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 29 + }, + { + "text": "█▄▀▀▄▄█▀ ▀█▄█▀█▄▀██▀ ▀ ▀▄ ▀▀ ▀▀ █▀▀▄▀ ▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▄█▄ █▄▀▀▄█▄▀▀▀▄▄▄ █▄▄█▀▄██▄▀▀ █▄█▄▄ ▄██ ▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Run `opencode service set ", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 15 + }, + { + "text": "█ ▀▀▀▄▄▀██▀ ▀▀ █▄▀▄▄▀▄▀ ▀▄▀ ▀ █▄█ ▄▀▀ █", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "hostname 0.0.0.0` to access ", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": "██▀█ ▀▀▀▀█▄▀▄▀ ▀▀ ▄▄█ ▀▄ █▄▀███▄██ ▄▄▄▄ ▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "the service remotely.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": "█ ▄█▄ ▀ ▄▄▄▄▀ ▄▄▄█▄ ▀▀▀ █▄▀▀ ████▀ ▀ █", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █▄█▀█▀█ ▀▀█▄▀█ ▀▀ ▄█ ▄██▀█ █▀█ ▄▄▄ ▄██▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █▀ █▀▀▄▀███▄▀ █▀█▀█▄ ▄▀▀▄▄█▀ ▀ █ ▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀▀▀▀▀▀▀█ █▄▄██▄▀▄█ ▄▀▄▀▄▄▀█▀█▀▄ █▀█ ▀▀▀▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █▀▀▀█ █▀▀█ ▀█▄ ▄█▀█ ▄▀▀▀█▀ █▀██ ▀▀▀ █▀ ▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █ █ █ ▄▀▀▀ ▄▄ █▄▀▀▀▄█▀█▀ ████▀▄▀▄██▄█", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/patch-created.frame.json b/apps/catalog/public/captures/everforest/patch-created.frame.json index 57e650f..d866eb4 100644 --- a/apps/catalog/public/captures/everforest/patch-created.frame.json +++ b/apps/catalog/public/captures/everforest/patch-created.frame.json @@ -1 +1,498 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"1","fg":[168,192,129,255],"bg":[57,68,71,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[55,66,70,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Created","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[94,133,131,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"■","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[68,90,92,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[80,110,110,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [168, 192, 129, 255], "bg": [57, 68, 71, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [55, 66, 70, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [55, 66, 70, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 66, 70, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [211, 198, 170, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [94, 133, 131, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [68, 90, 92, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [80, 110, 110, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/patch-deleted.frame.json b/apps/catalog/public/captures/everforest/patch-deleted.frame.json index 96b289b..b3c6c15 100644 --- a/apps/catalog/public/captures/everforest/patch-deleted.frame.json +++ b/apps/catalog/public/captures/everforest/patch-deleted.frame.json @@ -1 +1,558 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[64,73,76,255],"attributes":0,"width":1},{"text":"1","fg":[168,192,129,255],"bg":[60,69,73,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[57,67,71,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[57,67,71,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[57,67,71,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Created","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"← Patched","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/fixture.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Deleted","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"-1 line","fg":[197,59,83,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"⬝","fg":[89,126,124,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[68,90,92,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[80,110,110,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝","fg":[89,126,124,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 76, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [168, 192, 129, 255], "bg": [60, 69, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [57, 67, 71, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [57, 67, 71, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [57, 67, 71, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [211, 198, 170, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/fixture.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [211, 198, 170, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Deleted", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "-1 line", "fg": [197, 59, 83, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "⬝", "fg": [89, 126, 124, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [68, 90, 92, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [80, 110, 110, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝", "fg": [89, 126, 124, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/patch-failed.frame.json b/apps/catalog/public/captures/everforest/patch-failed.frame.json index e0e1584..a44b6d0 100644 --- a/apps/catalog/public/captures/everforest/patch-failed.frame.json +++ b/apps/catalog/public/captures/everforest/patch-failed.frame.json @@ -1 +1,577 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":1},{"text":"1","fg":[180,184,142,255],"bg":[64,74,76,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,74,77,255],"attributes":0,"width":1},{"text":"O","fg":[211,198,170,255],"bg":[66,75,77,255],"attributes":1,"width":1},{"text":"p","fg":[211,198,170,255],"bg":[67,75,78,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[68,76,78,255],"attributes":1,"width":1},{"text":"n","fg":[211,198,170,255],"bg":[69,77,78,255],"attributes":1,"width":1},{"text":"C","fg":[211,198,170,255],"bg":[69,77,79,255],"attributes":1,"width":1},{"text":"o","fg":[211,198,170,255],"bg":[69,78,79,255],"attributes":1,"width":1},{"text":"de D","fg":[211,198,170,255],"bg":[70,78,79,255],"attributes":1,"width":4},{"text":"r","fg":[211,198,170,255],"bg":[69,77,78,255],"attributes":1,"width":1},{"text":"i","fg":[211,198,170,255],"bg":[65,75,77,255],"attributes":1,"width":1},{"text":"v","fg":[211,198,170,255],"bg":[62,72,74,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[61,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"← Patched","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/fixture.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Deleted","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"-1 line","fg":[197,59,83,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Patch failed","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"missing-patch.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"patch verification failed: Failed to read file to update /private/var/folders/dd/","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/missing-patch.","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":109},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"txt: file does not exist","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":87},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The patch file-change lifecycle is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":69}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.1s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...412a-cd6f-4e30-9649-e0848a987eaf/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [180, 184, 142, 255], "bg": [64, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 77, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [211, 198, 170, 255], "bg": [66, 75, 77, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [211, 198, 170, 255], "bg": [67, 75, 78, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [68, 76, 78, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [211, 198, 170, 255], "bg": [69, 77, 78, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [211, 198, 170, 255], "bg": [69, 77, 79, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [211, 198, 170, 255], "bg": [69, 78, 79, 255], "attributes": 1, "width": 1 }, + { "text": "de D", "fg": [211, 198, 170, 255], "bg": [70, 78, 79, 255], "attributes": 1, "width": 4 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [69, 77, 78, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [65, 75, 77, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [61, 71, 74, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [49, 58, 65, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/fixture.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [211, 198, 170, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Deleted", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "-1 line", "fg": [197, 59, 83, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Patch failed", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 14 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "missing-patch.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "patch verification failed: Failed to read file to update /private/var/folders/dd/", + "fg": [230, 126, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/missing-patch.", + "fg": [230, 126, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 109 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "txt: file does not exist", + "fg": [230, 126, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 87 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The patch file-change lifecycle is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 69 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.1s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...412a-cd6f-4e30-9649-e0848a987eaf/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/patch-input-streaming.frame.json b/apps/catalog/public/captures/everforest/patch-input-streaming.frame.json index 289c4a3..81b652e 100644 --- a/apps/catalog/public/captures/everforest/patch-input-streaming.frame.json +++ b/apps/catalog/public/captures/everforest/patch-input-streaming.frame.json @@ -1 +1,481 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":1},{"text":"1","fg":[168,192,129,255],"bg":[62,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[60,70,73,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠸","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Patching","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[94,133,131,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"■","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[68,90,92,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[80,110,110,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [168, 192, 129, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [60, 70, 73, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠸", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [94, 133, 131, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [68, 90, 92, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [80, 110, 110, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/patch-success.frame.json b/apps/catalog/public/captures/everforest/patch-success.frame.json index bff57a9..c906a0b 100644 --- a/apps/catalog/public/captures/everforest/patch-success.frame.json +++ b/apps/catalog/public/captures/everforest/patch-success.frame.json @@ -1 +1,509 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[54,65,70,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[54,65,70,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,65,70,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[54,65,70,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[54,65,70,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"← Patched","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.9s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 65, 70, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [54, 65, 70, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 65, 70, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [54, 65, 70, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [54, 65, 70, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.9s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/patch-updated.frame.json b/apps/catalog/public/captures/everforest/patch-updated.frame.json index 50282b4..dd7e092 100644 --- a/apps/catalog/public/captures/everforest/patch-updated.frame.json +++ b/apps/catalog/public/captures/everforest/patch-updated.frame.json @@ -1 +1,538 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[64,73,75,255],"attributes":0,"width":1},{"text":"1","fg":[168,192,129,255],"bg":[60,70,73,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[57,68,71,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[57,68,71,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[57,68,71,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Created","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"← Patched","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/fixture.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"⬝","fg":[89,126,124,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[68,90,92,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[80,110,110,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝","fg":[89,126,124,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [168, 192, 129, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [57, 68, 71, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [57, 68, 71, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [57, 68, 71, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/patched.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [211, 198, 170, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-e99c412a-cd6f-4e30-9649-e0848a987eaf/files/fixture.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [211, 198, 170, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "⬝", "fg": [89, 126, 124, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [68, 90, 92, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [80, 110, 110, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝", "fg": [89, 126, 124, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/permission-always-confirmation.frame.json b/apps/catalog/public/captures/everforest/permission-always-confirmation.frame.json index 143ff8e..d50d5b5 100644 --- a/apps/catalog/public/captures/everforest/permission-always-confirmation.frame.json +++ b/apps/catalog/public/captures/everforest/permission-always-confirmation.frame.json @@ -1 +1,493 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[62,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"OpenC","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":5},{"text":"od","fg":[211,198,170,255],"bg":[63,73,75,255],"attributes":1,"width":2},{"text":"e","fg":[211,198,170,255],"bg":[64,74,75,255],"attributes":1,"width":1},{"text":" ","fg":[211,198,170,255],"bg":[65,74,76,255],"attributes":1,"width":1},{"text":"D","fg":[211,198,170,255],"bg":[66,74,76,255],"attributes":1,"width":1},{"text":"r","fg":[211,198,170,255],"bg":[67,75,77,255],"attributes":1,"width":1},{"text":"i","fg":[211,198,170,255],"bg":[68,76,78,255],"attributes":1,"width":1},{"text":"v","fg":[211,198,170,255],"bg":[69,77,78,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[69,77,79,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[69,78,79,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[70,79,80,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[71,79,80,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[70,78,80,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[67,75,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":6},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠙","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Patching","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"△","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Always allow","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":97},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"This will allow edit until OpenCode is restarted.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Confirm","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Cancel","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":68},{"text":"⇆ ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"select","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "OpenC", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 5 }, + { "text": "od", "fg": [211, 198, 170, 255], "bg": [63, 73, 75, 255], "attributes": 1, "width": 2 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [64, 74, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [65, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [211, 198, 170, 255], "bg": [66, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [67, 75, 77, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [68, 76, 78, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [69, 77, 78, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [69, 77, 79, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 78, 79, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 79, 80, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [71, 79, 80, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 78, 80, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [67, 75, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 6 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠙", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Always allow", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 97 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "This will allow edit until OpenCode is restarted.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Confirm", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Cancel", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 68 + }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/permission-always-selected.frame.json b/apps/catalog/public/captures/everforest/permission-always-selected.frame.json index a842f8a..339c4bc 100644 --- a/apps/catalog/public/captures/everforest/permission-always-selected.frame.json +++ b/apps/catalog/public/captures/everforest/permission-always-selected.frame.json @@ -1 +1,543 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[62,72,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":1},{"text":"OpenC","fg":[211,198,170,255],"bg":[62,72,74,255],"attributes":1,"width":5},{"text":"o","fg":[211,198,170,255],"bg":[63,72,75,255],"attributes":1,"width":1},{"text":"d","fg":[211,198,170,255],"bg":[64,72,75,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[64,73,76,255],"attributes":1,"width":1},{"text":" ","fg":[211,198,170,255],"bg":[65,74,76,255],"attributes":1,"width":1},{"text":"D","fg":[211,198,170,255],"bg":[66,75,77,255],"attributes":1,"width":1},{"text":"r","fg":[211,198,170,255],"bg":[67,76,77,255],"attributes":1,"width":1},{"text":"i","fg":[211,198,170,255],"bg":[67,76,78,255],"attributes":1,"width":1},{"text":"v","fg":[211,198,170,255],"bg":[68,77,79,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[69,78,79,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[70,78,80,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[70,79,80,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[71,79,80,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[69,77,79,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":7},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠋","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Patching","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"△","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Permission required","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"→","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"45e13804d277/files/fixture.txt","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Allow once","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Allow always","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Reject","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"select","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenC", "fg": [211, 198, 170, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 5 }, + { "text": "o", "fg": [211, 198, 170, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [211, 198, 170, 255], "bg": [64, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [64, 73, 76, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [65, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [211, 198, 170, 255], "bg": [66, 75, 77, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [67, 76, 77, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [67, 76, 78, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [68, 77, 79, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [69, 78, 79, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 78, 80, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 79, 80, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [71, 79, 80, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 77, 79, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 7 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": "45e13804d277/files/fixture.txt", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Allow always", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Reject", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/permission-fullscreen.frame.json b/apps/catalog/public/captures/everforest/permission-fullscreen.frame.json index 3c9226d..b6b66f7 100644 --- a/apps/catalog/public/captures/everforest/permission-fullscreen.frame.json +++ b/apps/catalog/public/captures/everforest/permission-fullscreen.frame.json @@ -1 +1,558 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[61,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"OpenCode D","fg":[211,198,170,255],"bg":[61,71,74,255],"attributes":1,"width":10},{"text":"r","fg":[211,198,170,255],"bg":[62,71,74,255],"attributes":1,"width":1},{"text":"iv","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":2},{"text":"e","fg":[211,198,170,255],"bg":[63,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[64,73,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[64,74,76,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,74,77,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[64,73,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":2},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"△","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Permission required","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"→","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"45e13804d277/files/fixture.txt","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Allow once","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Allow always","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Reject","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":32},{"text":"ctrl+f ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":"minimize","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"select","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode D", "fg": [211, 198, 170, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 10 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": "iv", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 2 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 74, 76, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 77, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 2 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": "45e13804d277/files/fixture.txt", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Allow always", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Reject", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 32 + }, + { "text": "ctrl+f ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": "minimize", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/permission-prompt.frame.json b/apps/catalog/public/captures/everforest/permission-prompt.frame.json index 1f8dba5..ee48b16 100644 --- a/apps/catalog/public/captures/everforest/permission-prompt.frame.json +++ b/apps/catalog/public/captures/everforest/permission-prompt.frame.json @@ -1 +1,543 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[61,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"Open","fg":[211,198,170,255],"bg":[61,71,74,255],"attributes":1,"width":4},{"text":"C","fg":[211,198,170,255],"bg":[62,71,74,255],"attributes":1,"width":1},{"text":"o","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":1},{"text":"d","fg":[211,198,170,255],"bg":[63,72,75,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[64,72,76,255],"attributes":1,"width":1},{"text":" ","fg":[211,198,170,255],"bg":[65,73,76,255],"attributes":1,"width":1},{"text":"D","fg":[211,198,170,255],"bg":[66,74,76,255],"attributes":1,"width":1},{"text":"r","fg":[211,198,170,255],"bg":[66,75,77,255],"attributes":1,"width":1},{"text":"i","fg":[211,198,170,255],"bg":[67,76,77,255],"attributes":1,"width":1},{"text":"v","fg":[211,198,170,255],"bg":[68,76,78,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[68,77,78,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[69,78,79,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[70,78,79,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[67,76,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[63,72,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":7},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠋","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Patching","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"△","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Permission required","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"→","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"45e13804d277/files/fixture.txt","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Allow once","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Allow always","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Reject","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"select","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "Open", "fg": [211, 198, 170, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 4 }, + { "text": "C", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [211, 198, 170, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [64, 72, 76, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [65, 73, 76, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [211, 198, 170, 255], "bg": [66, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [66, 75, 77, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [67, 76, 77, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [68, 76, 78, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [68, 77, 78, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 78, 79, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 78, 79, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [67, 76, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 7 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": "45e13804d277/files/fixture.txt", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/permission-reject-selected.frame.json b/apps/catalog/public/captures/everforest/permission-reject-selected.frame.json index 0d40917..1cf02ab 100644 --- a/apps/catalog/public/captures/everforest/permission-reject-selected.frame.json +++ b/apps/catalog/public/captures/everforest/permission-reject-selected.frame.json @@ -1 +1,542 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[62,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"OpenC","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":5},{"text":"o","fg":[211,198,170,255],"bg":[63,72,75,255],"attributes":1,"width":1},{"text":"d","fg":[211,198,170,255],"bg":[63,73,75,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[64,73,75,255],"attributes":1,"width":1},{"text":" ","fg":[211,198,170,255],"bg":[64,74,76,255],"attributes":1,"width":1},{"text":"D","fg":[211,198,170,255],"bg":[65,74,76,255],"attributes":1,"width":1},{"text":"r","fg":[211,198,170,255],"bg":[66,75,77,255],"attributes":1,"width":1},{"text":"i","fg":[211,198,170,255],"bg":[67,75,77,255],"attributes":1,"width":1},{"text":"v","fg":[211,198,170,255],"bg":[68,76,78,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[69,77,78,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[69,78,79,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[70,79,80,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[69,77,78,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":6},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠙","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Patching","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"△","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Permission required","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"→","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"45e13804d277/files/fixture.txt","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Allow once","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Allow always","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Reject","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":30},{"text":"ctrl+f ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"select","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "OpenC", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 5 }, + { "text": "o", "fg": [211, 198, 170, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [211, 198, 170, 255], "bg": [63, 73, 75, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [64, 73, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [64, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [211, 198, 170, 255], "bg": [65, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [66, 75, 77, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [67, 75, 77, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [68, 76, 78, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [69, 77, 78, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 78, 79, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 79, 80, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 77, 78, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 6 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠙", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": "45e13804d277/files/fixture.txt", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Allow always", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Reject", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 30 + }, + { "text": "ctrl+f ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/question-awaiting-form.frame.json b/apps/catalog/public/captures/everforest/question-awaiting-form.frame.json index 7e5ae10..b77959d 100644 --- a/apps/catalog/public/captures/everforest/question-awaiting-form.frame.json +++ b/apps/catalog/public/captures/everforest/question-awaiting-form.frame.json @@ -1 +1,539 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[62,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Asked 2 questions","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Questions","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Runtime","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"Validation","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"Confirm","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"1.","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Bun","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":"Use the repository's configured runtime.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"2.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Node","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":"Use the Node.js compatibility runtime.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"3.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"tab","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"select","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"esc ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"dismiss","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 72, 75, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 2 questions", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "Validation", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "Confirm", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the repository's configured runtime.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Node", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the Node.js compatibility runtime.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "tab", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/question-denied.frame.json b/apps/catalog/public/captures/everforest/question-denied.frame.json index a5ee96d..2e560d4 100644 --- a/apps/catalog/public/captures/everforest/question-denied.frame.json +++ b/apps/catalog/public/captures/everforest/question-denied.frame.json @@ -1 +1,582 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Bun","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":108},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which validation should run?","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Focused","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The catalog answers were submitted.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 6.7s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask one more runtime question that I will dismiss.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":61},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Asked 1 question","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Questions","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"1.","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Bun","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":"Use the repository's configured runtime.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"2.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Node","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":"Use the Node.js compatibility runtime.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"3.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"select","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"submit","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"esc ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"dismiss","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":75},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [49, 58, 65, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Bun", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 108 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which validation should run?", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Focused", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The catalog answers were submitted.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 6.7s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask one more runtime question that I will dismiss.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 61 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 1 question", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the repository's configured runtime.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Node", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the Node.js compatibility runtime.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 75 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/question-input-streaming.frame.json b/apps/catalog/public/captures/everforest/question-input-streaming.frame.json index 4c2a35c..e3b94e9 100644 --- a/apps/catalog/public/captures/everforest/question-input-streaming.frame.json +++ b/apps/catalog/public/captures/everforest/question-input-streaming.frame.json @@ -1 +1,478 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":1},{"text":"1","fg":[168,192,129,255],"bg":[61,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[60,70,73,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠸","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Asking questions...","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[94,133,131,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"■","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[68,90,92,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[80,110,110,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [168, 192, 129, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [60, 70, 73, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠸", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Asking questions...", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [94, 133, 131, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [68, 90, 92, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [80, 110, 110, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/question-prompt.frame.json b/apps/catalog/public/captures/everforest/question-prompt.frame.json index 9d7479f..fed466d 100644 --- a/apps/catalog/public/captures/everforest/question-prompt.frame.json +++ b/apps/catalog/public/captures/everforest/question-prompt.frame.json @@ -1 +1,586 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[62,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"← Patched","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.9s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Asked 1 question","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Questions","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"1.","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Keep it minimal (Recommended)","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":"Small deterministic fixture","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"2.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Expand coverage","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":93},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":"Add more scripted states","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":84},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"3.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"select","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"submit","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"esc ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"dismiss","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":75},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 72, 75, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.9s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 1 question", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [167, 192, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": "Small deterministic fixture", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Expand coverage", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 93 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": "Add more scripted states", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 84 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 75 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/question-review.frame.json b/apps/catalog/public/captures/everforest/question-review.frame.json index f93a4a5..1317cf8 100644 --- a/apps/catalog/public/captures/everforest/question-review.frame.json +++ b/apps/catalog/public/captures/everforest/question-review.frame.json @@ -1 +1,498 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[62,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Asked 2 questions","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Questions","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Runtime","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"Validation","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"Confirm","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Review","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Runtime:","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Bun","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Validation:","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Focused","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"tab","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"scroll","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"submit","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"esc ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"dismiss","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 72, 75, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 2 questions", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "Validation", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "Confirm", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Review", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime:", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Validation:", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Focused", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "tab", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "scroll", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/question-succeeded.frame.json b/apps/catalog/public/captures/everforest/question-succeeded.frame.json index aebe349..ee13b30 100644 --- a/apps/catalog/public/captures/everforest/question-succeeded.frame.json +++ b/apps/catalog/public/captures/everforest/question-succeeded.frame.json @@ -1 +1,525 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[61,70,73,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[61,70,73,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,70,73,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[61,70,73,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[61,70,73,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Questions","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Bun","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":108},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which validation should run?","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Focused","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The catalog answers were submitted.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 6.7s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8af6-01b9-4a6f-9954-e29745cc69aa/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [61, 70, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [61, 70, 73, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [61, 70, 73, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Bun", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 108 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which validation should run?", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Focused", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The catalog answers were submitted.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 6.7s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8af6-01b9-4a6f-9954-e29745cc69aa/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/read-denied.frame.json b/apps/catalog/public/captures/everforest/read-denied.frame.json index 5a8ffed..3f7c137 100644 --- a/apps/catalog/public/captures/everforest/read-denied.frame.json +++ b/apps/catalog/public/captures/everforest/read-denied.frame.json @@ -1 +1,575 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[62,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,71,74,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[101,110,103,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored","fg":[101,110,103,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"—","fg":[101,110,103,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"1","fg":[101,110,103,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"read","fg":[101,110,103,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The fixture read succeeded.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 604ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Now try to read a missing file.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":80},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 read","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The missing-file read failed as expected.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":72}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 151ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Now read the ledger file.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠋","fg":[230,152,117,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Read src/ledger.ts","fg":[230,152,117,255],"bg":[45,53,59,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":93}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"△","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Permission required","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"→","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Read src/ledger.ts","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Path: src/ledger.ts","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Allow once","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Allow always","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Reject","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"select","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 71, 74, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [101, 110, 103, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Explored", "fg": [101, 110, 103, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "—", "fg": [101, 110, 103, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [101, 110, 103, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "read", "fg": [101, 110, 103, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture read succeeded.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 604ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Now try to read a missing file.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 80 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 read", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The missing-file read failed as expected.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 72 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 151ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Now read the ledger file.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [230, 152, 117, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Read src/ledger.ts", + "fg": [230, 152, 117, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 93 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Read src/ledger.ts", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Path: src/ledger.ts", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/read-input-streaming.frame.json b/apps/catalog/public/captures/everforest/read-input-streaming.frame.json index 9ea9eb7..d324e4b 100644 --- a/apps/catalog/public/captures/everforest/read-input-streaming.frame.json +++ b/apps/catalog/public/captures/everforest/read-input-streaming.frame.json @@ -1 +1,478 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[62,72,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,72,74,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠹","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Exploring — 1 read","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":93}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[68,90,92,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[80,110,110,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝","fg":[84,117,116,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 72, 74, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠹", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Exploring — 1 read", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 93 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [68, 90, 92, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [80, 110, 110, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝", "fg": [84, 117, 116, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/read-permission.frame.json b/apps/catalog/public/captures/everforest/read-permission.frame.json index 896ad1a..5e1c09d 100644 --- a/apps/catalog/public/captures/everforest/read-permission.frame.json +++ b/apps/catalog/public/captures/everforest/read-permission.frame.json @@ -1 +1,505 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[67,75,77,255],"attributes":0,"width":1},{"text":"1","fg":[230,152,117,255],"bg":[65,74,76,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":"O","fg":[211,198,170,255],"bg":[58,69,72,255],"attributes":1,"width":1},{"text":"penCode Drive","fg":[211,198,170,255],"bg":[57,68,72,255],"attributes":1,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[57,68,72,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠋","fg":[230,152,117,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Read fixture.txt","fg":[230,152,117,255],"bg":[45,53,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"△","fg":[230,152,117,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Permission required","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"→","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Read fixture.txt","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Path: fixture.txt","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":94},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Allow once","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Allow always","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":"Reject","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"select","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":6},{"text":"confirm","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [67, 75, 77, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [230, 152, 117, 255], "bg": [65, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [211, 198, 170, 255], "bg": [58, 69, 72, 255], "attributes": 1, "width": 1 }, + { "text": "penCode Drive", "fg": [211, 198, 170, 255], "bg": [57, 68, 72, 255], "attributes": 1, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [57, 68, 72, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [230, 152, 117, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Read fixture.txt", + "fg": [230, 152, 117, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [230, 152, 117, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Read fixture.txt", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Path: fixture.txt", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 94 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/read-succeeded.frame.json b/apps/catalog/public/captures/everforest/read-succeeded.frame.json index c6767e4..04815fa 100644 --- a/apps/catalog/public/captures/everforest/read-succeeded.frame.json +++ b/apps/catalog/public/captures/everforest/read-succeeded.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[53,64,69,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[53,64,69,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[53,64,69,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[53,64,69,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[53,64,69,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"→","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Explored — 1 read","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The fixture read succeeded.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 604ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...d8f1-35a2-4ee5-8b7d-3a4920c0bc28/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 64, 69, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [53, 64, 69, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 64, 69, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [53, 64, 69, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [53, 64, 69, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 read", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture read succeeded.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 604ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...d8f1-35a2-4ee5-8b7d-3a4920c0bc28/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/session-export.frame.json b/apps/catalog/public/captures/everforest/session-export.frame.json index 40474c0..b517aa7 100644 --- a/apps/catalog/public/captures/everforest/session-export.frame.json +++ b/apps/catalog/public/captures/everforest/session-export.frame.json @@ -1 +1,647 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"1","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Drive","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"+","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Change","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"from","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"before","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"to","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"after.","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"←","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Patched","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[87,82,70,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[87,82,70,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Export session","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":39},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Export as:","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"◉ Markdown","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":"○ JSON","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"The","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"fixture","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"was","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"updated.","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"[x]","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Include thinking","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Build","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Simulated","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Model","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":4},{"text":"Copy","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":"Export","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt", + "fg": [50, 54, 49, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [87, 82, 70, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [87, 82, 70, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Export session", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 39 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Export as:", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "◉ Markdown", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": "○ JSON", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "[x]", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Include thinking", + "fg": [167, 192, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 31 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 4 }, + { "text": "Copy", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": "Export", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/session-fork.frame.json b/apps/catalog/public/captures/everforest/session-fork.frame.json index d2ec502..35ec70d 100644 --- a/apps/catalog/public/captures/everforest/session-fork.frame.json +++ b/apps/catalog/public/captures/everforest/session-fork.frame.json @@ -1 +1,574 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"1","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Drive","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"+","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Change","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"from","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"before","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"to","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"after.","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"←","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Patched","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"befo","fg":[87,82,70,255],"bg":[23,14,18,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"afte","fg":[87,82,70,255],"bg":[13,20,24,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Fork session","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":65},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"The","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"fixtur","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"●","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"Full session","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Build","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Si","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Change fixture.txt from before to after.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":33},{"text":"3:26 PM","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt", + "fg": [50, 54, 49, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "befo", "fg": [87, 82, 70, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "afte", "fg": [87, 82, 70, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Fork session", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 65 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "fixtur", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "Full session", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 33 + }, + { "text": "3:26 PM", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/session-picker-populated.frame.json b/apps/catalog/public/captures/everforest/session-picker-populated.frame.json index 36fb5e4..ed7c8e7 100644 --- a/apps/catalog/public/captures/everforest/session-picker-populated.frame.json +++ b/apps/catalog/public/captures/everforest/session-picker-populated.frame.json @@ -1 +1,620 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"1","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"DriveCatalog","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"cap","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":"t","fg":[74,70,62,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":"u","fg":[58,57,51,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":"r","fg":[42,44,42,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":"e","fg":[27,30,31,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"+","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,24,27,255],"attributes":0,"width":2},{"text":"←","fg":[42,45,42,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":"Patched","fg":[42,45,42,255],"bg":[20,24,27,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt","fg":[42,45,42,255],"bg":[20,24,27,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[87,82,70,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[87,82,70,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"The","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"fixture","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"was","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"updated.","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Build","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Si","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Sessions","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":69},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"me","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"abo","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Today","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"●","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog capture session","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"#","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Question","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"delete","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ctrl+d","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"rename","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ctrl+r","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":"all projects","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":12},{"text":" ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Which","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"dire","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Keep","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"it","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"minimal","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"(Recommended)","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Keeping","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"the","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"fixture","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"minimal.","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Build","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Simulated","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Model","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"216ms","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"⦿","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "DriveCatalog", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "cap", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": "t", "fg": [74, 70, 62, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [58, 57, 51, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [42, 44, 42, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [27, 30, 31, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [42, 45, 42, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [42, 45, 42, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt", + "fg": [42, 45, 42, 255], + "bg": [20, 24, 27, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [87, 82, 70, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [87, 82, 70, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Sessions", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 69 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "me", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "abo", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Today", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog capture session", + "fg": [45, 53, 59, 255], + "bg": [167, 192, 128, 255], + "attributes": 1, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 46 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "#", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Question", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "delete", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ctrl+d", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "rename", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ctrl+r", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { "text": "all projects", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Which", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "dire", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Keep", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "it", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "minimal", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "(Recommended)", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Keeping", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "minimal.", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "216ms", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/session-picker.frame.json b/apps/catalog/public/captures/everforest/session-picker.frame.json index f61469d..6fe0669 100644 --- a/apps/catalog/public/captures/everforest/session-picker.frame.json +++ b/apps/catalog/public/captures/everforest/session-picker.frame.json @@ -1 +1,628 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Sessions","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":69},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"No sessions available","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"delete ctrl+d","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"rename ctrl+r","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":"all projects","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":12},{"text":" ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"anything...","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"a","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"TODO","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"in","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"the","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Sessions", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 69 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "No sessions available", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "delete ctrl+d", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "rename ctrl+r", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { "text": "all projects", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/session-rename.frame.json b/apps/catalog/public/captures/everforest/session-rename.frame.json index 9b997bf..7c4bca4 100644 --- a/apps/catalog/public/captures/everforest/session-rename.frame.json +++ b/apps/catalog/public/captures/everforest/session-rename.frame.json @@ -1 +1,602 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[22,26,28,255],"attributes":0,"width":1},{"text":"1","fg":[69,79,53,255],"bg":[22,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[22,26,28,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[87,82,70,255],"bg":[22,26,28,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[22,26,28,255],"attributes":0,"width":1},{"text":"Drive","fg":[87,82,70,255],"bg":[22,26,28,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[22,26,28,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"+","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Change","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"from","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"before","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"to","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"after.","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"←","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Patched","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[87,82,70,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[87,82,70,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Rename session","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":39},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"The","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"fixture","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"was","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"updated.","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"enter ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":"submit","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Build","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Simulated","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Model","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [22, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [69, 79, 53, 255], "bg": [22, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [22, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [87, 82, 70, 255], "bg": [22, 26, 28, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [22, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [87, 82, 70, 255], "bg": [22, 26, 28, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [22, 26, 28, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f-ad75-45e13804d277/files/fixture.txt", + "fg": [50, 54, 49, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [87, 82, 70, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [87, 82, 70, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Rename session", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 39 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/session-tabs-idle.frame.json b/apps/catalog/public/captures/everforest/session-tabs-idle.frame.json index b34144a..b207ebe 100644 --- a/apps/catalog/public/captures/everforest/session-tabs-idle.frame.json +++ b/apps/catalog/public/captures/everforest/session-tabs-idle.frame.json @@ -1 +1,481 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[70,79,80,255],"attributes":0,"width":1},{"text":"1","fg":[188,181,151,255],"bg":[71,79,80,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[71,79,80,255],"attributes":0,"width":1},{"text":"Op","fg":[211,198,170,255],"bg":[71,79,80,255],"attributes":1,"width":2},{"text":"e","fg":[211,198,170,255],"bg":[69,78,79,255],"attributes":1,"width":1},{"text":"n","fg":[211,198,170,255],"bg":[66,74,76,255],"attributes":1,"width":1},{"text":"Code Drive","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[64,73,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[66,74,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[67,75,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[68,76,78,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[68,77,78,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[69,78,79,255],"attributes":0,"width":1},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Audit the current tab state.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Working on a tab audit.Tab audit complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":42},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":71}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 2.1s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...6791-5962-41f3-a342-e9aa6450e7c8/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 79, 80, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [188, 181, 151, 255], "bg": [71, 79, 80, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [71, 79, 80, 255], "attributes": 0, "width": 1 }, + { "text": "Op", "fg": [211, 198, 170, 255], "bg": [71, 79, 80, 255], "attributes": 1, "width": 2 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [69, 78, 79, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [211, 198, 170, 255], "bg": [66, 74, 76, 255], "attributes": 1, "width": 1 }, + { "text": "Code Drive", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [66, 74, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [67, 75, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 76, 78, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 77, 78, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 78, 79, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Audit the current tab state.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Working on a tab audit.Tab audit complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 42 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 71 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 2.1s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...6791-5962-41f3-a342-e9aa6450e7c8/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/session-tabs-running.frame.json b/apps/catalog/public/captures/everforest/session-tabs-running.frame.json index 419079d..41620ff 100644 --- a/apps/catalog/public/captures/everforest/session-tabs-running.frame.json +++ b/apps/catalog/public/captures/everforest/session-tabs-running.frame.json @@ -1 +1,472 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[54,65,69,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[54,65,69,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,65,69,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[54,65,69,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[54,65,69,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Audit the current tab state.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Working on a tab audit.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":23},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝","fg":[65,85,88,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 65, 69, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [54, 65, 69, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 65, 69, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [54, 65, 69, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [54, 65, 69, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Audit the current tab state.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Working on a tab audit.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝", "fg": [65, 85, 88, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/shell-execute-failed.frame.json b/apps/catalog/public/captures/everforest/shell-execute-failed.frame.json index a1a5786..ab7b24d 100644 --- a/apps/catalog/public/captures/everforest/shell-execute-failed.frame.json +++ b/apps/catalog/public/captures/everforest/shell-execute-failed.frame.json @@ -1 +1,556 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[61,70,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,70,74,255],"attributes":0,"width":1},{"text":"OpenCode Dr","fg":[211,198,170,255],"bg":[61,70,74,255],"attributes":1,"width":11},{"text":"iv","fg":[211,198,170,255],"bg":[62,71,74,255],"attributes":1,"width":2},{"text":"e","fg":[211,198,170,255],"bg":[62,72,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[64,74,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[66,75,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[67,76,78,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[68,77,78,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[69,77,79,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[69,78,79,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[70,78,79,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[68,77,78,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[64,73,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,70,74,255],"attributes":0,"width":1},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"+","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Thought · 1.4s","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"$","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tool result declared output without an output schema","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":59},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The successful shell command completed.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":74}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.0s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Now run one failing foreground shell command.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠇","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"catalog-shell-fail","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The shell lifecycle is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":32},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":81}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.6s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...df42-0409-406d-933a-07fb0ca4a1d8/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [61, 70, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 70, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Dr", "fg": [211, 198, 170, 255], "bg": [61, 70, 74, 255], "attributes": 1, "width": 11 }, + { "text": "iv", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 2 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [66, 75, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [67, 76, 78, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 77, 78, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 77, 79, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 78, 79, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 78, 79, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 77, 78, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 70, 74, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.4s", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "$", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Tool result declared output without an output schema", + "fg": [230, 126, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 59 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The successful shell command completed.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.0s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Now run one failing foreground shell command.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠇", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "catalog-shell-fail", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The shell lifecycle is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 32 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 81 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.6s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...df42-0409-406d-933a-07fb0ca4a1d8/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/shell-execute-succeeded.frame.json b/apps/catalog/public/captures/everforest/shell-execute-succeeded.frame.json index 78a200e..b1a03fb 100644 --- a/apps/catalog/public/captures/everforest/shell-execute-succeeded.frame.json +++ b/apps/catalog/public/captures/everforest/shell-execute-succeeded.frame.json @@ -1 +1,520 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[55,66,70,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":1},{"text":"OpenCode D","fg":[211,198,170,255],"bg":[55,66,70,255],"attributes":1,"width":10},{"text":"r","fg":[211,198,170,255],"bg":[56,67,71,255],"attributes":1,"width":1},{"text":"i","fg":[211,198,170,255],"bg":[57,67,71,255],"attributes":1,"width":1},{"text":"v","fg":[211,198,170,255],"bg":[57,68,72,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[58,69,72,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[59,70,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,71,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[64,74,76,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[65,74,76,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[58,69,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[55,66,70,255],"attributes":0,"width":2},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"+","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Thought · 1.4s","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"$","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tool result declared output without an output schema","fg":[230,126,128,255],"bg":[51,60,67,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":59},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The successful shell command completed.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":74}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.0s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...df42-0409-406d-933a-07fb0ca4a1d8/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [55, 66, 70, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [55, 66, 70, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [55, 66, 70, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode D", "fg": [211, 198, 170, 255], "bg": [55, 66, 70, 255], "attributes": 1, "width": 10 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [56, 67, 71, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [57, 67, 71, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [57, 68, 72, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [58, 69, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [59, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 71, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 74, 76, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 76, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [58, 69, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [55, 66, 70, 255], "attributes": 0, "width": 2 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.4s", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "$", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Tool result declared output without an output schema", + "fg": [230, 126, 128, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 59 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The successful shell command completed.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.0s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...df42-0409-406d-933a-07fb0ca4a1d8/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/shell-input-streaming.frame.json b/apps/catalog/public/captures/everforest/shell-input-streaming.frame.json index d602f6a..0bd6343 100644 --- a/apps/catalog/public/captures/everforest/shell-input-streaming.frame.json +++ b/apps/catalog/public/captures/everforest/shell-input-streaming.frame.json @@ -1 +1,489 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[63,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[173,193,134,255],"bg":[63,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":1},{"text":"O","fg":[211,198,170,255],"bg":[63,73,75,255],"attributes":1,"width":1},{"text":"p","fg":[211,198,170,255],"bg":[63,72,75,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[60,70,73,255],"attributes":1,"width":1},{"text":"n","fg":[211,198,170,255],"bg":[56,66,70,255],"attributes":1,"width":1},{"text":"Code Drive","fg":[211,198,170,255],"bg":[54,64,69,255],"attributes":1,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[54,64,69,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"+","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Thought","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":104}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠋","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"Writing command...","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"⬝⬝⬝⬝⬝⬝⬝⬝","fg":[71,96,98,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [173, 193, 134, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [211, 198, 170, 255], "bg": [63, 73, 75, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [211, 198, 170, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [211, 198, 170, 255], "bg": [56, 66, 70, 255], "attributes": 1, "width": 1 }, + { "text": "Code Drive", "fg": [211, 198, 170, 255], "bg": [54, 64, 69, 255], "attributes": 1, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [54, 64, 69, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 104 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "Writing command...", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝⬝", "fg": [71, 96, 98, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/shell-output-streaming.frame.json b/apps/catalog/public/captures/everforest/shell-output-streaming.frame.json index 5d8f279..8299d61 100644 --- a/apps/catalog/public/captures/everforest/shell-output-streaming.frame.json +++ b/apps/catalog/public/captures/everforest/shell-output-streaming.frame.json @@ -1 +1,495 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"OpenCo","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":1,"width":6},{"text":"d","fg":[211,198,170,255],"bg":[53,64,68,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[53,64,69,255],"attributes":1,"width":1},{"text":" ","fg":[211,198,170,255],"bg":[54,65,69,255],"attributes":1,"width":1},{"text":"D","fg":[211,198,170,255],"bg":[55,65,70,255],"attributes":1,"width":1},{"text":"r","fg":[211,198,170,255],"bg":[56,66,70,255],"attributes":1,"width":1},{"text":"i","fg":[211,198,170,255],"bg":[57,67,71,255],"attributes":1,"width":1},{"text":"v","fg":[211,198,170,255],"bg":[58,68,72,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[59,69,72,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,70,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[62,71,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[58,68,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,65,69,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"+","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Thought · 1.4s","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⠋","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"⬝⬝⬝⬝⬝⬝⬝⬝","fg":[83,114,114,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCo", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 6 }, + { "text": "d", "fg": [211, 198, 170, 255], "bg": [53, 64, 68, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [53, 64, 69, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [54, 65, 69, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [211, 198, 170, 255], "bg": [55, 65, 70, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [211, 198, 170, 255], "bg": [56, 66, 70, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [57, 67, 71, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [58, 68, 72, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [59, 69, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 74, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [58, 68, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 65, 69, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.4s", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝⬝", "fg": [83, 114, 114, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/shell-panel-empty.frame.json b/apps/catalog/public/captures/everforest/shell-panel-empty.frame.json new file mode 100644 index 0000000..2eda65c --- /dev/null +++ b/apps/catalog/public/captures/everforest/shell-panel-empty.frame.json @@ -0,0 +1,504 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 69, 73, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [60, 69, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 69, 73, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Dr", "fg": [211, 198, 170, 255], "bg": [60, 69, 73, 255], "attributes": 1, "width": 11 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [61, 69, 73, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [61, 70, 73, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [61, 70, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 70, 74, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 70, 74, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 69, 73, 255], "attributes": 0, "width": 4 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 56ms", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.4s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " No shell commands", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 94 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 103 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/shell-panel-running.frame.json b/apps/catalog/public/captures/everforest/shell-panel-running.frame.json new file mode 100644 index 0000000..eabf532 --- /dev/null +++ b/apps/catalog/public/captures/everforest/shell-panel-running.frame.json @@ -0,0 +1,504 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 56ms", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.4s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "sleep 30", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "kill", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+d", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/skill-picker-empty.frame.json b/apps/catalog/public/captures/everforest/skill-picker-empty.frame.json new file mode 100644 index 0000000..8620fb2 --- /dev/null +++ b/apps/catalog/public/captures/everforest/skill-picker-empty.frame.json @@ -0,0 +1,612 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [58, 86, 87, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { "text": "Skills", "fg": [220, 220, 204, 255], "bg": [79, 79, 79, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 71 + }, + { "text": "esc", "fg": [159, 159, 159, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [140, 208, 211, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 61 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "No skills found", + "fg": [159, 159, 159, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 69 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "broken", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "tests\"", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [91, 58, 80, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [39, 39, 39, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-9467f8c106cb/files", + "fg": [65, 65, 65, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 65, 52, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [33, 33, 33, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/skill-picker.frame.json b/apps/catalog/public/captures/everforest/skill-picker.frame.json index 82fd410..9d3e3e8 100644 --- a/apps/catalog/public/captures/everforest/skill-picker.frame.json +++ b/apps/catalog/public/captures/everforest/skill-picker.frame.json @@ -1 +1,619 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Skills","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":"OpenCode Use this skill for any question about OpenCode itself, including how Op","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":80},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Report ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" Use when the user wants to report an opencode issue or bug. Collect sta","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"anything...","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"a","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"TODO","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"in","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"the","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Skills", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { + "text": "OpenCode Use this skill for any question about OpenCode itself, including how Op", + "fg": [45, 53, 59, 255], + "bg": [167, 192, 128, 255], + "attributes": 1, + "width": 80 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Report ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { + "text": " Use when the user wants to report an opencode issue or bug. Collect sta", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/status.frame.json b/apps/catalog/public/captures/everforest/status.frame.json index bdc4e1f..228f799 100644 --- a/apps/catalog/public/captures/everforest/status.frame.json +++ b/apps/catalog/public/captures/everforest/status.frame.json @@ -1 +1,669 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Status","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"No MCP servers","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":"█","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,30,30,255],"attributes":0,"width":2},{"text":"█","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,30,30,255],"attributes":0,"width":2},{"text":"█","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀","fg":[50,54,49,255],"bg":[26,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,30,30,255],"attributes":0,"width":2},{"text":"█","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,37,36,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,37,36,255],"attributes":0,"width":2},{"text":"█","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,37,36,255],"attributes":0,"width":2},{"text":"█","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":1},{"text":"▀▀▀","fg":[87,82,70,255],"bg":[36,37,36,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":"▀▀▀▀","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"█▀▀▀","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀","fg":[26,30,30,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"▀","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"anything...","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"a","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"TODO","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"in","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"the","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/private/var/folde...-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Status", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "No MCP servers", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": "█", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀", "fg": [50, 54, 49, 255], "bg": [26, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 37, 36, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 37, 36, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 37, 36, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 1 }, + { "text": "▀▀▀", "fg": [87, 82, 70, 255], "bg": [36, 37, 36, 255], "attributes": 1, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": "▀▀▀▀", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "█▀▀▀", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀", "fg": [26, 30, 30, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "▀", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/subagent-completed.frame.json b/apps/catalog/public/captures/everforest/subagent-completed.frame.json index e1fcf3a..9d29c89 100644 --- a/apps/catalog/public/captures/everforest/subagent-completed.frame.json +++ b/apps/catalog/public/captures/everforest/subagent-completed.frame.json @@ -1 +1,494 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[63,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[59,69,73,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[58,68,72,255],"attributes":0,"width":1},{"text":"OpenCode Driv","fg":[211,198,170,255],"bg":[58,68,72,255],"attributes":1,"width":13},{"text":"e","fg":[211,198,170,255],"bg":[59,69,73,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,69,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,70,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[63,73,75,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[64,74,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,75,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[66,76,77,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[67,76,77,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[65,75,76,255],"attributes":0,"width":1},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Use a subagent to inspect src/ledger.ts and calculate the total.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"+","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Thought · 36ms","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"✓","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Researcher Subagent — Inspect ledger lifecycle","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":65}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Subagent completed the ledger lifecycle.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":73}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...d8b4-5a7a-42b9-9894-29a3b13227bd/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [59, 69, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [58, 68, 72, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Driv", "fg": [211, 198, 170, 255], "bg": [58, 68, 72, 255], "attributes": 1, "width": 13 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [59, 69, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 69, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 73, 75, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 74, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 75, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [66, 76, 77, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [67, 76, 77, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 75, 76, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 36ms", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...d8b4-5a7a-42b9-9894-29a3b13227bd/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/subagent-panel-active.frame.json b/apps/catalog/public/captures/everforest/subagent-panel-active.frame.json new file mode 100644 index 0000000..79f35bb --- /dev/null +++ b/apps/catalog/public/captures/everforest/subagent-panel-active.frame.json @@ -0,0 +1,499 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 74, 77, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [168, 192, 129, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [60, 70, 73, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 56ms", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠸", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher: Inspect ledger lifecycle", + "fg": [45, 53, 59, 255], + "bg": [167, 192, 128, 255], + "attributes": 1, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 65 + }, + { "text": "Running", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "interrupt", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+d", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "show inactive", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/subagent-panel-inactive.frame.json b/apps/catalog/public/captures/everforest/subagent-panel-inactive.frame.json new file mode 100644 index 0000000..ab32adb --- /dev/null +++ b/apps/catalog/public/captures/everforest/subagent-panel-inactive.frame.json @@ -0,0 +1,511 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [211, 198, 170, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": "Dr", "fg": [211, 198, 170, 255], "bg": [62, 71, 75, 255], "attributes": 1, "width": 2 }, + { "text": "i", "fg": [211, 198, 170, 255], "bg": [63, 71, 75, 255], "attributes": 1, "width": 1 }, + { "text": "ve", "fg": [211, 198, 170, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 75, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 71, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 5 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 56ms", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.4s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher: Inspect ledger lifecycle", + "fg": [45, 53, 59, 255], + "bg": [167, 192, 128, 255], + "attributes": 1, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 73 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "show active", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 11 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/subagent-running.frame.json b/apps/catalog/public/captures/everforest/subagent-running.frame.json index a37e3f5..e2e218e 100644 --- a/apps/catalog/public/captures/everforest/subagent-running.frame.json +++ b/apps/catalog/public/captures/everforest/subagent-running.frame.json @@ -1 +1,478 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[60,70,73,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[60,70,73,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Use a subagent to inspect src/ledger.ts and calculate the total.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"+","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Thought · 36ms","fg":[156,112,94,255],"bg":[45,53,59,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠋","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Researcher Subagent — Inspect ledger lifecycle","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":65}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝","fg":[65,85,88,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [60, 70, 73, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 36ms", "fg": [156, 112, 94, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝", "fg": [65, 85, 88, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/subagent-session.frame.json b/apps/catalog/public/captures/everforest/subagent-session.frame.json index 5fa05f5..3a75743 100644 --- a/apps/catalog/public/captures/everforest/subagent-session.frame.json +++ b/apps/catalog/public/captures/everforest/subagent-session.frame.json @@ -1 +1,507 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[65,73,76,255],"attributes":0,"width":1},{"text":"1","fg":[170,192,131,255],"bg":[65,73,76,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[65,73,76,255],"attributes":0,"width":1},{"text":"O","fg":[211,198,170,255],"bg":[65,73,76,255],"attributes":1,"width":1},{"text":"p","fg":[211,198,170,255],"bg":[63,72,75,255],"attributes":1,"width":1},{"text":"enCode Drive","fg":[211,198,170,255],"bg":[61,71,74,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[61,71,74,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[63,72,75,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[63,72,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[64,72,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[64,73,76,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[65,73,76,255],"attributes":0,"width":1},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"You are a subagent spawned by another session.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":65},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Read src/ledger.ts and report its exports, values, and calculated total.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[214,153,182,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The child inspected src/ledger.ts and calculated total 42.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":55}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Researcher","fg":[214,153,182,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":" · Simulated Model · 1.5s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Subagents","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Shell","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":90},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" No active subagents","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"show inactive","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":13},{"text":" ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"tabs","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":4},{"text":" ","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"←/→","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[133,146,137,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 73, 76, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [170, 192, 131, 255], "bg": [65, 73, 76, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 73, 76, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [211, 198, 170, 255], "bg": [65, 73, 76, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [211, 198, 170, 255], "bg": [63, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": "enCode Drive", "fg": [211, 198, 170, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [61, 71, 74, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 72, 75, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [63, 72, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 72, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [64, 73, 76, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [65, 73, 76, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "You are a subagent spawned by another session.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 65 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Read src/ledger.ts and report its exports, values, and calculated total.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 72 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 39 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [214, 153, 182, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The child inspected src/ledger.ts and calculated total 42.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 55 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Researcher", "fg": [214, 153, 182, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { + "text": " · Simulated Model · 1.5s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " No active subagents", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "show inactive", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [133, 146, 137, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/theme-picker-empty.frame.json b/apps/catalog/public/captures/everforest/theme-picker-empty.frame.json new file mode 100644 index 0000000..fd60b2b --- /dev/null +++ b/apps/catalog/public/captures/everforest/theme-picker-empty.frame.json @@ -0,0 +1,660 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [58, 86, 87, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { "text": "Themes", "fg": [220, 220, 204, 255], "bg": [79, 79, 79, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc", "fg": [159, 159, 159, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [140, 208, 211, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [159, 159, 159, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "broken", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "tests\"", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [91, 58, 80, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [39, 39, 39, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-9467f8c106cb/files", + "fg": [65, 65, 65, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 65, 52, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [33, 33, 33, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/theme-picker.frame.json b/apps/catalog/public/captures/everforest/theme-picker.frame.json index cf77334..1b0dda2 100644 --- a/apps/catalog/public/captures/everforest/theme-picker.frame.json +++ b/apps/catalog/public/captures/everforest/theme-picker.frame.json @@ -1 +1,727 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"+","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"New","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"session","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Themes","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":43},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"Search","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"catppuccin-frappe","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"catppuccin-macchiato","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"cobalt2","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"cursor","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"dracula","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"●","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":1},{"text":"everforest","fg":[45,53,59,255],"bg":[167,192,128,255],"attributes":1,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[167,192,128,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"flexoki","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Buil","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"github","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"gruvbox","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":49},{"text":"▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":22},{"text":"/privat","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"kanagawa","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":48},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":"lucent-orng","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":111},{"text":"local","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"○","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Themes", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "catppuccin-frappe", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { + "text": "catppuccin-macchiato", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "cobalt2", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "cursor", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "dracula", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [167, 192, 128, 255], "attributes": 0, "width": 1 }, + { "text": "everforest", "fg": [45, 53, 59, 255], "bg": [167, 192, 128, 255], "attributes": 1, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [167, 192, 128, 255], + "attributes": 0, + "width": 45 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "flexoki", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "github", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 50 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [21, 26, 28, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "gruvbox", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 49 + }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [21, 26, 28, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "kanagawa", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 48 + }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": "lucent-orng", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/thinking-streaming.frame.json b/apps/catalog/public/captures/everforest/thinking-streaming.frame.json index 3e57796..7e56219 100644 --- a/apps/catalog/public/captures/everforest/thinking-streaming.frame.json +++ b/apps/catalog/public/captures/everforest/thinking-streaming.frame.json @@ -1 +1,469 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[62,72,75,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,72,75,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,72,75,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠙","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Thinking","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":103}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝","fg":[70,93,95,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 75, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 72, 75, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 72, 75, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠙", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "Thinking", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 103 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝", "fg": [70, 93, 95, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/toast-error.frame.json b/apps/catalog/public/captures/everforest/toast-error.frame.json index f40ba8c..380e5a9 100644 --- a/apps/catalog/public/captures/everforest/toast-error.frame.json +++ b/apps/catalog/public/captures/everforest/toast-error.frame.json @@ -1 +1,593 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog cap","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":1,"width":25},{"text":"t","fg":[179,171,150,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":"u","fg":[141,139,125,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":"r","fg":[103,106,101,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":"e","fg":[65,74,76,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":2},{"text":"←","fg":[101,110,103,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":"Patched","fg":[101,110,103,255],"bg":[49,58,65,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c4","fg":[101,110,103,255],"bg":[49,58,65,255],"attributes":0,"width":49},{"text":"┃","fg":[230,126,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":50},{"text":"┃","fg":[230,126,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":61},{"text":"┃","fg":[230,126,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Sharing is not implemented for V2 sessions yet","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"┃","fg":[230,126,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":47},{"text":"┃","fg":[230,126,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":50},{"text":"┃","fg":[230,126,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.9s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Questions","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Keep it minimal (Recommended)","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Keeping the fixture minimal.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 216ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog cap", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 1, + "width": 25 + }, + { "text": "t", "fg": [179, 171, 150, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [141, 139, 125, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [103, 106, 101, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [65, 74, 76, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [101, 110, 103, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [101, 110, 103, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c4", + "fg": [101, 110, 103, 255], + "bg": [49, 58, 65, 255], + "attributes": 0, + "width": 49 + }, + { "text": "┃", "fg": [230, 126, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 50 + }, + { "text": "┃", "fg": [230, 126, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 61 + }, + { "text": "┃", "fg": [230, 126, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { + "text": "Sharing is not implemented for V2 sessions yet", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 46 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [230, 126, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 47 + }, + { "text": "┃", "fg": [230, 126, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 50 + }, + { "text": "┃", "fg": [230, 126, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.9s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Keeping the fixture minimal.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 216ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/toast-info.frame.json b/apps/catalog/public/captures/everforest/toast-info.frame.json index 9443ab2..978e26c 100644 --- a/apps/catalog/public/captures/everforest/toast-info.frame.json +++ b/apps/catalog/public/captures/everforest/toast-info.frame.json @@ -1 +1,686 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"1","fg":[69,79,53,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"DriveCatalog","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"cap","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":1,"width":3},{"text":"t","fg":[74,70,62,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":"u","fg":[58,57,51,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":"r","fg":[42,44,42,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":"e","fg":[27,30,31,255],"bg":[21,26,28,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"+","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,24,27,255],"attributes":0,"width":2},{"text":"←","fg":[42,45,42,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":"Patched","fg":[42,45,42,255],"bg":[20,24,27,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,24,27,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f","fg":[42,45,42,255],"bg":[20,24,27,255],"attributes":0,"width":65},{"text":"┃","fg":[54,79,60,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":34},{"text":"┃","fg":[54,79,60,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":77},{"text":"┃","fg":[54,79,60,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Debug","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"info","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"copied","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"to","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"clipboard","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"┃","fg":[54,79,60,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[87,82,70,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":63},{"text":"┃","fg":[54,79,60,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":34},{"text":"┃","fg":[54,79,60,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[66,68,69,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[87,82,70,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"The","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"fixture","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"was","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"updated.","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Build","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Si","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Debug","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76},{"text":"esc","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Ask","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"me","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"abo","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Version ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"local (local)","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Date ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"2026-08-12T19:26:41.648Z","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"OS ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"macOS 25.5.0 (arm64)","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Terminal ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"ghostty 1.3.1","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"#","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Question","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Session ID","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"ses_0088f226dffePe3QxXhQjUzBGq","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Model ","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"simulation/gpt-sim-model","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Which","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"dire","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Keep","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"it","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"mi","fg":[87,82,70,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Share this when reporting an issue.","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":"✓ copied","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":1,"width":8},{"text":" ","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"enter","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[19,22,24,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Keeping","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"the","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"fixture","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"minimal.","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":"Build","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Simulated","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"Model","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"216ms","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"┃","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":2},{"text":"Build","fg":[52,77,74,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"·","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulated","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Model","fg":[87,82,70,255],"bg":[21,26,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":1},{"text":"Simulation","fg":[50,54,49,255],"bg":[21,26,28,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[21,26,28,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"╹","fg":[52,77,74,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[21,26,28,255],"bg":[19,22,24,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"agents","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[87,82,70,255],"bg":[19,22,24,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":1},{"text":"commands","fg":[50,54,49,255],"bg":[19,22,24,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[19,22,24,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"✓","fg":[69,79,53,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"Server","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"⦿","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":1},{"text":"UI","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Theme","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Tools","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":2},{"text":"Experiments","fg":[50,54,49,255],"bg":[21,25,28,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[21,25,28,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [69, 79, 53, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "DriveCatalog", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "cap", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 3 }, + { "text": "t", "fg": [74, 70, 62, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [58, 57, 51, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [42, 44, 42, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [27, 30, 31, 255], "bg": [21, 26, 28, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [42, 45, 42, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [42, 45, 42, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 24, 27, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-6338-4d9f", + "fg": [42, 45, 42, 255], + "bg": [20, 24, 27, 255], + "attributes": 0, + "width": 65 + }, + { "text": "┃", "fg": [54, 79, 60, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [54, 79, 60, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 77 + }, + { "text": "┃", "fg": [54, 79, 60, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "info", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "copied", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "clipboard", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [54, 79, 60, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [87, 82, 70, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 63 + }, + { "text": "┃", "fg": [54, 79, 60, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [54, 79, 60, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [66, 68, 69, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [87, 82, 70, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + }, + { "text": "esc", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "me", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "abo", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Version ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "local (local)", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Date ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "2026-08-12T19:26:41.648Z", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "OS ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "macOS 25.5.0 (arm64)", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Terminal ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "ghostty 1.3.1", "fg": [211, 198, 170, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "#", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Question", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Session ID", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "ses_0088f226dffePe3QxXhQjUzBGq", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 45 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Model ", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": "simulation/gpt-sim-model", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Which", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "dire", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Keep", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "it", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "mi", "fg": [87, 82, 70, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Share this when reporting an issue.", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { "text": "✓ copied", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "enter", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [19, 22, 24, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Keeping", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "minimal.", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "216ms", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [52, 77, 74, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [87, 82, 70, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [50, 54, 49, 255], "bg": [21, 26, 28, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 26, 28, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [52, 77, 74, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [21, 26, 28, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [50, 54, 49, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [87, 82, 70, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [50, 54, 49, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 22, 24, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [19, 22, 24, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [69, 79, 53, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [50, 54, 49, 255], "bg": [21, 25, 28, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [21, 25, 28, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/toast-success.frame.json b/apps/catalog/public/captures/everforest/toast-success.frame.json index 95bf065..9e763f4 100644 --- a/apps/catalog/public/captures/everforest/toast-success.frame.json +++ b/apps/catalog/public/captures/everforest/toast-success.frame.json @@ -1 +1,593 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog cap","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":1,"width":25},{"text":"t","fg":[179,171,150,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":"u","fg":[141,139,125,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":"r","fg":[103,106,101,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":"e","fg":[65,74,76,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":2},{"text":"←","fg":[101,110,103,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":"Patched","fg":[101,110,103,255],"bg":[49,58,65,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[49,58,65,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-","fg":[101,110,103,255],"bg":[49,58,65,255],"attributes":0,"width":56},{"text":"┃","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":43},{"text":"┃","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":68},{"text":"┃","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Session transcript copied to clipboard!","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"┃","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[211,198,170,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":54},{"text":"┃","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":43},{"text":"┃","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[160,165,167,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[211,198,170,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.9s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"# Questions","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Keep it minimal (Recommended)","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[45,53,59,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Keeping the fixture minimal.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 216ms","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog cap", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 1, + "width": 25 + }, + { "text": "t", "fg": [179, 171, 150, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [141, 139, 125, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [103, 106, 101, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [65, 74, 76, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [101, 110, 103, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [101, 110, 103, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 58, 65, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-c471e25f-", + "fg": [101, 110, 103, 255], + "bg": [49, 58, 65, 255], + "attributes": 0, + "width": 56 + }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 43 + }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 68 + }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { + "text": "Session transcript copied to clipboard!", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 39 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [211, 198, 170, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 54 + }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 43 + }, + { "text": "┃", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [160, 165, 167, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [211, 198, 170, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.9s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [122, 132, 120, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [45, 53, 59, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "Keeping the fixture minimal.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 216ms", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...e25f-6338-4d9f-ad75-45e13804d277/files", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/webfetch-streaming.frame.json b/apps/catalog/public/captures/everforest/webfetch-streaming.frame.json index 89cd6ca..ed5de44 100644 --- a/apps/catalog/public/captures/everforest/webfetch-streaming.frame.json +++ b/apps/catalog/public/captures/everforest/webfetch-streaming.frame.json @@ -1 +1,475 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[59,69,72,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[59,69,72,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[59,69,72,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[59,69,72,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[59,69,72,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠋","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Fetching from the web...","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝","fg":[70,93,95,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [59, 69, 72, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [59, 69, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [59, 69, 72, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [59, 69, 72, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [59, 69, 72, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Fetching from the web...", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝", "fg": [70, 93, 95, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/webfetch-success.frame.json b/apps/catalog/public/captures/everforest/webfetch-success.frame.json index 4c37b42..392799e 100644 --- a/apps/catalog/public/captures/everforest/webfetch-success.frame.json +++ b/apps/catalog/public/captures/everforest/webfetch-success.frame.json @@ -1 +1,483 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[62,72,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[62,72,74,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[62,72,74,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"%","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝","fg":[70,93,95,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [62, 72, 74, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [62, 72, 74, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [230, 126, 128, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [230, 126, 128, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝", "fg": [70, 93, 95, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/websearch-failure.frame.json b/apps/catalog/public/captures/everforest/websearch-failure.frame.json index 46e714f..36359ab 100644 --- a/apps/catalog/public/captures/everforest/websearch-failure.frame.json +++ b/apps/catalog/public/captures/everforest/websearch-failure.frame.json @@ -1 +1,529 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"1","fg":[167,192,128,255],"bg":[52,63,68,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[53,64,69,255],"attributes":0,"width":1},{"text":"O","fg":[211,198,170,255],"bg":[54,64,69,255],"attributes":1,"width":1},{"text":"p","fg":[211,198,170,255],"bg":[54,65,70,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[55,66,70,255],"attributes":1,"width":1},{"text":"n","fg":[211,198,170,255],"bg":[56,67,71,255],"attributes":1,"width":1},{"text":"C","fg":[211,198,170,255],"bg":[57,68,71,255],"attributes":1,"width":1},{"text":"o","fg":[211,198,170,255],"bg":[58,68,72,255],"attributes":1,"width":1},{"text":"d","fg":[211,198,170,255],"bg":[59,69,73,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[60,70,73,255],"attributes":1,"width":1},{"text":" D","fg":[211,198,170,255],"bg":[61,71,74,255],"attributes":1,"width":2},{"text":"ri","fg":[211,198,170,255],"bg":[62,71,74,255],"attributes":1,"width":2},{"text":"v","fg":[211,198,170,255],"bg":[62,72,74,255],"attributes":1,"width":1},{"text":"e","fg":[211,198,170,255],"bg":[62,71,74,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[60,70,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[56,66,70,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":13},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"%","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 5.7s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Search the web for the OpenCode terminal interface.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠹","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Searching web...","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[98,140,137,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[80,110,110,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[68,90,92,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[60,77,81,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝","fg":[94,133,131,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [167, 192, 128, 255], "bg": [52, 63, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 64, 69, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [211, 198, 170, 255], "bg": [54, 64, 69, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [211, 198, 170, 255], "bg": [54, 65, 70, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [55, 66, 70, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [211, 198, 170, 255], "bg": [56, 67, 71, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [211, 198, 170, 255], "bg": [57, 68, 71, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [211, 198, 170, 255], "bg": [58, 68, 72, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [211, 198, 170, 255], "bg": [59, 69, 73, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [60, 70, 73, 255], "attributes": 1, "width": 1 }, + { "text": " D", "fg": [211, 198, 170, 255], "bg": [61, 71, 74, 255], "attributes": 1, "width": 2 }, + { "text": "ri", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 2 }, + { "text": "v", "fg": [211, 198, 170, 255], "bg": [62, 72, 74, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [211, 198, 170, 255], "bg": [62, 71, 74, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [60, 70, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [56, 66, 70, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 13 }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [230, 126, 128, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [230, 126, 128, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 5.7s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the web for the OpenCode terminal interface.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 51 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠹", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Searching web...", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [98, 140, 137, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [80, 110, 110, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [68, 90, 92, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [60, 77, 81, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝", "fg": [94, 133, 131, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/everforest/websearch-running.frame.json b/apps/catalog/public/captures/everforest/websearch-running.frame.json index 0c1f984..6f9891a 100644 --- a/apps/catalog/public/captures/everforest/websearch-running.frame.json +++ b/apps/catalog/public/captures/everforest/websearch-running.frame.json @@ -1 +1,518 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[53,64,69,255],"attributes":0,"width":1},{"text":"1","fg":[174,186,136,255],"bg":[53,64,69,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[53,64,69,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[211,198,170,255],"bg":[53,64,69,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[53,64,69,255],"attributes":0,"width":15},{"text":" + ","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"%","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[230,126,128,255],"bg":[45,53,59,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"Build","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":" · Simulated Model · 5.7s","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Search the web for the OpenCode terminal interface.","fg":[211,198,170,255],"bg":[51,60,67,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":5},{"text":"⠋","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"Searching web...","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"┃","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":2},{"text":"Build","fg":[127,187,179,255],"bg":[52,63,68,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"·","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[211,198,170,255],"bg":[52,63,68,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":1},{"text":"Simulation","fg":[122,132,120,255],"bg":[52,63,68,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[52,63,68,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"╹","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[52,63,68,255],"bg":[45,53,59,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":3},{"text":"■","fg":[136,199,192,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"■","fg":[127,187,179,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝","fg":[65,85,88,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":1},{"text":"esc ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":4},{"text":"interrupt","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":10},{"text":"agents","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[211,198,170,255],"bg":[45,53,59,255],"attributes":0,"width":7},{"text":"commands","fg":[122,132,120,255],"bg":[45,53,59,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,53,59,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":"✓","fg":[167,192,128,255],"bg":[51,60,67,255],"attributes":0,"width":1},{"text":" Server","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"○ UI","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Theme","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Tools","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":2},{"text":"Experiments","fg":[122,132,120,255],"bg":[51,60,67,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[51,60,67,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 64, 69, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [174, 186, 136, 255], "bg": [53, 64, 69, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 64, 69, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [211, 198, 170, 255], "bg": [53, 64, 69, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [53, 64, 69, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [230, 126, 128, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [230, 126, 128, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [211, 198, 170, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 5.7s", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the web for the OpenCode terminal interface.", + "fg": [211, 198, 170, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 51 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "Searching web...", + "fg": [122, 132, 120, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [127, 187, 179, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [211, 198, 170, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [122, 132, 120, 255], "bg": [52, 63, 68, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [52, 63, 68, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [52, 63, 68, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [136, 199, 192, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [127, 187, 179, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝", "fg": [65, 85, 88, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [211, 198, 170, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [122, 132, 120, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 53, 59, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 53, 59, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [167, 192, 128, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [122, 132, 120, 255], "bg": [51, 60, 67, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [51, 60, 67, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/agent-picker-empty.frame.json b/apps/catalog/public/captures/opencode/agent-picker-empty.frame.json new file mode 100644 index 0000000..4ef7d71 --- /dev/null +++ b/apps/catalog/public/captures/opencode/agent-picker-empty.frame.json @@ -0,0 +1,670 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Select agent", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [250, 178, 131, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-7cbc4d378b69/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/agent-picker.frame.json b/apps/catalog/public/captures/opencode/agent-picker.frame.json index 71d90bf..e4649c8 100644 --- a/apps/catalog/public/captures/opencode/agent-picker.frame.json +++ b/apps/catalog/public/captures/opencode/agent-picker.frame.json @@ -1 +1,684 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Select agent","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":37},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"●","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"build The default agent. Executes tools based on con","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"plan","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" Read-only agent for exploring the codebase and ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"reviewer","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" Reviews deterministic UI fixtures","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"anything...","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"\"What","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"is","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"the","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"tech","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"stack","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"of","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"this","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"project?\"","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Select agent", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { + "text": "build The default agent. Executes tools based on con", + "fg": [10, 10, 10, 255], + "bg": [250, 178, 131, 255], + "attributes": 1, + "width": 52 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "plan", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " Read-only agent for exploring the codebase and ", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "reviewer", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " Reviews deterministic UI fixtures", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 34 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/assistant-response-failed.frame.json b/apps/catalog/public/captures/opencode/assistant-response-failed.frame.json index 35d4412..278ccf9 100644 --- a/apps/catalog/public/captures/opencode/assistant-response-failed.frame.json +++ b/apps/catalog/public/captures/opencode/assistant-response-failed.frame.json @@ -1 +1,517 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 114ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Show a failed assistant response.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"This response starts but the simulated provider disconnects.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":53}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":73},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":40}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build · Simulated Model · 494ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...214e-117d-40e8-b217-bbf3bb0abed0/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"● UI","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 114ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a failed assistant response.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "This response starts but the simulated provider disconnects.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 53 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)", + "fg": [224, 108, 117, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 73 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Build · Simulated Model · 494ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...214e-117d-40e8-b217-bbf3bb0abed0/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [224, 108, 117, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/assistant-response-interrupted.frame.json b/apps/catalog/public/captures/opencode/assistant-response-interrupted.frame.json index 00df29f..56c813e 100644 --- a/apps/catalog/public/captures/opencode/assistant-response-interrupted.frame.json +++ b/apps/catalog/public/captures/opencode/assistant-response-interrupted.frame.json @@ -1 +1,548 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 114ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Show a failed assistant response.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"This response starts but the simulated provider disconnects.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":53}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":73},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":40}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build · Simulated Model · 494ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Show an interrupted assistant response.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"This response remains active until the user interrupts it.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":55}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝","fg":[35,54,81,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"● UI","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 114ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a failed assistant response.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "This response starts but the simulated provider disconnects.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 53 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)", + "fg": [224, 108, 117, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 73 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Build · Simulated Model · 494ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Show an interrupted assistant response.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "This response remains active until the user interrupts it.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 55 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝", "fg": [35, 54, 81, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [224, 108, 117, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/assistant-response-succeeded.frame.json b/apps/catalog/public/captures/opencode/assistant-response-succeeded.frame.json index a8f2779..1b5f63b 100644 --- a/apps/catalog/public/captures/opencode/assistant-response-succeeded.frame.json +++ b/apps/catalog/public/captures/opencode/assistant-response-succeeded.frame.json @@ -1 +1,476 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[34,34,34,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[34,34,34,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,34,34,255],"attributes":0,"width":1},{"text":"New session","fg":[238,238,238,255],"bg":[34,34,34,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[34,34,34,255],"attributes":0,"width":18},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 114ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...214e-117d-40e8-b217-bbf3bb0abed0/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 34, 34, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [34, 34, 34, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 34, 34, 255], "attributes": 0, "width": 1 }, + { "text": "New session", "fg": [238, 238, 238, 255], "bg": [34, 34, 34, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 34, 34, 255], + "attributes": 0, + "width": 18 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 114ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...214e-117d-40e8-b217-bbf3bb0abed0/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/command-palette-empty.frame.json b/apps/catalog/public/captures/opencode/command-palette-empty.frame.json new file mode 100644 index 0000000..3aa5cf5 --- /dev/null +++ b/apps/catalog/public/captures/opencode/command-palette-empty.frame.json @@ -0,0 +1,670 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Commands", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 41 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [250, 178, 131, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-7cbc4d378b69/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/command-palette.frame.json b/apps/catalog/public/captures/opencode/command-palette.frame.json index 081e994..bab2234 100644 --- a/apps/catalog/public/captures/opencode/command-palette.frame.json +++ b/apps/catalog/public/captures/opencode/command-palette.frame.json @@ -1 +1,741 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Commands","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":41},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Suggested","fg":[157,124,216,255],"bg":[20,20,20,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":"Switch model","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":32},{"text":"ctrl+x m","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Connect an integration","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Open settings","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Session","fg":[157,124,216,255],"bg":[20,20,20,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Switch session","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":"ctrl+x l","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Buil","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"New session","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":"ctrl+x n","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Open session or project","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":23},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":23},{"text":"ctrl+o","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/privat","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Close tab","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":"ctrl+x w","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Reopen closed tab","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":23},{"text":"ctrl+shift+t","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Commands", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 41 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Suggested", "fg": [157, 124, 216, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { "text": "Switch model", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 32 + }, + { "text": "ctrl+x m", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Open settings", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Session", "fg": [157, 124, 216, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Switch session", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { "text": "ctrl+x l", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "New session", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { "text": "ctrl+x n", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [12, 12, 12, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "Open session or project", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { "text": "ctrl+o", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [12, 12, 12, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Close tab", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { "text": "ctrl+x w", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "Reopen closed tab", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { "text": "ctrl+shift+t", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/debug.frame.json b/apps/catalog/public/captures/opencode/debug.frame.json index 41ca5d9..0cd09c7 100644 --- a/apps/catalog/public/captures/opencode/debug.frame.json +++ b/apps/catalog/public/captures/opencode/debug.frame.json @@ -1 +1,555 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Debug","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Version ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"local (local)","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Date ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"2026-08-12T19:26:35.884Z","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"OS ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"macOS 25.5.0 (arm64)","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Terminal ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"ghostty 1.3.1","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Session ID","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"n/a","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Model ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"simulation/gpt-sim-model","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Share this when reporting an issue.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":39},{"text":"copy","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":4},{"text":" ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"enter","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Version ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "local (local)", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Date ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "2026-08-12T19:26:35.884Z", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "OS ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "macOS 25.5.0 (arm64)", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Terminal ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ghostty 1.3.1", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Session ID", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "n/a", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Model ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "simulation/gpt-sim-model", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Share this when reporting an issue.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 39 + }, + { "text": "copy", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "enter", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/diff-viewer-populated.frame.json b/apps/catalog/public/captures/opencode/diff-viewer-populated.frame.json new file mode 100644 index 0000000..db7462e --- /dev/null +++ b/apps/catalog/public/captures/opencode/diff-viewer-populated.frame.json @@ -0,0 +1,669 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Diff ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "working tree", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 94 + }, + { "text": "1 file", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────", + "fg": [72, 72, 72, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [67, 67, 67, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 18 + }, + { "text": " M", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 67 + }, + { "text": "+1", "fg": [79, 214, 190, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "-0", "fg": [197, 59, 83, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { + "text": "├─────────────────────────────────────────────────────────────────────────────────────", + "fg": [72, 72, 72, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "2", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 75 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────", + "fg": [72, 72, 72, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { + "text": "focus file tree", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "n ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "next file", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "] ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "next hunk", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "[ ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "previous hunk", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "previous file", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "d ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "switch source", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "m ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "mark reviewed", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "? ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "all", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/diff-viewer.frame.json b/apps/catalog/public/captures/opencode/diff-viewer.frame.json index 13556af..55e4a42 100644 --- a/apps/catalog/public/captures/opencode/diff-viewer.frame.json +++ b/apps/catalog/public/captures/opencode/diff-viewer.frame.json @@ -1 +1,460 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Diff ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"working tree","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":93},{"text":"0 files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":7}]},{"spans":[{"text":"────────────────────────────────────────────────────────────────────────────────","fg":[72,72,72,255],"bg":[10,10,10,255],"attributes":0,"width":80},{"text":"┃","fg":[86,182,194,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":34},{"text":"┃","fg":[86,182,194,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"──","fg":[72,72,72,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"No changes to show","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":61},{"text":"┃","fg":[86,182,194,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Debug info copied to clipboard","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"┃","fg":[86,182,194,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":80},{"text":"┃","fg":[86,182,194,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":34},{"text":"┃","fg":[86,182,194,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"focus file tree","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"n ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"next file","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"] ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"next hunk","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"[ ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"previous hunk","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"previous file","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"d ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"switch source","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"m ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"mark reviewed","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"? ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"all","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Diff ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "working tree", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 93 + }, + { "text": "0 files", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────────────────────────────────────────────────────", + "fg": [72, 72, 72, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 80 + }, + { "text": "┃", "fg": [86, 182, 194, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [86, 182, 194, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "──", "fg": [72, 72, 72, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "No changes to show", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 61 + }, + { "text": "┃", "fg": [86, 182, 194, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { + "text": "Debug info copied to clipboard", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 30 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [86, 182, 194, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 80 + }, + { "text": "┃", "fg": [86, 182, 194, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [86, 182, 194, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { + "text": "focus file tree", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "n ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "next file", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "] ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "next hunk", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "[ ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "previous hunk", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "previous file", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "d ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "switch source", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "m ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "mark reviewed", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "? ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "all", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/glob-empty.frame.json b/apps/catalog/public/captures/opencode/glob-empty.frame.json index f90c274..afb325c 100644 --- a/apps/catalog/public/captures/opencode/glob-empty.frame.json +++ b/apps/catalog/public/captures/opencode/glob-empty.frame.json @@ -1 +1,530 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[33,33,33,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[33,33,33,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Find the TypeScript source files.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 937ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Find Rust files that do not exist.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 149ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [33, 33, 33, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [33, 33, 33, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [33, 33, 33, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Find the TypeScript source files.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 937ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Find Rust files that do not exist.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 149ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/glob-success.frame.json b/apps/catalog/public/captures/opencode/glob-success.frame.json index 74e0e8f..457145a 100644 --- a/apps/catalog/public/captures/opencode/glob-success.frame.json +++ b/apps/catalog/public/captures/opencode/glob-success.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Find the TypeScript source files.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 937ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Find the TypeScript source files.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 937ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/grep-empty.frame.json b/apps/catalog/public/captures/opencode/grep-empty.frame.json index 713f28f..6e99b9b 100644 --- a/apps/catalog/public/captures/opencode/grep-empty.frame.json +++ b/apps/catalog/public/captures/opencode/grep-empty.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[33,33,33,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[33,33,33,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 734ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Search the source directory for credits.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 105ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Search the source directory for DEADBEEF.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The empty grep search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 160ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"● UI","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [33, 33, 33, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [33, 33, 33, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [33, 33, 33, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 734ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for credits.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 105ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for DEADBEEF.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty grep search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 160ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [224, 108, 117, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/grep-failure.frame.json b/apps/catalog/public/captures/opencode/grep-failure.frame.json index 41f31ed..6187ddd 100644 --- a/apps/catalog/public/captures/opencode/grep-failure.frame.json +++ b/apps/catalog/public/captures/opencode/grep-failure.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[41,41,41,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 105ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Search the source directory for DEADBEEF.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The empty grep search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 160ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Run an invalid regular expression search.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The invalid grep search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 109ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"● UI","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [41, 41, 41, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 105ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for DEADBEEF.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty grep search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 160ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Run an invalid regular expression search.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The invalid grep search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 109ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [224, 108, 117, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/grep-success.frame.json b/apps/catalog/public/captures/opencode/grep-success.frame.json index 21c5c6f..5aff3ee 100644 --- a/apps/catalog/public/captures/opencode/grep-success.frame.json +++ b/apps/catalog/public/captures/opencode/grep-success.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 149ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Explore TypeScript files and search them for credits together.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 2 searches","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 734ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Search the source directory for credits.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 105ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"● UI","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 149ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Explore TypeScript files and search them for credits together.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 62 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 2 searches", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 734ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for credits.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 105ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [224, 108, 117, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/grouped-exploration.frame.json b/apps/catalog/public/captures/opencode/grouped-exploration.frame.json index 1cc61a4..3bdaf29 100644 --- a/apps/catalog/public/captures/opencode/grouped-exploration.frame.json +++ b/apps/catalog/public/captures/opencode/grouped-exploration.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 937ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Find Rust files that do not exist.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 149ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Explore TypeScript files and search them for credits together.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 2 searches","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 734ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"● UI","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 937ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Find Rust files that do not exist.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 149ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Explore TypeScript files and search them for credits together.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 62 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 2 searches", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 734ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8837-bd93-4bb8-b8f0-515ca3bddb81/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [224, 108, 117, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/help.frame.json b/apps/catalog/public/captures/opencode/help.frame.json index e68e029..cfcb60c 100644 --- a/apps/catalog/public/captures/opencode/help.frame.json +++ b/apps/catalog/public/captures/opencode/help.frame.json @@ -1 +1,682 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Help","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"esc/enter","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Press ctrl+p to see all available actions and commands ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"in any context.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":"ok","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"anything...","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"\"What","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"is","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"the","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"tech","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"stack","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"of","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"this","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"project?\"","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Help", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc/enter", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Press ctrl+p to see all available actions and commands ", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "in any context.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { "text": "ok", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/home.frame.json b/apps/catalog/public/captures/opencode/home.frame.json index 1ded4f6..6af5f3a 100644 --- a/apps/catalog/public/captures/opencode/home.frame.json +++ b/apps/catalog/public/captures/opencode/home.frame.json @@ -1 +1,616 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"+","fg":[250,178,131,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"New session","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":40},{"text":" ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ▄ ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":40},{"text":"█▀▀█ █▀▀█ █▀▀█ █▀▀▄","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"█▀▀▀ █▀▀█ █▀▀█ █▀▀█","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":40},{"text":"█","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[128,128,128,255],"bg":[40,40,40,255],"attributes":0,"width":2},{"text":"█ █","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[128,128,128,255],"bg":[40,40,40,255],"attributes":0,"width":2},{"text":"█ █","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"▀▀▀","fg":[128,128,128,255],"bg":[40,40,40,255],"attributes":0,"width":3},{"text":" █","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":" ","fg":[128,128,128,255],"bg":[40,40,40,255],"attributes":0,"width":2},{"text":"█","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"█","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":1,"width":1},{"text":" ","fg":[238,238,238,255],"bg":[67,67,67,255],"attributes":1,"width":3},{"text":" █","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":1,"width":2},{"text":" ","fg":[238,238,238,255],"bg":[67,67,67,255],"attributes":1,"width":2},{"text":"█ █","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":1,"width":3},{"text":" ","fg":[238,238,238,255],"bg":[67,67,67,255],"attributes":1,"width":2},{"text":"█ █","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":1,"width":3},{"text":"▀▀▀","fg":[238,238,238,255],"bg":[67,67,67,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":40},{"text":"▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":16},{"text":"▀▀","fg":[40,40,40,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"▀","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":22},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":22},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Ask anything... \"What is the tech stack of this project?\"","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":57},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":22},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":22},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":22},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":111},{"text":"local","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [250, 178, 131, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "New session", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ▄ ", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { + "text": "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { "text": "█", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [128, 128, 128, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 2 }, + { "text": "█ █", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [128, 128, 128, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 2 }, + { "text": "█ █", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "▀▀▀", "fg": [128, 128, 128, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 3 }, + { "text": " █", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [128, 128, 128, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [67, 67, 67, 255], "attributes": 1, "width": 3 }, + { "text": " █", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [67, 67, 67, 255], "attributes": 1, "width": 2 }, + { "text": "█ █", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [67, 67, 67, 255], "attributes": 1, "width": 2 }, + { "text": "█ █", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 1, "width": 3 }, + { "text": "▀▀▀", "fg": [238, 238, 238, 255], "bg": [67, 67, 67, 255], "attributes": 1, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { + "text": "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 16 + }, + { "text": "▀▀", "fg": [40, 40, 40, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "▀", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask anything... \"What is the tech stack of this project?\"", + "fg": [128, 128, 128, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 57 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/integration-picker-empty.frame.json b/apps/catalog/public/captures/opencode/integration-picker-empty.frame.json new file mode 100644 index 0000000..dc5649c --- /dev/null +++ b/apps/catalog/public/captures/opencode/integration-picker-empty.frame.json @@ -0,0 +1,676 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 1, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 27 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [250, 178, 131, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "No integrations found", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-7cbc4d378b69/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/integration-picker.frame.json b/apps/catalog/public/captures/opencode/integration-picker.frame.json index be23dd4..351797d 100644 --- a/apps/catalog/public/captures/opencode/integration-picker.frame.json +++ b/apps/catalog/public/captures/opencode/integration-picker.frame.json @@ -1 +1,729 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Connect an integration","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":27},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Popular","fg":[157,124,216,255],"bg":[20,20,20,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":"OpenCode","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"openai","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"github-copilot","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":42},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Services","fg":[157,124,216,255],"bg":[20,20,20,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"azure","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Buil","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"cloudflare-ai-gateway","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"cloudflare-workers-ai","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":"▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/privat","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Exa","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":53},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Firecrawl","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 1, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 27 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Popular", "fg": [157, 124, 216, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { "text": "OpenCode", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "openai", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "github-copilot", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 42 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Services", "fg": [157, 124, 216, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "azure", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "cloudflare-ai-gateway", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [12, 12, 12, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "cloudflare-workers-ai", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [12, 12, 12, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Exa", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 53 + }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Firecrawl", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/mcp-list.frame.json b/apps/catalog/public/captures/opencode/mcp-list.frame.json index 6275c7e..a5bcce3 100644 --- a/apps/catalog/public/captures/opencode/mcp-list.frame.json +++ b/apps/catalog/public/captures/opencode/mcp-list.frame.json @@ -1 +1,680 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"MCP servers","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":38},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"No items available","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"connect space","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"anything...","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"\"What","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"is","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"the","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"tech","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"stack","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"of","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"this","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"project?\"","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "MCP servers", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 38 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "No items available", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "connect space", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/model-picker-empty.frame.json b/apps/catalog/public/captures/opencode/model-picker-empty.frame.json new file mode 100644 index 0000000..b8ebd46 --- /dev/null +++ b/apps/catalog/public/captures/opencode/model-picker-empty.frame.json @@ -0,0 +1,693 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Select model", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [250, 178, 131, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "View all integrations", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ctrl+a", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-7cbc4d378b69/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/model-picker.frame.json b/apps/catalog/public/captures/opencode/model-picker.frame.json index b23b79f..ab7a20e 100644 --- a/apps/catalog/public/captures/opencode/model-picker.frame.json +++ b/apps/catalog/public/captures/opencode/model-picker.frame.json @@ -1 +1,691 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Select model","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":37},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"●","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"View all integrations","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ctrl+a","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"anything...","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"\"What","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"is","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"the","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"tech","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"stack","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"of","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"this","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"project?\"","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Select model", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [10, 10, 10, 255], + "bg": [250, 178, 131, 255], + "attributes": 1, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "View all integrations", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ctrl+a", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/pair.frame.json b/apps/catalog/public/captures/opencode/pair.frame.json index e1e6cda..c787473 100644 --- a/apps/catalog/public/captures/opencode/pair.frame.json +++ b/apps/catalog/public/captures/opencode/pair.frame.json @@ -1 +1,669 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Pair","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":77},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"This device","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":"█▀▀▀▀▀▀▀█▀█▀▀▀▀███▀████▀██▀██▀▀██▀█▀▀▀▀▀▀▀█","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"http://localhost:60110","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":"█ █▀▀▀█ ██▀ ▄▀ █▀█▄▄▀▀▀▀▀▀▄███▀ ██ █▀▀▀█ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█ █ █ ██▀▀▀▀█▄▀ ▀▄▄▄ ██▀▄█▀ █▀▄█ █ █ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"URLs","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":37},{"text":"█ ▀▀▀▀▀ █▀█▀▄▀█▀▄ ▄ ▄▀█▀▄ █▀█ █ █▀█ ▀▀▀▀▀ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"http://127.0.0.1:60110","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":"█▀▀█▀▀█▀█▄█▄▀█▄ ▄ ▀▄███▄▀▄▄▄▄█▀ ▀ █▀█████▀█","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█▀█▄▀█▀▀▀▀█▄ ▄ ▄▄▄▄▀ █ ██▀ ▄█▀▄▄██ ▄ ███","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Username","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":"██▀██ ▀▀█ ▀▄▀▄ ███▀▄ ▀█▄ █▀▄▄▄▄ ▄ ▄▀▄ ▄█▀██","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"opencode","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":"█▀▄█▄██▀▄▀▄ █▄ ▄▀██▄ █▀▄▄ █ ▄▀█▀▀ ▄▄▄▄▄▄ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█ █ █▄▀▀▄▄█▀▀ ▀█▀▄██▀▀█ ▄▀▀▄▀█▀▄▀█▄▀█▀▄▀██","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Password","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":"█▄▄▀▀▄ ▀▀▄█▀▀ ▀ ▀ ▄▀▀▀▄ ▄▄ █▄▀▄▄▀█▄▀█","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"************","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":29},{"text":"█▀ ▄▄▄█▀ ▀▄ █▀ █ ▀█▀█ ▀█▄ ▀█▀ █▀▄ ██▀ ▀ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█▀ ▀▀ █▀██▄██▀▀▀██▄█▄▀▄▀ ▀█▀▀█▄█▄ ██ ▄ ▀██","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Run `opencode service set ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":15},{"text":"██ █▀▄ ▀▄ █▀█▄▄▀▄▄ ██▄▄ █ ▀█▄ ▄▀█ ▄ ▄▀ ██","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"hostname 0.0.0.0` to access ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":"█ ▄ █▄▀▀▀███▄▀█▀ █ ▄▀▄██▄ ▄█ ▀█▀▀▄▄▄▄▄▀█▀ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"the service remotely.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":20},{"text":"███ ▄▄ ▀▀▄█▀ ▄▄▄▀▀ ▄▄ █▀█▀▀▄▄▀█▀ ▄▄██▀ ▄▀▀█","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█ ▀▀▀ ▀▀▀▄ ▄█▀▀▄▄ █▀▀ █▀▀ ▀ ▀ ▄█▀▀▄ █▄▀█","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█ ▄█▀ ▀▄▀▀▀█▄▄▀▀▀▀█▄██▄▄▀▄▄▄▀▀ ▀▀ ▀▀▄▀ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█▀▀▀▀▀▀▀█▄██ ██▀ █▀ ▄▄ ▄ ▄█▄ ▄█ █▀█ ▀▄ ██","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█ █▀▀▀█ █▀█▀█▀▀ ▀▀ ▀▀ ▀█▄███▀ ▄▄▀ ▀▀▀ ▀█▀▀█","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"█ █ █ █▄ █▀▀▄▀█ █ █ ▄▄▄▄█ ▄ █ ▄▄█▄▀ ▀▄ █","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Pair", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "This device", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { + "text": "█▀▀▀▀▀▀▀█▀█▀▀▀▀███▀████▀██▀██▀▀██▀█▀▀▀▀▀▀▀█", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "http://localhost:60110", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": "█ █▀▀▀█ ██▀ ▄▀ █▀█▄▄▀▀▀▀▀▀▄███▀ ██ █▀▀▀█ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █ █ ██▀▀▀▀█▄▀ ▀▄▄▄ ██▀▄█▀ █▀▄█ █ █ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "URLs", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 37 + }, + { + "text": "█ ▀▀▀▀▀ █▀█▀▄▀█▀▄ ▄ ▄▀█▀▄ █▀█ █ █▀█ ▀▀▀▀▀ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "http://127.0.0.1:60110", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": "█▀▀█▀▀█▀█▄█▄▀█▄ ▄ ▀▄███▄▀▄▄▄▄█▀ ▀ █▀█████▀█", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀█▄▀█▀▀▀▀█▄ ▄ ▄▄▄▄▀ █ ██▀ ▄█▀▄▄██ ▄ ███", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Username", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "██▀██ ▀▀█ ▀▄▀▄ ███▀▄ ▀█▄ █▀▄▄▄▄ ▄ ▄▀▄ ▄█▀██", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "opencode", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "█▀▄█▄██▀▄▀▄ █▄ ▄▀██▄ █▀▄▄ █ ▄▀█▀▀ ▄▄▄▄▄▄ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █ █▄▀▀▄▄█▀▀ ▀█▀▄██▀▀█ ▄▀▀▄▀█▀▄▀█▄▀█▀▄▀██", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Password", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "█▄▄▀▀▄ ▀▀▄█▀▀ ▀ ▀ ▄▀▀▀▄ ▄▄ █▄▀▄▄▀█▄▀█", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "************", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 29 + }, + { + "text": "█▀ ▄▄▄█▀ ▀▄ █▀ █ ▀█▀█ ▀█▄ ▀█▀ █▀▄ ██▀ ▀ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀ ▀▀ █▀██▄██▀▀▀██▄█▄▀▄▀ ▀█▀▀█▄█▄ ██ ▄ ▀██", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Run `opencode service set ", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 15 + }, + { + "text": "██ █▀▄ ▀▄ █▀█▄▄▀▄▄ ██▄▄ █ ▀█▄ ▄▀█ ▄ ▄▀ ██", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "hostname 0.0.0.0` to access ", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": "█ ▄ █▄▀▀▀███▄▀█▀ █ ▄▀▄██▄ ▄█ ▀█▀▀▄▄▄▄▄▀█▀ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "the service remotely.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 20 + }, + { + "text": "███ ▄▄ ▀▀▄█▀ ▄▄▄▀▀ ▄▄ █▀█▀▀▄▄▀█▀ ▄▄██▀ ▄▀▀█", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ ▀▀▀ ▀▀▀▄ ▄█▀▀▄▄ █▀▀ █▀▀ ▀ ▀ ▄█▀▀▄ █▄▀█", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ ▄█▀ ▀▄▀▀▀█▄▄▀▀▀▀█▄██▄▄▀▄▄▄▀▀ ▀▀ ▀▀▄▀ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀▀▀▀▀▀▀█▄██ ██▀ █▀ ▄▄ ▄ ▄█▄ ▄█ █▀█ ▀▄ ██", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █▀▀▀█ █▀█▀█▀▀ ▀▀ ▀▀ ▀█▄███▀ ▄▄▀ ▀▀▀ ▀█▀▀█", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █ █ █▄ █▀▀▄▀█ █ █ ▄▄▄▄█ ▄ █ ▄▄█▄▀ ▀▄ █", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/patch-created.frame.json b/apps/catalog/public/captures/opencode/patch-created.frame.json index 0d01f9f..7450e48 100644 --- a/apps/catalog/public/captures/opencode/patch-created.frame.json +++ b/apps/catalog/public/captures/opencode/patch-created.frame.json @@ -1 +1,498 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"1","fg":[250,179,132,255],"bg":[37,37,37,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,34,34,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[34,34,34,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[34,34,34,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Created","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[33,50,75,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝","fg":[49,80,122,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 179, 132, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 34, 34, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [34, 34, 34, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 34, 34, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [238, 238, 238, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [33, 50, 75, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝", "fg": [49, 80, 122, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/patch-deleted.frame.json b/apps/catalog/public/captures/opencode/patch-deleted.frame.json index 081b9e1..3498fe7 100644 --- a/apps/catalog/public/captures/opencode/patch-deleted.frame.json +++ b/apps/catalog/public/captures/opencode/patch-deleted.frame.json @@ -1 +1,557 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,44,44,255],"attributes":0,"width":1},{"text":"1","fg":[250,179,133,255],"bg":[39,39,39,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[37,37,37,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Created","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"← Patched","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/fixture.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Deleted","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"-1 line","fg":[197,59,83,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[59,98,151,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"■","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[33,50,75,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 179, 133, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [37, 37, 37, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [238, 238, 238, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/fixture.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [238, 238, 238, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Deleted", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "-1 line", "fg": [197, 59, 83, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [59, 98, 151, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [33, 50, 75, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/patch-failed.frame.json b/apps/catalog/public/captures/opencode/patch-failed.frame.json index cfc5224..8acb352 100644 --- a/apps/catalog/public/captures/opencode/patch-failed.frame.json +++ b/apps/catalog/public/captures/opencode/patch-failed.frame.json @@ -1 +1,576 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,44,45,255],"attributes":0,"width":1},{"text":"1","fg":[231,171,154,255],"bg":[46,45,46,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,46,47,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[48,47,48,255],"attributes":1,"width":1},{"text":"p","fg":[238,238,238,255],"bg":[49,48,49,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[49,49,50,255],"attributes":1,"width":1},{"text":"nC","fg":[238,238,238,255],"bg":[51,51,52,255],"attributes":1,"width":2},{"text":"o","fg":[238,238,238,255],"bg":[52,52,53,255],"attributes":1,"width":1},{"text":"de D","fg":[238,238,238,255],"bg":[53,53,54,255],"attributes":1,"width":4},{"text":"r","fg":[238,238,238,255],"bg":[51,51,52,255],"attributes":1,"width":1},{"text":"i","fg":[238,238,238,255],"bg":[47,46,47,255],"attributes":1,"width":1},{"text":"v","fg":[238,238,238,255],"bg":[43,42,43,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[42,41,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,41,42,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"← Patched","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/fixture.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Deleted","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"-1 line","fg":[197,59,83,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Patch failed","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"missing-patch.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"patch verification failed: Failed to read file to update /private/var/folders/dd/","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/missing-patch.","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":109},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"txt: file does not exist","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":87},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The patch file-change lifecycle is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":69}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.1s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...a8e2-4e5e-4b06-abff-4de6b16313bb/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 44, 45, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [231, 171, 154, 255], "bg": [46, 45, 46, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 46, 47, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [48, 47, 48, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [238, 238, 238, 255], "bg": [49, 48, 49, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [49, 49, 50, 255], "attributes": 1, "width": 1 }, + { "text": "nC", "fg": [238, 238, 238, 255], "bg": [51, 51, 52, 255], "attributes": 1, "width": 2 }, + { "text": "o", "fg": [238, 238, 238, 255], "bg": [52, 52, 53, 255], "attributes": 1, "width": 1 }, + { "text": "de D", "fg": [238, 238, 238, 255], "bg": [53, 53, 54, 255], "attributes": 1, "width": 4 }, + { "text": "r", "fg": [238, 238, 238, 255], "bg": [51, 51, 52, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [238, 238, 238, 255], "bg": [47, 46, 47, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [238, 238, 238, 255], "bg": [43, 42, 43, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [42, 41, 42, 255], "attributes": 1, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [42, 41, 42, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [17, 17, 17, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/fixture.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [238, 238, 238, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Deleted", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "-1 line", "fg": [197, 59, 83, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Patch failed", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 14 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "missing-patch.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "patch verification failed: Failed to read file to update /private/var/folders/dd/", + "fg": [224, 108, 117, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/missing-patch.", + "fg": [224, 108, 117, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 109 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "txt: file does not exist", + "fg": [224, 108, 117, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 87 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The patch file-change lifecycle is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 69 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.1s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...a8e2-4e5e-4b06-abff-4de6b16313bb/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/patch-input-streaming.frame.json b/apps/catalog/public/captures/opencode/patch-input-streaming.frame.json index 6c4cfc8..c9aff9d 100644 --- a/apps/catalog/public/captures/opencode/patch-input-streaming.frame.json +++ b/apps/catalog/public/captures/opencode/patch-input-streaming.frame.json @@ -1 +1,481 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[47,47,47,255],"attributes":0,"width":1},{"text":"1","fg":[250,179,133,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠸","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Patching","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[59,98,151,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"■","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[33,50,75,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 47, 47, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 179, 133, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [41, 41, 41, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠸", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [59, 98, 151, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [33, 50, 75, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/patch-success.frame.json b/apps/catalog/public/captures/opencode/patch-success.frame.json index 1ec71a0..3ab635a 100644 --- a/apps/catalog/public/captures/opencode/patch-success.frame.json +++ b/apps/catalog/public/captures/opencode/patch-success.frame.json @@ -1 +1,509 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[32,32,32,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[32,32,32,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[32,32,32,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[32,32,32,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[32,32,32,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"← Patched","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [32, 32, 32, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [32, 32, 32, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [32, 32, 32, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [32, 32, 32, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 32, 32, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/patch-updated.frame.json b/apps/catalog/public/captures/opencode/patch-updated.frame.json index 8447e35..88495ec 100644 --- a/apps/catalog/public/captures/opencode/patch-updated.frame.json +++ b/apps/catalog/public/captures/opencode/patch-updated.frame.json @@ -1 +1,537 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[46,46,46,255],"attributes":0,"width":1},{"text":"1","fg":[250,180,135,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[38,38,38,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Created","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"← Patched","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/fixture.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[59,98,151,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"■","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[33,50,75,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 46, 46, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 180, 135, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 38, 38, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [38, 38, 38, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [38, 38, 38, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/patched.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [238, 238, 238, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-8169a8e2-4e5e-4b06-abff-4de6b16313bb/files/fixture.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [238, 238, 238, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [59, 98, 151, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [33, 50, 75, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/permission-always-confirmation.frame.json b/apps/catalog/public/captures/opencode/permission-always-confirmation.frame.json index 3eb0168..8030200 100644 --- a/apps/catalog/public/captures/opencode/permission-always-confirmation.frame.json +++ b/apps/catalog/public/captures/opencode/permission-always-confirmation.frame.json @@ -1 +1,494 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":"p","fg":[238,238,238,255],"bg":[44,44,44,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[45,45,45,255],"attributes":1,"width":1},{"text":"n","fg":[238,238,238,255],"bg":[46,46,46,255],"attributes":1,"width":1},{"text":"C","fg":[238,238,238,255],"bg":[47,47,47,255],"attributes":1,"width":1},{"text":"o","fg":[238,238,238,255],"bg":[48,48,48,255],"attributes":1,"width":1},{"text":"d","fg":[238,238,238,255],"bg":[49,49,49,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[50,50,50,255],"attributes":1,"width":1},{"text":" ","fg":[238,238,238,255],"bg":[51,51,51,255],"attributes":1,"width":1},{"text":"D","fg":[238,238,238,255],"bg":[52,52,52,255],"attributes":1,"width":1},{"text":"ri","fg":[238,238,238,255],"bg":[53,53,53,255],"attributes":1,"width":2},{"text":"ve","fg":[238,238,238,255],"bg":[54,54,54,255],"attributes":1,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[54,54,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[53,53,53,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,44,44,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":11},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠋","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Patching","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"△","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Always allow","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":97},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"This will allow edit until OpenCode is restarted.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Confirm","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Cancel","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":68},{"text":"⇆ ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"select","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [238, 238, 238, 255], "bg": [44, 44, 44, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [45, 45, 45, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [238, 238, 238, 255], "bg": [46, 46, 46, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [238, 238, 238, 255], "bg": [47, 47, 47, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [238, 238, 238, 255], "bg": [48, 48, 48, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [238, 238, 238, 255], "bg": [49, 49, 49, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [50, 50, 50, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [51, 51, 51, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [238, 238, 238, 255], "bg": [52, 52, 52, 255], "attributes": 1, "width": 1 }, + { "text": "ri", "fg": [238, 238, 238, 255], "bg": [53, 53, 53, 255], "attributes": 1, "width": 2 }, + { "text": "ve", "fg": [238, 238, 238, 255], "bg": [54, 54, 54, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 54, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 53, 53, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 11 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Always allow", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 97 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "This will allow edit until OpenCode is restarted.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Confirm", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Cancel", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 68 + }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/permission-always-selected.frame.json b/apps/catalog/public/captures/opencode/permission-always-selected.frame.json index 87f7135..4829a07 100644 --- a/apps/catalog/public/captures/opencode/permission-always-selected.frame.json +++ b/apps/catalog/public/captures/opencode/permission-always-selected.frame.json @@ -1 +1,543 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[38,38,38,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,39,39,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[39,39,39,255],"attributes":1,"width":1},{"text":"p","fg":[238,238,238,255],"bg":[40,40,40,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":1},{"text":"n","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":"C","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":"o","fg":[238,238,238,255],"bg":[45,45,45,255],"attributes":1,"width":1},{"text":"d","fg":[238,238,238,255],"bg":[46,46,46,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[47,47,47,255],"attributes":1,"width":1},{"text":" D","fg":[238,238,238,255],"bg":[49,49,49,255],"attributes":1,"width":2},{"text":"r","fg":[238,238,238,255],"bg":[50,50,50,255],"attributes":1,"width":1},{"text":"ive","fg":[238,238,238,255],"bg":[51,51,51,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[51,51,51,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,49,49,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,39,39,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":11},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠋","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Patching","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"△","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Permission required","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"→","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"dca9766779d4/files/fixture.txt","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Allow once","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Allow always","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Reject","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"select","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 38, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [38, 38, 38, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [238, 238, 238, 255], "bg": [40, 40, 40, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [238, 238, 238, 255], "bg": [45, 45, 45, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [238, 238, 238, 255], "bg": [46, 46, 46, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [47, 47, 47, 255], "attributes": 1, "width": 1 }, + { "text": " D", "fg": [238, 238, 238, 255], "bg": [49, 49, 49, 255], "attributes": 1, "width": 2 }, + { "text": "r", "fg": [238, 238, 238, 255], "bg": [50, 50, 50, 255], "attributes": 1, "width": 1 }, + { "text": "ive", "fg": [238, 238, 238, 255], "bg": [51, 51, 51, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 51, 51, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 49, 49, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 38, 38, 255], "attributes": 0, "width": 11 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": "dca9766779d4/files/fixture.txt", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Allow always", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Reject", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/permission-fullscreen.frame.json b/apps/catalog/public/captures/opencode/permission-fullscreen.frame.json index b2d6c8b..1273dc3 100644 --- a/apps/catalog/public/captures/opencode/permission-fullscreen.frame.json +++ b/apps/catalog/public/captures/opencode/permission-fullscreen.frame.json @@ -1 +1,556 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"OpenC","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":5},{"text":"ode","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":3},{"text":" ","fg":[238,238,238,255],"bg":[44,44,44,255],"attributes":1,"width":1},{"text":"Dr","fg":[238,238,238,255],"bg":[45,45,45,255],"attributes":1,"width":2},{"text":"i","fg":[238,238,238,255],"bg":[46,46,46,255],"attributes":1,"width":1},{"text":"ve","fg":[238,238,238,255],"bg":[47,47,47,255],"attributes":1,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[47,47,47,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,45,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":7},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"△","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Permission required","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"→","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"dca9766779d4/files/fixture.txt","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Allow once","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Allow always","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Reject","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":32},{"text":"ctrl+f ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":"minimize","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"select","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "OpenC", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 5 }, + { "text": "ode", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [44, 44, 44, 255], "attributes": 1, "width": 1 }, + { "text": "Dr", "fg": [238, 238, 238, 255], "bg": [45, 45, 45, 255], "attributes": 1, "width": 2 }, + { "text": "i", "fg": [238, 238, 238, 255], "bg": [46, 46, 46, 255], "attributes": 1, "width": 1 }, + { "text": "ve", "fg": [238, 238, 238, 255], "bg": [47, 47, 47, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 47, 47, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 7 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": "dca9766779d4/files/fixture.txt", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Allow always", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Reject", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 32 + }, + { "text": "ctrl+f ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": "minimize", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/permission-prompt.frame.json b/apps/catalog/public/captures/opencode/permission-prompt.frame.json index d4aebe7..afeeb7c 100644 --- a/apps/catalog/public/captures/opencode/permission-prompt.frame.json +++ b/apps/catalog/public/captures/opencode/permission-prompt.frame.json @@ -1 +1,542 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[35,35,35,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[35,35,35,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,36,36,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[36,36,36,255],"attributes":1,"width":1},{"text":"p","fg":[238,238,238,255],"bg":[37,37,37,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[38,38,38,255],"attributes":1,"width":1},{"text":"n","fg":[238,238,238,255],"bg":[39,39,39,255],"attributes":1,"width":1},{"text":"C","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":1},{"text":"o","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":"d","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[45,45,45,255],"attributes":1,"width":1},{"text":" ","fg":[238,238,238,255],"bg":[46,46,46,255],"attributes":1,"width":1},{"text":"Dr","fg":[238,238,238,255],"bg":[47,47,47,255],"attributes":1,"width":2},{"text":"ive","fg":[238,238,238,255],"bg":[48,48,48,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,45,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,39,39,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[35,35,35,255],"attributes":0,"width":12},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠋","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Patching","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"△","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Permission required","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"→","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"dca9766779d4/files/fixture.txt","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":97},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Allow once","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Allow always","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Reject","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"select","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 35, 35, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [35, 35, 35, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 36, 36, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [36, 36, 36, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [238, 238, 238, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [38, 38, 38, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [238, 238, 238, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [45, 45, 45, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [46, 46, 46, 255], "attributes": 1, "width": 1 }, + { "text": "Dr", "fg": [238, 238, 238, 255], "bg": [47, 47, 47, 255], "attributes": 1, "width": 2 }, + { "text": "ive", "fg": [238, 238, 238, 255], "bg": [48, 48, 48, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 35, 35, 255], "attributes": 0, "width": 12 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": "dca9766779d4/files/fixture.txt", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 97 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/permission-reject-selected.frame.json b/apps/catalog/public/captures/opencode/permission-reject-selected.frame.json index 27277a9..86594c1 100644 --- a/apps/catalog/public/captures/opencode/permission-reject-selected.frame.json +++ b/apps/catalog/public/captures/opencode/permission-reject-selected.frame.json @@ -1 +1,543 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":"p","fg":[238,238,238,255],"bg":[44,44,44,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[45,45,45,255],"attributes":1,"width":1},{"text":"n","fg":[238,238,238,255],"bg":[46,46,46,255],"attributes":1,"width":1},{"text":"C","fg":[238,238,238,255],"bg":[47,47,47,255],"attributes":1,"width":1},{"text":"o","fg":[238,238,238,255],"bg":[48,48,48,255],"attributes":1,"width":1},{"text":"d","fg":[238,238,238,255],"bg":[49,49,49,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[51,51,51,255],"attributes":1,"width":1},{"text":" D","fg":[238,238,238,255],"bg":[52,52,52,255],"attributes":1,"width":2},{"text":"r","fg":[238,238,238,255],"bg":[53,53,53,255],"attributes":1,"width":1},{"text":"ive","fg":[238,238,238,255],"bg":[54,54,54,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[55,55,55,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[53,53,53,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,49,49,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,44,44,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":10},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠋","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Patching","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"△","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Permission required","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"→","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"dca9766779d4/files/fixture.txt","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Allow once","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Allow always","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Reject","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":30},{"text":"ctrl+f ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"select","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [238, 238, 238, 255], "bg": [44, 44, 44, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [45, 45, 45, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [238, 238, 238, 255], "bg": [46, 46, 46, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [238, 238, 238, 255], "bg": [47, 47, 47, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [238, 238, 238, 255], "bg": [48, 48, 48, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [238, 238, 238, 255], "bg": [49, 49, 49, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [51, 51, 51, 255], "attributes": 1, "width": 1 }, + { "text": " D", "fg": [238, 238, 238, 255], "bg": [52, 52, 52, 255], "attributes": 1, "width": 2 }, + { "text": "r", "fg": [238, 238, 238, 255], "bg": [53, 53, 53, 255], "attributes": 1, "width": 1 }, + { "text": "ive", "fg": [238, 238, 238, 255], "bg": [54, 54, 54, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [55, 55, 55, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 53, 53, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 49, 49, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 10 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": "dca9766779d4/files/fixture.txt", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Allow always", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Reject", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 30 + }, + { "text": "ctrl+f ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/question-awaiting-form.frame.json b/apps/catalog/public/captures/opencode/question-awaiting-form.frame.json index 0a1b9b8..4c8058c 100644 --- a/apps/catalog/public/captures/opencode/question-awaiting-form.frame.json +++ b/apps/catalog/public/captures/opencode/question-awaiting-form.frame.json @@ -1 +1,539 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Asked 2 questions","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Questions","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Runtime","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"Validation","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"Confirm","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"1.","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Bun","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":"Use the repository's configured runtime.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"2.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Node","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":"Use the Node.js compatibility runtime.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"3.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"tab","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"select","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"esc ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"dismiss","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 2 questions", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "Validation", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "Confirm", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the repository's configured runtime.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Node", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the Node.js compatibility runtime.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "tab", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/question-denied.frame.json b/apps/catalog/public/captures/opencode/question-denied.frame.json index 7f68c30..85781e0 100644 --- a/apps/catalog/public/captures/opencode/question-denied.frame.json +++ b/apps/catalog/public/captures/opencode/question-denied.frame.json @@ -1 +1,582 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Bun","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":108},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which validation should run?","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Focused","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The catalog answers were submitted.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 8.3s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask one more runtime question that I will dismiss.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":61},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Asked 1 question","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Questions","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"1.","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Bun","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":"Use the repository's configured runtime.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"2.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Node","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":"Use the Node.js compatibility runtime.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"3.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"select","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"submit","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"esc ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"dismiss","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":75},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [17, 17, 17, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Bun", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 108 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which validation should run?", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Focused", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The catalog answers were submitted.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.3s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask one more runtime question that I will dismiss.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 61 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 1 question", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the repository's configured runtime.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Node", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the Node.js compatibility runtime.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 75 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/question-input-streaming.frame.json b/apps/catalog/public/captures/opencode/question-input-streaming.frame.json index af8209e..8c5c648 100644 --- a/apps/catalog/public/captures/opencode/question-input-streaming.frame.json +++ b/apps/catalog/public/captures/opencode/question-input-streaming.frame.json @@ -1 +1,478 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[46,46,46,255],"attributes":0,"width":1},{"text":"1","fg":[250,179,132,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠸","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Asking questions...","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[59,98,151,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"■","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[33,50,75,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 46, 46, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 179, 132, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [41, 41, 41, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠸", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Asking questions...", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [59, 98, 151, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [33, 50, 75, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/question-prompt.frame.json b/apps/catalog/public/captures/opencode/question-prompt.frame.json index 6b20744..8bcab63 100644 --- a/apps/catalog/public/captures/opencode/question-prompt.frame.json +++ b/apps/catalog/public/captures/opencode/question-prompt.frame.json @@ -1 +1,586 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"← Patched","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Asked 1 question","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Questions","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"1.","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Keep it minimal (Recommended)","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":"Small deterministic fixture","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"2.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Expand coverage","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":93},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":"Add more scripted states","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":84},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"3.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"select","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"submit","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"esc ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"dismiss","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":75},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 1 question", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [250, 178, 131, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": "Small deterministic fixture", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Expand coverage", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 93 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": "Add more scripted states", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 84 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 75 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/question-review.frame.json b/apps/catalog/public/captures/opencode/question-review.frame.json index abab0d1..f5a17fa 100644 --- a/apps/catalog/public/captures/opencode/question-review.frame.json +++ b/apps/catalog/public/captures/opencode/question-review.frame.json @@ -1 +1,498 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Asked 2 questions","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Questions","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Runtime","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"Validation","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"Confirm","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Review","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Runtime:","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Bun","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Validation:","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Focused","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"tab","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"scroll","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"submit","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"esc ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"dismiss","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 2 questions", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "Validation", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "Confirm", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Review", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime:", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Validation:", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Focused", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "tab", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "scroll", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/question-succeeded.frame.json b/apps/catalog/public/captures/opencode/question-succeeded.frame.json index 640c540..a0d5c9e 100644 --- a/apps/catalog/public/captures/opencode/question-succeeded.frame.json +++ b/apps/catalog/public/captures/opencode/question-succeeded.frame.json @@ -1 +1,525 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Questions","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Bun","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":108},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which validation should run?","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Focused","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The catalog answers were submitted.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 8.3s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...41c2-176e-4516-ad01-cc0342699108/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [42, 42, 42, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Bun", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 108 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which validation should run?", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Focused", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The catalog answers were submitted.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.3s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...41c2-176e-4516-ad01-cc0342699108/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/read-denied.frame.json b/apps/catalog/public/captures/opencode/read-denied.frame.json index 35b9fa8..06b7d73 100644 --- a/apps/catalog/public/captures/opencode/read-denied.frame.json +++ b/apps/catalog/public/captures/opencode/read-denied.frame.json @@ -1 +1,575 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[31,31,31,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[31,31,31,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[31,31,31,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[31,31,31,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[31,31,31,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[95,95,95,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored","fg":[95,95,95,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"—","fg":[95,95,95,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"1","fg":[95,95,95,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"read","fg":[95,95,95,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The fixture read succeeded.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 983ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Now try to read a missing file.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":80},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 read","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The missing-file read failed as expected.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":72}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 88ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Now read the ledger file.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠋","fg":[245,167,66,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Read src/ledger.ts","fg":[245,167,66,255],"bg":[10,10,10,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":93}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"△","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Permission required","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"→","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Read src/ledger.ts","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Path: src/ledger.ts","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Allow once","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Allow always","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Reject","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"select","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [31, 31, 31, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [31, 31, 31, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [31, 31, 31, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [31, 31, 31, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [31, 31, 31, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [95, 95, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Explored", "fg": [95, 95, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "—", "fg": [95, 95, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [95, 95, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "read", "fg": [95, 95, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture read succeeded.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 983ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Now try to read a missing file.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 80 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 read", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The missing-file read failed as expected.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 72 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 88ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Now read the ledger file.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [245, 167, 66, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Read src/ledger.ts", + "fg": [245, 167, 66, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 93 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Read src/ledger.ts", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Path: src/ledger.ts", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/read-input-streaming.frame.json b/apps/catalog/public/captures/opencode/read-input-streaming.frame.json index 33a26ec..9089020 100644 --- a/apps/catalog/public/captures/opencode/read-input-streaming.frame.json +++ b/apps/catalog/public/captures/opencode/read-input-streaming.frame.json @@ -1 +1,478 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠹","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Exploring — 1 read","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":93}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[33,50,75,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝","fg":[49,80,122,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠹", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Exploring — 1 read", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 93 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [33, 50, 75, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝", "fg": [49, 80, 122, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/read-permission.frame.json b/apps/catalog/public/captures/opencode/read-permission.frame.json index 06a3a60..b0fd75e 100644 --- a/apps/catalog/public/captures/opencode/read-permission.frame.json +++ b/apps/catalog/public/captures/opencode/read-permission.frame.json @@ -1 +1,509 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"1","fg":[245,167,66,255],"bg":[38,38,38,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,40,40,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":1},{"text":"pe","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":2},{"text":"nCod","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":4},{"text":"e","fg":[238,238,238,255],"bg":[40,40,40,255],"attributes":1,"width":1},{"text":" ","fg":[238,238,238,255],"bg":[34,34,34,255],"attributes":1,"width":1},{"text":"Drive","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠋","fg":[245,167,66,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Read fixture.txt","fg":[245,167,66,255],"bg":[10,10,10,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"△","fg":[245,167,66,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Permission required","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"→","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Read fixture.txt","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Path: fixture.txt","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":94},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Allow once","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Allow always","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":"Reject","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"select","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":6},{"text":"confirm","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [245, 167, 66, 255], "bg": [38, 38, 38, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": "pe", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 2 }, + { "text": "nCod", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 4 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [40, 40, 40, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [34, 34, 34, 255], "attributes": 1, "width": 1 }, + { "text": "Drive", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [245, 167, 66, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Read fixture.txt", + "fg": [245, 167, 66, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [245, 167, 66, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Read fixture.txt", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Path: fixture.txt", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 94 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/read-succeeded.frame.json b/apps/catalog/public/captures/opencode/read-succeeded.frame.json index a06e36e..217ab7f 100644 --- a/apps/catalog/public/captures/opencode/read-succeeded.frame.json +++ b/apps/catalog/public/captures/opencode/read-succeeded.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"→","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Explored — 1 read","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The fixture read succeeded.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 983ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...0883-7eb7-4b4b-8607-12de47209aac/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 read", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture read succeeded.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 983ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...0883-7eb7-4b4b-8607-12de47209aac/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/session-export.frame.json b/apps/catalog/public/captures/opencode/session-export.frame.json index 7e3ee90..d7e5591 100644 --- a/apps/catalog/public/captures/opencode/session-export.frame.json +++ b/apps/catalog/public/captures/opencode/session-export.frame.json @@ -1 +1,647 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"1","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Drive","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"+","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Change","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"from","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"before","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"to","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"after.","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"←","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Patched","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[98,98,98,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[98,98,98,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Export session","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":39},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Export as:","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"◉ Markdown","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":"○ JSON","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"The","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"fixture","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"was","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"updated.","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"[x]","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Include thinking","fg":[250,178,131,255],"bg":[20,20,20,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Build","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Simulated","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Model","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":4},{"text":"Copy","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":"Export","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt", + "fg": [53, 53, 53, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [98, 98, 98, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [98, 98, 98, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Export session", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 39 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Export as:", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "◉ Markdown", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": "○ JSON", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "[x]", "fg": [250, 178, 131, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Include thinking", + "fg": [250, 178, 131, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 31 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 4 }, + { "text": "Copy", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": "Export", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/session-fork.frame.json b/apps/catalog/public/captures/opencode/session-fork.frame.json index 5670e35..5a90b2b 100644 --- a/apps/catalog/public/captures/opencode/session-fork.frame.json +++ b/apps/catalog/public/captures/opencode/session-fork.frame.json @@ -1 +1,550 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"1","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Drive","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"+","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Change","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"from","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"before","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"to","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"after.","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"←","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Patched","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"befo","fg":[98,98,98,255],"bg":[23,14,18,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"afte","fg":[98,98,98,255],"bg":[13,20,24,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Fork session","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":65},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"The","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"fixtur","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"●","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"Full session","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Build","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Si","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Change fixture.txt from before to after.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":33},{"text":"3:26 PM","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt", + "fg": [53, 53, 53, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "befo", "fg": [98, 98, 98, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "afte", "fg": [98, 98, 98, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Fork session", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 65 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "fixtur", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "Full session", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 33 + }, + { "text": "3:26 PM", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/session-picker-populated.frame.json b/apps/catalog/public/captures/opencode/session-picker-populated.frame.json index 21de77c..0117619 100644 --- a/apps/catalog/public/captures/opencode/session-picker-populated.frame.json +++ b/apps/catalog/public/captures/opencode/session-picker-populated.frame.json @@ -1 +1,608 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":1},{"text":"1","fg":[103,73,54,255],"bg":[13,13,13,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[98,98,98,255],"bg":[13,13,13,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":1},{"text":"DriveCatalog","fg":[98,98,98,255],"bg":[13,13,13,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":1},{"text":"cap","fg":[98,98,98,255],"bg":[13,13,13,255],"attributes":1,"width":3},{"text":"t","fg":[81,81,81,255],"bg":[13,13,13,255],"attributes":1,"width":1},{"text":"u","fg":[60,60,60,255],"bg":[13,13,13,255],"attributes":1,"width":1},{"text":"r","fg":[40,40,40,255],"bg":[13,13,13,255],"attributes":1,"width":1},{"text":"e","fg":[19,19,19,255],"bg":[13,13,13,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"+","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[7,7,7,255],"attributes":0,"width":2},{"text":"←","fg":[39,39,39,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":"Patched","fg":[39,39,39,255],"bg":[7,7,7,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt","fg":[39,39,39,255],"bg":[7,7,7,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[98,98,98,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[98,98,98,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"The","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"fixture","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"was","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"updated.","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Build","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Si","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Sessions","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":69},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Ask","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"me","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"abo","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Today","fg":[157,124,216,255],"bg":[20,20,20,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"●","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog capture session","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"#","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Question","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"delete","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ctrl+d","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"rename","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ctrl+r","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":"all projects","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":12},{"text":" ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Which","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"dire","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Keep","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"it","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"minimal","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"(Recommended)","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Keeping","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"the","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"fixture","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"minimal.","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Build","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Simulated","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Model","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"209ms","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 13, 13, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [103, 73, 54, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 13, 13, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [98, 98, 98, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 13, 13, 255], "attributes": 0, "width": 1 }, + { "text": "DriveCatalog", "fg": [98, 98, 98, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 13, 13, 255], "attributes": 0, "width": 1 }, + { "text": "cap", "fg": [98, 98, 98, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 3 }, + { "text": "t", "fg": [81, 81, 81, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [60, 60, 60, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [40, 40, 40, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [19, 19, 19, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [39, 39, 39, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [39, 39, 39, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt", + "fg": [39, 39, 39, 255], + "bg": [7, 7, 7, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [98, 98, 98, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [98, 98, 98, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Sessions", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 69 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "me", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "abo", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Today", "fg": [157, 124, 216, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog capture session", + "fg": [10, 10, 10, 255], + "bg": [250, 178, 131, 255], + "attributes": 1, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 46 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "#", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Question", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "delete", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ctrl+d", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "rename", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ctrl+r", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { "text": "all projects", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Which", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "dire", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Keep", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "it", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "minimal", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "(Recommended)", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Keeping", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "minimal.", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "209ms", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/session-picker.frame.json b/apps/catalog/public/captures/opencode/session-picker.frame.json index eaf50e5..e25abc1 100644 --- a/apps/catalog/public/captures/opencode/session-picker.frame.json +++ b/apps/catalog/public/captures/opencode/session-picker.frame.json @@ -1 +1,578 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Sessions","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":69},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"No sessions available","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"delete ctrl+d","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"rename ctrl+r","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":"all projects","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":12},{"text":" ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"anything...","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"\"What","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"is","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"the","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"tech","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"stack","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"of","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"this","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"project?\"","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Sessions", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 69 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "No sessions available", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "delete ctrl+d", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "rename ctrl+r", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { "text": "all projects", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/session-rename.frame.json b/apps/catalog/public/captures/opencode/session-rename.frame.json index 0f540a0..5c1d66d 100644 --- a/apps/catalog/public/captures/opencode/session-rename.frame.json +++ b/apps/catalog/public/captures/opencode/session-rename.frame.json @@ -1 +1,602 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":1},{"text":"1","fg":[103,73,54,255],"bg":[13,13,13,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[98,98,98,255],"bg":[13,13,13,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":1},{"text":"Drive","fg":[98,98,98,255],"bg":[13,13,13,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,13,13,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"+","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Change","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"from","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"before","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"to","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"after.","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"←","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Patched","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[98,98,98,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[98,98,98,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Rename session","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":39},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"The","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"fixture","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"was","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"updated.","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"enter ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":"submit","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Build","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Simulated","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Model","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 13, 13, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [103, 73, 54, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 13, 13, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [98, 98, 98, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 13, 13, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [98, 98, 98, 255], "bg": [13, 13, 13, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 13, 13, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb-a801-dca9766779d4/files/fixture.txt", + "fg": [53, 53, 53, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [98, 98, 98, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [98, 98, 98, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Rename session", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 39 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/session-tabs-idle.frame.json b/apps/catalog/public/captures/opencode/session-tabs-idle.frame.json index 839e01d..eab981c 100644 --- a/apps/catalog/public/captures/opencode/session-tabs-idle.frame.json +++ b/apps/catalog/public/captures/opencode/session-tabs-idle.frame.json @@ -1 +1,482 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,44,45,255],"attributes":0,"width":1},{"text":"1","fg":[248,187,147,255],"bg":[46,45,46,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,45,46,255],"attributes":0,"width":1},{"text":"Op","fg":[238,238,238,255],"bg":[46,45,46,255],"attributes":1,"width":2},{"text":"e","fg":[238,238,238,255],"bg":[42,41,42,255],"attributes":1,"width":1},{"text":"n","fg":[238,238,238,255],"bg":[36,35,36,255],"attributes":1,"width":1},{"text":"Code Drive","fg":[238,238,238,255],"bg":[33,32,33,255],"attributes":1,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[33,32,33,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,33,34,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[35,34,35,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,35,36,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,36,37,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,38,39,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,39,40,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,40,41,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,42,43,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,43,44,255],"attributes":0,"width":1},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Audit the current tab state.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Working on a tab audit.Tab audit complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":42},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":71}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 2.1s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...c64b-92fd-4fe6-8695-3e3425557695/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 44, 45, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [248, 187, 147, 255], "bg": [46, 45, 46, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 45, 46, 255], "attributes": 0, "width": 1 }, + { "text": "Op", "fg": [238, 238, 238, 255], "bg": [46, 45, 46, 255], "attributes": 1, "width": 2 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [42, 41, 42, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [238, 238, 238, 255], "bg": [36, 35, 36, 255], "attributes": 1, "width": 1 }, + { "text": "Code Drive", "fg": [238, 238, 238, 255], "bg": [33, 32, 33, 255], "attributes": 1, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 32, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 33, 34, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 34, 35, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 35, 36, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 36, 37, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 38, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 39, 40, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 40, 41, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 42, 43, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 43, 44, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Audit the current tab state.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Working on a tab audit.Tab audit complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 42 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 71 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 2.1s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...c64b-92fd-4fe6-8695-3e3425557695/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/session-tabs-running.frame.json b/apps/catalog/public/captures/opencode/session-tabs-running.frame.json index 8f26bf2..fa8df98 100644 --- a/apps/catalog/public/captures/opencode/session-tabs-running.frame.json +++ b/apps/catalog/public/captures/opencode/session-tabs-running.frame.json @@ -1 +1,474 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Audit the current tab state.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Working on a tab audit.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":23},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝","fg":[40,63,95,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [42, 42, 42, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Audit the current tab state.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Working on a tab audit.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝", "fg": [40, 63, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/shell-execute-failed.frame.json b/apps/catalog/public/captures/opencode/shell-execute-failed.frame.json index 24f799c..44bf1aa 100644 --- a/apps/catalog/public/captures/opencode/shell-execute-failed.frame.json +++ b/apps/catalog/public/captures/opencode/shell-execute-failed.frame.json @@ -1 +1,557 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[37,37,37,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"OpenCode ","fg":[238,238,238,255],"bg":[37,37,37,255],"attributes":1,"width":9},{"text":"Dr","fg":[238,238,238,255],"bg":[38,38,38,255],"attributes":1,"width":2},{"text":"i","fg":[238,238,238,255],"bg":[39,39,39,255],"attributes":1,"width":1},{"text":"v","fg":[238,238,238,255],"bg":[40,40,40,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,44,44,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,45,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,47,47,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,49,49,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[50,50,50,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"+","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Thought · 1.8s","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"$","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tool result declared output without an output schema","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":59},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The successful shell command completed.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":74}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.5s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Now run one failing foreground shell command.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠇","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"catalog-shell-fail","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The shell lifecycle is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":32},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":81}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.5s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...d909-908e-400d-bf9d-37cac347537d/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode ", "fg": [238, 238, 238, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 9 }, + { "text": "Dr", "fg": [238, 238, 238, 255], "bg": [38, 38, 38, 255], "attributes": 1, "width": 2 }, + { "text": "i", "fg": [238, 238, 238, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [238, 238, 238, 255], "bg": [40, 40, 40, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 47, 47, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 49, 49, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [50, 50, 50, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 38, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.8s", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "$", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Tool result declared output without an output schema", + "fg": [224, 108, 117, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 59 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The successful shell command completed.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.5s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Now run one failing foreground shell command.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠇", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "catalog-shell-fail", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The shell lifecycle is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 32 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 81 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.5s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...d909-908e-400d-bf9d-37cac347537d/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/shell-execute-succeeded.frame.json b/apps/catalog/public/captures/opencode/shell-execute-succeeded.frame.json index 3f43b9d..f2fcb1f 100644 --- a/apps/catalog/public/captures/opencode/shell-execute-succeeded.frame.json +++ b/apps/catalog/public/captures/opencode/shell-execute-succeeded.frame.json @@ -1 +1,520 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":1},{"text":"1","fg":[248,187,147,255],"bg":[49,49,49,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,49,49,255],"attributes":0,"width":1},{"text":"Op","fg":[238,238,238,255],"bg":[49,49,49,255],"attributes":1,"width":2},{"text":"e","fg":[238,238,238,255],"bg":[47,47,47,255],"attributes":1,"width":1},{"text":"n","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":"C","fg":[238,238,238,255],"bg":[37,37,37,255],"attributes":1,"width":1},{"text":"ode Drive","fg":[238,238,238,255],"bg":[36,36,36,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[36,36,36,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,39,39,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,40,40,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,44,44,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,45,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,46,46,255],"attributes":0,"width":1},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"+","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Thought · 1.8s","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"$","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tool result declared output without an output schema","fg":[224,108,117,255],"bg":[20,20,20,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":59},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The successful shell command completed.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":74}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.5s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...d909-908e-400d-bf9d-37cac347537d/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [248, 187, 147, 255], "bg": [49, 49, 49, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 49, 49, 255], "attributes": 0, "width": 1 }, + { "text": "Op", "fg": [238, 238, 238, 255], "bg": [49, 49, 49, 255], "attributes": 1, "width": 2 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [47, 47, 47, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [238, 238, 238, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 1 }, + { "text": "ode Drive", "fg": [238, 238, 238, 255], "bg": [36, 36, 36, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 36, 36, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 38, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 46, 46, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.8s", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "$", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Tool result declared output without an output schema", + "fg": [224, 108, 117, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 59 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The successful shell command completed.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.5s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...d909-908e-400d-bf9d-37cac347537d/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/shell-input-streaming.frame.json b/apps/catalog/public/captures/opencode/shell-input-streaming.frame.json index 20b676c..c5b2073 100644 --- a/apps/catalog/public/captures/opencode/shell-input-streaming.frame.json +++ b/apps/catalog/public/captures/opencode/shell-input-streaming.frame.json @@ -1 +1,494 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"1","fg":[249,184,143,255],"bg":[39,39,39,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,40,40,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":1},{"text":"p","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":"enCod","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":5},{"text":"e","fg":[238,238,238,255],"bg":[39,39,39,255],"attributes":1,"width":1},{"text":" ","fg":[238,238,238,255],"bg":[33,33,33,255],"attributes":1,"width":1},{"text":"Drive","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"+","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Thought","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":104}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠋","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"Writing command...","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"⬝⬝⬝⬝","fg":[36,57,86,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [249, 184, 143, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": "enCod", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 5 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [33, 33, 33, 255], "attributes": 1, "width": 1 }, + { "text": "Drive", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 104 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "Writing command...", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝⬝⬝", "fg": [36, 57, 86, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/shell-output-streaming.frame.json b/apps/catalog/public/captures/opencode/shell-output-streaming.frame.json index 78f27c2..bc062d7 100644 --- a/apps/catalog/public/captures/opencode/shell-output-streaming.frame.json +++ b/apps/catalog/public/captures/opencode/shell-output-streaming.frame.json @@ -1 +1,492 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[248,186,145,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[32,32,32,255],"attributes":1,"width":1},{"text":"penCode Drive","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[31,31,31,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[32,32,32,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,34,34,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[35,35,35,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,39,39,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,40,40,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":2},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"+","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Thought · 1.8s","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⠋","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"⬝⬝⬝⬝⬝⬝⬝⬝","fg":[36,57,86,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [248, 186, 145, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [32, 32, 32, 255], "attributes": 1, "width": 1 }, + { "text": "penCode Drive", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [31, 31, 31, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [32, 32, 32, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 34, 34, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 35, 35, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 38, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 2 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.8s", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝⬝", "fg": [36, 57, 86, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/shell-panel-empty.frame.json b/apps/catalog/public/captures/opencode/shell-panel-empty.frame.json new file mode 100644 index 0000000..aa35098 --- /dev/null +++ b/apps/catalog/public/captures/opencode/shell-panel-empty.frame.json @@ -0,0 +1,504 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 8 }, + { "text": " Dr", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 3 }, + { "text": "ive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 5 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 66ms", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.4s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " No shell commands", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 94 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 103 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/shell-panel-running.frame.json b/apps/catalog/public/captures/opencode/shell-panel-running.frame.json new file mode 100644 index 0000000..3fca2c9 --- /dev/null +++ b/apps/catalog/public/captures/opencode/shell-panel-running.frame.json @@ -0,0 +1,504 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 66ms", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.4s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "sleep 30", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "kill", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+d", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/skill-picker-empty.frame.json b/apps/catalog/public/captures/opencode/skill-picker-empty.frame.json new file mode 100644 index 0000000..1daa035 --- /dev/null +++ b/apps/catalog/public/captures/opencode/skill-picker-empty.frame.json @@ -0,0 +1,574 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Skills", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [250, 178, 131, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 61 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": "No skills found", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 69 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-7cbc4d378b69/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/skill-picker.frame.json b/apps/catalog/public/captures/opencode/skill-picker.frame.json index b849601..40fc872 100644 --- a/apps/catalog/public/captures/opencode/skill-picker.frame.json +++ b/apps/catalog/public/captures/opencode/skill-picker.frame.json @@ -1 +1,569 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Skills","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":"OpenCode Use this skill for any question about OpenCode itself, including how Op","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":80},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Report ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" Use when the user wants to report an opencode issue or bug. Collect sta","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"anything...","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"\"What","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"is","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"the","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"tech","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"stack","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"of","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"this","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"project?\"","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Skills", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { + "text": "OpenCode Use this skill for any question about OpenCode itself, including how Op", + "fg": [10, 10, 10, 255], + "bg": [250, 178, 131, 255], + "attributes": 1, + "width": 80 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Report ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " Use when the user wants to report an opencode issue or bug. Collect sta", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/status.frame.json b/apps/catalog/public/captures/opencode/status.frame.json index 0fb3521..d5426f3 100644 --- a/apps/catalog/public/captures/opencode/status.frame.json +++ b/apps/catalog/public/captures/opencode/status.frame.json @@ -1 +1,673 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Status","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"No MCP servers","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":"█","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[16,16,16,255],"attributes":0,"width":2},{"text":"█","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[16,16,16,255],"attributes":0,"width":2},{"text":"█","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀","fg":[53,53,53,255],"bg":[16,16,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[16,16,16,255],"attributes":0,"width":2},{"text":"█","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[28,28,28,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[28,28,28,255],"attributes":0,"width":2},{"text":"█","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[28,28,28,255],"attributes":0,"width":2},{"text":"█","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":1},{"text":"▀▀▀","fg":[98,98,98,255],"bg":[28,28,28,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":"▀▀▀▀","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"█▀▀▀","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀","fg":[16,16,16,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"▀","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"anything...","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"\"What","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"is","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"the","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"tech","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"stack","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"of","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"this","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"project?\"","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/private/var/folde...-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Status", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "No MCP servers", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": "█", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [16, 16, 16, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [16, 16, 16, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀", "fg": [53, 53, 53, 255], "bg": [16, 16, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [16, 16, 16, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [28, 28, 28, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [28, 28, 28, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [28, 28, 28, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 1 }, + { "text": "▀▀▀", "fg": [98, 98, 98, 255], "bg": [28, 28, 28, 255], "attributes": 1, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": "▀▀▀▀", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "█▀▀▀", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀", "fg": [16, 16, 16, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "▀", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/subagent-completed.frame.json b/apps/catalog/public/captures/opencode/subagent-completed.frame.json index a125885..e2160d7 100644 --- a/apps/catalog/public/captures/opencode/subagent-completed.frame.json +++ b/apps/catalog/public/captures/opencode/subagent-completed.frame.json @@ -1 +1,496 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[39,39,39,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,132,255],"bg":[35,35,35,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[35,35,35,255],"attributes":0,"width":1},{"text":"OpenCode Dri","fg":[238,238,238,255],"bg":[35,35,35,255],"attributes":1,"width":12},{"text":"v","fg":[238,238,238,255],"bg":[36,36,36,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[37,37,37,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,38,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,39,39,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[40,40,40,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,42,42,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,44,44,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,45,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,46,46,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,47,47,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[46,46,46,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,41,41,255],"attributes":0,"width":1},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Use a subagent to inspect src/ledger.ts and calculate the total.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"+","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Thought · 55ms","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"✓","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Researcher Subagent — Inspect ledger lifecycle","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":65}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Subagent completed the ledger lifecycle.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":73}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.8s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...8254-5264-4488-b506-66d4b3b6a763/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 132, 255], "bg": [35, 35, 35, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 35, 35, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Dri", "fg": [238, 238, 238, 255], "bg": [35, 35, 35, 255], "attributes": 1, "width": 12 }, + { "text": "v", "fg": [238, 238, 238, 255], "bg": [36, 36, 36, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 38, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 46, 46, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 47, 47, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 46, 46, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 41, 41, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 55ms", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.8s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...8254-5264-4488-b506-66d4b3b6a763/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/subagent-panel-active.frame.json b/apps/catalog/public/captures/opencode/subagent-panel-active.frame.json new file mode 100644 index 0000000..f1a8594 --- /dev/null +++ b/apps/catalog/public/captures/opencode/subagent-panel-active.frame.json @@ -0,0 +1,499 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 49, 49, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [249, 181, 137, 255], "bg": [44, 44, 44, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 40, 40, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 66ms", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠸", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher: Inspect ledger lifecycle", + "fg": [10, 10, 10, 255], + "bg": [250, 178, 131, 255], + "attributes": 1, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 65 + }, + { "text": "Running", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "interrupt", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+d", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "show inactive", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/subagent-panel-inactive.frame.json b/apps/catalog/public/captures/opencode/subagent-panel-inactive.frame.json new file mode 100644 index 0000000..f6d9ca1 --- /dev/null +++ b/apps/catalog/public/captures/opencode/subagent-panel-inactive.frame.json @@ -0,0 +1,511 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCo", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 6 }, + { "text": "de ", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 3 }, + { "text": "Dr", "fg": [238, 238, 238, 255], "bg": [44, 44, 44, 255], "attributes": 1, "width": 2 }, + { "text": "ive", "fg": [238, 238, 238, 255], "bg": [45, 45, 45, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 46, 46, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 42, 42, 255], "attributes": 0, "width": 6 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 66ms", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.4s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher: Inspect ledger lifecycle", + "fg": [10, 10, 10, 255], + "bg": [250, 178, 131, 255], + "attributes": 1, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 73 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "show active", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 11 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/subagent-running.frame.json b/apps/catalog/public/captures/opencode/subagent-running.frame.json index 29f3bc3..6c9bc98 100644 --- a/apps/catalog/public/captures/opencode/subagent-running.frame.json +++ b/apps/catalog/public/captures/opencode/subagent-running.frame.json @@ -1 +1,480 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Use a subagent to inspect src/ledger.ts and calculate the total.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"+","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Thought · 55ms","fg":[151,104,44,255],"bg":[10,10,10,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠋","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Researcher Subagent — Inspect ledger lifecycle","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":65}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝","fg":[40,63,95,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 55ms", "fg": [151, 104, 44, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝", "fg": [40, 63, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/subagent-session.frame.json b/apps/catalog/public/captures/opencode/subagent-session.frame.json index d0a6e00..7e0df21 100644 --- a/apps/catalog/public/captures/opencode/subagent-session.frame.json +++ b/apps/catalog/public/captures/opencode/subagent-session.frame.json @@ -1 +1,506 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[49,49,49,255],"attributes":0,"width":1},{"text":"1","fg":[249,184,141,255],"bg":[49,49,49,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[45,45,45,255],"attributes":1,"width":1},{"text":"penCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[44,44,44,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[45,45,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,46,46,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,47,47,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[48,48,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,49,49,255],"attributes":0,"width":3},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"You are a subagent spawned by another session.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":65},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Read src/ledger.ts and report its exports, values, and calculated total.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The child inspected src/ledger.ts and calculated total 42.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":55}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Researcher","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":" · Simulated Model · 1.5s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Subagents","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Shell","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":90},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" No active subagents","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"show inactive","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":13},{"text":" ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"tabs","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":4},{"text":" ","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"←/→","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[72,72,72,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 49, 49, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [249, 184, 141, 255], "bg": [49, 49, 49, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [45, 45, 45, 255], "attributes": 1, "width": 1 }, + { "text": "penCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 44, 44, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 45, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 46, 46, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 47, 47, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 48, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 49, 49, 255], "attributes": 0, "width": 3 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "You are a subagent spawned by another session.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 65 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Read src/ledger.ts and report its exports, values, and calculated total.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 72 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 39 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The child inspected src/ledger.ts and calculated total 42.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 55 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Researcher", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { + "text": " · Simulated Model · 1.5s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " No active subagents", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "show inactive", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [72, 72, 72, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/theme-picker-empty.frame.json b/apps/catalog/public/captures/opencode/theme-picker-empty.frame.json new file mode 100644 index 0000000..59822d4 --- /dev/null +++ b/apps/catalog/public/captures/opencode/theme-picker-empty.frame.json @@ -0,0 +1,670 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [58, 86, 87, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { "text": "Themes", "fg": [220, 220, 204, 255], "bg": [79, 79, 79, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc", "fg": [159, 159, 159, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [140, 208, 211, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [159, 159, 159, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "\"What", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "is", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "tech", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "stack", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "of", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "this", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "project?\"", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [91, 58, 80, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [39, 39, 39, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-7cbc4d378b69/files", + "fg": [65, 65, 65, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 65, 52, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [33, 33, 33, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/theme-picker.frame.json b/apps/catalog/public/captures/opencode/theme-picker.frame.json index 37e4224..18721f8 100644 --- a/apps/catalog/public/captures/opencode/theme-picker.frame.json +++ b/apps/catalog/public/captures/opencode/theme-picker.frame.json @@ -1 +1,715 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"+","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"New","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"session","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Themes","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":43},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"Search","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"mercury","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"monokai","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"nightowl","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"nord","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"one-dark","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Ask","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"●","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":1},{"text":"opencode","fg":[10,10,10,255],"bg":[250,178,131,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[250,178,131,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"orng","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Buil","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"osaka-jade","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"palenight","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":"▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":22},{"text":"/privat","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"rosepine","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":48},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":"solarized","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":111},{"text":"local","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Themes", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "mercury", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "monokai", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "nightowl", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "nord", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "one-dark", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [250, 178, 131, 255], "attributes": 0, "width": 1 }, + { "text": "opencode", "fg": [10, 10, 10, 255], "bg": [250, 178, 131, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [250, 178, 131, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "orng", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 52 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "osaka-jade", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 46 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [12, 12, 12, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "palenight", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [12, 12, 12, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "rosepine", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 48 + }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": "solarized", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/thinking-streaming.frame.json b/apps/catalog/public/captures/opencode/thinking-streaming.frame.json index 6187a9e..42897f8 100644 --- a/apps/catalog/public/captures/opencode/thinking-streaming.frame.json +++ b/apps/catalog/public/captures/opencode/thinking-streaming.frame.json @@ -1 +1,470 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠋","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Thinking","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":103}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝","fg":[40,63,95,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "Thinking", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 103 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝", "fg": [40, 63, 95, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/toast-error.frame.json b/apps/catalog/public/captures/opencode/toast-error.frame.json index 6ce9759..c663da7 100644 --- a/apps/catalog/public/captures/opencode/toast-error.frame.json +++ b/apps/catalog/public/captures/opencode/toast-error.frame.json @@ -1 +1,593 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog cap","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":25},{"text":"t","fg":[196,196,196,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":"u","fg":[146,146,146,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":"r","fg":[97,97,97,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":"e","fg":[47,47,47,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":2},{"text":"←","fg":[95,95,95,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":"Patched","fg":[95,95,95,255],"bg":[17,17,17,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b","fg":[95,95,95,255],"bg":[17,17,17,255],"attributes":0,"width":49},{"text":"┃","fg":[224,108,117,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":50},{"text":"┃","fg":[224,108,117,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":61},{"text":"┃","fg":[224,108,117,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Sharing is not implemented for V2 sessions yet","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"┃","fg":[224,108,117,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":47},{"text":"┃","fg":[224,108,117,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":50},{"text":"┃","fg":[224,108,117,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Questions","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Keep it minimal (Recommended)","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Keeping the fixture minimal.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 209ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog cap", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 1, + "width": 25 + }, + { "text": "t", "fg": [196, 196, 196, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [146, 146, 146, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [97, 97, 97, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [47, 47, 47, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [95, 95, 95, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [95, 95, 95, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b", + "fg": [95, 95, 95, 255], + "bg": [17, 17, 17, 255], + "attributes": 0, + "width": 49 + }, + { "text": "┃", "fg": [224, 108, 117, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 50 + }, + { "text": "┃", "fg": [224, 108, 117, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 61 + }, + { "text": "┃", "fg": [224, 108, 117, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { + "text": "Sharing is not implemented for V2 sessions yet", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 46 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [224, 108, 117, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 47 + }, + { "text": "┃", "fg": [224, 108, 117, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 50 + }, + { "text": "┃", "fg": [224, 108, 117, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Keeping the fixture minimal.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 209ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/toast-info.frame.json b/apps/catalog/public/captures/opencode/toast-info.frame.json index b90e4ef..51b9327 100644 --- a/apps/catalog/public/captures/opencode/toast-info.frame.json +++ b/apps/catalog/public/captures/opencode/toast-info.frame.json @@ -1 +1,674 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"1","fg":[103,73,54,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"DriveCatalog","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"cap","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":1,"width":3},{"text":"t","fg":[81,81,81,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":"u","fg":[60,60,60,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":"r","fg":[40,40,40,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":"e","fg":[19,19,19,255],"bg":[12,12,12,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"+","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[7,7,7,255],"attributes":0,"width":2},{"text":"←","fg":[39,39,39,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":"Patched","fg":[39,39,39,255],"bg":[7,7,7,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[7,7,7,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb","fg":[39,39,39,255],"bg":[7,7,7,255],"attributes":0,"width":65},{"text":"┃","fg":[35,75,80,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":34},{"text":"┃","fg":[35,75,80,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":77},{"text":"┃","fg":[35,75,80,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Debug","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"info","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"copied","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"to","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"clipboard","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"┃","fg":[35,75,80,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[98,98,98,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":63},{"text":"┃","fg":[35,75,80,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":34},{"text":"┃","fg":[35,75,80,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,59,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[98,98,98,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"The","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"fixture","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"was","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"updated.","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Build","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Si","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Debug","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76},{"text":"esc","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Ask","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"me","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"abo","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Version ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"local (local)","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Date ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"2026-08-12T19:26:41.411Z","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"OS ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"macOS 25.5.0 (arm64)","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Terminal ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"ghostty 1.3.1","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"#","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Question","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Session ID","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"ses_0088f2278ffeRfOCs51KQiGzfl","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Model ","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"simulation/gpt-sim-model","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Which","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"dire","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Keep","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"it","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"mi","fg":[98,98,98,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Share this when reporting an issue.","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":"✓ copied","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":1,"width":8},{"text":" ","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"enter","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[4,4,4,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Keeping","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"the","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"fixture","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"minimal.","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":"Build","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Simulated","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"Model","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"209ms","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"┃","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":2},{"text":"Build","fg":[38,64,101,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"·","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulated","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Model","fg":[98,98,98,255],"bg":[12,12,12,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":1},{"text":"Simulation","fg":[53,53,53,255],"bg":[12,12,12,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[12,12,12,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"╹","fg":[38,64,101,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[12,12,12,255],"bg":[4,4,4,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"agents","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[98,98,98,255],"bg":[4,4,4,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":1},{"text":"commands","fg":[53,53,53,255],"bg":[4,4,4,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[4,4,4,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"✓","fg":[52,89,59,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"Server","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"○","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":1},{"text":"UI","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Theme","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Tools","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":2},{"text":"Experiments","fg":[53,53,53,255],"bg":[8,8,8,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[8,8,8,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [103, 73, 54, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "DriveCatalog", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "cap", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 3 }, + { "text": "t", "fg": [81, 81, 81, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [60, 60, 60, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [40, 40, 40, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [19, 19, 19, 255], "bg": [12, 12, 12, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [39, 39, 39, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [39, 39, 39, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [7, 7, 7, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-ac5f-4eeb", + "fg": [39, 39, 39, 255], + "bg": [7, 7, 7, 255], + "attributes": 0, + "width": 65 + }, + { "text": "┃", "fg": [35, 75, 80, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [35, 75, 80, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 77 + }, + { "text": "┃", "fg": [35, 75, 80, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "info", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "copied", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "clipboard", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [35, 75, 80, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [98, 98, 98, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 63 + }, + { "text": "┃", "fg": [35, 75, 80, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [35, 75, 80, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 59, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [98, 98, 98, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + }, + { "text": "esc", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "me", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "abo", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Version ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "local (local)", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Date ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "2026-08-12T19:26:41.411Z", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "OS ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "macOS 25.5.0 (arm64)", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Terminal ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "ghostty 1.3.1", "fg": [238, 238, 238, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "#", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Question", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Session ID", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "ses_0088f2278ffeRfOCs51KQiGzfl", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 45 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Model ", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "simulation/gpt-sim-model", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Which", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "dire", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Keep", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "it", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "mi", "fg": [98, 98, 98, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Share this when reporting an issue.", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { "text": "✓ copied", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "enter", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [4, 4, 4, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Keeping", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "minimal.", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "209ms", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [38, 64, 101, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [98, 98, 98, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [53, 53, 53, 255], "bg": [12, 12, 12, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 12, 12, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [38, 64, 101, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [12, 12, 12, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [53, 53, 53, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [98, 98, 98, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [53, 53, 53, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [4, 4, 4, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [4, 4, 4, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 89, 59, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [53, 53, 53, 255], "bg": [8, 8, 8, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [8, 8, 8, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/toast-success.frame.json b/apps/catalog/public/captures/opencode/toast-success.frame.json index 264ff4d..62a758b 100644 --- a/apps/catalog/public/captures/opencode/toast-success.frame.json +++ b/apps/catalog/public/captures/opencode/toast-success.frame.json @@ -1 +1,593 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog cap","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":25},{"text":"t","fg":[196,196,196,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":"u","fg":[146,146,146,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":"r","fg":[97,97,97,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":"e","fg":[47,47,47,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":2},{"text":"←","fg":[95,95,95,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":"Patched","fg":[95,95,95,255],"bg":[17,17,17,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[17,17,17,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-","fg":[95,95,95,255],"bg":[17,17,17,255],"attributes":0,"width":56},{"text":"┃","fg":[127,216,143,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":43},{"text":"┃","fg":[127,216,143,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":68},{"text":"┃","fg":[127,216,143,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Session transcript copied to clipboard!","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"┃","fg":[127,216,143,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[238,238,238,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":54},{"text":"┃","fg":[127,216,143,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":43},{"text":"┃","fg":[127,216,143,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,143,143,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[238,238,238,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"# Questions","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Keep it minimal (Recommended)","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[10,10,10,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Keeping the fixture minimal.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 209ms","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog cap", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 1, + "width": 25 + }, + { "text": "t", "fg": [196, 196, 196, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [146, 146, 146, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [97, 97, 97, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [47, 47, 47, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [95, 95, 95, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [95, 95, 95, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [17, 17, 17, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-9b5a5ab6-", + "fg": [95, 95, 95, 255], + "bg": [17, 17, 17, 255], + "attributes": 0, + "width": 56 + }, + { "text": "┃", "fg": [127, 216, 143, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 43 + }, + { "text": "┃", "fg": [127, 216, 143, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 68 + }, + { "text": "┃", "fg": [127, 216, 143, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { + "text": "Session transcript copied to clipboard!", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 39 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [127, 216, 143, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [238, 238, 238, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 54 + }, + { "text": "┃", "fg": [127, 216, 143, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 43 + }, + { "text": "┃", "fg": [127, 216, 143, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 143, 143, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [238, 238, 238, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [128, 128, 128, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [10, 10, 10, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "Keeping the fixture minimal.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 209ms", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5ab6-ac5f-4eeb-a801-dca9766779d4/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/webfetch-streaming.frame.json b/apps/catalog/public/captures/opencode/webfetch-streaming.frame.json index ad74878..29b96d3 100644 --- a/apps/catalog/public/captures/opencode/webfetch-streaming.frame.json +++ b/apps/catalog/public/captures/opencode/webfetch-streaming.frame.json @@ -1 +1,473 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"+","fg":[250,178,131,255],"bg":[30,30,30,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"New session","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠋","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Fetching from the web...","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝","fg":[30,45,66,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [250, 178, 131, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "New session", "fg": [238, 238, 238, 255], "bg": [30, 30, 30, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Fetching from the web...", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝", "fg": [30, 45, 66, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/webfetch-success.frame.json b/apps/catalog/public/captures/opencode/webfetch-success.frame.json index d94379b..13a692a 100644 --- a/apps/catalog/public/captures/opencode/webfetch-success.frame.json +++ b/apps/catalog/public/captures/opencode/webfetch-success.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"1","fg":[250,178,131,255],"bg":[43,43,43,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,43,43,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"%","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.2s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5896-73f1-46ad-af77-61e6cfee80ff/files","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 178, 131, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 43, 43, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 43, 43, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [224, 108, 117, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [224, 108, 117, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.2s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5896-73f1-46ad-af77-61e6cfee80ff/files", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/websearch-failure.frame.json b/apps/catalog/public/captures/opencode/websearch-failure.frame.json index c2519dc..2eeed0b 100644 --- a/apps/catalog/public/captures/opencode/websearch-failure.frame.json +++ b/apps/catalog/public/captures/opencode/websearch-failure.frame.json @@ -1 +1,527 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[31,31,31,255],"attributes":0,"width":1},{"text":"1","fg":[250,179,134,255],"bg":[32,32,32,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[33,33,33,255],"attributes":0,"width":1},{"text":"O","fg":[238,238,238,255],"bg":[34,34,34,255],"attributes":1,"width":1},{"text":"p","fg":[238,238,238,255],"bg":[35,35,35,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[36,36,36,255],"attributes":1,"width":1},{"text":"n","fg":[238,238,238,255],"bg":[38,38,38,255],"attributes":1,"width":1},{"text":"C","fg":[238,238,238,255],"bg":[39,39,39,255],"attributes":1,"width":1},{"text":"o","fg":[238,238,238,255],"bg":[40,40,40,255],"attributes":1,"width":1},{"text":"d","fg":[238,238,238,255],"bg":[41,41,41,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":" Dri","fg":[238,238,238,255],"bg":[43,43,43,255],"attributes":1,"width":4},{"text":"v","fg":[238,238,238,255],"bg":[42,42,42,255],"attributes":1,"width":1},{"text":"e","fg":[238,238,238,255],"bg":[37,37,37,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[32,32,32,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":14},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"%","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.2s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Search the web for the OpenCode terminal interface.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠹","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Searching web...","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[97,162,231,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[63,105,163,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[45,72,110,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[33,50,75,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"■","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝","fg":[59,98,151,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"○ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [31, 31, 31, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [250, 179, 134, 255], "bg": [32, 32, 32, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [238, 238, 238, 255], "bg": [34, 34, 34, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [238, 238, 238, 255], "bg": [35, 35, 35, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [36, 36, 36, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [238, 238, 238, 255], "bg": [38, 38, 38, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [238, 238, 238, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [238, 238, 238, 255], "bg": [40, 40, 40, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [238, 238, 238, 255], "bg": [41, 41, 41, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": " Dri", "fg": [238, 238, 238, 255], "bg": [43, 43, 43, 255], "attributes": 1, "width": 4 }, + { "text": "v", "fg": [238, 238, 238, 255], "bg": [42, 42, 42, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [238, 238, 238, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [32, 32, 32, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 14 }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [224, 108, 117, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [224, 108, 117, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.2s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the web for the OpenCode terminal interface.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 51 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠹", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Searching web...", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [97, 162, 231, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [63, 105, 163, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [45, 72, 110, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [33, 50, 75, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝", "fg": [59, 98, 151, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/opencode/websearch-running.frame.json b/apps/catalog/public/captures/opencode/websearch-running.frame.json index 08d4e5a..5e84685 100644 --- a/apps/catalog/public/captures/opencode/websearch-running.frame.json +++ b/apps/catalog/public/captures/opencode/websearch-running.frame.json @@ -1 +1,517 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"1","fg":[197,147,180,255],"bg":[37,37,37,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[238,238,238,255],"bg":[37,37,37,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[37,37,37,255],"attributes":0,"width":15},{"text":" + ","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"%","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[224,108,117,255],"bg":[10,10,10,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"Build","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.2s","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Search the web for the OpenCode terminal interface.","fg":[238,238,238,255],"bg":[20,20,20,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":5},{"text":"⠋","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"Searching web...","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"┃","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":2},{"text":"Build","fg":[92,156,245,255],"bg":[30,30,30,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"·","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[238,238,238,255],"bg":[30,30,30,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":1},{"text":"Simulation","fg":[128,128,128,255],"bg":[30,30,30,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,30,30,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"╹","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[30,30,30,255],"bg":[10,10,10,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":3},{"text":"■","fg":[92,156,245,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝⬝","fg":[25,36,52,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":1},{"text":"esc ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":4},{"text":"interrupt","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":10},{"text":"agents","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[238,238,238,255],"bg":[10,10,10,255],"attributes":0,"width":7},{"text":"commands","fg":[128,128,128,255],"bg":[10,10,10,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[10,10,10,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":"✓","fg":[127,216,143,255],"bg":[20,20,20,255],"attributes":0,"width":1},{"text":" Server","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[128,128,128,255],"bg":[20,20,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[20,20,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [197, 147, 180, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 37, 37, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [238, 238, 238, 255], "bg": [37, 37, 37, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [37, 37, 37, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [224, 108, 117, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [224, 108, 117, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [238, 238, 238, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.2s", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the web for the OpenCode terminal interface.", + "fg": [238, 238, 238, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 51 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "Searching web...", + "fg": [128, 128, 128, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [92, 156, 245, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [238, 238, 238, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [128, 128, 128, 255], "bg": [30, 30, 30, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 30, 30, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [30, 30, 30, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [92, 156, 245, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝", "fg": [25, 36, 52, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [238, 238, 238, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [128, 128, 128, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [10, 10, 10, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [10, 10, 10, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [127, 216, 143, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [128, 128, 128, 255], "bg": [20, 20, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [20, 20, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/agent-picker-empty.frame.json b/apps/catalog/public/captures/tokyonight/agent-picker-empty.frame.json new file mode 100644 index 0000000..87433c3 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/agent-picker-empty.frame.json @@ -0,0 +1,666 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Select agent", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [130, 170, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-2b9155f385e5/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/agent-picker.frame.json b/apps/catalog/public/captures/tokyonight/agent-picker.frame.json index fb81b91..c45cf10 100644 --- a/apps/catalog/public/captures/tokyonight/agent-picker.frame.json +++ b/apps/catalog/public/captures/tokyonight/agent-picker.frame.json @@ -1 +1,680 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Select agent","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":37},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"●","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"build The default agent. Executes tools based on con","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"plan","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" Read-only agent for exploring the codebase and ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"reviewer","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" Reviews deterministic UI fixtures","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"anything...","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"a","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"TODO","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"in","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"the","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Select agent", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { + "text": "build The default agent. Executes tools based on con", + "fg": [26, 27, 38, 255], + "bg": [130, 170, 255, 255], + "attributes": 1, + "width": 52 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "plan", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " Read-only agent for exploring the codebase and ", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "reviewer", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " Reviews deterministic UI fixtures", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 34 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/assistant-response-failed.frame.json b/apps/catalog/public/captures/tokyonight/assistant-response-failed.frame.json index f28e5b8..1b69666 100644 --- a/apps/catalog/public/captures/tokyonight/assistant-response-failed.frame.json +++ b/apps/catalog/public/captures/tokyonight/assistant-response-failed.frame.json @@ -1 +1,517 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 102ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Show a failed assistant response.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"This response starts but the simulated provider disconnects.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":53}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":73},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":40}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build · Simulated Model · 311ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...ae99-3122-4a7a-93fb-52b7acebf43e/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"● UI","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 102ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a failed assistant response.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "This response starts but the simulated provider disconnects.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 53 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)", + "fg": [255, 117, 127, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 73 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Build · Simulated Model · 311ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...ae99-3122-4a7a-93fb-52b7acebf43e/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [255, 117, 127, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/assistant-response-interrupted.frame.json b/apps/catalog/public/captures/tokyonight/assistant-response-interrupted.frame.json index 2fdea6f..49c69ff 100644 --- a/apps/catalog/public/captures/tokyonight/assistant-response-interrupted.frame.json +++ b/apps/catalog/public/captures/tokyonight/assistant-response-interrupted.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 102ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Show a failed assistant response.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"This response starts but the simulated provider disconnects.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":53}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":73},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":40}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build · Simulated Model · 311ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Show an interrupted assistant response.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"This response remains active until the user interrupts it.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":55}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝","fg":[66,57,90,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"● UI","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 102ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a failed assistant response.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "This response starts but the simulated provider disconnects.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 53 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Error: Decode error (200 POST https://api.openai.com/v1/chat/completions)", + "fg": [255, 117, 127, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 73 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Build · Simulated Model · 311ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Show an interrupted assistant response.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "This response remains active until the user interrupts it.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 55 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝", "fg": [66, 57, 90, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [255, 117, 127, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/assistant-response-succeeded.frame.json b/apps/catalog/public/captures/tokyonight/assistant-response-succeeded.frame.json index fe31d79..043c194 100644 --- a/apps/catalog/public/captures/tokyonight/assistant-response-succeeded.frame.json +++ b/apps/catalog/public/captures/tokyonight/assistant-response-succeeded.frame.json @@ -1 +1,476 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[39,41,60,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[39,41,60,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,41,60,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[39,41,60,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[39,41,60,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Show a successful streaming assistant response.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"This assistant response completes successfully.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":66}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 102ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...ae99-3122-4a7a-93fb-52b7acebf43e/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 41, 60, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [39, 41, 60, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 41, 60, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [39, 41, 60, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 41, 60, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Show a successful streaming assistant response.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "This assistant response completes successfully.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 66 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 102ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...ae99-3122-4a7a-93fb-52b7acebf43e/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/command-palette-empty.frame.json b/apps/catalog/public/captures/tokyonight/command-palette-empty.frame.json new file mode 100644 index 0000000..2b753e6 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/command-palette-empty.frame.json @@ -0,0 +1,666 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Commands", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 41 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [130, 170, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-2b9155f385e5/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/command-palette.frame.json b/apps/catalog/public/captures/tokyonight/command-palette.frame.json index 30cfbfd..0e23e7b 100644 --- a/apps/catalog/public/captures/tokyonight/command-palette.frame.json +++ b/apps/catalog/public/captures/tokyonight/command-palette.frame.json @@ -1 +1,741 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Commands","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":41},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Suggested","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":"Switch model","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":32},{"text":"ctrl+x m","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Connect an integration","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Open settings","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Session","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Switch session","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":"ctrl+x l","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Buil","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"New session","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":"ctrl+x n","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Open session or project","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":23},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":23},{"text":"ctrl+o","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/privat","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Close tab","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":"ctrl+x w","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Reopen closed tab","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":23},{"text":"ctrl+shift+t","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Commands", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 41 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Suggested", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { "text": "Switch model", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 32 + }, + { "text": "ctrl+x m", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Open settings", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Session", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Switch session", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { "text": "ctrl+x l", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "New session", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { "text": "ctrl+x n", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [14, 15, 22, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "Open session or project", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { "text": "ctrl+o", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [14, 15, 22, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Close tab", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { "text": "ctrl+x w", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "Reopen closed tab", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { "text": "ctrl+shift+t", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/debug.frame.json b/apps/catalog/public/captures/tokyonight/debug.frame.json index 7c8653e..cfdbf20 100644 --- a/apps/catalog/public/captures/tokyonight/debug.frame.json +++ b/apps/catalog/public/captures/tokyonight/debug.frame.json @@ -1 +1,627 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Debug","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Version ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"local (local)","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Date ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"2026-08-12T19:26:35.794Z","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"OS ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"macOS 25.5.0 (arm64)","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Terminal ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"ghostty 1.3.1","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Session ID","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"n/a","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Model ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"simulation/gpt-sim-model","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Share this when reporting an issue.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":39},{"text":"copy","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":4},{"text":" ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"enter","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Version ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "local (local)", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Date ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "2026-08-12T19:26:35.794Z", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "OS ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "macOS 25.5.0 (arm64)", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Terminal ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ghostty 1.3.1", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Session ID", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "n/a", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Model ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "simulation/gpt-sim-model", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Share this when reporting an issue.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 39 + }, + { "text": "copy", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "enter", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/diff-viewer-populated.frame.json b/apps/catalog/public/captures/tokyonight/diff-viewer-populated.frame.json new file mode 100644 index 0000000..b056c20 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/diff-viewer-populated.frame.json @@ -0,0 +1,669 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Diff ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "working tree", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 94 + }, + { "text": "1 file", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────┬─────────────────────────────────────────────────────────────────────────────────────", + "fg": [115, 122, 162, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [70, 73, 90, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 18 + }, + { "text": " M", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 67 + }, + { "text": "+1", "fg": [79, 214, 190, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "-0", "fg": [197, 59, 83, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { + "text": "├─────────────────────────────────────────────────────────────────────────────────────", + "fg": [115, 122, 162, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "2", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 75 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { "text": "│", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────┴─────────────────────────────────────────────────────────────────────────────────────", + "fg": [115, 122, 162, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { + "text": "focus file tree", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "n ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "next file", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "] ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "next hunk", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "[ ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "previous hunk", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "previous file", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "d ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "switch source", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "m ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "mark reviewed", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "? ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "all", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/diff-viewer.frame.json b/apps/catalog/public/captures/tokyonight/diff-viewer.frame.json index 332cc9a..37a8063 100644 --- a/apps/catalog/public/captures/tokyonight/diff-viewer.frame.json +++ b/apps/catalog/public/captures/tokyonight/diff-viewer.frame.json @@ -1 +1,460 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Diff ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"working tree","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":93},{"text":"0 files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":7}]},{"spans":[{"text":"────────────────────────────────────────────────────────────────────────────────","fg":[115,122,162,255],"bg":[26,27,38,255],"attributes":0,"width":80},{"text":"┃","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":34},{"text":"┃","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"──","fg":[115,122,162,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"No changes to show","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":61},{"text":"┃","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Debug info copied to clipboard","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":80},{"text":"┃","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":34},{"text":"┃","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"focus file tree","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"n ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"next file","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"] ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"next hunk","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"[ ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"previous hunk","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"previous file","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"d ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"switch source","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"m ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"mark reviewed","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"? ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"all","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Diff ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "working tree", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 93 + }, + { "text": "0 files", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 } + ] + }, + { + "spans": [ + { + "text": "────────────────────────────────────────────────────────────────────────────────", + "fg": [115, 122, 162, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 80 + }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "──", "fg": [115, 122, 162, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "No changes to show", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 61 + }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { + "text": "Debug info copied to clipboard", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 30 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 80 + }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { + "text": "focus file tree", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "n ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "next file", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "] ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "next hunk", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "[ ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "previous hunk", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "previous file", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "d ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "switch source", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "m ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "mark reviewed", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "? ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "all", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/glob-empty.frame.json b/apps/catalog/public/captures/tokyonight/glob-empty.frame.json index 45fb7c4..2208a7e 100644 --- a/apps/catalog/public/captures/tokyonight/glob-empty.frame.json +++ b/apps/catalog/public/captures/tokyonight/glob-empty.frame.json @@ -1 +1,530 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[44,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[44,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Find the TypeScript source files.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 690ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Find Rust files that do not exist.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 165ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [44, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Find the TypeScript source files.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 690ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Find Rust files that do not exist.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 165ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/glob-success.frame.json b/apps/catalog/public/captures/tokyonight/glob-success.frame.json index 9d156b5..7e70561 100644 --- a/apps/catalog/public/captures/tokyonight/glob-success.frame.json +++ b/apps/catalog/public/captures/tokyonight/glob-success.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[35,37,56,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[35,37,56,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[35,37,56,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[35,37,56,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[35,37,56,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Find the TypeScript source files.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 690ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 56, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [35, 37, 56, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 56, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [35, 37, 56, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [35, 37, 56, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Find the TypeScript source files.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 690ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/grep-empty.frame.json b/apps/catalog/public/captures/tokyonight/grep-empty.frame.json index a643866..28e2d96 100644 --- a/apps/catalog/public/captures/tokyonight/grep-empty.frame.json +++ b/apps/catalog/public/captures/tokyonight/grep-empty.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[131,170,254,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 774ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Search the source directory for credits.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 152ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Search the source directory for DEADBEEF.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The empty grep search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 116ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"● UI","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [131, 170, 254, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 774ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for credits.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 152ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for DEADBEEF.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty grep search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 116ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [255, 117, 127, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/grep-failure.frame.json b/apps/catalog/public/captures/tokyonight/grep-failure.frame.json index 4b9748d..4c69eef 100644 --- a/apps/catalog/public/captures/tokyonight/grep-failure.frame.json +++ b/apps/catalog/public/captures/tokyonight/grep-failure.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[36,39,57,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[36,39,57,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,39,57,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[36,39,57,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[36,39,57,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 152ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Search the source directory for DEADBEEF.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The empty grep search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 116ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Run an invalid regular expression search.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The invalid grep search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 148ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"● UI","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 39, 57, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [36, 39, 57, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 39, 57, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [36, 39, 57, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [36, 39, 57, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 152ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for DEADBEEF.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty grep search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 116ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Run an invalid regular expression search.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The invalid grep search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 148ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [255, 117, 127, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/grep-success.frame.json b/apps/catalog/public/captures/tokyonight/grep-success.frame.json index 722b206..76bf144 100644 --- a/apps/catalog/public/captures/tokyonight/grep-success.frame.json +++ b/apps/catalog/public/captures/tokyonight/grep-success.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":1},{"text":"1","fg":[168,164,211,255],"bg":[35,37,55,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[35,37,55,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 165ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Explore TypeScript files and search them for credits together.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 2 searches","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 774ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Search the source directory for credits.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The matching grep search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":76}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 152ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"● UI","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 55, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [168, 164, 211, 255], "bg": [35, 37, 55, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 55, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [35, 37, 55, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [35, 37, 55, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 165ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Explore TypeScript files and search them for credits together.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 62 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 2 searches", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 774ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the source directory for credits.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The matching grep search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 76 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 152ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [255, 117, 127, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/grouped-exploration.frame.json b/apps/catalog/public/captures/tokyonight/grouped-exploration.frame.json index d980796..6a3f365 100644 --- a/apps/catalog/public/captures/tokyonight/grouped-exploration.frame.json +++ b/apps/catalog/public/captures/tokyonight/grouped-exploration.frame.json @@ -1 +1,547 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The first glob search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 690ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Find Rust files that do not exist.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 search","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The empty glob search is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":34},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":79}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 165ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Explore TypeScript files and search them for credits together.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 2 searches","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The grouped exploration is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":36},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":77}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 774ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"● UI","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The first glob search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 690ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Find Rust files that do not exist.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 search", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The empty glob search is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 34 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 165ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Explore TypeScript files and search them for credits together.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 62 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 49 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 2 searches", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The grouped exploration is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 77 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 774ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...aabf-99f8-4b9d-9d17-28dc838b3ee5/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "● UI", "fg": [255, 117, 127, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/help.frame.json b/apps/catalog/public/captures/tokyonight/help.frame.json index 8d0331a..4ad08cf 100644 --- a/apps/catalog/public/captures/tokyonight/help.frame.json +++ b/apps/catalog/public/captures/tokyonight/help.frame.json @@ -1 +1,678 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Help","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"esc/enter","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Press ctrl+p to see all available actions and commands ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"in any context.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":"ok","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"anything...","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"a","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"TODO","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"in","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"the","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Help", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc/enter", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Press ctrl+p to see all available actions and commands ", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "in any context.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { "text": "ok", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/home.frame.json b/apps/catalog/public/captures/tokyonight/home.frame.json index bfa1da9..93baa75 100644 --- a/apps/catalog/public/captures/tokyonight/home.frame.json +++ b/apps/catalog/public/captures/tokyonight/home.frame.json @@ -1 +1,616 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"+","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"New session","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":40},{"text":" ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ▄ ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":40},{"text":"█▀▀█ █▀▀█ █▀▀█ █▀▀▄","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"█▀▀▀ █▀▀█ █▀▀█ █▀▀█","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":40},{"text":"█","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[130,139,184,255],"bg":[52,55,74,255],"attributes":0,"width":2},{"text":"█ █","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[130,139,184,255],"bg":[52,55,74,255],"attributes":0,"width":2},{"text":"█ █","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"▀▀▀","fg":[130,139,184,255],"bg":[52,55,74,255],"attributes":0,"width":3},{"text":" █","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":" ","fg":[130,139,184,255],"bg":[52,55,74,255],"attributes":0,"width":2},{"text":"█","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"█","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":1,"width":1},{"text":" ","fg":[200,211,245,255],"bg":[70,73,90,255],"attributes":1,"width":3},{"text":" █","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":1,"width":2},{"text":" ","fg":[200,211,245,255],"bg":[70,73,90,255],"attributes":1,"width":2},{"text":"█ █","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":1,"width":3},{"text":" ","fg":[200,211,245,255],"bg":[70,73,90,255],"attributes":1,"width":2},{"text":"█ █","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":1,"width":3},{"text":"▀▀▀","fg":[200,211,245,255],"bg":[70,73,90,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":40},{"text":"▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":16},{"text":"▀▀","fg":[52,55,74,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"▀","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":1,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":22},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":22},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Ask anything... \"Fix a TODO in the codebase\"","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":22},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":22},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":22},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":111},{"text":"local","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "New session", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ▄ ", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { + "text": "█▀▀█ █▀▀█ █▀▀█ █▀▀▄", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "█▀▀▀ █▀▀█ █▀▀█ █▀▀█", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { "text": "█", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [130, 139, 184, 255], "bg": [52, 55, 74, 255], "attributes": 0, "width": 2 }, + { "text": "█ █", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [130, 139, 184, 255], "bg": [52, 55, 74, 255], "attributes": 0, "width": 2 }, + { "text": "█ █", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "▀▀▀", "fg": [130, 139, 184, 255], "bg": [52, 55, 74, 255], "attributes": 0, "width": 3 }, + { "text": " █", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [130, 139, 184, 255], "bg": [52, 55, 74, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [70, 73, 90, 255], "attributes": 1, "width": 3 }, + { "text": " █", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [70, 73, 90, 255], "attributes": 1, "width": 2 }, + { "text": "█ █", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [70, 73, 90, 255], "attributes": 1, "width": 2 }, + { "text": "█ █", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 1, "width": 3 }, + { "text": "▀▀▀", "fg": [200, 211, 245, 255], "bg": [70, 73, 90, 255], "attributes": 1, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { + "text": "▀▀▀▀ █▀▀▀ ▀▀▀▀ ▀", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 16 + }, + { "text": "▀▀", "fg": [52, 55, 74, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "▀", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 1, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask anything... \"Fix a TODO in the codebase\"", + "fg": [130, 139, 184, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/integration-picker-empty.frame.json b/apps/catalog/public/captures/tokyonight/integration-picker-empty.frame.json new file mode 100644 index 0000000..ac8f5a1 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/integration-picker-empty.frame.json @@ -0,0 +1,672 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 1, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 27 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [130, 170, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "No integrations found", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-2b9155f385e5/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/integration-picker.frame.json b/apps/catalog/public/captures/tokyonight/integration-picker.frame.json index f3c1add..c58f65c 100644 --- a/apps/catalog/public/captures/tokyonight/integration-picker.frame.json +++ b/apps/catalog/public/captures/tokyonight/integration-picker.frame.json @@ -1 +1,729 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Connect an integration","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":27},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Popular","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":"OpenCode","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"openai","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"github-copilot","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":42},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Services","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"azure","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Buil","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"cloudflare-ai-gateway","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"cloudflare-workers-ai","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":"▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/privat","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Exa","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":53},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Firecrawl","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "Connect an integration", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 1, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 27 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Popular", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { "text": "OpenCode", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "openai", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "github-copilot", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 42 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Services", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "azure", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "cloudflare-ai-gateway", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [14, 15, 22, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "cloudflare-workers-ai", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [14, 15, 22, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Exa", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 53 + }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Firecrawl", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/mcp-list.frame.json b/apps/catalog/public/captures/tokyonight/mcp-list.frame.json index 67def9f..3cb2230 100644 --- a/apps/catalog/public/captures/tokyonight/mcp-list.frame.json +++ b/apps/catalog/public/captures/tokyonight/mcp-list.frame.json @@ -1 +1,676 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"MCP servers","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":38},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"No items available","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"connect space","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"anything...","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"a","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"TODO","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"in","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"the","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "MCP servers", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 38 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "No items available", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "connect space", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/model-picker-empty.frame.json b/apps/catalog/public/captures/tokyonight/model-picker-empty.frame.json new file mode 100644 index 0000000..9756e7b --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/model-picker-empty.frame.json @@ -0,0 +1,689 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Select model", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [130, 170, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "View all integrations", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ctrl+a", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-2b9155f385e5/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/model-picker.frame.json b/apps/catalog/public/captures/tokyonight/model-picker.frame.json index d9ca2db..e20a123 100644 --- a/apps/catalog/public/captures/tokyonight/model-picker.frame.json +++ b/apps/catalog/public/captures/tokyonight/model-picker.frame.json @@ -1 +1,687 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Select model","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":37},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"●","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"View all integrations","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ctrl+a","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"anything...","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"a","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"TODO","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"in","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"the","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Select model", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 37 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [26, 27, 38, 255], + "bg": [130, 170, 255, 255], + "attributes": 1, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "View all integrations", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ctrl+a", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/pair.frame.json b/apps/catalog/public/captures/tokyonight/pair.frame.json index 7269bc4..005a1b2 100644 --- a/apps/catalog/public/captures/tokyonight/pair.frame.json +++ b/apps/catalog/public/captures/tokyonight/pair.frame.json @@ -1 +1,813 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Pair","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":77},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"This device","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":"█▀▀▀▀▀▀▀████▀██▀█▀██▀▀▀█▀██▀████▀██▀▀▀▀▀▀▀█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"http://localhost:60112","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":"█ █▀▀▀█ █▄▀▄ ██▀▄██▄▀ ▀▀▀▀▄▄▄▀▄ █▄█ █▀▀▀█ █","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█ █ █ █▄▀▀▀ █▀ ▀█▄▄▀▀▄██▄▄▄▀█▀█ █ █ █ █","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"URLs","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":37},{"text":"█ ▀▀▀▀▀ █ ▄ █▀█▀█▀█ ▄▀▄ █▀█▀▄ ▄ █ █ ▀▀▀▀▀ █","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"http://127.0.0.1:60112","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":"█▀▀▀▀▀█▀▀▀ ▀ █▀▀█▄▀▄ ▄▄ █▀█▄▀▀ █ ▀█▀█▀█▀██","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█▀██ ▀▄▀█ ▄▄▄█ ▀▀█ ▄▄▄ ▄▄█▀ ▀█▀▀▄▀ ▄▄▄ █▄▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Username","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":"█▀▀ ▄▄█▀▄ ▀ ▀▄▄▀▄ ▄▄▄█▄ █▀▀ █▀█▄ ▄▄▄█ ▀▄▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"opencode","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":"█▀ ▀▄▄█▀ ▄▀██▄██ ▀█▄█▀▄█████ ▄▀█▄▄▀ ▄▄ ██▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"██▄█▀ █▀ ████ ▀ █▀█▀▄▄▀▀▄▀▄▄▀▀▀█▄▄██▄ █ ▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Password","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":"█▀▀▄ ▄▀▀▀█ ▄ █▄▀██ ▄███▄▀▄ ▀▀▀▄▄▀▀ ▀▄█▀▀▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"************","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":29},{"text":"█ ▄▄▄██▀█▀▄▀█▀█▄▀██▀ ▀▄▀▄ ▀ █▀▄ ▄█▀▄▀ ▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█▀█▄█▄ ▀▄██▄▀▀▀▄▄▄ █▄▄█▀███▄ █▄▄█▄▄▄█▄ ▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Run `opencode service set ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":15},{"text":"█ ▀▀██▀▀▄▀ ▄ ▀▀ █▄▀▄▄▀▄▀▄▀▀▄▀▀▀ ██▄█ ▀▀ █","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"hostname 0.0.0.0` to access ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":"█▄ ▄ ▀ ▀▀▀▄█▄▀ ▀▀ ▄▄██▀▄ █▄▀█▀█▄█▀▄▄▄▄▄ ▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"the service remotely.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":20},{"text":"█▄ ▀█▄ ▀▄▀ █▄▄▄▀ ▄▄▄█▄ ▀█▀ █▄█▄ ▀██▀█ ▀ █","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█ ▄ █▀▀▀▀█ █▄▀█ ▀▀ ▄▀ ▄▄█▀▄▀▄█ █▄▄▄█ █▀█▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█ ███ █▀ ▀▀█▄▀ █▀██▄▄ ▄▀▀███▀ █▀ ▀ ▀ ▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█▀▀▀▀▀▀▀█ █ ▄██▄▀▄█ ▄▀▄█▄▄██▀█▀▄ █▀█ ▀▀▀▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█ █▀▀▀█ █▀ █ ▀█▄ ▄█▀█▄▄ ▀▀▀ ▀███ ▀▀▀ █▀ ▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"█ █ █ █ ▀▀▀ ▄▄ ██ ▀ ▄█▀▄▀▄ ▄███▀▄▀▄▀█▄█","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Pair", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 77 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "This device", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { + "text": "█▀▀▀▀▀▀▀████▀██▀█▀██▀▀▀█▀██▀████▀██▀▀▀▀▀▀▀█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "http://localhost:60112", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": "█ █▀▀▀█ █▄▀▄ ██▀▄██▄▀ ▀▀▀▀▄▄▄▀▄ █▄█ █▀▀▀█ █", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █ █ █▄▀▀▀ █▀ ▀█▄▄▀▀▄██▄▄▄▀█▀█ █ █ █ █", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "URLs", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 37 + }, + { + "text": "█ ▀▀▀▀▀ █ ▄ █▀█▀█▀█ ▄▀▄ █▀█▀▄ ▄ █ █ ▀▀▀▀▀ █", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "http://127.0.0.1:60112", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": "█▀▀▀▀▀█▀▀▀ ▀ █▀▀█▄▀▄ ▄▄ █▀█▄▀▀ █ ▀█▀█▀█▀██", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀██ ▀▄▀█ ▄▄▄█ ▀▀█ ▄▄▄ ▄▄█▀ ▀█▀▀▄▀ ▄▄▄ █▄▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Username", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "█▀▀ ▄▄█▀▄ ▀ ▀▄▄▀▄ ▄▄▄█▄ █▀▀ █▀█▄ ▄▄▄█ ▀▄▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "opencode", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "█▀ ▀▄▄█▀ ▄▀██▄██ ▀█▄█▀▄█████ ▄▀█▄▄▀ ▄▄ ██▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "██▄█▀ █▀ ████ ▀ █▀█▀▄▄▀▀▄▀▄▄▀▀▀█▄▄██▄ █ ▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Password", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { + "text": "█▀▀▄ ▄▀▀▀█ ▄ █▄▀██ ▄███▄▀▄ ▀▀▀▄▄▀▀ ▀▄█▀▀▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "************", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 29 + }, + { + "text": "█ ▄▄▄██▀█▀▄▀█▀█▄▀██▀ ▀▄▀▄ ▀ █▀▄ ▄█▀▄▀ ▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀█▄█▄ ▀▄██▄▀▀▀▄▄▄ █▄▄█▀███▄ █▄▄█▄▄▄█▄ ▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Run `opencode service set ", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 15 + }, + { + "text": "█ ▀▀██▀▀▄▀ ▄ ▀▀ █▄▀▄▄▀▄▀▄▀▀▄▀▀▀ ██▄█ ▀▀ █", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "hostname 0.0.0.0` to access ", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": "█▄ ▄ ▀ ▀▀▀▄█▄▀ ▀▀ ▄▄██▀▄ █▄▀█▀█▄█▀▄▄▄▄▄ ▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "the service remotely.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 20 + }, + { + "text": "█▄ ▀█▄ ▀▄▀ █▄▄▄▀ ▄▄▄█▄ ▀█▀ █▄█▄ ▀██▀█ ▀ █", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ ▄ █▀▀▀▀█ █▄▀█ ▀▀ ▄▀ ▄▄█▀▄▀▄█ █▄▄▄█ █▀█▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ ███ █▀ ▀▀█▄▀ █▀██▄▄ ▄▀▀███▀ █▀ ▀ ▀ ▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█▀▀▀▀▀▀▀█ █ ▄██▄▀▄█ ▄▀▄█▄▄██▀█▀▄ █▀█ ▀▀▀▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █▀▀▀█ █▀ █ ▀█▄ ▄█▀█▄▄ ▀▀▀ ▀███ ▀▀▀ █▀ ▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { + "text": "█ █ █ █ ▀▀▀ ▄▄ ██ ▀ ▄█▀▄▀▄ ▄███▀▄▀▄▀█▄█", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/patch-created.frame.json b/apps/catalog/public/captures/tokyonight/patch-created.frame.json index 1b7b190..3d25c71 100644 --- a/apps/catalog/public/captures/tokyonight/patch-created.frame.json +++ b/apps/catalog/public/captures/tokyonight/patch-created.frame.json @@ -1 +1,499 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":1},{"text":"1","fg":[131,171,255,255],"bg":[40,42,60,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,41,59,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[39,41,59,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[39,41,59,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Created","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"⬝","fg":[116,95,155,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[56,50,77,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝","fg":[116,95,155,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [131, 171, 255, 255], "bg": [40, 42, 60, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 41, 59, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [39, 41, 59, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 41, 59, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [200, 211, 245, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "⬝", "fg": [116, 95, 155, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [56, 50, 77, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝", "fg": [116, 95, 155, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/patch-deleted.frame.json b/apps/catalog/public/captures/tokyonight/patch-deleted.frame.json index fe07d31..2520ffa 100644 --- a/apps/catalog/public/captures/tokyonight/patch-deleted.frame.json +++ b/apps/catalog/public/captures/tokyonight/patch-deleted.frame.json @@ -1 +1,557 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[46,48,68,255],"attributes":0,"width":1},{"text":"1","fg":[133,172,255,255],"bg":[41,44,63,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,41,59,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[37,40,58,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[37,40,58,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Created","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"← Patched","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/fixture.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Deleted","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"-1 line","fg":[197,59,83,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[126,103,168,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"■","fg":[56,50,77,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 48, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [133, 172, 255, 255], "bg": [41, 44, 63, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 41, 59, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [37, 40, 58, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [37, 40, 58, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [200, 211, 245, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/fixture.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [200, 211, 245, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Deleted", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "-1 line", "fg": [197, 59, 83, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [126, 103, 168, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [56, 50, 77, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/patch-failed.frame.json b/apps/catalog/public/captures/tokyonight/patch-failed.frame.json index de44caf..754d720 100644 --- a/apps/catalog/public/captures/tokyonight/patch-failed.frame.json +++ b/apps/catalog/public/captures/tokyonight/patch-failed.frame.json @@ -1 +1,577 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[46,49,68,255],"attributes":0,"width":1},{"text":"1","fg":[133,172,255,255],"bg":[47,50,69,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[48,51,69,255],"attributes":0,"width":1},{"text":"O","fg":[200,211,245,255],"bg":[49,51,70,255],"attributes":1,"width":1},{"text":"p","fg":[200,211,245,255],"bg":[50,52,72,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[51,53,73,255],"attributes":1,"width":1},{"text":"n","fg":[200,211,245,255],"bg":[52,54,74,255],"attributes":1,"width":1},{"text":"C","fg":[200,211,245,255],"bg":[52,55,75,255],"attributes":1,"width":1},{"text":"o","fg":[200,211,245,255],"bg":[52,56,76,255],"attributes":1,"width":1},{"text":"d","fg":[200,211,245,255],"bg":[53,56,76,255],"attributes":1,"width":1},{"text":"e Dr","fg":[200,211,245,255],"bg":[53,57,77,255],"attributes":1,"width":4},{"text":"i","fg":[200,211,245,255],"bg":[51,54,73,255],"attributes":1,"width":1},{"text":"v","fg":[200,211,245,255],"bg":[47,50,69,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[44,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"← Patched","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/fixture.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Deleted","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"-1 line","fg":[197,59,83,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Patch failed","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"missing-patch.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"patch verification failed: Failed to read file to update /private/var/folders/dd/","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/missing-patch.","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":109},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"txt: file does not exist","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":87},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The patch file-change lifecycle is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":69}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.1s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...4985-eb22-4331-8a12-5d0624455d3f/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [133, 172, 255, 255], "bg": [47, 50, 69, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 51, 69, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [49, 51, 70, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [200, 211, 245, 255], "bg": [50, 52, 72, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [51, 53, 73, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [52, 54, 74, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [52, 55, 75, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [200, 211, 245, 255], "bg": [52, 56, 76, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [200, 211, 245, 255], "bg": [53, 56, 76, 255], "attributes": 1, "width": 1 }, + { "text": "e Dr", "fg": [200, 211, 245, 255], "bg": [53, 57, 77, 255], "attributes": 1, "width": 4 }, + { "text": "i", "fg": [200, 211, 245, 255], "bg": [51, 54, 73, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [200, 211, 245, 255], "bg": [47, 50, 69, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [44, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [29, 31, 45, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/fixture.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [200, 211, 245, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Deleted", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "-1 line", "fg": [197, 59, 83, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Patch failed", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 14 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "missing-patch.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "patch verification failed: Failed to read file to update /private/var/folders/dd/", + "fg": [255, 117, 127, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/missing-patch.", + "fg": [255, 117, 127, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 109 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "txt: file does not exist", + "fg": [255, 117, 127, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 87 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The patch file-change lifecycle is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 69 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.1s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...4985-eb22-4331-8a12-5d0624455d3f/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/patch-input-streaming.frame.json b/apps/catalog/public/captures/tokyonight/patch-input-streaming.frame.json index 85f7809..bf40f52 100644 --- a/apps/catalog/public/captures/tokyonight/patch-input-streaming.frame.json +++ b/apps/catalog/public/captures/tokyonight/patch-input-streaming.frame.json @@ -1 +1,481 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[48,50,70,255],"attributes":0,"width":1},{"text":"1","fg":[131,171,255,255],"bg":[44,47,65,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,45,64,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[42,45,64,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[42,45,64,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠸","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Patching","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[126,103,168,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"■","fg":[56,50,77,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 50, 70, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [131, 171, 255, 255], "bg": [44, 47, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 45, 64, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [42, 45, 64, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [42, 45, 64, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠸", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [126, 103, 168, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [56, 50, 77, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/patch-success.frame.json b/apps/catalog/public/captures/tokyonight/patch-success.frame.json index 519ea72..4b1621e 100644 --- a/apps/catalog/public/captures/tokyonight/patch-success.frame.json +++ b/apps/catalog/public/captures/tokyonight/patch-success.frame.json @@ -1 +1,509 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[35,37,55,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[35,37,55,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"← Patched","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 55, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [35, 37, 55, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 55, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [35, 37, 55, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [35, 37, 55, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/patch-updated.frame.json b/apps/catalog/public/captures/tokyonight/patch-updated.frame.json index ae44c53..9f9f1dd 100644 --- a/apps/catalog/public/captures/tokyonight/patch-updated.frame.json +++ b/apps/catalog/public/captures/tokyonight/patch-updated.frame.json @@ -1 +1,537 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,48,67,255],"attributes":0,"width":1},{"text":"1","fg":[132,171,255,255],"bg":[42,44,63,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,42,61,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[40,42,61,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[40,42,61,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Create a file, update the fixture, delete the created file, then attempt an invalid patch.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Created","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"created by patch","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"← Patched","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/fixture.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"updated by patch","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[126,103,168,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"■","fg":[56,50,77,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [132, 171, 255, 255], "bg": [42, 44, 63, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 42, 61, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [40, 42, 61, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [40, 42, 61, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Created", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/patched.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "created by patch", + "fg": [200, 211, 245, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-262c4985-eb22-4331-8a12-5d0624455d3f/files/fixture.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { + "text": "updated by patch", + "fg": [200, 211, 245, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [126, 103, 168, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [56, 50, 77, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/permission-always-confirmation.frame.json b/apps/catalog/public/captures/tokyonight/permission-always-confirmation.frame.json index 7fde26b..a58cab9 100644 --- a/apps/catalog/public/captures/tokyonight/permission-always-confirmation.frame.json +++ b/apps/catalog/public/captures/tokyonight/permission-always-confirmation.frame.json @@ -1 +1,495 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"O","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":"pe","fg":[200,211,245,255],"bg":[46,48,67,255],"attributes":1,"width":2},{"text":"n","fg":[200,211,245,255],"bg":[47,49,68,255],"attributes":1,"width":1},{"text":"C","fg":[200,211,245,255],"bg":[47,50,69,255],"attributes":1,"width":1},{"text":"o","fg":[200,211,245,255],"bg":[48,51,70,255],"attributes":1,"width":1},{"text":"d","fg":[200,211,245,255],"bg":[49,52,71,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[50,53,72,255],"attributes":1,"width":1},{"text":" ","fg":[200,211,245,255],"bg":[51,54,74,255],"attributes":1,"width":1},{"text":"D","fg":[200,211,245,255],"bg":[52,55,74,255],"attributes":1,"width":1},{"text":"r","fg":[200,211,245,255],"bg":[52,55,75,255],"attributes":1,"width":1},{"text":"i","fg":[200,211,245,255],"bg":[53,56,75,255],"attributes":1,"width":1},{"text":"ve","fg":[200,211,245,255],"bg":[54,56,76,255],"attributes":1,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[54,57,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,57,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,56,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,55,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,50,69,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":10},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠙","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Patching","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"△","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Always allow","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":97},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"This will allow edit until OpenCode is restarted.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Confirm","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Cancel","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":68},{"text":"⇆ ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"select","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": "pe", "fg": [200, 211, 245, 255], "bg": [46, 48, 67, 255], "attributes": 1, "width": 2 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [47, 49, 68, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [47, 50, 69, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [200, 211, 245, 255], "bg": [48, 51, 70, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [200, 211, 245, 255], "bg": [49, 52, 71, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [50, 53, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [51, 54, 74, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [200, 211, 245, 255], "bg": [52, 55, 74, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [200, 211, 245, 255], "bg": [52, 55, 75, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [200, 211, 245, 255], "bg": [53, 56, 75, 255], "attributes": 1, "width": 1 }, + { "text": "ve", "fg": [200, 211, 245, 255], "bg": [54, 56, 76, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 57, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 57, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 56, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 55, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 50, 69, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 10 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠙", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Always allow", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 97 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "This will allow edit until OpenCode is restarted.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Confirm", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Cancel", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 68 + }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/permission-always-selected.frame.json b/apps/catalog/public/captures/tokyonight/permission-always-selected.frame.json index 76d5443..7f3d7e2 100644 --- a/apps/catalog/public/captures/tokyonight/permission-always-selected.frame.json +++ b/apps/catalog/public/captures/tokyonight/permission-always-selected.frame.json @@ -1 +1,546 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"O","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":"p","fg":[200,211,245,255],"bg":[45,48,67,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[45,48,68,255],"attributes":1,"width":1},{"text":"n","fg":[200,211,245,255],"bg":[46,49,68,255],"attributes":1,"width":1},{"text":"C","fg":[200,211,245,255],"bg":[47,50,69,255],"attributes":1,"width":1},{"text":"o","fg":[200,211,245,255],"bg":[48,51,71,255],"attributes":1,"width":1},{"text":"d","fg":[200,211,245,255],"bg":[49,52,72,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[50,53,72,255],"attributes":1,"width":1},{"text":" ","fg":[200,211,245,255],"bg":[51,54,73,255],"attributes":1,"width":1},{"text":"D","fg":[200,211,245,255],"bg":[52,55,74,255],"attributes":1,"width":1},{"text":"r","fg":[200,211,245,255],"bg":[53,55,75,255],"attributes":1,"width":1},{"text":"i","fg":[200,211,245,255],"bg":[53,56,76,255],"attributes":1,"width":1},{"text":"v","fg":[200,211,245,255],"bg":[54,56,76,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[54,57,77,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,57,77,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[53,56,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,53,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,48,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":10},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠋","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Patching","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"△","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Permission required","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"→","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"580163831713/files/fixture.txt","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Allow once","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Allow always","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Reject","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"select","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [200, 211, 245, 255], "bg": [45, 48, 67, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [45, 48, 68, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [46, 49, 68, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [47, 50, 69, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [200, 211, 245, 255], "bg": [48, 51, 71, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [200, 211, 245, 255], "bg": [49, 52, 72, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [50, 53, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [51, 54, 73, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [200, 211, 245, 255], "bg": [52, 55, 74, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [200, 211, 245, 255], "bg": [53, 55, 75, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [200, 211, 245, 255], "bg": [53, 56, 76, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [200, 211, 245, 255], "bg": [54, 56, 76, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [54, 57, 77, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 57, 77, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 56, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 53, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 10 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": "580163831713/files/fixture.txt", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Allow always", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Reject", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/permission-fullscreen.frame.json b/apps/catalog/public/captures/tokyonight/permission-fullscreen.frame.json index c835d13..a260bea 100644 --- a/apps/catalog/public/captures/tokyonight/permission-fullscreen.frame.json +++ b/apps/catalog/public/captures/tokyonight/permission-fullscreen.frame.json @@ -1 +1,556 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[43,46,65,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[43,46,65,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,46,65,255],"attributes":0,"width":1},{"text":"OpenCod","fg":[200,211,245,255],"bg":[43,46,65,255],"attributes":1,"width":7},{"text":"e D","fg":[200,211,245,255],"bg":[44,47,66,255],"attributes":1,"width":3},{"text":"ri","fg":[200,211,245,255],"bg":[45,48,67,255],"attributes":1,"width":2},{"text":"ve","fg":[200,211,245,255],"bg":[46,49,68,255],"attributes":1,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[46,49,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,50,68,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[47,50,69,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[47,50,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,48,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,46,65,255],"attributes":0,"width":6},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"△","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Permission required","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"→","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"580163831713/files/fixture.txt","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Allow once","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Allow always","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Reject","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":32},{"text":"ctrl+f ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":"minimize","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"select","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [43, 46, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCod", "fg": [200, 211, 245, 255], "bg": [43, 46, 65, 255], "attributes": 1, "width": 7 }, + { "text": "e D", "fg": [200, 211, 245, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 3 }, + { "text": "ri", "fg": [200, 211, 245, 255], "bg": [45, 48, 67, 255], "attributes": 1, "width": 2 }, + { "text": "ve", "fg": [200, 211, 245, 255], "bg": [46, 49, 68, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 50, 68, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 50, 69, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 50, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 65, 255], "attributes": 0, "width": 6 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": "580163831713/files/fixture.txt", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Allow always", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Reject", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 32 + }, + { "text": "ctrl+f ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": "minimize", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/permission-prompt.frame.json b/apps/catalog/public/captures/tokyonight/permission-prompt.frame.json index 107e2b7..ab59c5a 100644 --- a/apps/catalog/public/captures/tokyonight/permission-prompt.frame.json +++ b/apps/catalog/public/captures/tokyonight/permission-prompt.frame.json @@ -1 +1,545 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[44,46,65,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":1},{"text":"O","fg":[200,211,245,255],"bg":[44,46,65,255],"attributes":1,"width":1},{"text":"p","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[46,48,67,255],"attributes":1,"width":1},{"text":"n","fg":[200,211,245,255],"bg":[46,48,68,255],"attributes":1,"width":1},{"text":"C","fg":[200,211,245,255],"bg":[46,49,69,255],"attributes":1,"width":1},{"text":"o","fg":[200,211,245,255],"bg":[47,51,70,255],"attributes":1,"width":1},{"text":"d","fg":[200,211,245,255],"bg":[48,52,71,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[49,53,72,255],"attributes":1,"width":1},{"text":" ","fg":[200,211,245,255],"bg":[50,54,73,255],"attributes":1,"width":1},{"text":"D","fg":[200,211,245,255],"bg":[51,54,74,255],"attributes":1,"width":1},{"text":"r","fg":[200,211,245,255],"bg":[52,55,74,255],"attributes":1,"width":1},{"text":"i","fg":[200,211,245,255],"bg":[53,55,75,255],"attributes":1,"width":1},{"text":"ve","fg":[200,211,245,255],"bg":[53,56,76,255],"attributes":1,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[53,56,76,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[52,54,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,51,70,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":10},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠋","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Patching","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"△","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Permission required","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"→","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"580163831713/files/fixture.txt","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Allow once","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Allow always","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Reject","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"select","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [44, 46, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [44, 46, 65, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [46, 48, 67, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [46, 48, 68, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [46, 49, 69, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [200, 211, 245, 255], "bg": [47, 51, 70, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [200, 211, 245, 255], "bg": [48, 52, 71, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [49, 53, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [50, 54, 73, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [200, 211, 245, 255], "bg": [51, 54, 74, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [200, 211, 245, 255], "bg": [52, 55, 74, 255], "attributes": 1, "width": 1 }, + { "text": "i", "fg": [200, 211, 245, 255], "bg": [53, 55, 75, 255], "attributes": 1, "width": 1 }, + { "text": "ve", "fg": [200, 211, 245, 255], "bg": [53, 56, 76, 255], "attributes": 1, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 56, 76, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 54, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 51, 70, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 10 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": "580163831713/files/fixture.txt", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/permission-reject-selected.frame.json b/apps/catalog/public/captures/tokyonight/permission-reject-selected.frame.json index 11c66b5..2350c3b 100644 --- a/apps/catalog/public/captures/tokyonight/permission-reject-selected.frame.json +++ b/apps/catalog/public/captures/tokyonight/permission-reject-selected.frame.json @@ -1 +1,543 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"Op","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":2},{"text":"en","fg":[200,211,245,255],"bg":[46,48,67,255],"attributes":1,"width":2},{"text":"C","fg":[200,211,245,255],"bg":[47,49,68,255],"attributes":1,"width":1},{"text":"o","fg":[200,211,245,255],"bg":[47,50,69,255],"attributes":1,"width":1},{"text":"d","fg":[200,211,245,255],"bg":[48,51,70,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[49,52,71,255],"attributes":1,"width":1},{"text":" ","fg":[200,211,245,255],"bg":[50,53,73,255],"attributes":1,"width":1},{"text":"D","fg":[200,211,245,255],"bg":[51,54,74,255],"attributes":1,"width":1},{"text":"ri","fg":[200,211,245,255],"bg":[52,55,74,255],"attributes":1,"width":2},{"text":"v","fg":[200,211,245,255],"bg":[53,55,75,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[53,56,76,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,56,76,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[53,55,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,53,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,48,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":9},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Change fixture.txt from before to after.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠙","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Patching","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"△","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Permission required","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"→","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"580163831713/files/fixture.txt","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":98},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Allow once","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Allow always","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Reject","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":30},{"text":"ctrl+f ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"select","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "Op", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 2 }, + { "text": "en", "fg": [200, 211, 245, 255], "bg": [46, 48, 67, 255], "attributes": 1, "width": 2 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [47, 49, 68, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [200, 211, 245, 255], "bg": [47, 50, 69, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [200, 211, 245, 255], "bg": [48, 51, 70, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [49, 52, 71, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [50, 53, 73, 255], "attributes": 1, "width": 1 }, + { "text": "D", "fg": [200, 211, 245, 255], "bg": [51, 54, 74, 255], "attributes": 1, "width": 1 }, + { "text": "ri", "fg": [200, 211, 245, 255], "bg": [52, 55, 74, 255], "attributes": 1, "width": 2 }, + { "text": "v", "fg": [200, 211, 245, 255], "bg": [53, 55, 75, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [53, 56, 76, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 56, 76, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 55, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 53, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 9 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠙", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Patching", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Edit private/var/folders/dd/5fz89drs5p9_r0fk7rwqqnbr0000gn/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": "580163831713/files/fixture.txt", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 98 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Allow once", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Allow always", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Reject", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 30 + }, + { "text": "ctrl+f ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/question-awaiting-form.frame.json b/apps/catalog/public/captures/tokyonight/question-awaiting-form.frame.json index 4dc9b83..e79e869 100644 --- a/apps/catalog/public/captures/tokyonight/question-awaiting-form.frame.json +++ b/apps/catalog/public/captures/tokyonight/question-awaiting-form.frame.json @@ -1 +1,539 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Asked 2 questions","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Questions","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Runtime","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"Validation","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"Confirm","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"1.","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Bun","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":"Use the repository's configured runtime.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"2.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Node","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":"Use the Node.js compatibility runtime.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"3.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"tab","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"select","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"esc ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"dismiss","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 2 questions", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "Validation", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "Confirm", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the repository's configured runtime.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Node", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the Node.js compatibility runtime.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "tab", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/question-denied.frame.json b/apps/catalog/public/captures/tokyonight/question-denied.frame.json index a96b3e4..78fc1b4 100644 --- a/apps/catalog/public/captures/tokyonight/question-denied.frame.json +++ b/apps/catalog/public/captures/tokyonight/question-denied.frame.json @@ -1 +1,582 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Bun","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":108},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which validation should run?","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Focused","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The catalog answers were submitted.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.5s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask one more runtime question that I will dismiss.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":61},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Asked 1 question","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Questions","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"1.","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Bun","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":"Use the repository's configured runtime.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"2.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Node","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":"Use the Node.js compatibility runtime.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":70},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"3.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"select","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"submit","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"esc ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"dismiss","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":75},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [29, 31, 45, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Bun", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 108 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which validation should run?", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Focused", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The catalog answers were submitted.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.5s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask one more runtime question that I will dismiss.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 61 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 1 question", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the repository's configured runtime.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Node", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": "Use the Node.js compatibility runtime.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 70 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 75 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/question-input-streaming.frame.json b/apps/catalog/public/captures/tokyonight/question-input-streaming.frame.json index 2587a7b..3ffe249 100644 --- a/apps/catalog/public/captures/tokyonight/question-input-streaming.frame.json +++ b/apps/catalog/public/captures/tokyonight/question-input-streaming.frame.json @@ -1 +1,478 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[46,50,69,255],"attributes":0,"width":1},{"text":"1","fg":[131,170,255,255],"bg":[44,46,65,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,45,64,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[43,45,64,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[43,45,64,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠸","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Asking questions...","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":92}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"⬝⬝","fg":[126,103,168,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"■","fg":[56,50,77,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 50, 69, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [131, 170, 255, 255], "bg": [44, 46, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 45, 64, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [43, 45, 64, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [43, 45, 64, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠸", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Asking questions...", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 92 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝", "fg": [126, 103, 168, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "■", "fg": [56, 50, 77, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/question-prompt.frame.json b/apps/catalog/public/captures/tokyonight/question-prompt.frame.json index 8c16218..6303e38 100644 --- a/apps/catalog/public/captures/tokyonight/question-prompt.frame.json +++ b/apps/catalog/public/captures/tokyonight/question-prompt.frame.json @@ -1 +1,586 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"← Patched","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Asked 1 question","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Questions","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"1.","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Keep it minimal (Recommended)","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":"Small deterministic fixture","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"2.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Expand coverage","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":93},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":"Add more scripted states","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":84},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"3.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Type your own answer","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"select","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"submit","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"esc ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"dismiss","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":75},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "← Patched", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 1 question", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "1.", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [130, 170, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": "Small deterministic fixture", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "2.", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Expand coverage", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 93 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": "Add more scripted states", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 84 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "3.", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Type your own answer", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 75 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/question-review.frame.json b/apps/catalog/public/captures/tokyonight/question-review.frame.json index b8898a2..1339312 100644 --- a/apps/catalog/public/captures/tokyonight/question-review.frame.json +++ b/apps/catalog/public/captures/tokyonight/question-review.frame.json @@ -1 +1,498 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Asked 2 questions","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Questions","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":102},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Runtime","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"Validation","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"Confirm","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Review","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":105},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Runtime:","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Bun","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Validation:","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Focused","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"tab","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"↑↓ ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"scroll","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"submit","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"esc ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"dismiss","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":68},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Asked 2 questions", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Questions", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 102 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "Validation", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "Confirm", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Review", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 105 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Runtime:", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Bun", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Validation:", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "Focused", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "tab", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "↑↓ ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "scroll", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "dismiss", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 68 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/question-succeeded.frame.json b/apps/catalog/public/captures/tokyonight/question-succeeded.frame.json index e38c667..99b72a2 100644 --- a/apps/catalog/public/captures/tokyonight/question-succeeded.frame.json +++ b/apps/catalog/public/captures/tokyonight/question-succeeded.frame.json @@ -1 +1,525 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[44,46,65,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[44,46,65,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask me which runtime and validation mode to use.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Questions","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which runtime should the catalog fixture use?","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Bun","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":108},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which validation should run?","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Focused","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":104},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The catalog answers were submitted.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.5s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...b9ae-f3d0-427c-b8f1-b81bab991fbe/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [44, 46, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [44, 46, 65, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [44, 46, 65, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me which runtime and validation mode to use.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which runtime should the catalog fixture use?", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Bun", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 108 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which validation should run?", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Focused", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 104 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The catalog answers were submitted.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.5s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...b9ae-f3d0-427c-b8f1-b81bab991fbe/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/read-denied.frame.json b/apps/catalog/public/captures/tokyonight/read-denied.frame.json index 8e2f046..46e6cc8 100644 --- a/apps/catalog/public/captures/tokyonight/read-denied.frame.json +++ b/apps/catalog/public/captures/tokyonight/read-denied.frame.json @@ -1 +1,575 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[44,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[44,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[101,108,143,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored","fg":[101,108,143,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"—","fg":[101,108,143,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"1","fg":[101,108,143,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"read","fg":[101,108,143,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The fixture read succeeded.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 502ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Now try to read a missing file.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":80},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 read","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The missing-file read failed as expected.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":41},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":72}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 161ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Now read the ledger file.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠋","fg":[255,150,108,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Read src/ledger.ts","fg":[255,150,108,255],"bg":[26,27,38,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":93}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"△","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Permission required","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"→","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Read src/ledger.ts","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Path: src/ledger.ts","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Allow once","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Allow always","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Reject","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"select","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [44, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [101, 108, 143, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Explored", "fg": [101, 108, 143, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "—", "fg": [101, 108, 143, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [101, 108, 143, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "read", "fg": [101, 108, 143, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture read succeeded.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 502ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Now try to read a missing file.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 31 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 80 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 read", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The missing-file read failed as expected.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 41 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 72 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 161ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Now read the ledger file.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [255, 150, 108, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Read src/ledger.ts", + "fg": [255, 150, 108, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 93 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Read src/ledger.ts", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Path: src/ledger.ts", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/read-input-streaming.frame.json b/apps/catalog/public/captures/tokyonight/read-input-streaming.frame.json index 4d354d5..6a321b9 100644 --- a/apps/catalog/public/captures/tokyonight/read-input-streaming.frame.json +++ b/apps/catalog/public/captures/tokyonight/read-input-streaming.frame.json @@ -1 +1,477 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[44,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[44,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠹","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Exploring — 1 read","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":93}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝⬝","fg":[96,80,129,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [44, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠹", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Exploring — 1 read", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 93 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝", "fg": [96, 80, 129, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/read-permission.frame.json b/apps/catalog/public/captures/tokyonight/read-permission.frame.json index 75055bc..ce4769a 100644 --- a/apps/catalog/public/captures/tokyonight/read-permission.frame.json +++ b/apps/catalog/public/captures/tokyonight/read-permission.frame.json @@ -1 +1,504 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[47,49,68,255],"attributes":0,"width":1},{"text":"1","fg":[255,150,108,255],"bg":[43,47,65,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,45,63,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[42,45,63,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[42,45,63,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠋","fg":[255,150,108,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Read fixture.txt","fg":[255,150,108,255],"bg":[26,27,38,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"△","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Permission required","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":19},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"→","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Read fixture.txt","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Path: fixture.txt","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":94},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Allow once","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Allow always","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":"Reject","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":31},{"text":"ctrl+f ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":"fullscreen","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"⇆ ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"select","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":6},{"text":"confirm","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [255, 150, 108, 255], "bg": [43, 47, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 45, 63, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [42, 45, 63, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [42, 45, 63, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [255, 150, 108, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Read fixture.txt", + "fg": [255, 150, 108, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "△", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Permission required", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 19 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Read fixture.txt", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Path: fixture.txt", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 94 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Allow once", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Allow always", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": "Reject", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 31 + }, + { "text": "ctrl+f ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": "fullscreen", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "⇆ ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "select", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 6 }, + { "text": "confirm", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/read-succeeded.frame.json b/apps/catalog/public/captures/tokyonight/read-succeeded.frame.json index 54cfa87..0f6a4ae 100644 --- a/apps/catalog/public/captures/tokyonight/read-succeeded.frame.json +++ b/apps/catalog/public/captures/tokyonight/read-succeeded.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[40,41,59,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[40,41,59,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,41,59,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[40,41,59,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[40,41,59,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Read the fixture file.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":22},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":89},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"→","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Explored — 1 read","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":17},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":94}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The fixture read succeeded.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 502ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...89bd-2d74-404f-a1f2-8caf05c0ce33/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 41, 59, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [40, 41, 59, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 41, 59, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [40, 41, 59, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [40, 41, 59, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Read the fixture file.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 22 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 89 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "→", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Explored — 1 read", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 17 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 94 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture read succeeded.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 502ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...89bd-2d74-404f-a1f2-8caf05c0ce33/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/session-export.frame.json b/apps/catalog/public/captures/tokyonight/session-export.frame.json index 4ebb2cf..b89e58c 100644 --- a/apps/catalog/public/captures/tokyonight/session-export.frame.json +++ b/apps/catalog/public/captures/tokyonight/session-export.frame.json @@ -1 +1,647 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"1","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Drive","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"+","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Change","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"from","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"before","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"to","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"after.","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"←","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Patched","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[82,87,101,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[82,87,101,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Export session","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":39},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Export as:","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"◉ Markdown","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":"○ JSON","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"The","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"fixture","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"was","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"updated.","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"[x]","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Include thinking","fg":[130,170,255,255],"bg":[30,32,48,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Build","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Simulated","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Model","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":31},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":4},{"text":"Copy","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":"Export","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt", + "fg": [54, 57, 76, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [82, 87, 101, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [82, 87, 101, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Export session", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 39 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Export as:", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "◉ Markdown", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": "○ JSON", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 27 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "[x]", "fg": [130, 170, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Include thinking", + "fg": [130, 170, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 31 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 4 }, + { "text": "Copy", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": "Export", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/session-fork.frame.json b/apps/catalog/public/captures/tokyonight/session-fork.frame.json index 84884f6..1aa1ae4 100644 --- a/apps/catalog/public/captures/tokyonight/session-fork.frame.json +++ b/apps/catalog/public/captures/tokyonight/session-fork.frame.json @@ -1 +1,574 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"1","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Drive","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"+","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Change","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"from","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"before","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"to","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"after.","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"←","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Patched","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"befo","fg":[82,87,101,255],"bg":[23,14,18,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"afte","fg":[82,87,101,255],"bg":[13,20,24,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Fork session","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":65},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"The","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"fixtur","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"●","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"Full session","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Build","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Si","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Change fixture.txt from before to after.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":33},{"text":"3:26 PM","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt", + "fg": [54, 57, 76, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "befo", "fg": [82, 87, 101, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "afte", "fg": [82, 87, 101, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Fork session", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 65 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "fixtur", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "Full session", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 1, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "Change fixture.txt from before to after.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 33 + }, + { "text": "3:26 PM", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/session-picker-populated.frame.json b/apps/catalog/public/captures/tokyonight/session-picker-populated.frame.json index ab3bc20..9f47c30 100644 --- a/apps/catalog/public/captures/tokyonight/session-picker-populated.frame.json +++ b/apps/catalog/public/captures/tokyonight/session-picker-populated.frame.json @@ -1 +1,620 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,23,255],"attributes":0,"width":1},{"text":"1","fg":[54,70,105,255],"bg":[14,15,23,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,23,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[82,87,101,255],"bg":[14,15,23,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[14,15,23,255],"attributes":0,"width":1},{"text":"DriveCatalog","fg":[82,87,101,255],"bg":[14,15,23,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[14,15,23,255],"attributes":0,"width":1},{"text":"cap","fg":[82,87,101,255],"bg":[14,15,23,255],"attributes":1,"width":3},{"text":"t","fg":[69,72,85,255],"bg":[14,15,23,255],"attributes":1,"width":1},{"text":"u","fg":[52,55,66,255],"bg":[14,15,23,255],"attributes":1,"width":1},{"text":"r","fg":[36,38,47,255],"bg":[14,15,23,255],"attributes":1,"width":1},{"text":"e","fg":[19,21,28,255],"bg":[14,15,23,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"+","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,19,255],"attributes":0,"width":2},{"text":"←","fg":[42,44,59,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":"Patched","fg":[42,44,59,255],"bg":[12,13,19,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt","fg":[42,44,59,255],"bg":[12,13,19,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[82,87,101,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":99},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[82,87,101,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"The","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"fixture","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"was","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"updated.","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Build","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Si","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Sessions","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":69},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Ask","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"me","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"abo","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Today","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"●","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog capture session","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":37},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"#","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Question","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"delete","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ctrl+d","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"rename","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ctrl+r","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":"all projects","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":12},{"text":" ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Which","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"dire","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Keep","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"it","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"minimal","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"(Recommended)","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Keeping","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"the","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"fixture","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"minimal.","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Build","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Simulated","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Model","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"160ms","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 23, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [54, 70, 105, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 23, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [82, 87, 101, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 23, 255], "attributes": 0, "width": 1 }, + { "text": "DriveCatalog", "fg": [82, 87, 101, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 23, 255], "attributes": 0, "width": 1 }, + { "text": "cap", "fg": [82, 87, 101, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 3 }, + { "text": "t", "fg": [69, 72, 85, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [52, 55, 66, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [36, 38, 47, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [19, 21, 28, 255], "bg": [14, 15, 23, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [42, 44, 59, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [42, 44, 59, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt", + "fg": [42, 44, 59, 255], + "bg": [12, 13, 19, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [82, 87, 101, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 99 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [82, 87, 101, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Sessions", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 69 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "me", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "abo", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Today", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog capture session", + "fg": [26, 27, 38, 255], + "bg": [130, 170, 255, 255], + "attributes": 1, + "width": 37 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 46 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "#", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Question", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "delete", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ctrl+d", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "rename", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ctrl+r", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { "text": "all projects", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Which", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "dire", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Keep", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "it", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "minimal", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "(Recommended)", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Keeping", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "minimal.", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "160ms", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/session-picker.frame.json b/apps/catalog/public/captures/tokyonight/session-picker.frame.json index c2fde06..4e399ed 100644 --- a/apps/catalog/public/captures/tokyonight/session-picker.frame.json +++ b/apps/catalog/public/captures/tokyonight/session-picker.frame.json @@ -1 +1,628 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Sessions","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":69},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"No sessions available","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":21},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":63},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"delete ctrl+d","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"rename ctrl+r","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":"all projects","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":12},{"text":" ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"anything...","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"a","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"TODO","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"in","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"the","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Sessions", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 69 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "No sessions available", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 21 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "delete ctrl+d", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "rename ctrl+r", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { "text": "all projects", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/session-rename.frame.json b/apps/catalog/public/captures/tokyonight/session-rename.frame.json index b217ca1..1568636 100644 --- a/apps/catalog/public/captures/tokyonight/session-rename.frame.json +++ b/apps/catalog/public/captures/tokyonight/session-rename.frame.json @@ -1 +1,602 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"1","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Drive","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"+","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Change","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"fixture.txt","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"from","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"before","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"to","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"after.","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"←","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Patched","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":101},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[82,87,101,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[82,87,101,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Rename session","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":39},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":27},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"The","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"fixture","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"was","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"updated.","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"enter ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":"submit","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Build","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Simulated","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Model","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Drive", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Change", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "fixture.txt", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "from", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "after.", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7-8255-580163831713/files/fixture.txt", + "fg": [54, 57, 76, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [82, 87, 101, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [82, 87, 101, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Rename session", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 39 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 27 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "enter ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": "submit", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/session-tabs-idle.frame.json b/apps/catalog/public/captures/tokyonight/session-tabs-idle.frame.json index bbc18aa..2e89dc9 100644 --- a/apps/catalog/public/captures/tokyonight/session-tabs-idle.frame.json +++ b/apps/catalog/public/captures/tokyonight/session-tabs-idle.frame.json @@ -1 +1,483 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[46,49,67,255],"attributes":0,"width":1},{"text":"1","fg":[140,176,254,255],"bg":[46,49,67,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,49,67,255],"attributes":0,"width":1},{"text":"O","fg":[200,211,245,255],"bg":[46,49,67,255],"attributes":1,"width":1},{"text":"p","fg":[200,211,245,255],"bg":[44,46,64,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[39,41,59,255],"attributes":1,"width":1},{"text":"nCode Drive","fg":[200,211,245,255],"bg":[36,38,56,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[36,38,56,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[37,39,57,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[38,40,58,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,41,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,42,60,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,43,61,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,44,63,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,45,63,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,46,64,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,48,66,255],"attributes":0,"width":1},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Audit the current tab state.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Working on a tab audit.Tab audit complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":42},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":71}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 2.1s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...5aaf-e995-4d1c-bbeb-d28362c9f873/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 67, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [140, 176, 254, 255], "bg": [46, 49, 67, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 67, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [46, 49, 67, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [200, 211, 245, 255], "bg": [44, 46, 64, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [39, 41, 59, 255], "attributes": 1, "width": 1 }, + { "text": "nCode Drive", "fg": [200, 211, 245, 255], "bg": [36, 38, 56, 255], "attributes": 1, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 38, 56, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 39, 57, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 40, 58, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 41, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 42, 60, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 43, 61, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 44, 63, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 45, 63, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 64, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 48, 66, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Audit the current tab state.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Working on a tab audit.Tab audit complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 42 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 71 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 2.1s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...5aaf-e995-4d1c-bbeb-d28362c9f873/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/session-tabs-running.frame.json b/apps/catalog/public/captures/tokyonight/session-tabs-running.frame.json index b552f20..57c9ea9 100644 --- a/apps/catalog/public/captures/tokyonight/session-tabs-running.frame.json +++ b/apps/catalog/public/captures/tokyonight/session-tabs-running.frame.json @@ -1 +1,472 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[37,39,58,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[37,39,58,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,39,58,255],"attributes":0,"width":1},{"text":"New session","fg":[200,211,245,255],"bg":[37,39,58,255],"attributes":1,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[37,39,58,255],"attributes":0,"width":18},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Audit the current tab state.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":83},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Working on a tab audit.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":23},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":90}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝","fg":[66,57,90,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 39, 58, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [37, 39, 58, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 39, 58, 255], "attributes": 0, "width": 1 }, + { "text": "New session", "fg": [200, 211, 245, 255], "bg": [37, 39, 58, 255], "attributes": 1, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [37, 39, 58, 255], + "attributes": 0, + "width": 18 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Audit the current tab state.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Working on a tab audit.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 90 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝", "fg": [66, 57, 90, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/shell-execute-failed.frame.json b/apps/catalog/public/captures/tokyonight/shell-execute-failed.frame.json index 77e1e15..817f411 100644 --- a/apps/catalog/public/captures/tokyonight/shell-execute-failed.frame.json +++ b/apps/catalog/public/captures/tokyonight/shell-execute-failed.frame.json @@ -1 +1,557 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[46,48,67,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Dr","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":11},{"text":"i","fg":[200,211,245,255],"bg":[46,48,67,255],"attributes":1,"width":1},{"text":"v","fg":[200,211,245,255],"bg":[47,49,68,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[47,49,69,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,50,70,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[48,51,71,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,53,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[50,54,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,55,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,55,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[53,55,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,56,76,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[54,57,77,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[53,55,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[48,51,71,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,48,67,255],"attributes":0,"width":1},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"+","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Thought · 1.7s","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"$","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tool result declared output without an output schema","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":59},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The successful shell command completed.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":74}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.3s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Now run one failing foreground shell command.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":66},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠇","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"catalog-shell-fail","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The shell lifecycle is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":32},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":81}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.6s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...2983-4a56-4ccd-b10f-a3917c28b89f/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Dr", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 11 }, + { "text": "i", "fg": [200, 211, 245, 255], "bg": [46, 48, 67, 255], "attributes": 1, "width": 1 }, + { "text": "v", "fg": [200, 211, 245, 255], "bg": [47, 49, 68, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [47, 49, 69, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 50, 70, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 51, 71, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 53, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [50, 54, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 55, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 55, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 55, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 56, 76, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 57, 77, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 55, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 51, 71, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.7s", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "$", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Tool result declared output without an output schema", + "fg": [255, 117, 127, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 59 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The successful shell command completed.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.3s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Now run one failing foreground shell command.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 45 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 66 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠇", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "catalog-shell-fail", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The shell lifecycle is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 32 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 81 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.6s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...2983-4a56-4ccd-b10f-a3917c28b89f/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/shell-execute-succeeded.frame.json b/apps/catalog/public/captures/tokyonight/shell-execute-succeeded.frame.json index 88251e8..7401b47 100644 --- a/apps/catalog/public/captures/tokyonight/shell-execute-succeeded.frame.json +++ b/apps/catalog/public/captures/tokyonight/shell-execute-succeeded.frame.json @@ -1 +1,520 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[75,67,80,255],"attributes":0,"width":1},{"text":"1","fg":[226,162,154,255],"bg":[75,67,80,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[75,66,79,255],"attributes":0,"width":1},{"text":"O","fg":[200,211,245,255],"bg":[71,63,77,255],"attributes":1,"width":1},{"text":"p","fg":[200,211,245,255],"bg":[68,59,72,255],"attributes":1,"width":1},{"text":"enCode Drive","fg":[200,211,245,255],"bg":[67,58,70,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[67,58,70,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[68,58,71,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[68,59,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[68,60,73,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[69,61,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[70,62,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[71,63,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[72,64,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[73,65,77,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[74,65,78,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[74,66,79,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[75,66,79,255],"attributes":0,"width":1},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"+","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Thought · 1.7s","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"$","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tool result declared output without an output schema","fg":[255,117,127,255],"bg":[30,32,48,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":59},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The successful shell command completed.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":74}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 3.3s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...2983-4a56-4ccd-b10f-a3917c28b89f/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [75, 67, 80, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [226, 162, 154, 255], "bg": [75, 67, 80, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [75, 66, 79, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [71, 63, 77, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [200, 211, 245, 255], "bg": [68, 59, 72, 255], "attributes": 1, "width": 1 }, + { "text": "enCode Drive", "fg": [200, 211, 245, 255], "bg": [67, 58, 70, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [67, 58, 70, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 58, 71, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 59, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [68, 60, 73, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [69, 61, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [70, 62, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [71, 63, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [72, 64, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [73, 65, 77, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [74, 65, 78, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [74, 66, 79, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [75, 66, 79, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.7s", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "$", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Tool result declared output without an output schema", + "fg": [255, 117, 127, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 59 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The successful shell command completed.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 39 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 74 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 3.3s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...2983-4a56-4ccd-b10f-a3917c28b89f/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/shell-input-streaming.frame.json b/apps/catalog/public/captures/tokyonight/shell-input-streaming.frame.json index 4b0e677..a02d2ed 100644 --- a/apps/catalog/public/captures/tokyonight/shell-input-streaming.frame.json +++ b/apps/catalog/public/captures/tokyonight/shell-input-streaming.frame.json @@ -1 +1,488 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[140,176,254,255],"bg":[45,48,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,48,67,255],"attributes":0,"width":1},{"text":"Ope","fg":[200,211,245,255],"bg":[45,48,67,255],"attributes":1,"width":3},{"text":"n","fg":[200,211,245,255],"bg":[42,45,63,255],"attributes":1,"width":1},{"text":"C","fg":[200,211,245,255],"bg":[37,40,58,255],"attributes":1,"width":1},{"text":"ode Drive","fg":[200,211,245,255],"bg":[35,37,55,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"+","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Thought","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":104}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠋","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"Writing command...","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":91},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"⬝⬝⬝⬝⬝⬝⬝⬝","fg":[79,68,108,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [140, 176, 254, 255], "bg": [45, 48, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": "Ope", "fg": [200, 211, 245, 255], "bg": [45, 48, 67, 255], "attributes": 1, "width": 3 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [42, 45, 63, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [37, 40, 58, 255], "attributes": 1, "width": 1 }, + { "text": "ode Drive", "fg": [200, 211, 245, 255], "bg": [35, 37, 55, 255], "attributes": 1, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [35, 37, 55, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 104 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "Writing command...", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 91 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝⬝", "fg": [79, 68, 108, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/shell-output-streaming.frame.json b/apps/catalog/public/captures/tokyonight/shell-output-streaming.frame.json index 0613d94..869574d 100644 --- a/apps/catalog/public/captures/tokyonight/shell-output-streaming.frame.json +++ b/apps/catalog/public/captures/tokyonight/shell-output-streaming.frame.json @@ -1 +1,491 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[40,43,61,255],"attributes":0,"width":1},{"text":"1","fg":[132,171,255,255],"bg":[36,38,56,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"OpenCode Driv","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":1,"width":13},{"text":"e","fg":[200,211,245,255],"bg":[35,37,55,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,38,56,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[37,39,57,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[38,40,59,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,41,60,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[40,42,61,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[41,44,62,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,45,63,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,45,64,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,47,66,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[44,46,65,255],"attributes":0,"width":1},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"+","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Thought · 1.7s","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⠋","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"printf catalog-shell-success","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"⬝⬝⬝⬝⬝⬝⬝⬝","fg":[88,74,120,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 43, 61, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [132, 171, 255, 255], "bg": [36, 38, 56, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Driv", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 13 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [35, 37, 55, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 55, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 38, 56, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [37, 39, 57, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [38, 40, 59, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 41, 60, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [40, 42, 61, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [41, 44, 62, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 45, 63, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 45, 64, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 1.7s", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⠋", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "printf catalog-shell-success", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝⬝", "fg": [88, 74, 120, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/shell-panel-empty.frame.json b/apps/catalog/public/captures/tokyonight/shell-panel-empty.frame.json new file mode 100644 index 0000000..b536b7a --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/shell-panel-empty.frame.json @@ -0,0 +1,506 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [131, 171, 255, 255], "bg": [44, 47, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 64, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [43, 46, 64, 255], "attributes": 1, "width": 14 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 64, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 65, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 48, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 48, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 49, 68, 255], "attributes": 0, "width": 4 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 77ms", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.5s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " No shell commands", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 94 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 103 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/shell-panel-running.frame.json b/apps/catalog/public/captures/tokyonight/shell-panel-running.frame.json new file mode 100644 index 0000000..e815250 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/shell-panel-running.frame.json @@ -0,0 +1,504 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 77ms", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.5s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "sleep 30", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 1, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 101 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "kill", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+d", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/skill-picker-empty.frame.json b/apps/catalog/public/captures/tokyonight/skill-picker-empty.frame.json new file mode 100644 index 0000000..64bf8c5 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/skill-picker-empty.frame.json @@ -0,0 +1,618 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Skills", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [130, 170, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 61 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": "No skills found", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 69 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-2b9155f385e5/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/skill-picker.frame.json b/apps/catalog/public/captures/tokyonight/skill-picker.frame.json index e312afb..b4939d5 100644 --- a/apps/catalog/public/captures/tokyonight/skill-picker.frame.json +++ b/apps/catalog/public/captures/tokyonight/skill-picker.frame.json @@ -1 +1,619 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Skills","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":78},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":"OpenCode Use this skill for any question about OpenCode itself, including how Op","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":80},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Report ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" Use when the user wants to report an opencode issue or bug. Collect sta","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"anything...","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"a","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"TODO","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"in","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"the","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Skills", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 78 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { + "text": "OpenCode Use this skill for any question about OpenCode itself, including how Op", + "fg": [26, 27, 38, 255], + "bg": [130, 170, 255, 255], + "attributes": 1, + "width": 80 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Report ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " Use when the user wants to report an opencode issue or bug. Collect sta", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 72 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/status.frame.json b/apps/catalog/public/captures/tokyonight/status.frame.json index 4ad8278..eca0531 100644 --- a/apps/catalog/public/captures/tokyonight/status.frame.json +++ b/apps/catalog/public/captures/tokyonight/status.frame.json @@ -1 +1,669 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Status","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"No MCP servers","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":"█","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,23,30,255],"attributes":0,"width":2},{"text":"█","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,23,30,255],"attributes":0,"width":2},{"text":"█","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀","fg":[54,57,76,255],"bg":[21,23,30,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[21,23,30,255],"attributes":0,"width":2},{"text":"█","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,30,37,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,30,37,255],"attributes":0,"width":2},{"text":"█","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,30,37,255],"attributes":0,"width":2},{"text":"█","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":1},{"text":"▀▀▀","fg":[82,87,101,255],"bg":[29,30,37,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":"▀▀▀▀","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"█▀▀▀","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀","fg":[21,23,30,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"▀","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":1,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":39}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"anything...","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"\"Fix","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"a","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"TODO","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"in","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"the","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"codebase\"","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":38},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":74},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/private/var/folde...-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Status", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "No MCP servers", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": "█", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 23, 30, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 23, 30, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀", "fg": [54, 57, 76, 255], "bg": [21, 23, 30, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [21, 23, 30, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 30, 37, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 30, 37, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 30, 37, 255], "attributes": 0, "width": 2 }, + { "text": "█", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 1 }, + { "text": "▀▀▀", "fg": [82, 87, 101, 255], "bg": [29, 30, 37, 255], "attributes": 1, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": "▀▀▀▀", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "█▀▀▀", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀", "fg": [21, 23, 30, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "▀", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 1, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 39 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/subagent-completed.frame.json b/apps/catalog/public/captures/tokyonight/subagent-completed.frame.json index 934771b..bdd92a8 100644 --- a/apps/catalog/public/captures/tokyonight/subagent-completed.frame.json +++ b/apps/catalog/public/captures/tokyonight/subagent-completed.frame.json @@ -1 +1,497 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[54,56,76,255],"attributes":0,"width":1},{"text":"1","fg":[136,173,254,255],"bg":[50,53,72,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,49,68,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,48,67,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,49,68,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[46,50,69,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[47,51,70,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[48,52,71,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[49,53,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[50,53,72,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[51,54,74,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[52,55,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[53,56,75,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,56,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,57,76,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[54,57,77,255],"attributes":0,"width":2},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Use a subagent to inspect src/ledger.ts and calculate the total.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"+","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Thought · 82ms","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"✓","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Researcher Subagent — Inspect ledger lifecycle","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":65}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Subagent completed the ledger lifecycle.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":73}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.8s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...c9ea-4f57-405e-99e8-3bba18b82b9a/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 56, 76, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [136, 173, 254, 255], "bg": [50, 53, 72, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 48, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 50, 69, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 51, 70, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [48, 52, 71, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [49, 53, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [50, 53, 72, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [51, 54, 74, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [52, 55, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [53, 56, 75, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 56, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 57, 76, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [54, 57, 77, 255], "attributes": 0, "width": 2 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 82ms", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.8s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...c9ea-4f57-405e-99e8-3bba18b82b9a/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/subagent-panel-active.frame.json b/apps/catalog/public/captures/tokyonight/subagent-panel-active.frame.json new file mode 100644 index 0000000..4641ff9 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/subagent-panel-active.frame.json @@ -0,0 +1,503 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [140, 176, 254, 255], "bg": [46, 49, 68, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [46, 49, 68, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [40, 42, 61, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [37, 39, 57, 255], "attributes": 1, "width": 1 }, + { "text": "Code Drive", "fg": [200, 211, 245, 255], "bg": [36, 38, 56, 255], "attributes": 1, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [36, 38, 56, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 77ms", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠼", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher: Inspect ledger lifecycle", + "fg": [26, 27, 38, 255], + "bg": [130, 170, 255, 255], + "attributes": 1, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 65 + }, + { "text": "Running", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "interrupt", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+d", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "show inactive", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 63 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/subagent-panel-inactive.frame.json b/apps/catalog/public/captures/tokyonight/subagent-panel-inactive.frame.json new file mode 100644 index 0000000..76c0147 --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/subagent-panel-inactive.frame.json @@ -0,0 +1,511 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 67, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [131, 171, 255, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [43, 46, 65, 255], "attributes": 1, "width": 14 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 66, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 67, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 48, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 67, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [46, 49, 68, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 49, 68, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [47, 49, 69, 255], "attributes": 0, "width": 3 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 77ms", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "✓", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Subagent completed the ledger lifecycle.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 73 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 8.5s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher: Inspect ledger lifecycle", + "fg": [26, 27, 38, 255], + "bg": [130, 170, 255, 255], + "attributes": 1, + "width": 36 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 73 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "show active", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 11 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 83 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/subagent-running.frame.json b/apps/catalog/public/captures/tokyonight/subagent-running.frame.json index 8af470b..0765c23 100644 --- a/apps/catalog/public/captures/tokyonight/subagent-running.frame.json +++ b/apps/catalog/public/captures/tokyonight/subagent-running.frame.json @@ -1 +1,481 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Use a subagent to inspect src/ledger.ts and calculate the total.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":64},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"+","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Thought · 82ms","fg":[163,101,80,255],"bg":[26,27,38,255],"attributes":0,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":97}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠋","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Researcher Subagent — Inspect ledger lifecycle","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":65}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝⬝","fg":[96,80,129,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Use a subagent to inspect src/ledger.ts and calculate the total.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 64 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "+", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thought · 82ms", "fg": [163, 101, 80, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 97 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Researcher Subagent — Inspect ledger lifecycle", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 65 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝", "fg": [96, 80, 129, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/subagent-session.frame.json b/apps/catalog/public/captures/tokyonight/subagent-session.frame.json index 5d26782..6d6272e 100644 --- a/apps/catalog/public/captures/tokyonight/subagent-session.frame.json +++ b/apps/catalog/public/captures/tokyonight/subagent-session.frame.json @@ -1 +1,506 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[44,47,65,255],"attributes":0,"width":1},{"text":"1","fg":[132,171,255,255],"bg":[44,47,65,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,47,65,255],"attributes":0,"width":1},{"text":"Ope","fg":[200,211,245,255],"bg":[44,47,66,255],"attributes":1,"width":3},{"text":"n","fg":[200,211,245,255],"bg":[44,47,65,255],"attributes":1,"width":1},{"text":"C","fg":[200,211,245,255],"bg":[43,46,64,255],"attributes":1,"width":1},{"text":"ode Drive","fg":[200,211,245,255],"bg":[42,45,63,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[42,45,63,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[42,46,64,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[43,46,64,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[43,46,65,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[44,47,65,255],"attributes":0,"width":1},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"You are a subagent spawned by another session.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":65},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Read src/ledger.ts and report its exports, values, and calculated total.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":72},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[255,150,108,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The child inspected src/ledger.ts and calculated total 42.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":55}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Researcher","fg":[255,150,108,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":" · Simulated Model · 1.5s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":78}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Subagents","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Shell","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":90},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" No active subagents","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":92},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"show inactive","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":13},{"text":" ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"ctrl+a","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"tabs","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":4},{"text":" ","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"←/→","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":81},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[115,122,162,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 65, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [132, 171, 255, 255], "bg": [44, 47, 65, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 65, 255], "attributes": 0, "width": 1 }, + { "text": "Ope", "fg": [200, 211, 245, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 3 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [44, 47, 65, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [43, 46, 64, 255], "attributes": 1, "width": 1 }, + { "text": "ode Drive", "fg": [200, 211, 245, 255], "bg": [42, 45, 63, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 45, 63, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 46, 64, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 64, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [43, 46, 65, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [44, 47, 65, 255], "attributes": 0, "width": 1 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "You are a subagent spawned by another session.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 65 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Read src/ledger.ts and report its exports, values, and calculated total.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 72 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 39 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [255, 150, 108, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The child inspected src/ledger.ts and calculated total 42.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 55 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Researcher", "fg": [255, 150, 108, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { + "text": " · Simulated Model · 1.5s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 78 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Subagents", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Shell", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 90 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " No active subagents", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 92 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "show inactive", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 13 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ctrl+a", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "tabs", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 4 }, + { "text": " ", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "←/→", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 81 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [115, 122, 162, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/theme-picker-empty.frame.json b/apps/catalog/public/captures/tokyonight/theme-picker-empty.frame.json new file mode 100644 index 0000000..481b9cf --- /dev/null +++ b/apps/catalog/public/captures/tokyonight/theme-picker-empty.frame.json @@ -0,0 +1,666 @@ +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [58, 86, 87, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { "text": "Themes", "fg": [220, 220, 204, 255], "bg": [79, 79, 79, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc", "fg": [159, 159, 159, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "zzzz-no-catalog-results", + "fg": [140, 208, 211, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 23 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 33 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [79, 79, 79, 255], "attributes": 0, "width": 4 }, + { + "text": "No results found", + "fg": [159, 159, 159, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [79, 79, 79, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "anything...", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 11 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "\"Fix", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "a", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "TODO", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "in", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "codebase\"", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [91, 58, 80, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [91, 91, 84, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [65, 65, 65, 255], "bg": [39, 39, 39, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 39, 39, 255], + "attributes": 0, + "width": 38 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [91, 58, 80, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [39, 39, 39, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 74 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 22 + }, + { + "text": "/private/var/folde...-2b9155f385e5/files", + "fg": [65, 65, 65, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 40 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [91, 91, 84, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [65, 65, 65, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 26, 26, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 26, 26, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [52, 65, 52, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [65, 65, 65, 255], "bg": [33, 33, 33, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [33, 33, 33, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/theme-picker.frame.json b/apps/catalog/public/captures/tokyonight/theme-picker.frame.json index 2ba3f9b..573811a 100644 --- a/apps/catalog/public/captures/tokyonight/theme-picker.frame.json +++ b/apps/catalog/public/captures/tokyonight/theme-picker.frame.json @@ -1 +1,715 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"+","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"New","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"session","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":18},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":86}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Themes","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":43},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"Search","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"opencode","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"orng","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":52},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"osaka-jade","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"palenight","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"rosepine","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":48},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Ask","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"solarized","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":47},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"synthwave84","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Buil","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"●","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":1},{"text":"tokyonight","fg":[26,27,38,255],"bg":[130,170,255,255],"attributes":1,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[130,170,255,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"vercel","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":"▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":22},{"text":"/privat","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"vesper","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":50},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":21}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":"zenburn","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":49},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":29}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":111},{"text":"local","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"○","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "New", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "session", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 18 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 86 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Themes", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 43 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "Search", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "opencode", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "orng", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 52 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "osaka-jade", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 46 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "palenight", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "rosepine", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 48 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "solarized", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 47 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "synthwave84", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 45 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Buil", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "●", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [130, 170, 255, 255], "attributes": 0, "width": 1 }, + { "text": "tokyonight", "fg": [26, 27, 38, 255], "bg": [130, 170, 255, 255], "attributes": 1, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [130, 170, 255, 255], + "attributes": 0, + "width": 45 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "▀▀▀▀▀▀", "fg": [14, 15, 22, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "vercel", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { "text": "▀▀▀▀▀▀▀▀", "fg": [14, 15, 22, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 22 + }, + { "text": "/privat", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "vesper", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 50 + }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 21 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": "zenburn", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 49 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 29 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 111 + }, + { "text": "local", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "○", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/thinking-streaming.frame.json b/apps/catalog/public/captures/tokyonight/thinking-streaming.frame.json index 7922cf6..0b85615 100644 --- a/apps/catalog/public/captures/tokyonight/thinking-streaming.frame.json +++ b/apps/catalog/public/captures/tokyonight/thinking-streaming.frame.json @@ -1 +1,469 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Run one successful foreground shell command.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":44},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":67},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠙","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Thinking","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":103}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝","fg":[76,65,104,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Run one successful foreground shell command.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 44 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 67 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠙", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "Thinking", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 103 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝", "fg": [76, 65, 104, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/toast-error.frame.json b/apps/catalog/public/captures/tokyonight/toast-error.frame.json index dc6fc22..87063a5 100644 --- a/apps/catalog/public/captures/tokyonight/toast-error.frame.json +++ b/apps/catalog/public/captures/tokyonight/toast-error.frame.json @@ -1 +1,593 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog cap","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":1,"width":25},{"text":"t","fg":[167,176,207,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":"u","fg":[127,134,161,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":"r","fg":[87,92,115,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":"e","fg":[47,50,69,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":2},{"text":"←","fg":[101,108,143,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":"Patched","fg":[101,108,143,255],"bg":[29,31,45,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62","fg":[101,108,143,255],"bg":[29,31,45,255],"attributes":0,"width":49},{"text":"┃","fg":[255,117,127,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":50},{"text":"┃","fg":[255,117,127,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":61},{"text":"┃","fg":[255,117,127,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Sharing is not implemented for V2 sessions yet","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":46},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"┃","fg":[255,117,127,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":47},{"text":"┃","fg":[255,117,127,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":50},{"text":"┃","fg":[255,117,127,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Questions","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Keep it minimal (Recommended)","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Keeping the fixture minimal.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 160ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog cap", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 1, + "width": 25 + }, + { "text": "t", "fg": [167, 176, 207, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [127, 134, 161, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [87, 92, 115, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [47, 50, 69, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [101, 108, 143, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [101, 108, 143, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62", + "fg": [101, 108, 143, 255], + "bg": [29, 31, 45, 255], + "attributes": 0, + "width": 49 + }, + { "text": "┃", "fg": [255, 117, 127, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 50 + }, + { "text": "┃", "fg": [255, 117, 127, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 61 + }, + { "text": "┃", "fg": [255, 117, 127, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { + "text": "Sharing is not implemented for V2 sessions yet", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 46 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [255, 117, 127, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 47 + }, + { "text": "┃", "fg": [255, 117, 127, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 50 + }, + { "text": "┃", "fg": [255, 117, 127, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Keeping the fixture minimal.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 160ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/toast-info.frame.json b/apps/catalog/public/captures/tokyonight/toast-info.frame.json index 7210bc7..42f40b9 100644 --- a/apps/catalog/public/captures/tokyonight/toast-info.frame.json +++ b/apps/catalog/public/captures/tokyonight/toast-info.frame.json @@ -1 +1,686 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"1","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"OpenCode","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"DriveCatalog","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"cap","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":1,"width":3},{"text":"t","fg":[69,72,85,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":"u","fg":[52,55,66,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":"r","fg":[36,38,47,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":"e","fg":[19,21,28,255],"bg":[14,15,22,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"+","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":84}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,19,255],"attributes":0,"width":2},{"text":"←","fg":[42,44,59,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":"Patched","fg":[42,44,59,255],"bg":[12,13,19,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[12,13,19,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7","fg":[42,44,59,255],"bg":[12,13,19,255],"attributes":0,"width":65},{"text":"┃","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":34},{"text":"┃","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":77},{"text":"┃","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Debug","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"info","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"copied","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"to","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"clipboard","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"┃","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"-","fg":[93,44,48,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[19,13,16,255],"attributes":0,"width":1},{"text":"before","fg":[82,87,101,255],"bg":[23,14,18,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[23,14,18,255],"attributes":0,"width":63},{"text":"┃","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":34},{"text":"┃","fg":[54,70,105,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"1","fg":[59,59,63,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"+","fg":[76,90,56,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,18,21,255],"attributes":0,"width":1},{"text":"after","fg":[82,87,101,255],"bg":[13,20,24,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[13,20,24,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"The","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"fixture","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"was","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"updated.","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Build","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Si","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Debug","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":1,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76},{"text":"esc","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Ask","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"me","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"abo","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Version ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"local (local)","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Date ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"2026-08-12T19:26:41.269Z","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"OS ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"macOS 25.5.0 (arm64)","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":20},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":55},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":15}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Terminal ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"ghostty 1.3.1","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":62},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"#","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Question","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Session ID","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"ses_0088f22f2ffeo7Bdik3tyBSRP6","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":30},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":45},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Model ","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"simulation/gpt-sim-model","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Which","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"dire","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Keep","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"it","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"mi","fg":[82,87,101,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Share this when reporting an issue.","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":"✓ copied","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":1,"width":8},{"text":" ","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"enter","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[11,11,16,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":12},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":88},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":13},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Keeping","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"the","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"fixture","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"minimal.","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":"Build","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Simulated","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"Model","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"160ms","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"┃","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":2},{"text":"Build","fg":[79,63,105,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"·","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulated","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Model","fg":[82,87,101,255],"bg":[14,15,22,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":1},{"text":"Simulation","fg":[54,57,76,255],"bg":[14,15,22,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[14,15,22,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"╹","fg":[79,63,105,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[14,15,22,255],"bg":[11,11,16,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"shift+tab","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"agents","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2},{"text":"ctrl+p","fg":[82,87,101,255],"bg":[11,11,16,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":1},{"text":"commands","fg":[54,57,76,255],"bg":[11,11,16,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[11,11,16,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"✓","fg":[80,96,58,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"Server","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"⦿","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":1},{"text":"UI","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Theme","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Tools","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":2},{"text":"Experiments","fg":[54,57,76,255],"bg":[12,13,20,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[12,13,20,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "DriveCatalog", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "cap", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 3 }, + { "text": "t", "fg": [69, 72, 85, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [52, 55, 66, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [36, 38, 47, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [19, 21, 28, 255], "bg": [14, 15, 22, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 84 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [42, 44, 59, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [42, 44, 59, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 19, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-2a28-4fe7", + "fg": [42, 44, 59, 255], + "bg": [12, 13, 19, 255], + "attributes": 0, + "width": 65 + }, + { "text": "┃", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 77 + }, + { "text": "┃", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "info", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "copied", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "to", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "clipboard", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "-", "fg": [93, 44, 48, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [19, 13, 16, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [82, 87, 101, 255], "bg": [23, 14, 18, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [23, 14, 18, 255], + "attributes": 0, + "width": 63 + }, + { "text": "┃", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 34 + }, + { "text": "┃", "fg": [54, 70, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [59, 59, 63, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "+", "fg": [76, 90, 56, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 18, 21, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [82, 87, 101, 255], "bg": [13, 20, 24, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [13, 20, 24, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "The", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "was", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "updated.", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Si", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Debug", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + }, + { "text": "esc", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Ask", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "me", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "abo", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Version ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "local (local)", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Date ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "2026-08-12T19:26:41.269Z", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "OS ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "macOS 25.5.0 (arm64)", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 20 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 55 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 15 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Terminal ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "ghostty 1.3.1", "fg": [200, 211, 245, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 13 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 62 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "#", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Question", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Session ID", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "ses_0088f22f2ffeo7Bdik3tyBSRP6", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 30 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 45 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Model ", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 10 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": "simulation/gpt-sim-model", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 51 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Which", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "dire", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 4 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Keep", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "it", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "mi", "fg": [82, 87, 101, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Share this when reporting an issue.", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { "text": "✓ copied", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 1, "width": 8 }, + { "text": " ", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "enter", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [11, 11, 16, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 12 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 88 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 13 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Keeping", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "the", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "fixture", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "minimal.", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "160ms", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [79, 63, 105, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulated", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Model", "fg": [82, 87, 101, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [54, 57, 76, 255], "bg": [14, 15, 22, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [14, 15, 22, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [79, 63, 105, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [14, 15, 22, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [54, 57, 76, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 9 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "agents", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p", "fg": [82, 87, 101, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 1 }, + { "text": "commands", "fg": [54, 57, 76, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [11, 11, 16, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [11, 11, 16, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [80, 96, 58, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "Server", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "⦿", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 1 }, + { "text": "UI", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [54, 57, 76, 255], "bg": [12, 13, 20, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [12, 13, 20, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/toast-success.frame.json b/apps/catalog/public/captures/tokyonight/toast-success.frame.json index a300ab1..667c814 100644 --- a/apps/catalog/public/captures/tokyonight/toast-success.frame.json +++ b/apps/catalog/public/captures/tokyonight/toast-success.frame.json @@ -1 +1,593 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"OpenCode DriveCatalog cap","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":1,"width":25},{"text":"t","fg":[167,176,207,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":"u","fg":[127,134,161,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":"r","fg":[87,92,115,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":"e","fg":[47,50,69,255],"bg":[34,36,54,255],"attributes":1,"width":1},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":2},{"text":"←","fg":[101,108,143,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":"Patched","fg":[101,108,143,255],"bg":[29,31,45,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[29,31,45,255],"attributes":0,"width":1},{"text":"…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-","fg":[101,108,143,255],"bg":[29,31,45,255],"attributes":0,"width":56},{"text":"┃","fg":[195,232,141,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":43},{"text":"┃","fg":[195,232,141,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":68},{"text":"┃","fg":[195,232,141,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Session transcript copied to clipboard!","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":39},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"┃","fg":[195,232,141,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":" -","fg":[226,106,117,255],"bg":[45,31,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[45,31,38,255],"attributes":0,"width":1},{"text":"before","fg":[200,211,245,255],"bg":[55,34,44,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[55,34,44,255],"attributes":0,"width":54},{"text":"┃","fg":[195,232,141,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":43},{"text":"┃","fg":[195,232,141,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"1","fg":[143,144,154,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":" +","fg":[184,219,135,255],"bg":[27,43,52,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[27,43,52,255],"attributes":0,"width":1},{"text":"after","fg":[200,211,245,255],"bg":[32,48,59,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[32,48,59,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The fixture was updated.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":89}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 1.7s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Ask me about the fixture direction.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":35},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"# Questions","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":100},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Which direction should the fixture take?","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":40},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":71},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Keep it minimal (Recommended)","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":29},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":82},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[26,27,38,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Keeping the fixture minimal.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":85}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 160ms","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":82}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "OpenCode DriveCatalog cap", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 1, + "width": 25 + }, + { "text": "t", "fg": [167, 176, 207, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": "u", "fg": [127, 134, 161, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": "r", "fg": [87, 92, 115, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [47, 50, 69, 255], "bg": [34, 36, 54, 255], "attributes": 1, "width": 1 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 2 }, + { "text": "←", "fg": [101, 108, 143, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { "text": "Patched", "fg": [101, 108, 143, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [29, 31, 45, 255], "attributes": 0, "width": 1 }, + { + "text": "…/5fz89drs5p9_r0fk7rwqqn…/T/opencode-drive/run-62cbf34a-", + "fg": [101, 108, 143, 255], + "bg": [29, 31, 45, 255], + "attributes": 0, + "width": 56 + }, + { "text": "┃", "fg": [195, 232, 141, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 43 + }, + { "text": "┃", "fg": [195, 232, 141, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 68 + }, + { "text": "┃", "fg": [195, 232, 141, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { + "text": "Session transcript copied to clipboard!", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 39 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [195, 232, 141, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": " -", "fg": [226, 106, 117, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 31, 38, 255], "attributes": 0, "width": 1 }, + { "text": "before", "fg": [200, 211, 245, 255], "bg": [55, 34, 44, 255], "attributes": 0, "width": 6 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [55, 34, 44, 255], + "attributes": 0, + "width": 54 + }, + { "text": "┃", "fg": [195, 232, 141, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 43 + }, + { "text": "┃", "fg": [195, 232, 141, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 3 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [143, 144, 154, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": " +", "fg": [184, 219, 135, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [27, 43, 52, 255], "attributes": 0, "width": 1 }, + { "text": "after", "fg": [200, 211, 245, 255], "bg": [32, 48, 59, 255], "attributes": 0, "width": 5 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [32, 48, 59, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The fixture was updated.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 89 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 1.7s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Ask me about the fixture direction.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 35 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "# Questions", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 100 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Which direction should the fixture take?", + "fg": [130, 139, 184, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 40 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 71 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Keep it minimal (Recommended)", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 29 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 82 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [26, 27, 38, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "Keeping the fixture minimal.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 85 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 160ms", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 82 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...f34a-2a28-4fe7-8255-580163831713/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/webfetch-streaming.frame.json b/apps/catalog/public/captures/tokyonight/webfetch-streaming.frame.json index 2985ac8..a416dd9 100644 --- a/apps/catalog/public/captures/tokyonight/webfetch-streaming.frame.json +++ b/apps/catalog/public/captures/tokyonight/webfetch-streaming.frame.json @@ -1 +1,474 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[42,45,63,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[42,45,63,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[42,45,63,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[42,45,63,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[42,45,63,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠋","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Fetching from the web...","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":24},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝","fg":[66,57,90,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 45, 63, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [42, 45, 63, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [42, 45, 63, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [42, 45, 63, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [42, 45, 63, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Fetching from the web...", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 24 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝", "fg": [66, 57, 90, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/webfetch-success.frame.json b/apps/catalog/public/captures/tokyonight/webfetch-success.frame.json index b179490..a3d16f2 100644 --- a/apps/catalog/public/captures/tokyonight/webfetch-success.frame.json +++ b/apps/catalog/public/captures/tokyonight/webfetch-success.frame.json @@ -1 +1,486 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"1","fg":[130,170,255,255],"bg":[45,47,66,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[45,47,66,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[45,47,66,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"%","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.2s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"/private/var/folders/dd/5fz89drs5p9_r0...4b48-a447-484a-aeaf-1776abbaaa0e/files","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":79},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [130, 170, 255, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [45, 47, 66, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [45, 47, 66, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [45, 47, 66, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [255, 117, 127, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [255, 117, 127, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.2s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { + "text": "/private/var/folders/dd/5fz89drs5p9_r0...4b48-a447-484a-aeaf-1776abbaaa0e/files", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 79 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/websearch-failure.frame.json b/apps/catalog/public/captures/tokyonight/websearch-failure.frame.json index 20600bd..d5bd906 100644 --- a/apps/catalog/public/captures/tokyonight/websearch-failure.frame.json +++ b/apps/catalog/public/captures/tokyonight/websearch-failure.frame.json @@ -1 +1,527 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[35,37,55,255],"attributes":0,"width":1},{"text":"1","fg":[131,171,255,255],"bg":[35,37,56,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,38,56,255],"attributes":0,"width":1},{"text":"O","fg":[200,211,245,255],"bg":[37,39,57,255],"attributes":1,"width":1},{"text":"p","fg":[200,211,245,255],"bg":[38,40,59,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[39,41,60,255],"attributes":1,"width":1},{"text":"n","fg":[200,211,245,255],"bg":[40,43,61,255],"attributes":1,"width":1},{"text":"C","fg":[200,211,245,255],"bg":[41,44,62,255],"attributes":1,"width":1},{"text":"o","fg":[200,211,245,255],"bg":[42,45,63,255],"attributes":1,"width":1},{"text":"d","fg":[200,211,245,255],"bg":[43,45,64,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[44,46,65,255],"attributes":1,"width":1},{"text":" Dri","fg":[200,211,245,255],"bg":[44,47,66,255],"attributes":1,"width":4},{"text":"v","fg":[200,211,245,255],"bg":[44,46,65,255],"attributes":1,"width":1},{"text":"e","fg":[200,211,245,255],"bg":[40,42,61,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[36,38,56,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":14},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"%","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.2s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Search the web for the OpenCode terminal interface.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠹","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Searching web...","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[202,161,234,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[134,109,179,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[96,80,130,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[72,62,98,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"■","fg":[56,50,77,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝","fg":[126,103,168,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"⦿ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [35, 37, 55, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [131, 171, 255, 255], "bg": [35, 37, 56, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 38, 56, 255], "attributes": 0, "width": 1 }, + { "text": "O", "fg": [200, 211, 245, 255], "bg": [37, 39, 57, 255], "attributes": 1, "width": 1 }, + { "text": "p", "fg": [200, 211, 245, 255], "bg": [38, 40, 59, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [39, 41, 60, 255], "attributes": 1, "width": 1 }, + { "text": "n", "fg": [200, 211, 245, 255], "bg": [40, 43, 61, 255], "attributes": 1, "width": 1 }, + { "text": "C", "fg": [200, 211, 245, 255], "bg": [41, 44, 62, 255], "attributes": 1, "width": 1 }, + { "text": "o", "fg": [200, 211, 245, 255], "bg": [42, 45, 63, 255], "attributes": 1, "width": 1 }, + { "text": "d", "fg": [200, 211, 245, 255], "bg": [43, 45, 64, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [44, 46, 65, 255], "attributes": 1, "width": 1 }, + { "text": " Dri", "fg": [200, 211, 245, 255], "bg": [44, 47, 66, 255], "attributes": 1, "width": 4 }, + { "text": "v", "fg": [200, 211, 245, 255], "bg": [44, 46, 65, 255], "attributes": 1, "width": 1 }, + { "text": "e", "fg": [200, 211, 245, 255], "bg": [40, 42, 61, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [36, 38, 56, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 14 }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [255, 117, 127, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [255, 117, 127, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.2s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the web for the OpenCode terminal interface.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 51 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠹", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Searching web...", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [202, 161, 234, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [134, 109, 179, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [96, 80, 130, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [72, 62, 98, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "■", "fg": [56, 50, 77, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝", "fg": [126, 103, 168, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "⦿ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/captures/tokyonight/websearch-running.frame.json b/apps/catalog/public/captures/tokyonight/websearch-running.frame.json index 1d648ff..75ffde0 100644 --- a/apps/catalog/public/captures/tokyonight/websearch-running.frame.json +++ b/apps/catalog/public/captures/tokyonight/websearch-running.frame.json @@ -1 +1,517 @@ -{"format":"opencode-terminal-frame-v1","cols":118,"rows":34,"cursor":[0,0],"lines":[{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[39,41,60,255],"attributes":0,"width":1},{"text":"1","fg":[194,160,179,255],"bg":[39,41,60,255],"attributes":1,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[39,41,60,255],"attributes":0,"width":1},{"text":"OpenCode Drive","fg":[200,211,245,255],"bg":[39,41,60,255],"attributes":1,"width":14},{"text":" ","fg":[255,255,255,255],"bg":[39,41,60,255],"attributes":0,"width":15},{"text":" + ","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Fetch the Example Domain.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":86},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"%","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"WebFetch https://example.com","fg":[255,117,127,255],"bg":[26,27,38,255],"attributes":0,"width":28},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"The web fetch is complete.","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":26},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":87}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"Build","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":" · Simulated Model · 7.2s","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":25},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":83}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Search the web for the OpenCode terminal interface.","fg":[200,211,245,255],"bg":[30,32,48,255],"attributes":0,"width":51},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":60},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":5},{"text":"⠋","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"Searching web...","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":16},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":95}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"┃","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":2},{"text":"Build","fg":[192,153,255,255],"bg":[34,36,54,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"·","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulated Model","fg":[200,211,245,255],"bg":[34,36,54,255],"attributes":0,"width":15},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":1},{"text":"Simulation","fg":[130,139,184,255],"bg":[34,36,54,255],"attributes":0,"width":10},{"text":" ","fg":[255,255,255,255],"bg":[34,36,54,255],"attributes":0,"width":77},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"╹","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀","fg":[34,36,54,255],"bg":[26,27,38,255],"attributes":0,"width":113},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":3},{"text":"■","fg":[192,153,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"⬝⬝⬝⬝⬝⬝⬝","fg":[56,50,77,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":1},{"text":"esc ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":4},{"text":"interrupt","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":9},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":58},{"text":"shift+tab ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":10},{"text":"agents","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":6},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2},{"text":"ctrl+p ","fg":[200,211,245,255],"bg":[26,27,38,255],"attributes":0,"width":7},{"text":"commands","fg":[130,139,184,255],"bg":[26,27,38,255],"attributes":0,"width":8},{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":2}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[26,27,38,255],"attributes":0,"width":118}]},{"spans":[{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":"✓","fg":[195,232,141,255],"bg":[30,32,48,255],"attributes":0,"width":1},{"text":" Server","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":7},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"○ UI","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":4},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Theme","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Tools","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":5},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":2},{"text":"Experiments","fg":[130,139,184,255],"bg":[30,32,48,255],"attributes":0,"width":11},{"text":" ","fg":[255,255,255,255],"bg":[30,32,48,255],"attributes":0,"width":76}]}]} +{ + "format": "opencode-terminal-frame-v1", + "cols": 118, + "rows": 34, + "cursor": [0, 0], + "lines": [ + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 41, 60, 255], "attributes": 0, "width": 1 }, + { "text": "1", "fg": [194, 160, 179, 255], "bg": [39, 41, 60, 255], "attributes": 1, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [39, 41, 60, 255], "attributes": 0, "width": 1 }, + { "text": "OpenCode Drive", "fg": [200, 211, 245, 255], "bg": [39, 41, 60, 255], "attributes": 1, "width": 14 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [39, 41, 60, 255], + "attributes": 0, + "width": 15 + }, + { "text": " + ", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Fetch the Example Domain.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 86 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "%", "fg": [255, 117, 127, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "WebFetch https://example.com", + "fg": [255, 117, 127, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 28 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": "The web fetch is complete.", + "fg": [200, 211, 245, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 26 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 87 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { + "text": " · Simulated Model · 7.2s", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 25 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 83 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { + "text": "Search the web for the OpenCode terminal interface.", + "fg": [200, 211, 245, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 51 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 60 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 5 }, + { "text": "⠋", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "Searching web...", + "fg": [130, 139, 184, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 16 + }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 95 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "┃", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 2 }, + { "text": "Build", "fg": [192, 153, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "·", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { + "text": "Simulated Model", + "fg": [200, 211, 245, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 15 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 1 }, + { "text": "Simulation", "fg": [130, 139, 184, 255], "bg": [34, 36, 54, 255], "attributes": 0, "width": 10 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [34, 36, 54, 255], + "attributes": 0, + "width": 77 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "╹", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { + "text": "▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", + "fg": [34, 36, 54, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 113 + }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 3 }, + { "text": "■", "fg": [192, 153, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "⬝⬝⬝⬝⬝⬝⬝", "fg": [56, 50, 77, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 1 }, + { "text": "esc ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 4 }, + { "text": "interrupt", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 9 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 58 + }, + { "text": "shift+tab ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 10 }, + { "text": "agents", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 6 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 }, + { "text": "ctrl+p ", "fg": [200, 211, 245, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 7 }, + { "text": "commands", "fg": [130, 139, 184, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 8 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [26, 27, 38, 255], "attributes": 0, "width": 2 } + ] + }, + { + "spans": [ + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [26, 27, 38, 255], + "attributes": 0, + "width": 118 + } + ] + }, + { + "spans": [ + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": "✓", "fg": [195, 232, 141, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 1 }, + { "text": " Server", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 7 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "○ UI", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 4 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Theme", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Tools", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 5 }, + { "text": " ", "fg": [255, 255, 255, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 2 }, + { "text": "Experiments", "fg": [130, 139, 184, 255], "bg": [30, 32, 48, 255], "attributes": 0, "width": 11 }, + { + "text": " ", + "fg": [255, 255, 255, 255], + "bg": [30, 32, 48, 255], + "attributes": 0, + "width": 76 + } + ] + } + ] +} diff --git a/apps/catalog/public/catalog.json b/apps/catalog/public/catalog.json index fe4b902..684f319 100644 --- a/apps/catalog/public/catalog.json +++ b/apps/catalog/public/catalog.json @@ -497,7 +497,7 @@ "palette", "commands", "navigation", - "default" + "populated" ], "screenLabels": [ "command-navigation" @@ -520,7 +520,7 @@ "navigation" ], "states": [ - "default" + "populated" ], "dimensions": [], "viewport": { @@ -549,6 +549,76 @@ } ] }, + { + "id": "command-palette-empty", + "title": "Command palette (no results)", + "category": "navigation", + "summary": "", + "tags": [ + "command-navigation", + "command-palette", + "search-field", + "list", + "keyboard-hints", + "dialog", + "empty-state", + "modal", + "palette", + "commands", + "navigation", + "empty" + ], + "screenLabels": [ + "command-navigation" + ], + "uiElements": [ + "command-palette", + "search-field", + "list", + "keyboard-hints", + "dialog", + "empty-state" + ], + "surfaces": [ + "modal" + ], + "patterns": [ + "palette" + ], + "features": [ + "commands", + "navigation" + ], + "states": [ + "empty" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/command-palette-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/command-palette-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/command-palette-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "model-picker", "title": "Model picker", @@ -565,7 +635,7 @@ "modal", "picker", "model", - "default" + "populated" ], "screenLabels": [ "model-selection" @@ -588,7 +658,7 @@ "model" ], "states": [ - "default" + "populated" ], "dimensions": [], "viewport": { @@ -618,25 +688,26 @@ ] }, { - "id": "agent-picker", - "title": "Agent picker", + "id": "model-picker-empty", + "title": "Model picker (no results)", "category": "picker", "summary": "", "tags": [ - "agent-selection", + "model-selection", "picker", "search-field", "single-select", "list", "dialog", "keyboard-hints", + "empty-state", "modal", "picker", - "agent", - "default" + "model", + "empty" ], "screenLabels": [ - "agent-selection" + "model-selection" ], "uiElements": [ "picker", @@ -644,7 +715,8 @@ "single-select", "list", "dialog", - "keyboard-hints" + "keyboard-hints", + "empty-state" ], "surfaces": [ "modal" @@ -653,10 +725,10 @@ "picker" ], "features": [ - "agent" + "model" ], "states": [ - "default" + "empty" ], "dimensions": [], "viewport": { @@ -667,48 +739,52 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/agent-picker.frame.json", + "src": "captures/opencode/model-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/agent-picker.frame.json", + "src": "captures/tokyonight/model-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/agent-picker.frame.json", + "src": "captures/everforest/model-picker-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "integration-picker", - "title": "Integrations", + "id": "agent-picker", + "title": "Agent picker", "category": "picker", "summary": "", "tags": [ - "integration-setup", + "agent-selection", "picker", + "search-field", "single-select", "list", "dialog", + "keyboard-hints", "modal", "picker", - "integration", - "default" + "agent", + "populated" ], "screenLabels": [ - "integration-setup" + "agent-selection" ], "uiElements": [ "picker", + "search-field", "single-select", "list", - "dialog" + "dialog", + "keyboard-hints" ], "surfaces": [ "modal" @@ -717,10 +793,10 @@ "picker" ], "features": [ - "integration" + "agent" ], "states": [ - "default" + "populated" ], "dimensions": [], "viewport": { @@ -731,48 +807,54 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/integration-picker.frame.json", + "src": "captures/opencode/agent-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/integration-picker.frame.json", + "src": "captures/tokyonight/agent-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/integration-picker.frame.json", + "src": "captures/everforest/agent-picker.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "theme-picker", - "title": "Theme picker", + "id": "agent-picker-empty", + "title": "Agent picker (no results)", "category": "picker", "summary": "", "tags": [ - "theme-selection", + "agent-selection", "picker", + "search-field", "single-select", "list", "dialog", + "keyboard-hints", + "empty-state", "modal", "picker", - "theme", - "default" + "agent", + "empty" ], "screenLabels": [ - "theme-selection" + "agent-selection" ], "uiElements": [ "picker", + "search-field", "single-select", "list", - "dialog" + "dialog", + "keyboard-hints", + "empty-state" ], "surfaces": [ "modal" @@ -781,10 +863,10 @@ "picker" ], "features": [ - "theme" + "agent" ], "states": [ - "default" + "empty" ], "dimensions": [], "viewport": { @@ -795,58 +877,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/theme-picker.frame.json", + "src": "captures/opencode/agent-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/theme-picker.frame.json", + "src": "captures/tokyonight/agent-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/theme-picker.frame.json", + "src": "captures/everforest/agent-picker-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "mcp-list", - "title": "MCPs", - "category": "status", + "id": "integration-picker", + "title": "Integrations", + "category": "picker", "summary": "", "tags": [ - "mcp-management", + "integration-setup", + "picker", + "single-select", "list", "dialog", - "empty-state", "modal", - "list", - "mcp", - "empty" + "picker", + "integration", + "populated" ], "screenLabels": [ - "mcp-management" + "integration-setup" ], "uiElements": [ + "picker", + "single-select", "list", - "dialog", - "empty-state" + "dialog" ], "surfaces": [ "modal" ], "patterns": [ - "list" + "picker" ], "features": [ - "mcp" + "integration" ], "states": [ - "empty" + "populated" ], "dimensions": [], "viewport": { @@ -857,48 +941,49 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/mcp-list.frame.json", + "src": "captures/opencode/integration-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/mcp-list.frame.json", + "src": "captures/tokyonight/integration-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/mcp-list.frame.json", + "src": "captures/everforest/integration-picker.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "status", - "title": "Status", - "category": "status", + "id": "integration-picker-empty", + "title": "Integrations (no results)", + "category": "picker", "summary": "", "tags": [ - "system-status", - "mcp-management", - "status-indicator", + "integration-setup", + "picker", + "search-field", + "single-select", "list", "dialog", "empty-state", "modal", - "status", - "system", - "mcp", + "picker", + "integration", "empty" ], "screenLabels": [ - "system-status", - "mcp-management" + "integration-setup" ], "uiElements": [ - "status-indicator", + "picker", + "search-field", + "single-select", "list", "dialog", "empty-state" @@ -907,11 +992,10 @@ "modal" ], "patterns": [ - "status" + "picker" ], "features": [ - "system", - "mcp" + "integration" ], "states": [ "empty" @@ -925,60 +1009,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/status.frame.json", + "src": "captures/opencode/integration-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/status.frame.json", + "src": "captures/tokyonight/integration-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/status.frame.json", + "src": "captures/everforest/integration-picker-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "debug", - "title": "Debug", - "category": "information", + "id": "theme-picker", + "title": "Theme picker", + "category": "picker", "summary": "", "tags": [ - "debugging", - "system-status", - "debug-information", + "theme-selection", + "picker", + "single-select", + "list", "dialog", "modal", - "info", - "debug", - "system", - "default" + "picker", + "theme", + "populated" ], "screenLabels": [ - "debugging", - "system-status" + "theme-selection" ], "uiElements": [ - "debug-information", + "picker", + "single-select", + "list", "dialog" ], "surfaces": [ "modal" ], "patterns": [ - "info" + "picker" ], "features": [ - "debug", - "system" + "theme" ], "states": [ - "default" + "populated" ], "dimensions": [], "viewport": { @@ -989,64 +1073,64 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/debug.frame.json", + "src": "captures/opencode/theme-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/debug.frame.json", + "src": "captures/tokyonight/theme-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/debug.frame.json", + "src": "captures/everforest/theme-picker.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "help", - "title": "Help", - "category": "information", + "id": "theme-picker-empty", + "title": "Theme picker (no results)", + "category": "picker", "summary": "", "tags": [ - "help-reference", - "command-navigation", - "shortcut-list", - "keyboard-hints", - "dialog", + "theme-selection", + "picker", + "search-field", + "single-select", "list", + "dialog", + "empty-state", "modal", - "info", - "help", - "shortcuts", - "default" + "picker", + "theme", + "empty" ], "screenLabels": [ - "help-reference", - "command-navigation" + "theme-selection" ], "uiElements": [ - "shortcut-list", - "keyboard-hints", + "picker", + "search-field", + "single-select", + "list", "dialog", - "list" + "empty-state" ], "surfaces": [ "modal" ], "patterns": [ - "info" + "picker" ], "features": [ - "help", - "shortcuts" + "theme" ], "states": [ - "default" + "empty" ], "dimensions": [], "viewport": { @@ -1057,58 +1141,58 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/help.frame.json", + "src": "captures/opencode/theme-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/help.frame.json", + "src": "captures/tokyonight/theme-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/help.frame.json", + "src": "captures/everforest/theme-picker-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "pair", - "title": "Pair device", - "category": "information", + "id": "mcp-list", + "title": "MCPs", + "category": "status", "summary": "", "tags": [ - "device-pairing", - "integration-setup", - "qr-code", + "mcp-management", + "list", "dialog", + "empty-state", "modal", - "pairing", - "device", - "default" + "list", + "mcp", + "empty" ], "screenLabels": [ - "device-pairing", - "integration-setup" + "mcp-management" ], "uiElements": [ - "qr-code", - "dialog" + "list", + "dialog", + "empty-state" ], "surfaces": [ "modal" ], "patterns": [ - "pairing" + "list" ], "features": [ - "device" + "mcp" ], "states": [ - "default" + "empty" ], "dimensions": [], "viewport": { @@ -1119,63 +1203,61 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/pair.frame.json", + "src": "captures/opencode/mcp-list.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/pair.frame.json", + "src": "captures/tokyonight/mcp-list.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/pair.frame.json", + "src": "captures/everforest/mcp-list.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "session-picker", - "title": "Session picker", - "category": "session", + "id": "status", + "title": "Status", + "category": "status", "summary": "", "tags": [ - "session-list", - "picker", - "search-field", - "single-select", + "system-status", + "mcp-management", + "status-indicator", "list", "dialog", - "keyboard-hints", "empty-state", "modal", - "picker", - "session", + "status", + "system", + "mcp", "empty" ], "screenLabels": [ - "session-list" + "system-status", + "mcp-management" ], "uiElements": [ - "picker", - "search-field", - "single-select", + "status-indicator", "list", "dialog", - "keyboard-hints", "empty-state" ], "surfaces": [ "modal" ], "patterns": [ - "picker" + "status" ], "features": [ - "session" + "system", + "mcp" ], "states": [ "empty" @@ -1189,61 +1271,57 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/session-picker.frame.json", + "src": "captures/opencode/status.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/session-picker.frame.json", + "src": "captures/tokyonight/status.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/session-picker.frame.json", + "src": "captures/everforest/status.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "skill-picker", - "title": "Skill picker", - "category": "session", + "id": "debug", + "title": "Debug", + "category": "information", "summary": "", "tags": [ - "skill-selection", - "picker", - "search-field", - "single-select", - "list", + "debugging", + "system-status", + "debug-information", "dialog", - "keyboard-hints", "modal", - "picker", - "skill", + "info", + "debug", + "system", "default" ], "screenLabels": [ - "skill-selection" + "debugging", + "system-status" ], "uiElements": [ - "picker", - "search-field", - "single-select", - "list", - "dialog", - "keyboard-hints" + "debug-information", + "dialog" ], "surfaces": [ "modal" ], "patterns": [ - "picker" + "info" ], "features": [ - "skill" + "debug", + "system" ], "states": [ "default" @@ -1257,60 +1335,64 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/skill-picker.frame.json", + "src": "captures/opencode/debug.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/skill-picker.frame.json", + "src": "captures/tokyonight/debug.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/skill-picker.frame.json", + "src": "captures/everforest/debug.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "patch-input-streaming", - "title": "Patch input streaming", - "category": "session", + "id": "help", + "title": "Help", + "category": "information", "summary": "", "tags": [ - "tool-execution", - "transcript", - "tool-card", - "status-indicator", - "inline", - "status", - "tool", - "patch", - "streaming" + "help-reference", + "command-navigation", + "shortcut-list", + "keyboard-hints", + "dialog", + "list", + "modal", + "info", + "help", + "shortcuts", + "default" ], "screenLabels": [ - "tool-execution" + "help-reference", + "command-navigation" ], "uiElements": [ - "transcript", - "tool-card", - "status-indicator" + "shortcut-list", + "keyboard-hints", + "dialog", + "list" ], "surfaces": [ - "inline" + "modal" ], "patterns": [ - "status" + "info" ], "features": [ - "tool", - "patch" + "help", + "shortcuts" ], "states": [ - "streaming" + "default" ], "dimensions": [], "viewport": { @@ -1321,68 +1403,58 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/patch-input-streaming.frame.json", + "src": "captures/opencode/help.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/patch-input-streaming.frame.json", + "src": "captures/tokyonight/help.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/patch-input-streaming.frame.json", + "src": "captures/everforest/help.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "permission-prompt", - "title": "Permission prompt", - "category": "session", + "id": "pair", + "title": "Pair device", + "category": "information", "summary": "", "tags": [ - "tool-execution", - "inline-prompt", - "approval-actions", - "button-group", - "keyboard-hints", - "confirmation", - "destructive-action", - "inline", - "approval", - "permission", - "tool", - "patch", - "confirmation" + "device-pairing", + "integration-setup", + "qr-code", + "dialog", + "modal", + "pairing", + "device", + "default" ], "screenLabels": [ - "tool-execution" + "device-pairing", + "integration-setup" ], "uiElements": [ - "inline-prompt", - "approval-actions", - "button-group", - "keyboard-hints", - "confirmation", - "destructive-action" + "qr-code", + "dialog" ], "surfaces": [ - "inline" + "modal" ], "patterns": [ - "approval" + "pairing" ], "features": [ - "permission", - "tool", - "patch" + "device" ], "states": [ - "confirmation" + "default" ], "dimensions": [], "viewport": { @@ -1393,66 +1465,66 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/permission-prompt.frame.json", + "src": "captures/opencode/pair.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/permission-prompt.frame.json", + "src": "captures/tokyonight/pair.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/permission-prompt.frame.json", + "src": "captures/everforest/pair.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "permission-always-selected", - "title": "Permission prompt (always selected)", + "id": "session-picker", + "title": "Session picker", "category": "session", "summary": "", "tags": [ - "tool-execution", - "inline-prompt", - "approval-actions", - "button-group", + "session-list", + "picker", + "search-field", + "single-select", + "list", + "dialog", "keyboard-hints", - "confirmation", - "inline", - "approval", - "permission", - "tool", - "patch", - "selected" + "empty-state", + "modal", + "picker", + "session", + "empty" ], "screenLabels": [ - "tool-execution" + "session-list" ], "uiElements": [ - "inline-prompt", - "approval-actions", - "button-group", + "picker", + "search-field", + "single-select", + "list", + "dialog", "keyboard-hints", - "confirmation" + "empty-state" ], "surfaces": [ - "inline" + "modal" ], "patterns": [ - "approval" + "picker" ], "features": [ - "permission", - "tool", - "patch" + "session" ], "states": [ - "selected" + "empty" ], "dimensions": [], "viewport": { @@ -1463,66 +1535,64 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/permission-always-selected.frame.json", + "src": "captures/opencode/session-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/permission-always-selected.frame.json", + "src": "captures/tokyonight/session-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/permission-always-selected.frame.json", + "src": "captures/everforest/session-picker.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "permission-always-confirmation", - "title": "Always allow confirmation", + "id": "skill-picker", + "title": "Skill picker", "category": "session", "summary": "", "tags": [ - "tool-execution", - "inline-prompt", - "approval-actions", - "button-group", + "skill-selection", + "picker", + "search-field", + "single-select", + "list", + "dialog", "keyboard-hints", - "confirmation", - "inline", - "approval", - "permission", - "tool", - "patch", - "confirmation" + "modal", + "picker", + "skill", + "populated" ], "screenLabels": [ - "tool-execution" + "skill-selection" ], "uiElements": [ - "inline-prompt", - "approval-actions", - "button-group", - "keyboard-hints", - "confirmation" + "picker", + "search-field", + "single-select", + "list", + "dialog", + "keyboard-hints" ], "surfaces": [ - "inline" + "modal" ], "patterns": [ - "approval" + "picker" ], "features": [ - "permission", - "tool", - "patch" + "skill" ], "states": [ - "confirmation" + "populated" ], "dimensions": [], "viewport": { @@ -1533,66 +1603,66 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/permission-always-confirmation.frame.json", + "src": "captures/opencode/skill-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/permission-always-confirmation.frame.json", + "src": "captures/tokyonight/skill-picker.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/permission-always-confirmation.frame.json", + "src": "captures/everforest/skill-picker.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "permission-reject-selected", - "title": "Permission prompt (reject selected)", + "id": "skill-picker-empty", + "title": "Skill picker (no results)", "category": "session", "summary": "", "tags": [ - "tool-execution", - "inline-prompt", - "approval-actions", - "button-group", + "skill-selection", + "picker", + "search-field", + "single-select", + "list", + "dialog", "keyboard-hints", - "destructive-action", - "inline", - "approval", - "permission", - "tool", - "patch", - "selected" + "empty-state", + "modal", + "picker", + "skill", + "empty" ], "screenLabels": [ - "tool-execution" + "skill-selection" ], "uiElements": [ - "inline-prompt", - "approval-actions", - "button-group", + "picker", + "search-field", + "single-select", + "list", + "dialog", "keyboard-hints", - "destructive-action" + "empty-state" ], "surfaces": [ - "inline" + "modal" ], "patterns": [ - "approval" + "picker" ], "features": [ - "permission", - "tool", - "patch" + "skill" ], "states": [ - "selected" + "empty" ], "dimensions": [], "viewport": { @@ -1603,68 +1673,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/permission-reject-selected.frame.json", + "src": "captures/opencode/skill-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/permission-reject-selected.frame.json", + "src": "captures/tokyonight/skill-picker-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/permission-reject-selected.frame.json", + "src": "captures/everforest/skill-picker-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "permission-fullscreen", - "title": "Permission prompt (fullscreen)", + "id": "patch-input-streaming", + "title": "Patch input streaming", "category": "session", "summary": "", "tags": [ "tool-execution", - "inline-prompt", - "approval-actions", - "button-group", - "keyboard-hints", - "confirmation", - "full-screen-view", - "full-screen", - "approval", - "permission", + "transcript", + "tool-card", + "status-indicator", + "inline", + "status", "tool", "patch", - "expanded" + "streaming" ], "screenLabels": [ "tool-execution" ], "uiElements": [ - "inline-prompt", - "approval-actions", - "button-group", - "keyboard-hints", - "confirmation", - "full-screen-view" + "transcript", + "tool-card", + "status-indicator" ], "surfaces": [ - "full-screen" + "inline" ], "patterns": [ - "approval" + "status" ], "features": [ - "permission", "tool", "patch" ], "states": [ - "expanded" + "streaming" ], "dimensions": [], "viewport": { @@ -1675,60 +1737,68 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/permission-fullscreen.frame.json", + "src": "captures/opencode/patch-input-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/permission-fullscreen.frame.json", + "src": "captures/tokyonight/patch-input-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/permission-fullscreen.frame.json", + "src": "captures/everforest/patch-input-streaming.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "patch-success", - "title": "Patch succeeded", + "id": "permission-prompt", + "title": "Permission prompt", "category": "session", "summary": "", "tags": [ "tool-execution", - "transcript", - "tool-card", + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", "confirmation", + "destructive-action", "inline", - "status", + "approval", + "permission", "tool", "patch", - "success" + "confirmation" ], "screenLabels": [ "tool-execution" ], "uiElements": [ - "transcript", - "tool-card", - "confirmation" + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "confirmation", + "destructive-action" ], "surfaces": [ "inline" ], "patterns": [ - "status" + "approval" ], "features": [ + "permission", "tool", "patch" ], "states": [ - "success" + "confirmation" ], "dimensions": [], "viewport": { @@ -1739,58 +1809,66 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/patch-success.frame.json", + "src": "captures/opencode/permission-prompt.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/patch-success.frame.json", + "src": "captures/tokyonight/permission-prompt.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/patch-success.frame.json", + "src": "captures/everforest/permission-prompt.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "session-rename", - "title": "Rename session", + "id": "permission-always-selected", + "title": "Permission prompt (always selected)", "category": "session", "summary": "", "tags": [ - "rename-session", - "dialog", - "form", - "text-input", - "modal", - "form", - "session", - "default" + "tool-execution", + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "confirmation", + "inline", + "approval", + "permission", + "tool", + "patch", + "selected" ], "screenLabels": [ - "rename-session" + "tool-execution" ], "uiElements": [ - "dialog", - "form", - "text-input" + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "confirmation" ], "surfaces": [ - "modal" + "inline" ], "patterns": [ - "form" + "approval" ], "features": [ - "session" + "permission", + "tool", + "patch" ], "states": [ - "default" + "selected" ], "dimensions": [], "viewport": { @@ -1801,60 +1879,66 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/session-rename.frame.json", + "src": "captures/opencode/permission-always-selected.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/session-rename.frame.json", + "src": "captures/tokyonight/permission-always-selected.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/session-rename.frame.json", + "src": "captures/everforest/permission-always-selected.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "session-fork", - "title": "Fork session", + "id": "permission-always-confirmation", + "title": "Always allow confirmation", "category": "session", "summary": "", "tags": [ - "fork-session", - "dialog", - "picker", - "single-select", - "list", - "modal", - "picker", - "session", - "default" + "tool-execution", + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "confirmation", + "inline", + "approval", + "permission", + "tool", + "patch", + "confirmation" ], "screenLabels": [ - "fork-session" + "tool-execution" ], "uiElements": [ - "dialog", - "picker", - "single-select", - "list" + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "confirmation" ], "surfaces": [ - "modal" + "inline" ], "patterns": [ - "picker" + "approval" ], "features": [ - "session" + "permission", + "tool", + "patch" ], "states": [ - "default" + "confirmation" ], "dimensions": [], "viewport": { @@ -1865,62 +1949,66 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/session-fork.frame.json", + "src": "captures/opencode/permission-always-confirmation.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/session-fork.frame.json", + "src": "captures/tokyonight/permission-always-confirmation.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/session-fork.frame.json", + "src": "captures/everforest/permission-always-confirmation.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "session-export", - "title": "Export session", + "id": "permission-reject-selected", + "title": "Permission prompt (reject selected)", "category": "session", "summary": "", "tags": [ - "export-session", - "dialog", - "form", - "single-select", + "tool-execution", + "inline-prompt", + "approval-actions", "button-group", - "modal", - "form", - "session", - "export", - "default" + "keyboard-hints", + "destructive-action", + "inline", + "approval", + "permission", + "tool", + "patch", + "selected" ], "screenLabels": [ - "export-session" + "tool-execution" ], "uiElements": [ - "dialog", - "form", - "single-select", - "button-group" + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "destructive-action" ], "surfaces": [ - "modal" + "inline" ], "patterns": [ - "form" + "approval" ], "features": [ - "session", - "export" + "permission", + "tool", + "patch" ], "states": [ - "default" + "selected" ], "dimensions": [], "viewport": { @@ -1931,68 +2019,68 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/session-export.frame.json", + "src": "captures/opencode/permission-reject-selected.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/session-export.frame.json", + "src": "captures/tokyonight/permission-reject-selected.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/session-export.frame.json", + "src": "captures/everforest/permission-reject-selected.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "question-prompt", - "title": "Question prompt", + "id": "permission-fullscreen", + "title": "Permission prompt (fullscreen)", "category": "session", "summary": "", "tags": [ - "question-response", "tool-execution", "inline-prompt", - "question-prompt", - "form", - "single-select", + "approval-actions", "button-group", + "keyboard-hints", "confirmation", - "inline", - "form", - "question", + "full-screen-view", + "full-screen", + "approval", + "permission", "tool", - "confirmation" + "patch", + "expanded" ], "screenLabels": [ - "question-response", "tool-execution" ], "uiElements": [ "inline-prompt", - "question-prompt", - "form", - "single-select", + "approval-actions", "button-group", - "confirmation" + "keyboard-hints", + "confirmation", + "full-screen-view" ], "surfaces": [ - "inline" + "full-screen" ], "patterns": [ - "form" + "approval" ], "features": [ - "question", - "tool" + "permission", + "tool", + "patch" ], "states": [ - "confirmation" + "expanded" ], "dimensions": [], "viewport": { @@ -2003,64 +2091,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/question-prompt.frame.json", + "src": "captures/opencode/permission-fullscreen.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/question-prompt.frame.json", + "src": "captures/tokyonight/permission-fullscreen.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/question-prompt.frame.json", + "src": "captures/everforest/permission-fullscreen.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "session-picker-populated", - "title": "Session picker (populated)", + "id": "patch-success", + "title": "Patch succeeded", "category": "session", "summary": "", "tags": [ - "session-list", - "picker", - "search-field", - "single-select", - "list", - "dialog", - "keyboard-hints", - "modal", - "picker", - "session", - "populated" + "tool-execution", + "transcript", + "tool-card", + "confirmation", + "inline", + "status", + "tool", + "patch", + "success" ], "screenLabels": [ - "session-list" + "tool-execution" ], "uiElements": [ - "picker", - "search-field", - "single-select", - "list", - "dialog", - "keyboard-hints" + "transcript", + "tool-card", + "confirmation" ], "surfaces": [ - "modal" + "inline" ], "patterns": [ - "picker" + "status" ], "features": [ - "session" + "tool", + "patch" ], "states": [ - "populated" + "success" ], "dimensions": [], "viewport": { @@ -2071,50 +2155,509 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/session-picker-populated.frame.json", + "src": "captures/opencode/patch-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/session-picker-populated.frame.json", + "src": "captures/tokyonight/patch-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/session-picker-populated.frame.json", + "src": "captures/everforest/patch-success.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "toast-success", - "title": "Success toast", - "category": "system", + "id": "session-rename", + "title": "Rename session", + "category": "session", "summary": "", "tags": [ - "export-session", - "toast-success", - "toast", - "confirmation", - "transcript", - "toast", - "notification", - "session", - "export", - "notification", - "success" - ], + "rename-session", + "dialog", + "form", + "text-input", + "modal", + "form", + "session", + "default" + ], + "screenLabels": [ + "rename-session" + ], + "uiElements": [ + "dialog", + "form", + "text-input" + ], + "surfaces": [ + "modal" + ], + "patterns": [ + "form" + ], + "features": [ + "session" + ], + "states": [ + "default" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/session-rename.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/session-rename.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/session-rename.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "session-fork", + "title": "Fork session", + "category": "session", + "summary": "", + "tags": [ + "fork-session", + "dialog", + "picker", + "single-select", + "list", + "modal", + "picker", + "session", + "default" + ], + "screenLabels": [ + "fork-session" + ], + "uiElements": [ + "dialog", + "picker", + "single-select", + "list" + ], + "surfaces": [ + "modal" + ], + "patterns": [ + "picker" + ], + "features": [ + "session" + ], + "states": [ + "default" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/session-fork.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/session-fork.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/session-fork.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "session-export", + "title": "Export session", + "category": "session", + "summary": "", + "tags": [ + "export-session", + "dialog", + "form", + "single-select", + "button-group", + "modal", + "form", + "session", + "export", + "default" + ], + "screenLabels": [ + "export-session" + ], + "uiElements": [ + "dialog", + "form", + "single-select", + "button-group" + ], + "surfaces": [ + "modal" + ], + "patterns": [ + "form" + ], + "features": [ + "session", + "export" + ], + "states": [ + "default" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/session-export.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/session-export.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/session-export.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "question-prompt", + "title": "Question prompt", + "category": "session", + "summary": "", + "tags": [ + "question-response", + "tool-execution", + "inline-prompt", + "question-prompt", + "form", + "single-select", + "button-group", + "confirmation", + "inline", + "form", + "question", + "tool", + "confirmation" + ], + "screenLabels": [ + "question-response", + "tool-execution" + ], + "uiElements": [ + "inline-prompt", + "question-prompt", + "form", + "single-select", + "button-group", + "confirmation" + ], + "surfaces": [ + "inline" + ], + "patterns": [ + "form" + ], + "features": [ + "question", + "tool" + ], + "states": [ + "confirmation" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/question-prompt.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/question-prompt.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/question-prompt.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "session-picker-populated", + "title": "Session picker (populated)", + "category": "session", + "summary": "", + "tags": [ + "session-list", + "picker", + "search-field", + "single-select", + "list", + "dialog", + "keyboard-hints", + "modal", + "picker", + "session", + "populated" + ], + "screenLabels": [ + "session-list" + ], + "uiElements": [ + "picker", + "search-field", + "single-select", + "list", + "dialog", + "keyboard-hints" + ], + "surfaces": [ + "modal" + ], + "patterns": [ + "picker" + ], + "features": [ + "session" + ], + "states": [ + "populated" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/session-picker-populated.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/session-picker-populated.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/session-picker-populated.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "toast-success", + "title": "Success toast", + "category": "system", + "summary": "", + "tags": [ + "export-session", + "toast-success", + "toast", + "confirmation", + "transcript", + "toast", + "notification", + "session", + "export", + "notification", + "success" + ], "screenLabels": [ "export-session", "toast-success" ], "uiElements": [ "toast", - "confirmation", - "transcript" + "confirmation", + "transcript" + ], + "surfaces": [ + "toast" + ], + "patterns": [ + "notification" + ], + "features": [ + "session", + "export", + "notification" + ], + "states": [ + "success" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/toast-success.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/toast-success.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/toast-success.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "toast-error", + "title": "Error toast", + "category": "system", + "summary": "", + "tags": [ + "error-recovery", + "toast-error", + "toast", + "error-report", + "toast", + "notification", + "notification", + "error" + ], + "screenLabels": [ + "error-recovery", + "toast-error" + ], + "uiElements": [ + "toast", + "error-report" + ], + "surfaces": [ + "toast" + ], + "patterns": [ + "notification" + ], + "features": [ + "notification" + ], + "states": [ + "error" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/toast-error.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/toast-error.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/toast-error.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "toast-info", + "title": "Info toast", + "category": "system", + "summary": "", + "tags": [ + "debugging", + "toast-info", + "toast", + "confirmation", + "toast", + "notification", + "debug", + "notification", + "default" + ], + "screenLabels": [ + "debugging", + "toast-info" + ], + "uiElements": [ + "toast", + "confirmation" ], "surfaces": [ "toast" @@ -2123,12 +2666,11 @@ "notification" ], "features": [ - "session", - "export", + "debug", "notification" ], "states": [ - "success" + "default" ], "dimensions": [], "viewport": { @@ -2139,58 +2681,264 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/toast-success.frame.json", + "src": "captures/opencode/toast-info.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/toast-success.frame.json", + "src": "captures/tokyonight/toast-info.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/toast-success.frame.json", + "src": "captures/everforest/toast-info.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "toast-error", - "title": "Error toast", - "category": "system", + "id": "thinking-streaming", + "title": "Thinking streaming", + "category": "session", "summary": "", "tags": [ - "error-recovery", - "toast-error", - "toast", - "error-report", - "toast", - "notification", - "notification", - "error" + "shell-activity", + "transcript", + "status-indicator", + "inline", + "status", + "thinking", + "shell", + "streaming" ], "screenLabels": [ - "error-recovery", - "toast-error" + "shell-activity" ], "uiElements": [ - "toast", - "error-report" + "transcript", + "status-indicator" ], "surfaces": [ - "toast" + "inline" ], "patterns": [ - "notification" + "status" + ], + "features": [ + "thinking", + "shell" + ], + "states": [ + "streaming" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/thinking-streaming.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/thinking-streaming.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/thinking-streaming.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "shell-input-streaming", + "title": "Shell input streaming", + "category": "session", + "summary": "", + "tags": [ + "tool-execution", + "shell-activity", + "transcript", + "tool-card", + "terminal-output", + "status-indicator", + "inline", + "terminal", + "tool", + "shell", + "streaming" + ], + "screenLabels": [ + "tool-execution", + "shell-activity" + ], + "uiElements": [ + "transcript", + "tool-card", + "terminal-output", + "status-indicator" + ], + "surfaces": [ + "inline" + ], + "patterns": [ + "terminal" + ], + "features": [ + "tool", + "shell" + ], + "states": [ + "streaming" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/shell-input-streaming.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/shell-input-streaming.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/shell-input-streaming.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "shell-output-streaming", + "title": "Shell output streaming", + "category": "session", + "summary": "", + "tags": [ + "tool-execution", + "shell-activity", + "transcript", + "tool-card", + "terminal-output", + "status-indicator", + "inline", + "terminal", + "tool", + "shell", + "running", + "streaming" + ], + "screenLabels": [ + "tool-execution", + "shell-activity" + ], + "uiElements": [ + "transcript", + "tool-card", + "terminal-output", + "status-indicator" + ], + "surfaces": [ + "inline" + ], + "patterns": [ + "terminal" + ], + "features": [ + "tool", + "shell" + ], + "states": [ + "running", + "streaming" + ], + "dimensions": [], + "viewport": { + "cols": 118, + "rows": 34 + }, + "variations": [], + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/shell-output-streaming.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/shell-output-streaming.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/shell-output-streaming.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "shell-execute-succeeded", + "title": "Shell execution succeeded", + "category": "session", + "summary": "", + "tags": [ + "tool-execution", + "shell-activity", + "transcript", + "tool-card", + "terminal-output", + "confirmation", + "inline", + "terminal", + "tool", + "shell", + "success" + ], + "screenLabels": [ + "tool-execution", + "shell-activity" + ], + "uiElements": [ + "transcript", + "tool-card", + "terminal-output", + "confirmation" + ], + "surfaces": [ + "inline" + ], + "patterns": [ + "terminal" ], "features": [ - "notification" + "tool", + "shell" ], "states": [ - "error" + "success" ], "dimensions": [], "viewport": { @@ -2201,60 +2949,68 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/toast-error.frame.json", + "src": "captures/opencode/shell-execute-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/toast-error.frame.json", + "src": "captures/tokyonight/shell-execute-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/toast-error.frame.json", + "src": "captures/everforest/shell-execute-succeeded.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "toast-info", - "title": "Info toast", - "category": "system", + "id": "shell-execute-failed", + "title": "Shell execution failed", + "category": "session", "summary": "", "tags": [ - "debugging", - "toast-info", - "toast", - "confirmation", - "toast", - "notification", - "debug", - "notification", - "default" + "tool-execution", + "shell-activity", + "error-recovery", + "transcript", + "tool-card", + "terminal-output", + "error-report", + "inline", + "terminal", + "error-report", + "tool", + "shell", + "error" ], "screenLabels": [ - "debugging", - "toast-info" + "tool-execution", + "shell-activity", + "error-recovery" ], "uiElements": [ - "toast", - "confirmation" + "transcript", + "tool-card", + "terminal-output", + "error-report" ], "surfaces": [ - "toast" + "inline" ], "patterns": [ - "notification" + "terminal", + "error-report" ], "features": [ - "debug", - "notification" + "tool", + "shell" ], "states": [ - "default" + "error" ], "dimensions": [], "viewport": { @@ -2265,62 +3021,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/toast-info.frame.json", + "src": "captures/opencode/shell-execute-failed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/toast-info.frame.json", + "src": "captures/tokyonight/shell-execute-failed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/toast-info.frame.json", + "src": "captures/everforest/shell-execute-failed.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "diff-viewer", - "title": "Diff viewer", + "id": "glob-success", + "title": "Glob finds files", "category": "session", "summary": "", "tags": [ - "diff-review", - "full-screen-view", - "list", - "keyboard-hints", - "empty-state", - "full-screen", - "list", - "diff", - "session", - "empty" + "tool-execution", + "transcript", + "tool-card", + "status-indicator", + "inline", + "status", + "tool", + "search", + "success" ], "screenLabels": [ - "diff-review" + "tool-execution" ], "uiElements": [ - "full-screen-view", - "list", - "keyboard-hints", - "empty-state" + "transcript", + "tool-card", + "status-indicator" ], "surfaces": [ - "full-screen" + "inline" ], "patterns": [ - "list" + "status" ], "features": [ - "diff", - "session" + "tool", + "search" ], "states": [ - "empty" + "success" ], "dimensions": [], "viewport": { @@ -2331,45 +3085,47 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/diff-viewer.frame.json", + "src": "captures/opencode/glob-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/diff-viewer.frame.json", + "src": "captures/tokyonight/glob-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/diff-viewer.frame.json", + "src": "captures/everforest/glob-success.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "thinking-streaming", - "title": "Thinking streaming", + "id": "glob-empty", + "title": "Glob finds no files", "category": "session", "summary": "", "tags": [ - "shell-activity", + "tool-execution", "transcript", - "status-indicator", + "tool-card", + "empty-state", "inline", "status", - "thinking", - "shell", - "streaming" + "tool", + "search", + "empty" ], "screenLabels": [ - "shell-activity" + "tool-execution" ], "uiElements": [ "transcript", - "status-indicator" + "tool-card", + "empty-state" ], "surfaces": [ "inline" @@ -2378,11 +3134,11 @@ "status" ], "features": [ - "thinking", - "shell" + "tool", + "search" ], "states": [ - "streaming" + "empty" ], "dimensions": [], "viewport": { @@ -2393,64 +3149,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/thinking-streaming.frame.json", + "src": "captures/opencode/glob-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/thinking-streaming.frame.json", + "src": "captures/tokyonight/glob-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/thinking-streaming.frame.json", + "src": "captures/everforest/glob-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "shell-input-streaming", - "title": "Shell input streaming", + "id": "grouped-exploration", + "title": "Grouped project exploration", "category": "session", "summary": "", "tags": [ "tool-execution", - "shell-activity", "transcript", "tool-card", - "terminal-output", "status-indicator", "inline", - "terminal", + "status", "tool", - "shell", - "streaming" + "search", + "running" ], "screenLabels": [ - "tool-execution", - "shell-activity" + "tool-execution" ], "uiElements": [ "transcript", "tool-card", - "terminal-output", "status-indicator" ], "surfaces": [ "inline" ], "patterns": [ - "terminal" + "status" ], "features": [ "tool", - "shell" + "search" ], "states": [ - "streaming" + "running" ], "dimensions": [], "viewport": { @@ -2461,66 +3213,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/shell-input-streaming.frame.json", + "src": "captures/opencode/grouped-exploration.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/shell-input-streaming.frame.json", + "src": "captures/tokyonight/grouped-exploration.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/shell-input-streaming.frame.json", + "src": "captures/everforest/grouped-exploration.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "shell-output-streaming", - "title": "Shell output streaming", + "id": "grep-success", + "title": "Grep finds matches", "category": "session", "summary": "", "tags": [ "tool-execution", - "shell-activity", "transcript", "tool-card", - "terminal-output", "status-indicator", "inline", - "terminal", + "status", "tool", - "shell", - "running", - "streaming" + "search", + "success" ], "screenLabels": [ - "tool-execution", - "shell-activity" + "tool-execution" ], "uiElements": [ "transcript", "tool-card", - "terminal-output", "status-indicator" ], "surfaces": [ "inline" ], "patterns": [ - "terminal" + "status" ], "features": [ "tool", - "shell" + "search" ], "states": [ - "running", - "streaming" + "success" ], "dimensions": [], "viewport": { @@ -2531,64 +3277,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/shell-output-streaming.frame.json", + "src": "captures/opencode/grep-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/shell-output-streaming.frame.json", + "src": "captures/tokyonight/grep-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/shell-output-streaming.frame.json", + "src": "captures/everforest/grep-success.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "shell-execute-succeeded", - "title": "Shell execution succeeded", + "id": "grep-empty", + "title": "Grep finds no matches", "category": "session", "summary": "", "tags": [ "tool-execution", - "shell-activity", "transcript", "tool-card", - "terminal-output", - "confirmation", + "empty-state", "inline", - "terminal", + "status", "tool", - "shell", - "success" + "search", + "empty" ], "screenLabels": [ - "tool-execution", - "shell-activity" + "tool-execution" ], "uiElements": [ "transcript", "tool-card", - "terminal-output", - "confirmation" + "empty-state" ], "surfaces": [ "inline" ], "patterns": [ - "terminal" + "status" ], "features": [ "tool", - "shell" + "search" ], "states": [ - "success" + "empty" ], "dimensions": [], "viewport": { @@ -2599,65 +3341,59 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/shell-execute-succeeded.frame.json", + "src": "captures/opencode/grep-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/shell-execute-succeeded.frame.json", + "src": "captures/tokyonight/grep-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/shell-execute-succeeded.frame.json", + "src": "captures/everforest/grep-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "shell-execute-failed", - "title": "Shell execution failed", + "id": "grep-failure", + "title": "Grep pattern fails", "category": "session", "summary": "", "tags": [ "tool-execution", - "shell-activity", "error-recovery", "transcript", "tool-card", - "terminal-output", "error-report", "inline", - "terminal", "error-report", "tool", - "shell", + "search", "error" ], "screenLabels": [ "tool-execution", - "shell-activity", "error-recovery" ], "uiElements": [ "transcript", "tool-card", - "terminal-output", "error-report" ], "surfaces": [ "inline" ], "patterns": [ - "terminal", "error-report" ], "features": [ "tool", - "shell" + "search" ], "states": [ "error" @@ -2671,27 +3407,27 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/shell-execute-failed.frame.json", + "src": "captures/opencode/grep-failure.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/shell-execute-failed.frame.json", + "src": "captures/tokyonight/grep-failure.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/shell-execute-failed.frame.json", + "src": "captures/everforest/grep-failure.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "glob-success", - "title": "Glob finds files", + "id": "webfetch-streaming", + "title": "WebFetch streaming", "category": "session", "summary": "", "tags": [ @@ -2702,8 +3438,8 @@ "inline", "status", "tool", - "search", - "success" + "web", + "streaming" ], "screenLabels": [ "tool-execution" @@ -2721,10 +3457,10 @@ ], "features": [ "tool", - "search" + "web" ], "states": [ - "success" + "streaming" ], "dimensions": [], "viewport": { @@ -2735,39 +3471,39 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/glob-success.frame.json", + "src": "captures/opencode/webfetch-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/glob-success.frame.json", + "src": "captures/tokyonight/webfetch-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/glob-success.frame.json", + "src": "captures/everforest/webfetch-streaming.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "glob-empty", - "title": "Glob finds no files", + "id": "webfetch-success", + "title": "WebFetch succeeds", "category": "session", "summary": "", "tags": [ "tool-execution", "transcript", "tool-card", - "empty-state", + "confirmation", "inline", "status", "tool", - "search", - "empty" + "web", + "success" ], "screenLabels": [ "tool-execution" @@ -2775,7 +3511,7 @@ "uiElements": [ "transcript", "tool-card", - "empty-state" + "confirmation" ], "surfaces": [ "inline" @@ -2785,10 +3521,10 @@ ], "features": [ "tool", - "search" + "web" ], "states": [ - "empty" + "success" ], "dimensions": [], "viewport": { @@ -2799,27 +3535,27 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/glob-empty.frame.json", + "src": "captures/opencode/webfetch-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/glob-empty.frame.json", + "src": "captures/tokyonight/webfetch-success.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/glob-empty.frame.json", + "src": "captures/everforest/webfetch-success.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "grouped-exploration", - "title": "Grouped project exploration", + "id": "websearch-running", + "title": "WebSearch running", "category": "session", "summary": "", "tags": [ @@ -2830,6 +3566,7 @@ "inline", "status", "tool", + "web", "search", "running" ], @@ -2849,6 +3586,7 @@ ], "features": [ "tool", + "web", "search" ], "states": [ @@ -2863,60 +3601,64 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/grouped-exploration.frame.json", + "src": "captures/opencode/websearch-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/grouped-exploration.frame.json", + "src": "captures/tokyonight/websearch-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/grouped-exploration.frame.json", + "src": "captures/everforest/websearch-running.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "grep-success", - "title": "Grep finds matches", + "id": "websearch-failure", + "title": "WebSearch fails", "category": "session", "summary": "", "tags": [ "tool-execution", + "error-recovery", "transcript", "tool-card", - "status-indicator", + "error-report", "inline", - "status", + "error-report", "tool", + "web", "search", - "success" + "error" ], "screenLabels": [ - "tool-execution" + "tool-execution", + "error-recovery" ], "uiElements": [ "transcript", "tool-card", - "status-indicator" + "error-report" ], "surfaces": [ "inline" ], "patterns": [ - "status" + "error-report" ], "features": [ "tool", + "web", "search" ], "states": [ - "success" + "error" ], "dimensions": [], "viewport": { @@ -2927,47 +3669,45 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/grep-success.frame.json", + "src": "captures/opencode/websearch-failure.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/grep-success.frame.json", + "src": "captures/tokyonight/websearch-failure.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/grep-success.frame.json", + "src": "captures/everforest/websearch-failure.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "grep-empty", - "title": "Grep finds no matches", + "id": "assistant-response-succeeded", + "title": "Assistant response succeeded", "category": "session", "summary": "", "tags": [ - "tool-execution", + "question-response", "transcript", - "tool-card", - "empty-state", + "confirmation", "inline", "status", - "tool", - "search", - "empty" + "assistant", + "response", + "success" ], "screenLabels": [ - "tool-execution" + "question-response" ], "uiElements": [ "transcript", - "tool-card", - "empty-state" + "confirmation" ], "surfaces": [ "inline" @@ -2976,11 +3716,11 @@ "status" ], "features": [ - "tool", - "search" + "assistant", + "response" ], "states": [ - "empty" + "success" ], "dimensions": [], "viewport": { @@ -2991,48 +3731,46 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/grep-empty.frame.json", + "src": "captures/opencode/assistant-response-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/grep-empty.frame.json", + "src": "captures/tokyonight/assistant-response-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/grep-empty.frame.json", + "src": "captures/everforest/assistant-response-succeeded.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "grep-failure", - "title": "Grep pattern fails", + "id": "assistant-response-failed", + "title": "Assistant response failed", "category": "session", "summary": "", "tags": [ - "tool-execution", + "question-response", "error-recovery", "transcript", - "tool-card", "error-report", "inline", "error-report", - "tool", - "search", + "assistant", + "response", "error" ], "screenLabels": [ - "tool-execution", + "question-response", "error-recovery" ], "uiElements": [ "transcript", - "tool-card", "error-report" ], "surfaces": [ @@ -3042,8 +3780,8 @@ "error-report" ], "features": [ - "tool", - "search" + "assistant", + "response" ], "states": [ "error" @@ -3057,46 +3795,46 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/grep-failure.frame.json", + "src": "captures/opencode/assistant-response-failed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/grep-failure.frame.json", + "src": "captures/tokyonight/assistant-response-failed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/grep-failure.frame.json", + "src": "captures/everforest/assistant-response-failed.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "webfetch-streaming", - "title": "WebFetch streaming", + "id": "assistant-response-interrupted", + "title": "Assistant response interrupted", "category": "session", "summary": "", "tags": [ - "tool-execution", + "question-response", + "error-recovery", "transcript", - "tool-card", "status-indicator", "inline", "status", - "tool", - "web", - "streaming" + "assistant", + "response", + "error" ], "screenLabels": [ - "tool-execution" + "question-response", + "error-recovery" ], "uiElements": [ "transcript", - "tool-card", "status-indicator" ], "surfaces": [ @@ -3106,11 +3844,11 @@ "status" ], "features": [ - "tool", - "web" + "assistant", + "response" ], "states": [ - "streaming" + "error" ], "dimensions": [], "viewport": { @@ -3121,39 +3859,39 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/webfetch-streaming.frame.json", + "src": "captures/opencode/assistant-response-interrupted.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/webfetch-streaming.frame.json", + "src": "captures/tokyonight/assistant-response-interrupted.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/webfetch-streaming.frame.json", + "src": "captures/everforest/assistant-response-interrupted.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "webfetch-success", - "title": "WebFetch succeeds", + "id": "question-input-streaming", + "title": "Question input streaming", "category": "session", "summary": "", "tags": [ "tool-execution", "transcript", "tool-card", - "confirmation", + "status-indicator", "inline", "status", "tool", - "web", - "success" + "question", + "streaming" ], "screenLabels": [ "tool-execution" @@ -3161,7 +3899,7 @@ "uiElements": [ "transcript", "tool-card", - "confirmation" + "status-indicator" ], "surfaces": [ "inline" @@ -3171,10 +3909,10 @@ ], "features": [ "tool", - "web" + "question" ], "states": [ - "success" + "streaming" ], "dimensions": [], "viewport": { @@ -3185,62 +3923,62 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/webfetch-success.frame.json", + "src": "captures/opencode/question-input-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/webfetch-success.frame.json", + "src": "captures/tokyonight/question-input-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/webfetch-success.frame.json", + "src": "captures/everforest/question-input-streaming.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "websearch-running", - "title": "WebSearch running", + "id": "question-awaiting-form", + "title": "Question awaiting form", "category": "session", "summary": "", "tags": [ "tool-execution", - "transcript", - "tool-card", - "status-indicator", + "question-response", + "question-prompt", + "button-group", + "keyboard-hints", "inline", - "status", + "form", "tool", - "web", - "search", - "running" + "question", + "pending" ], "screenLabels": [ - "tool-execution" + "tool-execution", + "question-response" ], "uiElements": [ - "transcript", - "tool-card", - "status-indicator" + "question-prompt", + "button-group", + "keyboard-hints" ], "surfaces": [ "inline" ], "patterns": [ - "status" + "form" ], "features": [ "tool", - "web", - "search" + "question" ], "states": [ - "running" + "pending" ], "dimensions": [], "viewport": { @@ -3251,64 +3989,62 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/websearch-running.frame.json", + "src": "captures/opencode/question-awaiting-form.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/websearch-running.frame.json", + "src": "captures/tokyonight/question-awaiting-form.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/websearch-running.frame.json", + "src": "captures/everforest/question-awaiting-form.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "websearch-failure", - "title": "WebSearch fails", + "id": "question-review", + "title": "Question review", "category": "session", "summary": "", "tags": [ "tool-execution", - "error-recovery", - "transcript", - "tool-card", - "error-report", + "question-response", + "question-prompt", + "confirmation", + "keyboard-hints", "inline", - "error-report", + "form", "tool", - "web", - "search", - "error" + "question", + "confirmation" ], "screenLabels": [ "tool-execution", - "error-recovery" + "question-response" ], "uiElements": [ - "transcript", - "tool-card", - "error-report" + "question-prompt", + "confirmation", + "keyboard-hints" ], "surfaces": [ "inline" ], "patterns": [ - "error-report" + "form" ], "features": [ "tool", - "web", - "search" + "question" ], "states": [ - "error" + "confirmation" ], "dimensions": [], "viewport": { @@ -3319,44 +4055,46 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/websearch-failure.frame.json", + "src": "captures/opencode/question-review.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/websearch-failure.frame.json", + "src": "captures/tokyonight/question-review.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/websearch-failure.frame.json", + "src": "captures/everforest/question-review.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "assistant-response-succeeded", - "title": "Assistant response succeeded", + "id": "question-succeeded", + "title": "Question succeeded", "category": "session", "summary": "", "tags": [ - "question-response", + "tool-execution", "transcript", + "tool-card", "confirmation", "inline", "status", - "assistant", - "response", + "tool", + "question", "success" ], "screenLabels": [ - "question-response" + "tool-execution" ], "uiElements": [ "transcript", + "tool-card", "confirmation" ], "surfaces": [ @@ -3366,8 +4104,8 @@ "status" ], "features": [ - "assistant", - "response" + "tool", + "question" ], "states": [ "success" @@ -3381,57 +4119,59 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/assistant-response-succeeded.frame.json", + "src": "captures/opencode/question-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/assistant-response-succeeded.frame.json", + "src": "captures/tokyonight/question-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/assistant-response-succeeded.frame.json", + "src": "captures/everforest/question-succeeded.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "assistant-response-failed", - "title": "Assistant response failed", + "id": "question-denied", + "title": "Question denied", "category": "session", "summary": "", "tags": [ - "question-response", + "tool-execution", "error-recovery", "transcript", - "error-report", + "tool-card", + "destructive-action", "inline", - "error-report", - "assistant", - "response", + "status", + "tool", + "question", "error" ], "screenLabels": [ - "question-response", + "tool-execution", "error-recovery" ], "uiElements": [ "transcript", - "error-report" + "tool-card", + "destructive-action" ], "surfaces": [ "inline" ], "patterns": [ - "error-report" + "status" ], "features": [ - "assistant", - "response" + "tool", + "question" ], "states": [ "error" @@ -3445,46 +4185,46 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/assistant-response-failed.frame.json", + "src": "captures/opencode/question-denied.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/assistant-response-failed.frame.json", + "src": "captures/tokyonight/question-denied.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/assistant-response-failed.frame.json", + "src": "captures/everforest/question-denied.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "assistant-response-interrupted", - "title": "Assistant response interrupted", + "id": "read-input-streaming", + "title": "Read input streaming", "category": "session", "summary": "", "tags": [ - "question-response", - "error-recovery", + "tool-execution", "transcript", + "tool-card", "status-indicator", "inline", "status", - "assistant", - "response", - "error" + "tool", + "read", + "streaming" ], "screenLabels": [ - "question-response", - "error-recovery" + "tool-execution" ], "uiElements": [ "transcript", + "tool-card", "status-indicator" ], "surfaces": [ @@ -3494,11 +4234,11 @@ "status" ], "features": [ - "assistant", - "response" + "tool", + "read" ], "states": [ - "error" + "streaming" ], "dimensions": [], "viewport": { @@ -3509,60 +4249,64 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/assistant-response-interrupted.frame.json", + "src": "captures/opencode/read-input-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/assistant-response-interrupted.frame.json", + "src": "captures/tokyonight/read-input-streaming.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/assistant-response-interrupted.frame.json", + "src": "captures/everforest/read-input-streaming.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "question-input-streaming", - "title": "Question input streaming", + "id": "read-permission", + "title": "Read permission", "category": "session", "summary": "", "tags": [ "tool-execution", - "transcript", - "tool-card", - "status-indicator", + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "confirmation", "inline", - "status", + "approval", "tool", - "question", - "streaming" + "read", + "confirmation" ], "screenLabels": [ "tool-execution" ], "uiElements": [ - "transcript", - "tool-card", - "status-indicator" + "inline-prompt", + "approval-actions", + "button-group", + "keyboard-hints", + "confirmation" ], "surfaces": [ "inline" ], "patterns": [ - "status" + "approval" ], "features": [ "tool", - "question" + "read" ], "states": [ - "streaming" + "confirmation" ], "dimensions": [], "viewport": { @@ -3573,62 +4317,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/question-input-streaming.frame.json", + "src": "captures/opencode/read-permission.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/question-input-streaming.frame.json", + "src": "captures/tokyonight/read-permission.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/question-input-streaming.frame.json", + "src": "captures/everforest/read-permission.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "question-awaiting-form", - "title": "Question awaiting form", + "id": "read-succeeded", + "title": "Read succeeded", "category": "session", "summary": "", "tags": [ "tool-execution", - "question-response", - "question-prompt", - "button-group", - "keyboard-hints", + "transcript", + "tool-card", + "status-indicator", "inline", - "form", + "status", "tool", - "question", - "pending" + "read", + "success" ], "screenLabels": [ - "tool-execution", - "question-response" + "tool-execution" ], "uiElements": [ - "question-prompt", - "button-group", - "keyboard-hints" + "transcript", + "tool-card", + "status-indicator" ], "surfaces": [ "inline" ], "patterns": [ - "form" + "status" ], "features": [ "tool", - "question" + "read" ], "states": [ - "pending" + "success" ], "dimensions": [], "viewport": { @@ -3639,62 +4381,62 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/question-awaiting-form.frame.json", + "src": "captures/opencode/read-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/question-awaiting-form.frame.json", + "src": "captures/tokyonight/read-succeeded.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/question-awaiting-form.frame.json", + "src": "captures/everforest/read-succeeded.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "question-review", - "title": "Question review", + "id": "read-denied", + "title": "Read denied", "category": "session", "summary": "", "tags": [ "tool-execution", - "question-response", - "question-prompt", - "confirmation", - "keyboard-hints", + "error-recovery", + "transcript", + "tool-card", + "status-indicator", "inline", - "form", + "status", "tool", - "question", - "confirmation" + "read", + "error" ], "screenLabels": [ "tool-execution", - "question-response" + "error-recovery" ], "uiElements": [ - "question-prompt", - "confirmation", - "keyboard-hints" + "transcript", + "tool-card", + "status-indicator" ], "surfaces": [ "inline" ], "patterns": [ - "form" + "status" ], "features": [ "tool", - "question" + "read" ], "states": [ - "confirmation" + "error" ], "dimensions": [], "viewport": { @@ -3705,27 +4447,27 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/question-review.frame.json", + "src": "captures/opencode/read-denied.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/question-review.frame.json", + "src": "captures/tokyonight/read-denied.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/question-review.frame.json", + "src": "captures/everforest/read-denied.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "question-succeeded", - "title": "Question succeeded", + "id": "patch-created", + "title": "Patch created file", "category": "session", "summary": "", "tags": [ @@ -3736,7 +4478,7 @@ "inline", "status", "tool", - "question", + "patch", "success" ], "screenLabels": [ @@ -3755,7 +4497,7 @@ ], "features": [ "tool", - "question" + "patch" ], "states": [ "success" @@ -3769,49 +4511,47 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/question-succeeded.frame.json", + "src": "captures/opencode/patch-created.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/question-succeeded.frame.json", + "src": "captures/tokyonight/patch-created.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/question-succeeded.frame.json", + "src": "captures/everforest/patch-created.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "question-denied", - "title": "Question denied", + "id": "patch-updated", + "title": "Patch updated file", "category": "session", "summary": "", "tags": [ "tool-execution", - "error-recovery", "transcript", "tool-card", - "destructive-action", + "confirmation", "inline", "status", "tool", - "question", - "error" + "patch", + "success" ], "screenLabels": [ - "tool-execution", - "error-recovery" + "tool-execution" ], "uiElements": [ "transcript", "tool-card", - "destructive-action" + "confirmation" ], "surfaces": [ "inline" @@ -3821,10 +4561,10 @@ ], "features": [ "tool", - "question" + "patch" ], "states": [ - "error" + "success" ], "dimensions": [], "viewport": { @@ -3835,39 +4575,39 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/question-denied.frame.json", + "src": "captures/opencode/patch-updated.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/question-denied.frame.json", + "src": "captures/tokyonight/patch-updated.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/question-denied.frame.json", + "src": "captures/everforest/patch-updated.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "read-input-streaming", - "title": "Read input streaming", + "id": "patch-deleted", + "title": "Patch deleted file", "category": "session", "summary": "", "tags": [ "tool-execution", "transcript", "tool-card", - "status-indicator", + "confirmation", "inline", "status", "tool", - "read", - "streaming" + "patch", + "success" ], "screenLabels": [ "tool-execution" @@ -3875,7 +4615,7 @@ "uiElements": [ "transcript", "tool-card", - "status-indicator" + "confirmation" ], "surfaces": [ "inline" @@ -3885,10 +4625,10 @@ ], "features": [ "tool", - "read" + "patch" ], "states": [ - "streaming" + "success" ], "dimensions": [], "viewport": { @@ -3899,64 +4639,62 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/read-input-streaming.frame.json", + "src": "captures/opencode/patch-deleted.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/read-input-streaming.frame.json", + "src": "captures/tokyonight/patch-deleted.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/read-input-streaming.frame.json", + "src": "captures/everforest/patch-deleted.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "read-permission", - "title": "Read permission", + "id": "patch-failed", + "title": "Patch failed", "category": "session", "summary": "", "tags": [ "tool-execution", - "inline-prompt", - "approval-actions", - "button-group", - "keyboard-hints", - "confirmation", + "error-recovery", + "transcript", + "tool-card", + "error-report", "inline", - "approval", + "error-report", "tool", - "read", - "confirmation" + "patch", + "error" ], "screenLabels": [ - "tool-execution" + "tool-execution", + "error-recovery" ], "uiElements": [ - "inline-prompt", - "approval-actions", - "button-group", - "keyboard-hints", - "confirmation" + "transcript", + "tool-card", + "error-report" ], "surfaces": [ "inline" ], "patterns": [ - "approval" + "error-report" ], "features": [ "tool", - "read" + "patch" ], "states": [ - "confirmation" + "error" ], "dimensions": [], "viewport": { @@ -3967,60 +4705,64 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/read-permission.frame.json", + "src": "captures/opencode/patch-failed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/read-permission.frame.json", + "src": "captures/tokyonight/patch-failed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/read-permission.frame.json", + "src": "captures/everforest/patch-failed.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "read-succeeded", - "title": "Read succeeded", + "id": "session-tabs-running", + "title": "Session tabs (running)", "category": "session", "summary": "", "tags": [ - "tool-execution", - "transcript", - "tool-card", + "session-list", + "tabs", + "full-screen-view", "status-indicator", - "inline", - "status", - "tool", - "read", - "success" + "keyboard-hints", + "transcript", + "full-screen", + "navigation", + "session", + "tabs", + "running" ], "screenLabels": [ - "tool-execution" + "session-list" ], "uiElements": [ - "transcript", - "tool-card", - "status-indicator" + "tabs", + "full-screen-view", + "status-indicator", + "keyboard-hints", + "transcript" ], "surfaces": [ - "inline" + "full-screen" ], "patterns": [ - "status" + "navigation" ], "features": [ - "tool", - "read" + "session", + "tabs" ], "states": [ - "success" + "running" ], "dimensions": [], "viewport": { @@ -4031,62 +4773,62 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/read-succeeded.frame.json", + "src": "captures/opencode/session-tabs-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/read-succeeded.frame.json", + "src": "captures/tokyonight/session-tabs-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/read-succeeded.frame.json", + "src": "captures/everforest/session-tabs-running.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "read-denied", - "title": "Read denied", + "id": "session-tabs-idle", + "title": "Session tabs (idle)", "category": "session", "summary": "", "tags": [ - "tool-execution", - "error-recovery", - "transcript", - "tool-card", + "session-list", + "tabs", + "full-screen-view", "status-indicator", - "inline", - "status", - "tool", - "read", - "error" + "keyboard-hints", + "full-screen", + "navigation", + "session", + "tabs", + "idle" ], "screenLabels": [ - "tool-execution", - "error-recovery" + "session-list" ], "uiElements": [ - "transcript", - "tool-card", - "status-indicator" + "tabs", + "full-screen-view", + "status-indicator", + "keyboard-hints" ], "surfaces": [ - "inline" + "full-screen" ], "patterns": [ - "status" + "navigation" ], "features": [ - "tool", - "read" + "session", + "tabs" ], "states": [ - "error" + "idle" ], "dimensions": [], "viewport": { @@ -4097,60 +4839,62 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/read-denied.frame.json", + "src": "captures/opencode/session-tabs-idle.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/read-denied.frame.json", + "src": "captures/tokyonight/session-tabs-idle.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/read-denied.frame.json", + "src": "captures/everforest/session-tabs-idle.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "patch-created", - "title": "Patch created file", + "id": "diff-viewer", + "title": "Diff viewer (empty)", "category": "session", "summary": "", "tags": [ - "tool-execution", - "transcript", - "tool-card", - "confirmation", - "inline", - "status", - "tool", - "patch", - "success" + "diff-review", + "full-screen-view", + "list", + "keyboard-hints", + "empty-state", + "full-screen", + "list", + "diff", + "session", + "empty" ], "screenLabels": [ - "tool-execution" + "diff-review" ], "uiElements": [ - "transcript", - "tool-card", - "confirmation" + "full-screen-view", + "list", + "keyboard-hints", + "empty-state" ], "surfaces": [ - "inline" + "full-screen" ], "patterns": [ - "status" + "list" ], "features": [ - "tool", - "patch" + "diff", + "session" ], "states": [ - "success" + "empty" ], "dimensions": [], "viewport": { @@ -4161,60 +4905,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/patch-created.frame.json", + "src": "captures/opencode/diff-viewer.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/patch-created.frame.json", + "src": "captures/tokyonight/diff-viewer.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/patch-created.frame.json", + "src": "captures/everforest/diff-viewer.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "patch-updated", - "title": "Patch updated file", + "id": "diff-viewer-populated", + "title": "Diff viewer (populated)", "category": "session", "summary": "", "tags": [ - "tool-execution", - "transcript", - "tool-card", - "confirmation", - "inline", - "status", - "tool", - "patch", - "success" + "diff-review", + "full-screen-view", + "list", + "keyboard-hints", + "full-screen", + "list", + "diff", + "session", + "populated" ], "screenLabels": [ - "tool-execution" + "diff-review" ], "uiElements": [ - "transcript", - "tool-card", - "confirmation" + "full-screen-view", + "list", + "keyboard-hints" ], "surfaces": [ - "inline" + "full-screen" ], "patterns": [ - "status" + "list" ], "features": [ - "tool", - "patch" + "diff", + "session" ], "states": [ - "success" + "populated" ], "dimensions": [], "viewport": { @@ -4225,47 +4969,47 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/patch-updated.frame.json", + "src": "captures/opencode/diff-viewer-populated.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/patch-updated.frame.json", + "src": "captures/tokyonight/diff-viewer-populated.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/patch-updated.frame.json", + "src": "captures/everforest/diff-viewer-populated.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "patch-deleted", - "title": "Patch deleted file", + "id": "subagent-running", + "title": "Subagent running", "category": "session", "summary": "", "tags": [ - "tool-execution", + "subagent-activity", "transcript", "tool-card", - "confirmation", + "status-indicator", "inline", "status", - "tool", - "patch", - "success" + "agent", + "subagent", + "running" ], "screenLabels": [ - "tool-execution" + "subagent-activity" ], "uiElements": [ "transcript", "tool-card", - "confirmation" + "status-indicator" ], "surfaces": [ "inline" @@ -4274,11 +5018,11 @@ "status" ], "features": [ - "tool", - "patch" + "agent", + "subagent" ], "states": [ - "success" + "running" ], "dimensions": [], "viewport": { @@ -4289,62 +5033,68 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/patch-deleted.frame.json", + "src": "captures/opencode/subagent-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/patch-deleted.frame.json", + "src": "captures/tokyonight/subagent-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/patch-deleted.frame.json", + "src": "captures/everforest/subagent-running.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "patch-failed", - "title": "Patch failed", + "id": "subagent-panel-active", + "title": "Subagents panel (active)", "category": "session", "summary": "", "tags": [ - "tool-execution", - "error-recovery", - "transcript", - "tool-card", - "error-report", - "inline", - "error-report", - "tool", - "patch", - "error" + "subagent-activity", + "panel", + "tabs", + "list", + "keyboard-hints", + "status-indicator", + "panel", + "status", + "agent", + "subagent", + "session", + "populated", + "running" ], "screenLabels": [ - "tool-execution", - "error-recovery" + "subagent-activity" ], "uiElements": [ - "transcript", - "tool-card", - "error-report" + "panel", + "tabs", + "list", + "keyboard-hints", + "status-indicator" ], "surfaces": [ - "inline" + "panel" ], "patterns": [ - "error-report" + "status" ], "features": [ - "tool", - "patch" + "agent", + "subagent", + "session" ], "states": [ - "error" + "populated", + "running" ], "dimensions": [], "viewport": { @@ -4355,64 +5105,60 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/patch-failed.frame.json", + "src": "captures/opencode/subagent-panel-active.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/patch-failed.frame.json", + "src": "captures/tokyonight/subagent-panel-active.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/patch-failed.frame.json", + "src": "captures/everforest/subagent-panel-active.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "session-tabs-running", - "title": "Session tabs (running)", + "id": "subagent-completed", + "title": "Subagent completed", "category": "session", "summary": "", "tags": [ - "session-list", - "tabs", - "full-screen-view", - "status-indicator", - "keyboard-hints", + "subagent-activity", "transcript", - "full-screen", - "navigation", - "session", - "tabs", - "running" + "tool-card", + "confirmation", + "inline", + "status", + "agent", + "subagent", + "success" ], "screenLabels": [ - "session-list" + "subagent-activity" ], "uiElements": [ - "tabs", - "full-screen-view", - "status-indicator", - "keyboard-hints", - "transcript" + "transcript", + "tool-card", + "confirmation" ], "surfaces": [ - "full-screen" + "inline" ], "patterns": [ - "navigation" + "status" ], "features": [ - "session", - "tabs" + "agent", + "subagent" ], "states": [ - "running" + "success" ], "dimensions": [], "viewport": { @@ -4423,62 +5169,68 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/session-tabs-running.frame.json", + "src": "captures/opencode/subagent-completed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/session-tabs-running.frame.json", + "src": "captures/tokyonight/subagent-completed.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/session-tabs-running.frame.json", + "src": "captures/everforest/subagent-completed.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "session-tabs-idle", - "title": "Session tabs (idle)", + "id": "subagent-panel-inactive", + "title": "Subagents panel (inactive)", "category": "session", "summary": "", "tags": [ - "session-list", + "subagent-activity", + "panel", "tabs", - "full-screen-view", - "status-indicator", + "list", "keyboard-hints", - "full-screen", - "navigation", + "confirmation", + "panel", + "list", + "agent", + "subagent", "session", - "tabs", - "idle" + "populated", + "success" ], "screenLabels": [ - "session-list" + "subagent-activity" ], "uiElements": [ + "panel", "tabs", - "full-screen-view", - "status-indicator", - "keyboard-hints" + "list", + "keyboard-hints", + "confirmation" ], "surfaces": [ - "full-screen" + "panel" ], "patterns": [ - "navigation" + "list" ], "features": [ - "session", - "tabs" + "agent", + "subagent", + "session" ], "states": [ - "idle" + "populated", + "success" ], "dimensions": [], "viewport": { @@ -4489,60 +5241,64 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/session-tabs-idle.frame.json", + "src": "captures/opencode/subagent-panel-inactive.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/session-tabs-idle.frame.json", + "src": "captures/tokyonight/subagent-panel-inactive.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/session-tabs-idle.frame.json", + "src": "captures/everforest/subagent-panel-inactive.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "subagent-running", - "title": "Subagent running", + "id": "shell-panel-empty", + "title": "Shell panel (empty)", "category": "session", "summary": "", "tags": [ - "subagent-activity", - "transcript", - "tool-card", - "status-indicator", - "inline", - "status", - "agent", - "subagent", - "running" + "shell-activity", + "panel", + "tabs", + "list", + "keyboard-hints", + "empty-state", + "panel", + "list", + "shell", + "session", + "empty" ], "screenLabels": [ - "subagent-activity" + "shell-activity" ], "uiElements": [ - "transcript", - "tool-card", - "status-indicator" + "panel", + "tabs", + "list", + "keyboard-hints", + "empty-state" ], "surfaces": [ - "inline" + "panel" ], "patterns": [ - "status" + "list" ], "features": [ - "agent", - "subagent" + "shell", + "session" ], "states": [ - "running" + "empty" ], "dimensions": [], "viewport": { @@ -4553,60 +5309,66 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/subagent-running.frame.json", + "src": "captures/opencode/shell-panel-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/subagent-running.frame.json", + "src": "captures/tokyonight/shell-panel-empty.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/subagent-running.frame.json", + "src": "captures/everforest/shell-panel-empty.frame.json", "cols": 118, "rows": 34 } ] }, { - "id": "subagent-completed", - "title": "Subagent completed", + "id": "shell-panel-running", + "title": "Shell panel (running)", "category": "session", "summary": "", "tags": [ - "subagent-activity", - "transcript", - "tool-card", - "confirmation", - "inline", + "shell-activity", + "panel", + "tabs", + "list", + "keyboard-hints", + "status-indicator", + "panel", "status", - "agent", - "subagent", - "success" + "shell", + "session", + "populated", + "running" ], "screenLabels": [ - "subagent-activity" + "shell-activity" ], "uiElements": [ - "transcript", - "tool-card", - "confirmation" + "panel", + "tabs", + "list", + "keyboard-hints", + "status-indicator" ], "surfaces": [ - "inline" + "panel" ], "patterns": [ "status" ], "features": [ - "agent", - "subagent" + "shell", + "session" ], "states": [ - "success" + "populated", + "running" ], "dimensions": [], "viewport": { @@ -4617,19 +5379,19 @@ "frames": [ { "variantId": "opencode", - "src": "captures/opencode/subagent-completed.frame.json", + "src": "captures/opencode/shell-panel-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "tokyonight", - "src": "captures/tokyonight/subagent-completed.frame.json", + "src": "captures/tokyonight/shell-panel-running.frame.json", "cols": 118, "rows": 34 }, { "variantId": "everforest", - "src": "captures/everforest/subagent-completed.frame.json", + "src": "captures/everforest/shell-panel-running.frame.json", "cols": 118, "rows": 34 } @@ -5060,10 +5822,29 @@ "screenId": "subagent-running", "title": "Subagent runs" }, + { + "screenId": "subagent-panel-active", + "title": "Inspect active subagents", + "trigger": "Open the Subagents panel" + }, { "screenId": "subagent-completed", "title": "Subagent completes" }, + { + "screenId": "subagent-panel-inactive", + "title": "Inspect inactive subagents", + "trigger": "Toggle show inactive" + }, + { + "screenId": "shell-panel-empty", + "title": "Inspect the empty Shell panel", + "trigger": "Switch to the Shell tab" + }, + { + "screenId": "shell-panel-running", + "title": "Inspect a running shell command" + }, { "screenId": "subagent-session", "title": "Open the subagent session" @@ -5139,16 +5920,21 @@ ] }, { - "id": "reviewing-a-diff", - "title": "Reviewing a diff", + "id": "diff-viewer-lifecycle", + "title": "Diff viewer", "group": "Review", - "description": "Inspect the working tree and verify whether files have changed.", - "replayable": false, + "description": "Compare the empty working-tree view with a populated file diff.", + "replayable": true, "steps": [ { "screenId": "diff-viewer", - "title": "Open the diff viewer", + "title": "Open an empty diff", "trigger": "Run /diff" + }, + { + "screenId": "diff-viewer-populated", + "title": "Inspect a changed file", + "trigger": "Modify a tracked file" } ] } diff --git a/apps/catalog/public/drive-captures.json b/apps/catalog/public/drive-captures.json index abf58a2..aa13ad4 100644 --- a/apps/catalog/public/drive-captures.json +++ b/apps/catalog/public/drive-captures.json @@ -81,6 +81,31 @@ } ] }, + { + "id": "command-palette-empty", + "title": "Command palette (no results)", + "category": "navigation", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/command-palette-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/command-palette-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/command-palette-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "model-picker", "title": "Model picker", @@ -106,6 +131,31 @@ } ] }, + { + "id": "model-picker-empty", + "title": "Model picker (no results)", + "category": "picker", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/model-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/model-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/model-picker-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "agent-picker", "title": "Agent picker", @@ -131,6 +181,31 @@ } ] }, + { + "id": "agent-picker-empty", + "title": "Agent picker (no results)", + "category": "picker", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/agent-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/agent-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/agent-picker-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "integration-picker", "title": "Integrations", @@ -156,6 +231,31 @@ } ] }, + { + "id": "integration-picker-empty", + "title": "Integrations (no results)", + "category": "picker", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/integration-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/integration-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/integration-picker-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "theme-picker", "title": "Theme picker", @@ -181,6 +281,31 @@ } ] }, + { + "id": "theme-picker-empty", + "title": "Theme picker (no results)", + "category": "picker", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/theme-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/theme-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/theme-picker-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "mcp-list", "title": "MCPs", @@ -356,6 +481,31 @@ } ] }, + { + "id": "skill-picker-empty", + "title": "Skill picker (no results)", + "category": "session", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/skill-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/skill-picker-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/skill-picker-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "patch-input-streaming", "title": "Patch input streaming", @@ -731,31 +881,6 @@ } ] }, - { - "id": "diff-viewer", - "title": "Diff viewer", - "category": "session", - "frames": [ - { - "variantId": "opencode", - "src": "captures/opencode/diff-viewer.frame.json", - "cols": 118, - "rows": 34 - }, - { - "variantId": "tokyonight", - "src": "captures/tokyonight/diff-viewer.frame.json", - "cols": 118, - "rows": 34 - }, - { - "variantId": "everforest", - "src": "captures/everforest/diff-viewer.frame.json", - "cols": 118, - "rows": 34 - } - ] - }, { "id": "thinking-streaming", "title": "Thinking streaming", @@ -1581,6 +1706,56 @@ } ] }, + { + "id": "diff-viewer", + "title": "Diff viewer (empty)", + "category": "session", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/diff-viewer.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/diff-viewer.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/diff-viewer.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "diff-viewer-populated", + "title": "Diff viewer (populated)", + "category": "session", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/diff-viewer-populated.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/diff-viewer-populated.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/diff-viewer-populated.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "subagent-running", "title": "Subagent running", @@ -1606,6 +1781,31 @@ } ] }, + { + "id": "subagent-panel-active", + "title": "Subagents panel (active)", + "category": "session", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/subagent-panel-active.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/subagent-panel-active.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/subagent-panel-active.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "subagent-completed", "title": "Subagent completed", @@ -1631,6 +1831,81 @@ } ] }, + { + "id": "subagent-panel-inactive", + "title": "Subagents panel (inactive)", + "category": "session", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/subagent-panel-inactive.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/subagent-panel-inactive.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/subagent-panel-inactive.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "shell-panel-empty", + "title": "Shell panel (empty)", + "category": "session", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/shell-panel-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/shell-panel-empty.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/shell-panel-empty.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, + { + "id": "shell-panel-running", + "title": "Shell panel (running)", + "category": "session", + "frames": [ + { + "variantId": "opencode", + "src": "captures/opencode/shell-panel-running.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "tokyonight", + "src": "captures/tokyonight/shell-panel-running.frame.json", + "cols": 118, + "rows": 34 + }, + { + "variantId": "everforest", + "src": "captures/everforest/shell-panel-running.frame.json", + "cols": 118, + "rows": 34 + } + ] + }, { "id": "subagent-session", "title": "Subagent session", diff --git a/apps/catalog/scenarios/index.ts b/apps/catalog/scenarios/index.ts index 099b81e..30d2bea 100644 --- a/apps/catalog/scenarios/index.ts +++ b/apps/catalog/scenarios/index.ts @@ -11,6 +11,7 @@ import { questionLifecycleFlow } from "./tools/question-lifecycle" import { readLifecycleFlow } from "./tools/read-lifecycle" import { patchFileChangesFlow } from "./tools/patch-file-changes" import { sessionTabsFlow } from "./session-tabs" +import { diffViewerFlow } from "./review/diff-viewer" export const executableScenarios = [ executableScenario(patchSuccessFlow), @@ -23,11 +24,12 @@ export const executableScenarios = [ executableScenario(readLifecycleFlow, { clientIsolation: "isolated" }), executableScenario(patchFileChangesFlow), executableScenario(sessionTabsFlow, { clientIsolation: "isolated" }), + executableScenario(diffViewerFlow, { clientIsolation: "isolated" }), ] as const export const executableFlows = executableScenarios.map((scenario) => scenario.flow) -type RegisteredFlow = typeof executableFlows[number] +type RegisteredFlow = (typeof executableFlows)[number] type RegisteredState = RegisteredFlow["states"][number] type StateStep = { readonly capture: State["id"] @@ -40,9 +42,7 @@ type FlowSteps = Flow["states"] extends readonly [ : never export const executableScreens = Object.fromEntries( - executableFlows.flatMap((flow) => - flow.states.map((state) => [state.id, state.metadata.screen] as const), - ), + executableFlows.flatMap((flow) => flow.states.map((state) => [state.id, state.metadata.screen] as const)), ) as { readonly [State in RegisteredState as State["id"]]: State["metadata"]["screen"] } @@ -51,12 +51,15 @@ export function executableFlowDefinitions flow.group.id === groupId) - .map((flow) => [flow.id, { - title: flow.title, - description: flow.description, - replayable: true as const, - steps: flow.states.map((state) => ({ capture: state.id, ...state.metadata.step })), - }]), + .map((flow) => [ + flow.id, + { + title: flow.title, + description: flow.description, + replayable: true as const, + steps: flow.states.map((state) => ({ capture: state.id, ...state.metadata.step })), + }, + ]), ) as unknown as { readonly [Flow in RegisteredFlow as Flow["group"]["id"] extends GroupId ? Flow["id"] : never]: { readonly title: Flow["title"] diff --git a/apps/catalog/scenarios/responses/assistant-lifecycle.ts b/apps/catalog/scenarios/responses/assistant-lifecycle.ts index d79ba7b..095f52d 100644 --- a/apps/catalog/scenarios/responses/assistant-lifecycle.ts +++ b/apps/catalog/scenarios/responses/assistant-lifecycle.ts @@ -52,12 +52,9 @@ export const assistantLifecycleFlow = defineExecutableFlow( step: { title: "Response is interrupted" }, }) - return program( - [succeeded, failed, interrupted], - ({ driver, checkpoint }) => Effect.gen(function* () { - yield* driver.llm.queue( - Llm.text("This assistant response completes successfully."), - ) + return program([succeeded, failed, interrupted], ({ driver, checkpoint }) => + Effect.gen(function* () { + yield* driver.llm.queue(Llm.text("This assistant response completes successfully.")) yield* driver.ui.submit("Show a successful streaming assistant response.") yield* driver.ui.waitFor("completes successfully.", { timeout: 15_000 }) yield* checkpoint(succeeded) diff --git a/apps/catalog/scenarios/review/diff-viewer.ts b/apps/catalog/scenarios/review/diff-viewer.ts new file mode 100644 index 0000000..bd5eb91 --- /dev/null +++ b/apps/catalog/scenarios/review/diff-viewer.ts @@ -0,0 +1,62 @@ +import { join } from "node:path" +import { Effect } from "effect" +import type { Driver } from "opencode-drive/driver" +import { defineExecutableFlow } from "../../catalog/flow" +import { taxonomies } from "../../catalog/authored/taxonomies" + +export const diffViewerFlow = defineExecutableFlow( + taxonomies, + { + id: "diff-viewer-lifecycle", + title: "Diff viewer", + group: { id: "review", label: "Review" }, + description: "Compare the empty working-tree view with a populated file diff.", + }, + ({ state, program }) => { + const empty = state("diff-viewer", { + screen: { + title: "Diff viewer (empty)", + category: "session", + screenLabels: ["diff-review"], + uiElements: ["full-screen-view", "list", "keyboard-hints", "empty-state"], + surfaces: "full-screen", + patterns: "list", + features: ["diff", "session"], + states: "empty", + }, + step: { title: "Open an empty diff", trigger: "Run /diff" }, + }) + const populated = state("diff-viewer-populated", { + screen: { + title: "Diff viewer (populated)", + category: "session", + screenLabels: ["diff-review"], + uiElements: ["full-screen-view", "list", "keyboard-hints"], + surfaces: "full-screen", + patterns: "list", + features: ["diff", "session"], + states: "populated", + }, + step: { title: "Inspect a changed file", trigger: "Modify a tracked file" }, + }) + + return program([empty, populated], ({ driver, checkpoint }) => + Effect.gen(function* () { + yield* openDiff(driver) + yield* driver.ui.waitFor("0 files") + yield* checkpoint(empty) + yield* driver.ui.press("escape") + yield* Effect.promise(() => Bun.write(join(driver.artifacts, "files", "fixture.txt"), "before\nafter\n")) + yield* openDiff(driver) + yield* driver.ui.waitFor("after", { timeout: 15_000 }) + yield* checkpoint(populated) + yield* driver.ui.press("escape") + }), + ) + }, +) + +const openDiff = Effect.fn("Catalog.openDiff")(function* (driver: Driver) { + yield* driver.ui.submit("/diff") + yield* driver.ui.waitFor("Diff working tree") +}) diff --git a/apps/catalog/scenarios/runtime.ts b/apps/catalog/scenarios/runtime.ts index a7aeb17..ade6e6f 100644 --- a/apps/catalog/scenarios/runtime.ts +++ b/apps/catalog/scenarios/runtime.ts @@ -7,10 +7,13 @@ export const catalogViewport = { cols: 118, rows: 34 } as const export function catalogScenarioRuntime(options: { readonly opencode: string readonly theme?: string + readonly git?: boolean }): Options { return { project: { + git: options.git, files: { + ...(options.git ? { ".gitignore": ".opencode/\n" } : {}), "fixture.txt": "before\n", "src/ledger.ts": [ "export const credits = [8, 13, 21]", @@ -42,9 +45,7 @@ export function catalogScenarioRuntime(options: { return { output: "catalog shell success\n", exit: 0 } }), ) - tools.handle("websearch", () => - Effect.fail(new Tool.Failure({ message: "catalog web search provider failure" })), - ) + tools.handle("websearch", () => Effect.fail(new Tool.Failure({ message: "catalog web search provider failure" }))) }, setup: options.theme === undefined diff --git a/apps/catalog/scenarios/session-tabs.ts b/apps/catalog/scenarios/session-tabs.ts index 5f4d9d7..d42e84c 100644 --- a/apps/catalog/scenarios/session-tabs.ts +++ b/apps/catalog/scenarios/session-tabs.ts @@ -39,13 +39,15 @@ export const sessionTabsFlow = defineExecutableFlow( step: { title: "Review idle tabs" }, }) - return program([running, idle], ({ driver, checkpoint }) => Effect.gen(function* () { - yield* driver.llm.queue(Llm.text("Working on a tab audit."), Llm.pause(2_000), Llm.text("Tab audit complete.")) - yield* driver.ui.submit("Audit the current tab state.") - yield* driver.ui.waitFor("Working on a tab audit.", { timeout: 15_000 }) - yield* checkpoint(running) - yield* driver.ui.waitFor("Tab audit complete.", { timeout: 15_000 }) - yield* checkpoint(idle) - })) + return program([running, idle], ({ driver, checkpoint }) => + Effect.gen(function* () { + yield* driver.llm.queue(Llm.text("Working on a tab audit."), Llm.pause(2_000), Llm.text("Tab audit complete.")) + yield* driver.ui.submit("Audit the current tab state.") + yield* driver.ui.waitFor("Working on a tab audit.", { timeout: 15_000 }) + yield* checkpoint(running) + yield* driver.ui.waitFor("Tab audit complete.", { timeout: 15_000 }) + yield* checkpoint(idle) + }), + ) }, ) diff --git a/apps/catalog/scenarios/subagents/subagent-lifecycle.ts b/apps/catalog/scenarios/subagents/subagent-lifecycle.ts index 8300f69..33bcde2 100644 --- a/apps/catalog/scenarios/subagents/subagent-lifecycle.ts +++ b/apps/catalog/scenarios/subagents/subagent-lifecycle.ts @@ -1,5 +1,6 @@ import { Effect, Stream } from "effect" import { Llm, type JsonValue } from "opencode-drive" +import type { Driver } from "opencode-drive/driver" import { defineExecutableFlow } from "../../catalog/flow" import { taxonomies } from "../../catalog/authored/taxonomies" @@ -38,6 +39,58 @@ export const subagentLifecycleFlow = defineExecutableFlow( }, step: { title: "Subagent completes" }, }) + const panelActive = state("subagent-panel-active", { + screen: { + title: "Subagents panel (active)", + category: "session", + screenLabels: ["subagent-activity"], + uiElements: ["panel", "tabs", "list", "keyboard-hints", "status-indicator"], + surfaces: "panel", + patterns: "status", + features: ["agent", "subagent", "session"], + states: ["populated", "running"], + }, + step: { title: "Inspect active subagents", trigger: "Open the Subagents panel" }, + }) + const panelInactive = state("subagent-panel-inactive", { + screen: { + title: "Subagents panel (inactive)", + category: "session", + screenLabels: ["subagent-activity"], + uiElements: ["panel", "tabs", "list", "keyboard-hints", "confirmation"], + surfaces: "panel", + patterns: "list", + features: ["agent", "subagent", "session"], + states: ["populated", "success"], + }, + step: { title: "Inspect inactive subagents", trigger: "Toggle show inactive" }, + }) + const shellEmpty = state("shell-panel-empty", { + screen: { + title: "Shell panel (empty)", + category: "session", + screenLabels: ["shell-activity"], + uiElements: ["panel", "tabs", "list", "keyboard-hints", "empty-state"], + surfaces: "panel", + patterns: "list", + features: ["shell", "session"], + states: "empty", + }, + step: { title: "Inspect the empty Shell panel", trigger: "Switch to the Shell tab" }, + }) + const shellRunning = state("shell-panel-running", { + screen: { + title: "Shell panel (running)", + category: "session", + screenLabels: ["shell-activity"], + uiElements: ["panel", "tabs", "list", "keyboard-hints", "status-indicator"], + surfaces: "panel", + patterns: "status", + features: ["shell", "session"], + states: ["populated", "running"], + }, + step: { title: "Inspect a running shell command" }, + }) const session = state("subagent-session", { screen: { title: "Subagent session", @@ -53,59 +106,90 @@ export const subagentLifecycleFlow = defineExecutableFlow( }) return program( - [running, completed, session], - ({ driver, checkpoint }) => Effect.gen(function* () { - let phase = 0 - yield* driver.llm.serve((request) => { - if (JSON.stringify(request.body).includes("title generator")) { - return Stream.make(Llm.text("Delegating ledger lifecycle")) - } - if (phase === 0) { + [running, panelActive, completed, panelInactive, shellEmpty, shellRunning, session], + ({ driver, checkpoint }) => + Effect.gen(function* () { + let phase = 0 + yield* driver.llm.serve((request) => { + if (JSON.stringify(request.body).includes("title generator")) { + return Stream.make(Llm.text("Delegating ledger lifecycle")) + } + if (phase === 0) { + phase++ + const tool = subagentTool(request.body) + return Stream.make( + Llm.reasoning("I will delegate the ledger inspection."), + Llm.toolCall({ + index: 0, + id: "call_catalog_subagent", + name: tool, + input: subagentInput(tool), + }), + Llm.finish("tool-calls"), + ) + } + if (phase === 1) { + phase++ + return Stream.make( + Llm.pause(8_000), + Llm.text("The child inspected src/ledger.ts and calculated total 42."), + ) + } phase++ - const tool = subagentTool(request.body) - return Stream.make( - Llm.reasoning("I will delegate the ledger inspection."), - Llm.toolCall({ - index: 0, - id: "call_catalog_subagent", - name: tool, - input: subagentInput(tool), - }), - Llm.finish("tool-calls"), - ) - } - if (phase === 1) { - phase++ - return Stream.make( - Llm.pause(1_500), - Llm.text("The child inspected src/ledger.ts and calculated total 42."), - ) - } - phase++ - return Stream.make(Llm.text("Subagent completed the ledger lifecycle.")) - }) + return Stream.make(Llm.text("Subagent completed the ledger lifecycle.")) + }) yield* driver.ui.submit("Use a subagent to inspect src/ledger.ts and calculate the total.") yield* driver.ui.waitFor("Inspect ledger lifecycle", { timeout: 15_000 }) yield* checkpoint(running) + yield* openSubagentsPanel(driver) + yield* driver.ui.waitFor("Running") + yield* checkpoint(panelActive) + yield* driver.ui.press("escape") yield* driver.ui.waitFor("Subagent completed the ledger lifecycle.", { timeout: 30_000 }) yield* checkpoint(completed) - yield* driver.ui.press("p", { ctrl: true }) - yield* driver.ui.waitFor("Commands") - yield* driver.ui.type("Toggle subagent picker") - yield* driver.ui.waitFor("Toggle subagent picker") - yield* driver.ui.enter() - yield* driver.ui.waitFor("Subagents") + yield* openSubagentsPanel(driver) + yield* driver.ui.press("a", { ctrl: true }) + yield* driver.ui.waitFor("Inspect ledger lifecycle") + yield* checkpoint(panelInactive) + yield* driver.ui.arrow("right") + yield* driver.ui.waitFor("No shell commands") + yield* checkpoint(shellEmpty) + yield* driver.ui.press("escape") + const parent = (yield* driver.opencode.session.list({ limit: 10 })).data.find((item) => !item.parentID) + if (!parent) return yield* Effect.fail(new Error("Shell panel capture requires the parent session")) + const shell = yield* driver.opencode.shell.create({ + command: "sleep 30", + timeout: 60_000, + metadata: { sessionID: parent.id }, + }) + yield* Effect.sleep(300) + yield* openSubagentsPanel(driver) + yield* driver.ui.arrow("right") + yield* driver.ui.waitFor("sleep 30") + yield* checkpoint(shellRunning) + yield* driver.ui.press("escape") + yield* driver.opencode.shell.remove({ id: shell.data.id }) + yield* openSubagentsPanel(driver) yield* driver.ui.press("a", { ctrl: true }) yield* driver.ui.waitFor("Inspect ledger lifecycle") yield* driver.ui.enter() yield* driver.ui.waitFor("calculated total 42", { timeout: 15_000 }) - yield* checkpoint(session) - }), + yield* checkpoint(session) + }), ) }, ) +const openSubagentsPanel = Effect.fn("Catalog.openSubagentsPanel")(function* (driver: Driver) { + yield* driver.ui.press("p", { ctrl: true }) + yield* driver.ui.waitFor("Commands") + yield* driver.ui.type("Toggle subagent picker") + yield* driver.ui.waitFor("Toggle subagent picker") + yield* driver.ui.enter() + yield* driver.ui.waitFor("Subagents") +}) + function subagentTool(body: JsonValue) { const names = offeredTools(body) if (names.includes("subagent")) return "subagent" diff --git a/apps/catalog/scenarios/tools/patch-file-changes.ts b/apps/catalog/scenarios/tools/patch-file-changes.ts index 54361e5..83f6fbf 100644 --- a/apps/catalog/scenarios/tools/patch-file-changes.ts +++ b/apps/catalog/scenarios/tools/patch-file-changes.ts @@ -7,42 +7,101 @@ const patch = (...lines: ReadonlyArray) => ["*** Begin Patch", ...lines, const screen = (title: string, states: "success" | "error") => ({ title, category: "session" as const, - screenLabels: states === "error" ? ["tool-execution", "error-recovery"] as const : ["tool-execution"] as const, - uiElements: states === "error" ? ["transcript", "tool-card", "error-report"] as const : ["transcript", "tool-card", "confirmation"] as const, + screenLabels: states === "error" ? (["tool-execution", "error-recovery"] as const) : (["tool-execution"] as const), + uiElements: + states === "error" + ? (["transcript", "tool-card", "error-report"] as const) + : (["transcript", "tool-card", "confirmation"] as const), surfaces: "inline" as const, - patterns: states === "error" ? "error-report" as const : "status" as const, + patterns: states === "error" ? ("error-report" as const) : ("status" as const), features: ["tool", "patch"] as const, states, }) export const patchFileChangesFlow = defineExecutableFlow( taxonomies, - { id: "patch-file-changes", title: "Patch file changes", group: { id: "tool-use", label: "Tool use" }, description: "Apply real patches that create, update, and delete files, then show verification failure." }, + { + id: "patch-file-changes", + title: "Patch file changes", + group: { id: "tool-use", label: "Tool use" }, + description: "Apply real patches that create, update, and delete files, then show verification failure.", + }, ({ state, program }) => { - const created = state("patch-created", { screen: screen("Patch created file", "success"), step: { title: "Patch creates a file" } }) - const updated = state("patch-updated", { screen: screen("Patch updated file", "success"), step: { title: "Patch updates a file" } }) - const deleted = state("patch-deleted", { screen: screen("Patch deleted file", "success"), step: { title: "Patch deletes a file" } }) - const failed = state("patch-failed", { screen: screen("Patch failed", "error"), step: { title: "Patch fails verification" } }) + const created = state("patch-created", { + screen: screen("Patch created file", "success"), + step: { title: "Patch creates a file" }, + }) + const updated = state("patch-updated", { + screen: screen("Patch updated file", "success"), + step: { title: "Patch updates a file" }, + }) + const deleted = state("patch-deleted", { + screen: screen("Patch deleted file", "success"), + step: { title: "Patch deletes a file" }, + }) + const failed = state("patch-failed", { + screen: screen("Patch failed", "error"), + step: { title: "Patch fails verification" }, + }) - return program([created, updated, deleted, failed], ({ driver, checkpoint }) => Effect.gen(function* () { - yield* driver.llm.queue(Llm.toolCall({ index: 0, id: "call_patch_create", name: "patch", input: { patchText: patch("*** Add File: patched.txt", "+created by patch") } }), Llm.finish("tool-calls")) - yield* driver.llm.queue(Llm.pause(800), Llm.toolCall({ index: 0, id: "call_patch_update", name: "patch", input: { patchText: patch("*** Update File: fixture.txt", "@@", "-before", "+updated by patch") } }), Llm.finish("tool-calls")) - yield* driver.llm.queue(Llm.pause(800), Llm.toolCall({ index: 0, id: "call_patch_delete", name: "patch", input: { patchText: patch("*** Delete File: patched.txt") } }), Llm.finish("tool-calls")) - yield* driver.llm.queue(Llm.pause(800), Llm.toolCall({ index: 0, id: "call_patch_failure", name: "patch", input: { patchText: patch("*** Update File: missing-patch.txt", "@@", "-missing", "+still missing") } }), Llm.finish("tool-calls")) - yield* driver.llm.queue(Llm.text("The patch file-change lifecycle is complete.")) + return program([created, updated, deleted, failed], ({ driver, checkpoint }) => + Effect.gen(function* () { + yield* driver.llm.queue( + Llm.toolCall({ + index: 0, + id: "call_patch_create", + name: "patch", + input: { patchText: patch("*** Add File: patched.txt", "+created by patch") }, + }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue( + Llm.pause(800), + Llm.toolCall({ + index: 0, + id: "call_patch_update", + name: "patch", + input: { patchText: patch("*** Update File: fixture.txt", "@@", "-before", "+updated by patch") }, + }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue( + Llm.pause(800), + Llm.toolCall({ + index: 0, + id: "call_patch_delete", + name: "patch", + input: { patchText: patch("*** Delete File: patched.txt") }, + }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue( + Llm.pause(800), + Llm.toolCall({ + index: 0, + id: "call_patch_failure", + name: "patch", + input: { patchText: patch("*** Update File: missing-patch.txt", "@@", "-missing", "+still missing") }, + }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The patch file-change lifecycle is complete.")) - yield* driver.ui.submit("Create a file, update the fixture, delete the created file, then attempt an invalid patch.") - yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) - yield* Effect.sleep(300) - yield* checkpoint(created) - yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) - yield* Effect.sleep(300) - yield* checkpoint(updated) - yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) - yield* Effect.sleep(300) - yield* checkpoint(deleted) - yield* driver.ui.waitFor("The patch file-change lifecycle is complete.", { timeout: 15_000 }) - yield* checkpoint(failed) - })) + yield* driver.ui.submit( + "Create a file, update the fixture, delete the created file, then attempt an invalid patch.", + ) + yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) + yield* Effect.sleep(300) + yield* checkpoint(created) + yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) + yield* Effect.sleep(300) + yield* checkpoint(updated) + yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) + yield* Effect.sleep(300) + yield* checkpoint(deleted) + yield* driver.ui.waitFor("The patch file-change lifecycle is complete.", { timeout: 15_000 }) + yield* checkpoint(failed) + }), + ) }, ) diff --git a/apps/catalog/scenarios/tools/patch-success.ts b/apps/catalog/scenarios/tools/patch-success.ts index 7228a39..3d27314 100644 --- a/apps/catalog/scenarios/tools/patch-success.ts +++ b/apps/catalog/scenarios/tools/patch-success.ts @@ -128,53 +128,54 @@ export const patchSuccessFlow = defineExecutableFlow( permissionFullscreen, success, ], - ({ driver, checkpoint }) => Effect.gen(function* () { - yield* driver.llm.queue( - Llm.toolCall( - { - index: 0, - id: "call_patch_success", - name: "patch", - input: { - patchText: [ - "*** Begin Patch", - "*** Update File: fixture.txt", - "@@", - "-before", - "+after", - "*** End Patch", - ].join("\n"), + ({ driver, checkpoint }) => + Effect.gen(function* () { + yield* driver.llm.queue( + Llm.toolCall( + { + index: 0, + id: "call_patch_success", + name: "patch", + input: { + patchText: [ + "*** Begin Patch", + "*** Update File: fixture.txt", + "@@", + "-before", + "+after", + "*** End Patch", + ].join("\n"), + }, }, - }, - { delay: 90, chunkSize: 8 }, - ), - Llm.finish("tool-calls"), - ) - yield* driver.ui.submit("Change fixture.txt from before to after.") - yield* Effect.sleep(450) - yield* checkpoint(inputStreaming) - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* checkpoint(permissionPrompt) - yield* driver.ui.arrow("right") - yield* checkpoint(alwaysSelected) - yield* driver.ui.enter() - yield* driver.ui.waitFor("Always allow") - yield* checkpoint(alwaysConfirmation) - yield* driver.ui.press("escape") - yield* driver.ui.waitFor("Permission required") - yield* driver.ui.arrow("right") - yield* driver.ui.arrow("right") - yield* checkpoint(rejectSelected) - yield* driver.ui.press("f", { ctrl: true }) - yield* Effect.sleep(150) - yield* checkpoint(permissionFullscreen) - yield* driver.ui.press("f", { ctrl: true }) - yield* Effect.sleep(150) - yield* driver.llm.queue(Llm.text("The fixture was updated.")) - yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) - yield* driver.ui.waitFor("The fixture was updated.", { timeout: 15_000 }) - yield* checkpoint(success) - }), + { delay: 90, chunkSize: 8 }, + ), + Llm.finish("tool-calls"), + ) + yield* driver.ui.submit("Change fixture.txt from before to after.") + yield* Effect.sleep(450) + yield* checkpoint(inputStreaming) + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* checkpoint(permissionPrompt) + yield* driver.ui.arrow("right") + yield* checkpoint(alwaysSelected) + yield* driver.ui.enter() + yield* driver.ui.waitFor("Always allow") + yield* checkpoint(alwaysConfirmation) + yield* driver.ui.press("escape") + yield* driver.ui.waitFor("Permission required") + yield* driver.ui.arrow("right") + yield* driver.ui.arrow("right") + yield* checkpoint(rejectSelected) + yield* driver.ui.press("f", { ctrl: true }) + yield* Effect.sleep(150) + yield* checkpoint(permissionFullscreen) + yield* driver.ui.press("f", { ctrl: true }) + yield* Effect.sleep(150) + yield* driver.llm.queue(Llm.text("The fixture was updated.")) + yield* driver.ui.getNode("session.permission.action.once").pipe(Effect.flatMap(driver.ui.click)) + yield* driver.ui.waitFor("The fixture was updated.", { timeout: 15_000 }) + yield* checkpoint(success) + }), ) }, ) diff --git a/apps/catalog/scenarios/tools/question-lifecycle.ts b/apps/catalog/scenarios/tools/question-lifecycle.ts index f8e6a11..3187ee2 100644 --- a/apps/catalog/scenarios/tools/question-lifecycle.ts +++ b/apps/catalog/scenarios/tools/question-lifecycle.ts @@ -97,9 +97,8 @@ export const questionLifecycleFlow = defineExecutableFlow( step: { title: "Question is denied" }, }) - return program( - [inputStreaming, awaiting, review, succeeded, denied], - ({ driver, checkpoint }) => Effect.gen(function* () { + return program([inputStreaming, awaiting, review, succeeded, denied], ({ driver, checkpoint }) => + Effect.gen(function* () { yield* driver.llm.queue( Llm.toolCall( { index: 0, id: "call_catalog_question", name: "question", input: { questions } }, diff --git a/apps/catalog/scenarios/tools/read-lifecycle.ts b/apps/catalog/scenarios/tools/read-lifecycle.ts index b61f472..c242e7f 100644 --- a/apps/catalog/scenarios/tools/read-lifecycle.ts +++ b/apps/catalog/scenarios/tools/read-lifecycle.ts @@ -6,12 +6,13 @@ import { taxonomies } from "../../catalog/authored/taxonomies" const screen = (title: string, states: "streaming" | "running" | "success" | "error" | "confirmation") => ({ title, category: "session" as const, - screenLabels: states === "error" ? ["tool-execution", "error-recovery"] as const : ["tool-execution"] as const, - uiElements: states === "confirmation" - ? ["inline-prompt", "approval-actions", "button-group", "keyboard-hints", "confirmation"] as const - : ["transcript", "tool-card", "status-indicator"] as const, + screenLabels: states === "error" ? (["tool-execution", "error-recovery"] as const) : (["tool-execution"] as const), + uiElements: + states === "confirmation" + ? (["inline-prompt", "approval-actions", "button-group", "keyboard-hints", "confirmation"] as const) + : (["transcript", "tool-card", "status-indicator"] as const), surfaces: "inline" as const, - patterns: states === "confirmation" ? "approval" as const : "status" as const, + patterns: states === "confirmation" ? ("approval" as const) : ("status" as const), features: ["tool", "read"] as const, states, }) @@ -25,44 +26,58 @@ export const readLifecycleFlow = defineExecutableFlow( description: "Stream a read call, approve it, then observe success and denial.", }, ({ state, program }) => { - const input = state("read-input-streaming", { screen: screen("Read input streaming", "streaming"), step: { title: "Input streams" } }) - const permission = state("read-permission", { screen: screen("Read permission", "confirmation"), step: { title: "Permission is requested" } }) - const succeeded = state("read-succeeded", { screen: screen("Read succeeded", "success"), step: { title: "Read succeeds" } }) + const input = state("read-input-streaming", { + screen: screen("Read input streaming", "streaming"), + step: { title: "Input streams" }, + }) + const permission = state("read-permission", { + screen: screen("Read permission", "confirmation"), + step: { title: "Permission is requested" }, + }) + const succeeded = state("read-succeeded", { + screen: screen("Read succeeded", "success"), + step: { title: "Read succeeds" }, + }) const denied = state("read-denied", { screen: screen("Read denied", "error"), step: { title: "Read is denied" } }) - return program([input, permission, succeeded, denied], ({ driver, checkpoint }) => Effect.gen(function* () { - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_read_success", name: "read", input: { path: "fixture.txt" } }, { delay: 100, chunkSize: 4 }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The fixture read succeeded.")) - yield* driver.ui.submit("Read the fixture file.") - yield* Effect.sleep(350) - yield* checkpoint(input) - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* checkpoint(permission) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The fixture read succeeded.", { timeout: 15_000 }) - yield* checkpoint(succeeded) + return program([input, permission, succeeded, denied], ({ driver, checkpoint }) => + Effect.gen(function* () { + yield* driver.llm.queue( + Llm.toolCall( + { index: 0, id: "call_read_success", name: "read", input: { path: "fixture.txt" } }, + { delay: 100, chunkSize: 4 }, + ), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The fixture read succeeded.")) + yield* driver.ui.submit("Read the fixture file.") + yield* Effect.sleep(350) + yield* checkpoint(input) + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* checkpoint(permission) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The fixture read succeeded.", { timeout: 15_000 }) + yield* checkpoint(succeeded) - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_read_failure", name: "read", input: { path: "missing-fixture.txt" } }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The missing-file read failed as expected.")) - yield* driver.ui.submit("Now try to read a missing file.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The missing-file read failed as expected.", { timeout: 15_000 }) - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_read_denied", name: "read", input: { path: "src/ledger.ts" } }), - Llm.finish("tool-calls"), - ) - yield* driver.ui.submit("Now read the ledger file.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.press("escape") - yield* driver.ui.waitFor("src/ledger.ts", { timeout: 15_000 }) - yield* checkpoint(denied) - })) + yield* driver.llm.queue( + Llm.toolCall({ index: 0, id: "call_read_failure", name: "read", input: { path: "missing-fixture.txt" } }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The missing-file read failed as expected.")) + yield* driver.ui.submit("Now try to read a missing file.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The missing-file read failed as expected.", { timeout: 15_000 }) + yield* driver.llm.queue( + Llm.toolCall({ index: 0, id: "call_read_denied", name: "read", input: { path: "src/ledger.ts" } }), + Llm.finish("tool-calls"), + ) + yield* driver.ui.submit("Now read the ledger file.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.press("escape") + yield* driver.ui.waitFor("src/ledger.ts", { timeout: 15_000 }) + yield* checkpoint(denied) + }), + ) }, ) diff --git a/apps/catalog/scenarios/tools/search-lifecycle.ts b/apps/catalog/scenarios/tools/search-lifecycle.ts index 0a7150e..7de6309 100644 --- a/apps/catalog/scenarios/tools/search-lifecycle.ts +++ b/apps/catalog/scenarios/tools/search-lifecycle.ts @@ -25,7 +25,8 @@ export const searchLifecycleFlow = defineExecutableFlow( id: "search-lifecycle", title: "Project search lifecycle", group: { id: "tool-use", label: "Tool use" }, - description: "Run built-in glob and grep tools through distinct streaming, grouped, success, empty, and failure states.", + description: + "Run built-in glob and grep tools through distinct streaming, grouped, success, empty, and failure states.", }, ({ state, program }) => { const globSuccess = state("glob-success", { @@ -55,81 +56,92 @@ export const searchLifecycleFlow = defineExecutableFlow( return program( [globSuccess, globEmpty, groupedExploration, grepSuccess, grepEmpty, grepFailure], - ({ driver, checkpoint }) => Effect.gen(function* () { - yield* driver.llm.queue( - Llm.toolCall( - { index: 0, id: "call_glob_success", name: "glob", input: { pattern: "src/**/*.ts" } }, - { delay: 100, chunkSize: 4 }, - ), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The first glob search is complete.")) - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_glob_empty", name: "glob", input: { pattern: "missing/**/*.rs" } }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The empty glob search is complete.")) - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_group_glob", name: "glob", input: { pattern: "**/*.ts" } }), - Llm.toolCall({ index: 1, id: "call_group_grep", name: "grep", input: { pattern: "credits", path: "src" } }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The grouped exploration is complete.")) - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_grep_success", name: "grep", input: { pattern: "credits", path: "src" } }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The matching grep search is complete.")) - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_grep_empty", name: "grep", input: { pattern: "DEADBEEF", path: "src" } }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The empty grep search is complete.")) - yield* driver.llm.queue( - Llm.toolCall({ index: 0, id: "call_grep_failure", name: "grep", input: { pattern: "[", path: "src" } }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("The invalid grep search is complete.")) + ({ driver, checkpoint }) => + Effect.gen(function* () { + yield* driver.llm.queue( + Llm.toolCall( + { index: 0, id: "call_glob_success", name: "glob", input: { pattern: "src/**/*.ts" } }, + { delay: 100, chunkSize: 4 }, + ), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The first glob search is complete.")) + yield* driver.llm.queue( + Llm.toolCall({ index: 0, id: "call_glob_empty", name: "glob", input: { pattern: "missing/**/*.rs" } }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The empty glob search is complete.")) + yield* driver.llm.queue( + Llm.toolCall({ index: 0, id: "call_group_glob", name: "glob", input: { pattern: "**/*.ts" } }), + Llm.toolCall({ index: 1, id: "call_group_grep", name: "grep", input: { pattern: "credits", path: "src" } }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The grouped exploration is complete.")) + yield* driver.llm.queue( + Llm.toolCall({ + index: 0, + id: "call_grep_success", + name: "grep", + input: { pattern: "credits", path: "src" }, + }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The matching grep search is complete.")) + yield* driver.llm.queue( + Llm.toolCall({ + index: 0, + id: "call_grep_empty", + name: "grep", + input: { pattern: "DEADBEEF", path: "src" }, + }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The empty grep search is complete.")) + yield* driver.llm.queue( + Llm.toolCall({ index: 0, id: "call_grep_failure", name: "grep", input: { pattern: "[", path: "src" } }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("The invalid grep search is complete.")) - yield* driver.ui.submit("Find the TypeScript source files.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The first glob search is complete.", { timeout: 15_000 }) - yield* checkpoint(globSuccess) + yield* driver.ui.submit("Find the TypeScript source files.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The first glob search is complete.", { timeout: 15_000 }) + yield* checkpoint(globSuccess) - yield* driver.ui.submit("Find Rust files that do not exist.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The empty glob search is complete.", { timeout: 15_000 }) - yield* checkpoint(globEmpty) + yield* driver.ui.submit("Find Rust files that do not exist.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The empty glob search is complete.", { timeout: 15_000 }) + yield* checkpoint(globEmpty) - yield* driver.ui.submit("Explore TypeScript files and search them for credits together.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* Effect.sleep(500) - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The grouped exploration is complete.", { timeout: 15_000 }) - yield* checkpoint(groupedExploration) + yield* driver.ui.submit("Explore TypeScript files and search them for credits together.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* Effect.sleep(500) + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The grouped exploration is complete.", { timeout: 15_000 }) + yield* checkpoint(groupedExploration) - yield* driver.ui.submit("Search the source directory for credits.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The matching grep search is complete.", { timeout: 15_000 }) - yield* checkpoint(grepSuccess) + yield* driver.ui.submit("Search the source directory for credits.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The matching grep search is complete.", { timeout: 15_000 }) + yield* checkpoint(grepSuccess) - yield* driver.ui.submit("Search the source directory for DEADBEEF.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The empty grep search is complete.", { timeout: 15_000 }) - yield* checkpoint(grepEmpty) + yield* driver.ui.submit("Search the source directory for DEADBEEF.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The empty grep search is complete.", { timeout: 15_000 }) + yield* checkpoint(grepEmpty) - yield* driver.ui.submit("Run an invalid regular expression search.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("The invalid grep search is complete.", { timeout: 15_000 }) - yield* checkpoint(grepFailure) - }), + yield* driver.ui.submit("Run an invalid regular expression search.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("The invalid grep search is complete.", { timeout: 15_000 }) + yield* checkpoint(grepFailure) + }), ) }, ) diff --git a/apps/catalog/scenarios/tools/shell-lifecycle.ts b/apps/catalog/scenarios/tools/shell-lifecycle.ts index dc928f7..949c877 100644 --- a/apps/catalog/scenarios/tools/shell-lifecycle.ts +++ b/apps/catalog/scenarios/tools/shell-lifecycle.ts @@ -78,14 +78,13 @@ export const shellLifecycleFlow = defineExecutableFlow( step: { title: "Command fails" }, }) - return program( - [thinkingStreaming, inputStreaming, outputStreaming, succeeded, failed], - ({ driver, checkpoint }) => Effect.gen(function* () { + return program([thinkingStreaming, inputStreaming, outputStreaming, succeeded, failed], ({ driver, checkpoint }) => + Effect.gen(function* () { yield* driver.llm.queue( - Llm.reasoning( - "I will inspect the foreground shell lifecycle before running the command.", - { delay: 70, chunkSize: 7 }, - ), + Llm.reasoning("I will inspect the foreground shell lifecycle before running the command.", { + delay: 70, + chunkSize: 7, + }), Llm.toolCall( { index: 0, diff --git a/apps/catalog/scenarios/tools/web-lifecycle.ts b/apps/catalog/scenarios/tools/web-lifecycle.ts index 5436e62..0b44b40 100644 --- a/apps/catalog/scenarios/tools/web-lifecycle.ts +++ b/apps/catalog/scenarios/tools/web-lifecycle.ts @@ -65,9 +65,8 @@ export const webLifecycleFlow = defineExecutableFlow( step: { title: "WebSearch reports provider failure" }, }) - return program( - [webfetchStreaming, webfetchSuccess, websearchRunning, websearchFailure], - ({ driver, checkpoint }) => Effect.gen(function* () { + return program([webfetchStreaming, webfetchSuccess, websearchRunning, websearchFailure], ({ driver, checkpoint }) => + Effect.gen(function* () { yield* driver.llm.queue( Llm.toolCall( { diff --git a/apps/catalog/scripts/bench-capture-flow.ts b/apps/catalog/scripts/bench-capture-flow.ts index 4895822..a33804c 100644 --- a/apps/catalog/scripts/bench-capture-flow.ts +++ b/apps/catalog/scripts/bench-capture-flow.ts @@ -1,20 +1,23 @@ const flow = process.argv[2] ?? "search-lifecycle" -const revision = process.argv[3] ?? "5d5b33f195cc664d376ea85503f49433a05a3049" -const opencode = process.argv[4] ?? "/Users/kit/code/open-source/opencode-v2-latest" +const revision = process.argv[3] ?? "HEAD" +const opencode = process.argv[4] ?? new URL("../../../../opencode/", import.meta.url).pathname const runs = 8 const measured: Array<{ prepare: number; total: number }> = [] for (let index = 0; index < runs; index++) { - const child = Bun.spawn([ - process.execPath, - "./scripts/capture-opencode-drive.ts", - "--opencode", - opencode, - "--revision", - revision, - "--flow", - flow, - ], { cwd: import.meta.dir + "/..", stdout: "pipe", stderr: "pipe" }) + const child = Bun.spawn( + [ + process.execPath, + "./scripts/capture-opencode-drive.ts", + "--opencode", + opencode, + "--revision", + revision, + "--flow", + flow, + ], + { cwd: import.meta.dir + "/..", stdout: "pipe", stderr: "pipe" }, + ) const [stdout, stderr, exit] = await Promise.all([ new Response(child.stdout).text(), new Response(child.stderr).text(), @@ -44,7 +47,5 @@ function metric(output: string, name: string) { function median(values: ReadonlyArray) { const sorted = [...values].sort((left, right) => left - right) const middle = Math.floor(sorted.length / 2) - return sorted.length % 2 === 0 - ? Math.round((sorted[middle - 1]! + sorted[middle]!) / 2) - : sorted[middle]! + return sorted.length % 2 === 0 ? Math.round((sorted[middle - 1]! + sorted[middle]!) / 2) : sorted[middle]! } diff --git a/apps/catalog/scripts/bench-capture-matrix.ts b/apps/catalog/scripts/bench-capture-matrix.ts index 9923dd9..5d566fb 100644 --- a/apps/catalog/scripts/bench-capture-matrix.ts +++ b/apps/catalog/scripts/bench-capture-matrix.ts @@ -1,16 +1,25 @@ -const revision = process.argv[2] ?? "2a0ccdbfd4589ba2181624f25c55ed4ac0546b2d" -const opencode = process.argv[3] ?? "/Users/kit/code/open-source/opencode" +const revision = process.argv[2] ?? "HEAD" +const opencode = process.argv[3] ?? new URL("../../../../opencode/", import.meta.url).pathname const startedAt = performance.now() -const child = Bun.spawn([ - process.execPath, - "./scripts/capture-opencode-drive.ts", - "--opencode", opencode, - "--revision", revision, - "--theme", "opencode", - "--theme", "tokyonight", - "--theme", "everforest", - "--jobs", "3", -], { cwd: import.meta.dir + "/..", stdout: "inherit", stderr: "inherit" }) +const child = Bun.spawn( + [ + process.execPath, + "./scripts/capture-opencode-drive.ts", + "--opencode", + opencode, + "--revision", + revision, + "--theme", + "opencode", + "--theme", + "tokyonight", + "--theme", + "everforest", + "--jobs", + "3", + ], + { cwd: import.meta.dir + "/..", stdout: "inherit", stderr: "inherit" }, +) -if (await child.exited !== 0) throw new Error("Capture matrix benchmark failed") +if ((await child.exited) !== 0) throw new Error("Capture matrix benchmark failed") console.log(`METRIC capture_matrix_total_ms=${Math.round(performance.now() - startedAt)}`) diff --git a/apps/catalog/scripts/capture-opencode-drive.ts b/apps/catalog/scripts/capture-opencode-drive.ts index b0e783f..51683bf 100644 --- a/apps/catalog/scripts/capture-opencode-drive.ts +++ b/apps/catalog/scripts/capture-opencode-drive.ts @@ -41,7 +41,7 @@ type Variant = { readonly theme?: string } -const defaultOpenCode = fileURLToPath(new URL("../../../../opencode-v2-latest/", import.meta.url)) +const defaultOpenCode = fileURLToPath(new URL("../../../../opencode/", import.meta.url)) const options = parseCaptureOptions(process.argv.slice(2), defaultOpenCode) const processStartedAt = performance.now() const stagingRoot = fileURLToPath(new URL(`../.tmp/capture-staging/${crypto.randomUUID()}/`, import.meta.url)) @@ -51,29 +51,30 @@ const variants = prepared.variants let captureSucceeded = false const lifecycleScenarios = executableScenarios.filter((scenario) => scenario.id !== patchSuccessFlow.id) -const captureVariant = (variant: Variant) => Effect.gen(function* () { - if (options.flow !== undefined) { - const selected = executableScenarios.find((scenario) => scenario.id === options.flow) - if (!selected) { - const known = executableScenarios.map((scenario) => scenario.id).join(", ") - return yield* Effect.fail( - new Error(`Unknown executable flow ${JSON.stringify(options.flow)}. Known flows: ${known}`), - ) +const captureVariant = (variant: Variant) => + Effect.gen(function* () { + if (options.flow !== undefined) { + const selected = executableScenarios.find((scenario) => scenario.id === options.flow) + if (!selected) { + const known = executableScenarios.map((scenario) => scenario.id).join(", ") + return yield* Effect.fail( + new Error(`Unknown executable flow ${JSON.stringify(options.flow)}. Known flows: ${known}`), + ) + } + return yield* captureScenarioProcess(variant, [selected], true) } - return yield* captureScenarioProcess(variant, [selected], true) - } - const queued = lifecycleScenarios.filter((scenario) => scenario.llmMode === "queue") - const served = lifecycleScenarios.filter((scenario) => scenario.llmMode === "serve") - const captures = yield* captureScenarioProcess(variant, [], false, true) - for (const scenario of queued) { - captures.push(...(yield* captureScenarioProcess(variant, [scenario]))) - } - for (const scenario of served) { - captures.push(...(yield* captureScenarioProcess(variant, [scenario]))) - } - return captures -}) + const queued = lifecycleScenarios.filter((scenario) => scenario.llmMode === "queue") + const served = lifecycleScenarios.filter((scenario) => scenario.llmMode === "serve") + const captures = yield* captureScenarioProcess(variant, [], false, true) + for (const scenario of queued) { + captures.push(...(yield* captureScenarioProcess(variant, [scenario]))) + } + for (const scenario of served) { + captures.push(...(yield* captureScenarioProcess(variant, [scenario]))) + } + return captures + }) function captureScenarioProcess( variant: Variant, @@ -82,8 +83,13 @@ function captureScenarioProcess( baseline = false, ) { return OpenCodeDriver.use( - catalogScenarioRuntime({ opencode: variant.path, theme: variant.theme }), - (driver) => Effect.gen(function* () { + catalogScenarioRuntime({ + opencode: variant.path, + theme: variant.theme, + git: scenarios.some((scenario) => scenario.id === "diff-viewer-lifecycle"), + }), + (driver) => + Effect.gen(function* () { const captures = baseline ? [...(yield* captureBaseline(driver, variant))] : [] const shared = scenarios.filter((scenario) => scenario.clientIsolation === "shared") if (shared.length > 0) { @@ -106,18 +112,19 @@ function captureScenarioClient( const clientName = `catalog-${scenarios[0]?.id ?? "empty"}-${scenarios.length}` return Effect.acquireUseRelease( driver.tuis.launch(clientName, { viewport: catalogViewport }), - (client) => Effect.gen(function* () { - const captures: Array = [] - for (const scenario of scenarios) { - yield* openNewSession(client.ui) - yield* resetProjectFiles(driver) - const startedAt = performance.now() - console.error(`Capturing ${scenario.id}`) - captures.push(...(yield* captureScenario({ ...driver, ui: client.ui }, variant, scenario, preview))) - metric(`capture_scenario_${scenario.id}_ms`, startedAt) - } - return captures - }), + (client) => + Effect.gen(function* () { + const captures: Array = [] + for (const scenario of scenarios) { + yield* openNewSession(client.ui) + yield* resetProjectFiles(driver) + const startedAt = performance.now() + console.error(`Capturing ${scenario.id}`) + captures.push(...(yield* captureScenario({ ...driver, ui: client.ui }, variant, scenario, preview))) + metric(`capture_scenario_${scenario.id}_ms`, startedAt) + } + return captures + }), (client) => client.close(), ) } @@ -133,155 +140,155 @@ const openNewSession = Effect.fn("Catalog.openNewSession")(function* (ui: OpenCo const captureBaseline = (driver: OpenCodeDriver.Driver, variant: Variant) => Effect.gen(function* () { - const captures: Capture[] = [] - const outputDirectory = join(stagingRoot, variant.id) - yield* Effect.promise(() => mkdir(outputDirectory, { recursive: true })) - - const capture = Effect.fn("Catalog.capture")(function* (id: CaptureId) { - const screen = screens[id] - const frame = yield* driver.ui.capture() - const src = `captures/${variant.id}/${id}.frame.json` - yield* Effect.promise(() => - Bun.write( - join(outputDirectory, `${id}.frame.json`), - `${JSON.stringify({ format: "opencode-terminal-frame-v1", ...frame })}\n`, - ), - ) - captures.push({ - id, - title: screen.title, - category: screen.category, - frame: { variantId: variant.id, src, cols: frame.cols, rows: frame.rows }, - }) - }) - - const close = Effect.fn("Catalog.closeDialog")(function* () { - yield* driver.ui.press("\u001b") - yield* Effect.sleep(150) - }) - - const openSlash = Effect.fn("Catalog.openSlash")(function* ( - slash: string, - marker: string, - ) { - yield* driver.ui.submit(slash) - yield* driver.ui.waitFor(marker) - }) - - yield* driver.ui.waitFor((state) => state.elements.length > 0) - yield* Effect.sleep(400) - yield* capture("home") - - yield* driver.ui.press("p", { ctrl: true }) - yield* driver.ui.waitFor("Commands") - yield* capture("command-palette") - yield* close() - - const dialogs = [ - ["/models", "Select model", "model-picker"], - ["/agents", "Select agent", "agent-picker"], - ["/connect", "Connect an integration", "integration-picker"], - ["/themes", "Themes", "theme-picker"], - ["/mcps", "MCP servers", "mcp-list"], - ["/status", "No MCP servers", "status"], - ["/debug", "Debug", "debug"], - ["/help", "Press ctrl+p", "help"], - ["/pair", "Pair", "pair"], - ["/sessions", "Sessions", "session-picker"], - ["/skills", "Skills", "skill-picker"], - ] as const - - for (const [slash, marker, id] of dialogs) { - yield* openSlash(slash, marker) - yield* capture(id) - yield* close() - } - - yield* executeFlow(patchSuccessFlow, { - driver, - capture: (state) => capture(state.id), + const captures: Capture[] = [] + const outputDirectory = join(stagingRoot, variant.id) + yield* Effect.promise(() => mkdir(outputDirectory, { recursive: true })) + + const capture = Effect.fn("Catalog.capture")(function* (id: CaptureId) { + const screen = screens[id] + const frame = yield* driver.ui.capture() + const src = `captures/${variant.id}/${id}.frame.json` + yield* Effect.promise(() => + Bun.write( + join(outputDirectory, `${id}.frame.json`), + `${JSON.stringify({ format: "opencode-terminal-frame-v1", ...frame })}\n`, + ), + ) + captures.push({ + id, + title: screen.title, + category: screen.category, + frame: { variantId: variant.id, src, cols: frame.cols, rows: frame.rows }, }) - - const sessionDialogs = [ - ["/rename", "Rename session", "session-rename"], - ["/fork", "Full session", "session-fork"], - ["/export", "Export as", "session-export"], - ] as const - - for (const [slash, marker, id] of sessionDialogs) { - yield* openSlash(slash, marker) - yield* capture(id) - yield* close() + }) + + const close = Effect.fn("Catalog.closeDialog")(function* () { + yield* driver.ui.press("\u001b") + yield* Effect.sleep(150) + }) + + const openSlash = Effect.fn("Catalog.openSlash")(function* (slash: string, marker: string) { + yield* driver.ui.submit(slash) + yield* driver.ui.waitFor(marker) + }) + + yield* driver.ui.waitFor((state) => state.elements.length > 0) + yield* Effect.sleep(400) + yield* capture("home") + + yield* driver.ui.press("p", { ctrl: true }) + yield* driver.ui.waitFor("Commands") + yield* capture("command-palette") + yield* driver.ui.type("zzzz-no-catalog-results") + yield* driver.ui.waitFor("No results found") + yield* capture("command-palette-empty") + yield* close() + + const dialogs = [ + ["/models", "Select model", "model-picker", "model-picker-empty", "No results found"], + ["/agents", "Select agent", "agent-picker", "agent-picker-empty", "No results found"], + ["/connect", "Connect an integration", "integration-picker", "integration-picker-empty", "No integrations found"], + ["/themes", "Themes", "theme-picker", "theme-picker-empty", "No results found"], + ["/mcps", "MCP servers", "mcp-list", undefined, undefined], + ["/status", "No MCP servers", "status", undefined, undefined], + ["/debug", "Debug", "debug", undefined, undefined], + ["/help", "Press ctrl+p", "help", undefined, undefined], + ["/pair", "Pair", "pair", undefined, undefined], + ["/sessions", "Sessions", "session-picker", undefined, undefined], + ["/skills", "Skills", "skill-picker", "skill-picker-empty", "No skills found"], + ] as const + + for (const [slash, marker, id, emptyId, emptyMarker] of dialogs) { + yield* openSlash(slash, marker) + yield* capture(id) + if (emptyId && emptyMarker) { + yield* driver.ui.type("zzzz-no-catalog-results") + yield* driver.ui.waitFor(emptyMarker) + yield* capture(emptyId) } - - yield* driver.llm.queue( - Llm.toolCall({ - index: 0, - id: "call_question_capture", - name: "question", - input: { - questions: [ - { - question: "Which direction should the fixture take?", - header: "Fixture", - options: [ - { - label: "Keep it minimal (Recommended)", - description: "Small deterministic fixture", - }, - { - label: "Expand coverage", - description: "Add more scripted states", - }, - ], - }, - ], - }, - }), - Llm.finish("tool-calls"), - ) - yield* driver.llm.queue(Llm.text("Keeping the fixture minimal.")) - yield* driver.ui.submit("Ask me about the fixture direction.") - yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) - yield* driver.ui.enter() - yield* driver.ui.waitFor("Which direction should the fixture take?", { timeout: 15_000 }) - yield* capture("question-prompt") - yield* driver.ui.enter() - yield* driver.ui.waitFor("Keeping the fixture minimal.", { timeout: 15_000 }) - - yield* openSlash("/rename", "Rename session") - yield* driver.ui.type("Catalog capture session") - yield* driver.ui.enter() - yield* Effect.sleep(300) - - yield* openSlash("/sessions", "Sessions") - yield* driver.ui.waitFor("Catalog capture session") - yield* capture("session-picker-populated") yield* close() + } - yield* driver.ui.type("/copy") - yield* driver.ui.waitFor("Copy session transcript") - yield* driver.ui.enter() - yield* Effect.sleep(600) - yield* capture("toast-success") - yield* Effect.sleep(200) - - yield* driver.ui.submit("/share") - yield* driver.ui.waitFor("Sharing is not implemented for V2 sessions yet") - yield* capture("toast-error") - - yield* openSlash("/debug", "Debug") - yield* driver.ui.enter() - yield* driver.ui.waitFor("Debug info copied to clipboard") - yield* capture("toast-info") - yield* close() + yield* executeFlow(patchSuccessFlow, { + driver, + capture: (state) => capture(state.id), + }) + + const sessionDialogs = [ + ["/rename", "Rename session", "session-rename"], + ["/fork", "Full session", "session-fork"], + ["/export", "Export as", "session-export"], + ] as const - yield* openSlash("/diff", "Diff working tree") - yield* driver.ui.waitFor("No changes to show") - yield* capture("diff-viewer") + for (const [slash, marker, id] of sessionDialogs) { + yield* openSlash(slash, marker) + yield* capture(id) yield* close() + } - return captures + yield* driver.llm.queue( + Llm.toolCall({ + index: 0, + id: "call_question_capture", + name: "question", + input: { + questions: [ + { + question: "Which direction should the fixture take?", + header: "Fixture", + options: [ + { + label: "Keep it minimal (Recommended)", + description: "Small deterministic fixture", + }, + { + label: "Expand coverage", + description: "Add more scripted states", + }, + ], + }, + ], + }, + }), + Llm.finish("tool-calls"), + ) + yield* driver.llm.queue(Llm.text("Keeping the fixture minimal.")) + yield* driver.ui.submit("Ask me about the fixture direction.") + yield* driver.ui.waitFor("Permission required", { timeout: 15_000 }) + yield* driver.ui.enter() + yield* driver.ui.waitFor("Which direction should the fixture take?", { timeout: 15_000 }) + yield* capture("question-prompt") + yield* driver.ui.enter() + yield* driver.ui.waitFor("Keeping the fixture minimal.", { timeout: 15_000 }) + + yield* openSlash("/rename", "Rename session") + yield* driver.ui.type("Catalog capture session") + yield* driver.ui.enter() + yield* Effect.sleep(300) + + yield* openSlash("/sessions", "Sessions") + yield* driver.ui.waitFor("Catalog capture session") + yield* capture("session-picker-populated") + yield* close() + + yield* driver.ui.type("/copy") + yield* driver.ui.waitFor("Copy session transcript") + yield* driver.ui.enter() + yield* Effect.sleep(600) + yield* capture("toast-success") + yield* Effect.sleep(200) + + yield* driver.ui.submit("/share") + yield* driver.ui.waitFor("Sharing is not implemented for V2 sessions yet") + yield* capture("toast-error") + + yield* openSlash("/debug", "Debug") + yield* driver.ui.enter() + yield* driver.ui.waitFor("Debug info copied to clipboard") + yield* capture("toast-info") + yield* close() + + return captures }) function captureScenario( @@ -291,10 +298,11 @@ function captureScenario( preview = false, ) { return Effect.gen(function* () { - const captures: Array = [] - yield* scenario.run({ - driver, - capture: (state) => Effect.gen(function* () { + const captures: Array = [] + yield* scenario.run({ + driver, + capture: (state) => + Effect.gen(function* () { if (!isCaptureId(state.id)) { return yield* Effect.fail(new Error(`Scenario ${scenario.id} references unknown screen ${state.id}`)) } @@ -309,10 +317,7 @@ function captureScenario( : join(stagingRoot, variant.id, `${id}.frame.json`) yield* Effect.promise(async () => { await mkdir(dirname(output), { recursive: true }) - await Bun.write( - output, - `${JSON.stringify({ format: "opencode-terminal-frame-v1", ...frame })}\n`, - ) + await Bun.write(output, `${JSON.stringify({ format: "opencode-terminal-frame-v1", ...frame })}\n`) }) captures.push({ id, @@ -321,17 +326,16 @@ function captureScenario( frame: { variantId: variant.id, src, cols: frame.cols, rows: frame.rows }, }) }), - }) - return captures + }) + return captures }) } const resetProjectFiles = Effect.fn("Catalog.resetProjectFiles")(function* (driver: OpenCodeDriver.Driver) { const files = join(driver.artifacts, "files") - yield* Effect.promise(() => Promise.all([ - Bun.write(join(files, "fixture.txt"), "before\n"), - rm(join(files, "patched.txt"), { force: true }), - ])) + yield* Effect.promise(() => + Promise.all([Bun.write(join(files, "fixture.txt"), "before\n"), rm(join(files, "patched.txt"), { force: true })]), + ) }) function isCaptureId(value: string): value is CaptureId { @@ -339,9 +343,10 @@ function isCaptureId(value: string): value is CaptureId { } try { - const captured = options.workerOutput === undefined && variants.length > 1 && options.jobs > 1 - ? await captureVariantProcesses(options, variants) - : await Effect.runPromise(Effect.forEach(variants, captureVariant, { concurrency: 1 })) + const captured = + options.workerOutput === undefined && variants.length > 1 && options.jobs > 1 + ? await captureVariantProcesses(options, variants) + : await Effect.runPromise(Effect.forEach(variants, captureVariant, { concurrency: 1 })) const expectedIds = captured[0]?.map((capture) => capture.id) ?? [] for (const [index, variantCaptures] of captured.entries()) { const actualIds = variantCaptures.map((capture) => capture.id) @@ -349,14 +354,15 @@ try { throw new Error(`Variant ${variants[index]?.id ?? index} captured a different ordered screen set`) } } - const captures = captured[0]?.map((first) => ({ - id: first.id, - title: first.title, - category: first.category, - frames: captured.flatMap((variantCaptures) => - variantCaptures.filter((capture) => capture.id === first.id).map((capture) => capture.frame), - ) as [Capture["frame"], ...Array], - })) ?? [] + const captures = + captured[0]?.map((first) => ({ + id: first.id, + title: first.title, + category: first.category, + frames: captured.flatMap((variantCaptures) => + variantCaptures.filter((capture) => capture.id === first.id).map((capture) => capture.frame), + ) as [Capture["frame"], ...Array], + })) ?? [] if (options.flow !== undefined) { for (const capture of captures) { for (const frame of capture.frames) console.log(frame.src) @@ -401,26 +407,37 @@ async function captureVariantProcesses( let next = 0 const results = Array.from | undefined>({ length: planned.length }) - await Promise.all(Array.from({ length: Math.min(captureOptions.jobs, planned.length) }, async () => { - while (true) { - const index = next++ - const variant = planned[index] - if (!variant) return - const args = [ - process.execPath, - fileURLToPath(import.meta.url), - "--opencode", captureOptions.opencode, - "--revision", variant.revision, - "--theme", variant.theme ?? "default", - "--jobs", "1", - "--worker-output", output, - ] - const child = Bun.spawn(args, { cwd: fileURLToPath(new URL("..", import.meta.url)), stdout: "inherit", stderr: "inherit" }) - if (await child.exited !== 0) throw new Error(`Capture worker ${variant.id} failed`) - const result = await Bun.file(join(output, `${variant.id}.json`)).json() as { captures: Array } - results[index] = result.captures - } - })) + await Promise.all( + Array.from({ length: Math.min(captureOptions.jobs, planned.length) }, async () => { + while (true) { + const index = next++ + const variant = planned[index] + if (!variant) return + const args = [ + process.execPath, + fileURLToPath(import.meta.url), + "--opencode", + captureOptions.opencode, + "--revision", + variant.revision, + "--theme", + variant.theme ?? "default", + "--jobs", + "1", + "--worker-output", + output, + ] + const child = Bun.spawn(args, { + cwd: fileURLToPath(new URL("..", import.meta.url)), + stdout: "inherit", + stderr: "inherit", + }) + if ((await child.exited) !== 0) throw new Error(`Capture worker ${variant.id} failed`) + const result = (await Bun.file(join(output, `${variant.id}.json`)).json()) as { captures: Array } + results[index] = result.captures + } + }), + ) for (const variant of planned) { const target = join(stagingRoot, variant.id) @@ -444,16 +461,22 @@ async function prepareCaptureSets(options: ReturnType rm(path, { recursive: true, force: true })) + await command(["git", "worktree", "remove", "--force", path], options.opencode).catch(() => + rm(path, { recursive: true, force: true }), + ) } if (options.fresh || preparedRevision !== revision) { if (preparedRevision !== undefined) { - await command(["git", "worktree", "remove", "--force", path], options.opencode) - .catch(() => rm(path, { recursive: true, force: true })) + await command(["git", "worktree", "remove", "--force", path], options.opencode).catch(() => + rm(path, { recursive: true, force: true }), + ) } await mkdir(dirname(path), { recursive: true }) await command(["git", "worktree", "add", "--detach", path, revision], options.opencode) @@ -467,7 +490,7 @@ async function prepareCaptureSets(options: ReturnType 1), label: captureSetLabel(revision, theme), source: captureSource(options.opencode), revision, @@ -506,6 +529,6 @@ async function git(cwd: string, ...args: ReadonlyArray): Promise async function command(argv: ReadonlyArray, cwd: string): Promise { const process = Bun.spawn([...argv], { cwd, stdout: "pipe", stderr: "inherit" }) const output = await new Response(process.stdout).text() - if (await process.exited !== 0) throw new Error(`${argv.join(" ")} failed`) + if ((await process.exited) !== 0) throw new Error(`${argv.join(" ")} failed`) return output } diff --git a/apps/catalog/scripts/capture-sets.ts b/apps/catalog/scripts/capture-sets.ts index 570e7e8..5bc8484 100644 --- a/apps/catalog/scripts/capture-sets.ts +++ b/apps/catalog/scripts/capture-sets.ts @@ -50,8 +50,10 @@ export function parseCaptureOptions(args: ReadonlyArray, defaultOpenCode } } -export function captureSetId(revision: string, theme: string | undefined): string { - return theme === undefined ? revision.slice(0, 12).toLowerCase() : slug(theme) +export function captureSetId(revision: string, theme: string | undefined, includeRevision = false): string { + const revisionId = revision.slice(0, 12).toLowerCase() + if (theme === undefined) return revisionId + return includeRevision ? `${revisionId}-${slug(theme)}` : slug(theme) } export function captureSetLabel(revision: string, theme: string | undefined): string { @@ -79,7 +81,10 @@ export function captureSource(path: string): string { } function slug(value: string): string { - const result = value.toLowerCase().replace(/[^a-z0-9]+/g, "-").replace(/^-|-$/g, "") + const result = value + .toLowerCase() + .replace(/[^a-z0-9]+/g, "-") + .replace(/^-|-$/g, "") if (result === "") throw new Error(`Theme ${JSON.stringify(value)} cannot form a set ID`) return result } diff --git a/apps/catalog/scripts/generate-catalog.ts b/apps/catalog/scripts/generate-catalog.ts index fa69d78..294fcd8 100644 --- a/apps/catalog/scripts/generate-catalog.ts +++ b/apps/catalog/scripts/generate-catalog.ts @@ -6,7 +6,7 @@ import { CatalogBoundaryError, DriveManifest, FrameArtifact, type Frame } from " const manifestFile = new URL("../public/drive-captures.json", import.meta.url) const catalogFile = new URL("../public/catalog.json", import.meta.url) -const readManifest = Effect.fn("Catalog.readManifest")(function*() { +const readManifest = Effect.fn("Catalog.readManifest")(function* () { const json = yield* Effect.tryPromise({ try: () => Bun.file(manifestFile).text(), catch: (cause) => new CatalogBoundaryError({ boundary: "drive-captures.json", cause }), @@ -14,16 +14,10 @@ const readManifest = Effect.fn("Catalog.readManifest")(function*() { return yield* Schema.decodeUnknownEffect(Schema.fromJsonString(DriveManifest), { errors: "all", onExcessProperty: "error", - })(json).pipe( - Effect.mapError( - (cause) => new CatalogBoundaryError({ boundary: "drive-captures.json", cause }), - ), - ) + })(json).pipe(Effect.mapError((cause) => new CatalogBoundaryError({ boundary: "drive-captures.json", cause }))) }) -const validateCapture = Effect.fn("Catalog.validateCapture")(function*( - frame: Frame, -) { +const validateCapture = Effect.fn("Catalog.validateCapture")(function* (frame: Frame) { const json = yield* Effect.tryPromise({ try: async () => { const file = Bun.file(new URL(`../public/${frame.src}`, import.meta.url)) @@ -35,15 +29,11 @@ const validateCapture = Effect.fn("Catalog.validateCapture")(function*( const artifact = yield* Schema.decodeUnknownEffect(Schema.fromJsonString(FrameArtifact), { errors: "all", onExcessProperty: "error", - })(json).pipe( - Effect.mapError((cause) => new CatalogBoundaryError({ boundary: frame.src, cause })), - ) + })(json).pipe(Effect.mapError((cause) => new CatalogBoundaryError({ boundary: frame.src, cause }))) if (artifact.cols !== frame.cols || artifact.rows !== frame.rows) { return yield* new CatalogBoundaryError({ boundary: frame.src, - cause: new Error( - `Terminal frame is ${artifact.cols}x${artifact.rows}; expected ${frame.cols}x${frame.rows}`, - ), + cause: new Error(`Terminal frame is ${artifact.cols}x${artifact.rows}; expected ${frame.cols}x${frame.rows}`), }) } if (artifact.lines.length !== artifact.rows) { @@ -63,12 +53,16 @@ const validateCapture = Effect.fn("Catalog.validateCapture")(function*( } }) -const program = Effect.gen(function*() { +const program = Effect.gen(function* () { const manifest = yield* readManifest() - yield* Effect.forEach(manifest.captures.flatMap((capture) => capture.frames), validateCapture, { - concurrency: "unbounded", - discard: true, - }) + yield* Effect.forEach( + manifest.captures.flatMap((capture) => capture.frames), + validateCapture, + { + concurrency: "unbounded", + discard: true, + }, + ) const catalog = yield* compileCatalog(definition, manifest) yield* Effect.tryPromise({ try: () => Bun.write(catalogFile, `${JSON.stringify(catalog, undefined, 2)}\n`), diff --git a/apps/catalog/scripts/generate-og.ts b/apps/catalog/scripts/generate-og.ts new file mode 100644 index 0000000..b6cbde2 --- /dev/null +++ b/apps/catalog/scripts/generate-og.ts @@ -0,0 +1,209 @@ +/** + * Generates Open Graph cards for the catalog: one 1200x630 PNG per captured + * screen/theme pair plus a default card, written to dist/og. Runs after the + * production build so the images deploy as plain static assets. + */ +import { fileURLToPath } from "node:url" +import { GlobalFonts, createCanvas } from "@napi-rs/canvas" +import type { SKRSContext2D, Canvas } from "@napi-rs/canvas" +import { + CellHeight, + CellWidth, + DimAlpha, + FontSize, + StrikethroughOffset, + TextStyle, + UnderlineOffset, + baselineOffset, + drawBlockGlyph, +} from "opencode-drive/frame" + +const CardWidth = 1200 +const CardHeight = 630 +const Pad = 56 + +const FontStack = `"OpenCode Mono", "OpenCode Symbols", "OpenCode Symbols 2", "OpenCode Math"` + +const driveRoot = new URL("../../", Bun.pathToFileURL(Bun.resolveSync("opencode-drive/frame", import.meta.dir)).href) +for (const [file, family] of [ + ["commit-mono/CommitMono-400-Regular.otf", "OpenCode Mono"], + ["commit-mono/CommitMono-700-Regular.otf", "OpenCode Mono"], + ["commit-mono/CommitMono-400-Italic.otf", "OpenCode Mono"], + ["commit-mono/CommitMono-700-Italic.otf", "OpenCode Mono"], + ["noto/NotoSansSymbols.ttf", "OpenCode Symbols"], + ["noto/NotoSansSymbols2-Regular.ttf", "OpenCode Symbols 2"], + ["noto/NotoSansMath-Regular.ttf", "OpenCode Math"], +] as const) { + const path = fileURLToPath(new URL(`assets/fonts/${file}`, driveRoot)) + if (!GlobalFonts.registerFromPath(path, family)) throw new Error(`Failed to register OG font: ${path}`) +} + +interface FrameSpan { + readonly text: string + readonly fg: readonly [number, number, number, number] + readonly bg: readonly [number, number, number, number] + readonly attributes: number + readonly width: number +} + +interface FrameArtifact { + readonly cols: number + readonly rows: number + readonly lines: ReadonlyArray<{ readonly spans: ReadonlyArray }> +} + +function color([red, green, blue, alpha]: FrameSpan["fg"], opacity = 1) { + return `rgba(${red}, ${green}, ${blue}, ${(alpha / 255) * opacity})` +} + +/** Mirrors the browser canvas renderer in src/components/TerminalFrame.tsx. */ +function renderFrame(frame: FrameArtifact) { + const canvas = createCanvas(frame.cols * CellWidth, frame.rows * CellHeight) + const context = canvas.getContext("2d") + context.fillStyle = "#080808" + context.fillRect(0, 0, canvas.width, canvas.height) + context.textBaseline = "alphabetic" + context.textAlign = "center" + + frame.lines.forEach((line, row) => { + let column = 0 + line.spans.forEach((span) => { + const attributes = span.attributes & 0xff + const inverse = Boolean(attributes & TextStyle.inverse) + const hidden = Boolean(attributes & TextStyle.invisible) + const foreground = inverse ? span.bg : span.fg + const background = inverse ? span.fg : span.bg + const chars = [...span.text] + let remaining = span.width + + chars.forEach((char, index) => { + const cells = Math.max(1, remaining - (chars.length - index - 1)) + const x = column * CellWidth + const y = row * CellHeight + if (background[3]) { + context.fillStyle = color(background) + context.fillRect(x, y, cells * CellWidth, CellHeight) + } + if (!hidden && char.codePointAt(0) !== 0x0a00) { + context.fillStyle = color(foreground, attributes & TextStyle.dim ? DimAlpha : 1) + if (!drawBlockGlyph(context, char, x, y, cells)) { + const font = `${attributes & TextStyle.italic ? "italic " : ""}${attributes & TextStyle.bold ? "700 " : "400 "}${FontSize}px ${FontStack}` + context.font = font + context.fillText(char, x + (cells * CellWidth) / 2, y + baselineOffset(context, font), cells * CellWidth) + } + if (attributes & TextStyle.underline) context.fillRect(x, y + UnderlineOffset, cells * CellWidth, 1) + if (attributes & TextStyle.strikethrough) context.fillRect(x, y + StrikethroughOffset, cells * CellWidth, 1) + } + column += cells + remaining -= cells + }) + while (remaining-- > 0) { + if (background[3]) { + context.fillStyle = color(background) + context.fillRect(column * CellWidth, row * CellHeight, CellWidth, CellHeight) + } + column++ + } + }) + }) + return canvas +} + +function drawChrome(context: SKRSContext2D, kicker: string, title: string, chip: string) { + context.fillStyle = "#0a0a0a" + context.fillRect(0, 0, CardWidth, CardHeight) + + context.textAlign = "left" + context.textBaseline = "alphabetic" + context.font = `700 20px ${FontStack}` + context.fillStyle = "#6f6e69" + context.fillText(kicker.toUpperCase(), Pad, Pad + 16) + + context.font = `700 46px ${FontStack}` + context.fillStyle = "#ededed" + context.fillText(title, Pad - 2, Pad + 74, CardWidth - Pad * 2 - 220) + + if (chip !== "") { + context.font = `400 20px ${FontStack}` + const width = context.measureText(chip).width + 36 + const x = CardWidth - Pad - width + context.strokeStyle = "#2c2c2c" + context.lineWidth = 1 + context.beginPath() + context.roundRect(x, Pad + 38, width, 40, 20) + context.stroke() + context.fillStyle = "#9c9b96" + context.fillText(chip, x + 18, Pad + 65) + } +} + +/** Frame peeks from the bottom edge like a window, cropped by the card. */ +function drawFramePeek(context: SKRSContext2D, frame: Canvas) { + const top = 182 + const width = CardWidth - Pad * 2 + const scale = width / frame.width + const visible = CardHeight - top + const radius = 10 + + context.save() + context.beginPath() + context.roundRect(Pad, top, width, visible + radius, radius) + context.clip() + context.drawImage( + frame, + 0, + 0, + frame.width, + Math.min(frame.height, (visible + radius) / scale), + Pad, + top, + width, + Math.min(frame.height * scale, visible + radius), + ) + context.restore() + + context.strokeStyle = "#2c2c2c" + context.lineWidth = 2 + context.beginPath() + context.roundRect(Pad + 1, top + 1, width - 2, visible + radius, radius) + context.stroke() +} + +const root = new URL("../", import.meta.url) +const outDir = new URL("dist/og/", root) +const catalog = await Bun.file(new URL("dist/catalog.json", root)).json() + +const variants = catalog.variants as ReadonlyArray<{ id: string; label: string }> +const screens = catalog.screens as ReadonlyArray<{ + id: string + title: string + frames: ReadonlyArray<{ variantId: string; src: string }> +}> + +let generated = 0 +for (const screen of screens) { + for (const frame of screen.frames) { + const variant = variants.find((candidate) => candidate.id === frame.variantId) + if (!variant) continue + const artifact = (await Bun.file(new URL(frame.src, new URL("dist/", root))).json()) as FrameArtifact + const card = createCanvas(CardWidth, CardHeight) + const context = card.getContext("2d") + drawChrome(context, "OpenCode · Terminal Catalog", screen.title, variant.label) + drawFramePeek(context, renderFrame(artifact)) + await Bun.write(new URL(`${screen.id}--${variant.id}.png`, outDir), card.toBuffer("image/png")) + generated++ + } +} + +const home = screens.find((screen) => screen.id === "home") +const homeFrame = home?.frames.find((frame) => frame.variantId === variants[0]?.id) ?? home?.frames[0] +const card = createCanvas(CardWidth, CardHeight) +const context = card.getContext("2d") +drawChrome(context, "OpenCode", "Terminal Catalog", `${screens.length} screens · ${variants.length} themes`) +if (homeFrame) { + const artifact = (await Bun.file(new URL(homeFrame.src, new URL("dist/", root))).json()) as FrameArtifact + drawFramePeek(context, renderFrame(artifact)) +} +await Bun.write(new URL("default.png", outDir), card.toBuffer("image/png")) + +console.log(`generated ${generated + 1} Open Graph cards in dist/og`) diff --git a/apps/catalog/scripts/reproduce-state.ts b/apps/catalog/scripts/reproduce-state.ts index b9df011..4e0a526 100644 --- a/apps/catalog/scripts/reproduce-state.ts +++ b/apps/catalog/scripts/reproduce-state.ts @@ -6,7 +6,7 @@ import { OpenCodeDriver } from "opencode-drive" import { executableStates } from "../scenarios" import { catalogScenarioRuntime } from "../scenarios/runtime" -const defaultOpenCode = fileURLToPath(new URL("../../../../opencode-v2-latest/", import.meta.url)) +const defaultOpenCode = fileURLToPath(new URL("../../../../opencode/", import.meta.url)) const options = parseArgs(process.argv.slice(2)) const selected = executableStates.find((entry) => entry.address === options.address) @@ -16,18 +16,16 @@ if (!selected) { } await Effect.runPromise( - OpenCodeDriver.use( - catalogScenarioRuntime({ opencode: options.opencode, theme: options.theme }), - (driver) => selected.run(driver, () => Effect.gen(function* () { - const frame = yield* driver.ui.capture() - yield* Effect.promise(() => mkdir(dirname(options.output), { recursive: true })) - yield* Effect.promise(() => - Bun.write( - options.output, - `${JSON.stringify({ format: "opencode-terminal-frame-v1", ...frame })}\n`, - ), - ) - })), + OpenCodeDriver.use(catalogScenarioRuntime({ opencode: options.opencode, theme: options.theme }), (driver) => + selected.run(driver, () => + Effect.gen(function* () { + const frame = yield* driver.ui.capture() + yield* Effect.promise(() => mkdir(dirname(options.output), { recursive: true })) + yield* Effect.promise(() => + Bun.write(options.output, `${JSON.stringify({ format: "opencode-terminal-frame-v1", ...frame })}\n`), + ) + }), + ), ), ) diff --git a/apps/catalog/src/App.tsx b/apps/catalog/src/App.tsx index 976771e..b40e876 100644 --- a/apps/catalog/src/App.tsx +++ b/apps/catalog/src/App.tsx @@ -1,11 +1,5 @@ import { useEffect, useEffectEvent, useMemo, useReducer, useRef, useState } from "react" -import type { - BrowseMode, - Catalog, - Facet, - FacetSelections, - Taxonomy, -} from "./catalog" +import type { BrowseMode, Catalog, Facet, FacetSelections, Taxonomy } from "./catalog" import { buildFacetIndex, emptyFacetSelections, facetValues, filterFlows, filterScreens, frameFor } from "./catalog" import { CommandPalette } from "./components/CommandPalette" import { ContactSheet } from "./components/ContactSheet" @@ -114,7 +108,12 @@ function uiReducer(state: UiState, action: UiAction): UiState { gridFocusTick: state.gridFocusTick + 1, } case "clear-facets": - return { ...state, facets: emptyFacetSelections, selectedScreenId: undefined, gridFocusTick: state.gridFocusTick + 1 } + return { + ...state, + facets: emptyFacetSelections, + selectedScreenId: undefined, + gridFocusTick: state.gridFocusTick + 1, + } case "reset-view": return { ...state, @@ -165,9 +164,7 @@ function uiReducer(state: UiState, action: UiAction): UiState { gridFocusTick: state.viewerOpen ? state.gridFocusTick : state.gridFocusTick + 1, } case "toggle-palette": - return state.paletteOpen - ? uiReducer(state, { type: "close-palette" }) - : { ...state, paletteOpen: true } + return state.paletteOpen ? uiReducer(state, { type: "close-palette" }) : { ...state, paletteOpen: true } case "restore-location": return { ...state, @@ -218,8 +215,8 @@ export function App({ catalog }: AppProps) { if (index >= 0) return index const opencode = catalog.variants.findIndex((variant) => variant.id === "opencode") if (opencode >= 0) return opencode - const coverage = catalog.variants.map((variant) => - catalog.screens.filter((screen) => frameFor(screen, variant.id) !== undefined).length, + const coverage = catalog.variants.map( + (variant) => catalog.screens.filter((screen) => frameFor(screen, variant.id) !== undefined).length, ) return coverage.indexOf(Math.max(...coverage)) }) @@ -251,12 +248,13 @@ export function App({ catalog }: AppProps) { const flows = useMemo(() => filterFlows(catalog.flows, ui.query), [catalog.flows, ui.query]) const activeFlow = flows.find((flow) => flow.id === ui.activeFlowId) ?? flows[0] const viewerScreens = useMemo( - () => ui.mode === "flows" && activeFlow - ? activeFlow.steps.flatMap((step) => { - const screen = availableScreens.find((candidate) => candidate.id === step.screenId) - return screen ? [screen] : [] - }) - : screens, + () => + ui.mode === "flows" && activeFlow + ? activeFlow.steps.flatMap((step) => { + const screen = availableScreens.find((candidate) => candidate.id === step.screenId) + return screen ? [screen] : [] + }) + : screens, [activeFlow, availableScreens, screens, ui.mode], ) const selectedId = viewerScreens.some((screen) => screen.id === ui.selectedScreenId) @@ -322,8 +320,7 @@ export function App({ catalog }: AppProps) { searchRef.current?.focus() return } - const hasFilters = - taxonomyValues.length > 0 || Object.values(ui.facets).some((values) => values.length > 0) + const hasFilters = taxonomyValues.length > 0 || Object.values(ui.facets).some((values) => values.length > 0) if (event.key === "Escape" && (ui.query !== "" || hasFilters)) { event.preventDefault() dispatch({ type: "reset-view" }) @@ -337,29 +334,34 @@ export function App({ catalog }: AppProps) { }, []) useEffect(() => { - window.history.replaceState(null, "", catalogBrowseUrl({ - variantId: activeVariant.id, - mode: ui.mode, - query: ui.query, - screenLabels: ui.screenLabels, - uiElements: ui.uiElements, - surfaces: ui.facets.surface, - patterns: ui.facets.pattern, - features: ui.facets.feature, - states: ui.facets.state, - })) - }, [activeVariant.id, ui.facets, ui.mode, ui.query, ui.screenLabels, ui.uiElements]) - - useEffect(() => { - if (!ui.viewerOpen || !selectedScreen) return + if (ui.viewerOpen) return window.history.replaceState( null, "", + catalogBrowseUrl({ + variantId: activeVariant.id, + mode: ui.mode, + query: ui.query, + screenLabels: ui.screenLabels, + uiElements: ui.uiElements, + surfaces: ui.facets.surface, + patterns: ui.facets.pattern, + features: ui.facets.feature, + states: ui.facets.state, + }), + ) + }, [activeVariant.id, ui.facets, ui.mode, ui.query, ui.screenLabels, ui.uiElements, ui.viewerOpen]) + + useEffect(() => { + if (!ui.viewerOpen || !selectedScreen) return + const url = new URL( catalogDeepLink(selectedScreen.id, { flowId: ui.mode === "flows" ? activeFlow?.id : undefined, variantId: activeVariant.id, }), ) + if (window.location.hash.startsWith("#annotations=")) url.hash = window.location.hash + window.history.replaceState(null, "", url) }, [activeVariant.id, activeFlow?.id, selectedScreen, ui.mode, ui.viewerOpen]) useEffect(() => { @@ -375,12 +377,8 @@ export function App({ catalog }: AppProps) { useEffect(() => { const restore = () => { const location = readCatalogLocation(new URL(window.location.href)) - const screenId = catalog.screens.some((screen) => screen.id === location.screenId) - ? location.screenId - : undefined - const flowId = catalog.flows.some((flow) => flow.id === location.flowId) - ? location.flowId - : undefined + const screenId = catalog.screens.some((screen) => screen.id === location.screenId) ? location.screenId : undefined + const flowId = catalog.flows.some((flow) => flow.id === location.flowId) ? location.flowId : undefined const nextVariant = catalog.variants.findIndex((variant) => variant.id === location.variantId) if (nextVariant >= 0) setVariantIndex(nextVariant) const mode = flowId @@ -424,7 +422,14 @@ export function App({ catalog }: AppProps) { onQuery={(query) => dispatch({ type: "search", query })} onClearSearch={() => dispatch({ type: "clear-search" })} onOpenPalette={() => dispatch({ type: "open-palette" })} - onVariantSelect={(id) => setVariantIndex(Math.max(0, catalog.variants.findIndex((variant) => variant.id === id)))} + onVariantSelect={(id) => + setVariantIndex( + Math.max( + 0, + catalog.variants.findIndex((variant) => variant.id === id), + ), + ) + } /> {ui.mode !== "flows" ? ( <> @@ -479,10 +484,11 @@ export function App({ catalog }: AppProps) { {ui.viewerOpen && selectedScreen ? ( setVariantIndex(Math.max(0, catalog.variants.findIndex((variant) => variant.id === id)))} + onVariantSelect={(id) => + setVariantIndex( + Math.max( + 0, + catalog.variants.findIndex((variant) => variant.id === id), + ), + ) + } onFacet={(filter) => dispatch({ type: "toggle-facet", ...filter })} onTaxonomy={(taxonomy, value) => dispatch({ type: "toggle-taxonomy", taxonomy, value })} /> diff --git a/apps/catalog/src/annotations.ts b/apps/catalog/src/annotations.ts new file mode 100644 index 0000000..e7fe01e --- /dev/null +++ b/apps/catalog/src/annotations.ts @@ -0,0 +1,82 @@ +export interface Annotation { + readonly id: string + readonly row: number + readonly column: number + readonly note: string +} + +export interface AnnotationDocument { + readonly version: 1 + readonly identifier: string + readonly variant: string + readonly annotations: ReadonlyArray +} + +const FragmentKey = "annotations" +const MaxAnnotations = 24 +const MaxNoteLength = 2_000 + +export function annotationUrl(deepLink: string, document: AnnotationDocument) { + const url = new URL(deepLink) + url.hash = `${FragmentKey}=${encode(document)}` + return url.href +} + +export function readAnnotations(url: URL, identifier: string, variant: string): ReadonlyArray { + const params = new URLSearchParams(url.hash.slice(1)) + const encoded = params.get(FragmentKey) + if (!encoded) return [] + const value = decode(encoded) + if (!isDocument(value) || value.identifier !== identifier || value.variant !== variant) return [] + return value.annotations +} + +export function readAnnotationDraft(value: string): ReadonlyArray { + try { + const annotations: unknown = JSON.parse(value) + return isAnnotations(annotations) ? annotations : [] + } catch { + return [] + } +} + +function encode(value: AnnotationDocument) { + const bytes = new TextEncoder().encode(JSON.stringify(value)) + return btoa(Array.from(bytes, (byte) => String.fromCharCode(byte)).join("")) + .replaceAll("+", "-") + .replaceAll("/", "_") + .replace(/=+$/, "") +} + +function decode(value: string): unknown { + try { + const binary = atob(value.replaceAll("-", "+").replaceAll("_", "/")) + return JSON.parse(new TextDecoder().decode(Uint8Array.from(binary, (character) => character.charCodeAt(0)))) + } catch { + return undefined + } +} + +function isDocument(value: unknown): value is AnnotationDocument { + if (!value || typeof value !== "object") return false + const document = value as Partial + if (document.version !== 1 || typeof document.identifier !== "string" || typeof document.variant !== "string") + return false + return isAnnotations(document.annotations) +} + +function isAnnotations(value: unknown): value is ReadonlyArray { + if (!Array.isArray(value) || value.length > MaxAnnotations) return false + return value.every( + (annotation) => + annotation && + typeof annotation === "object" && + typeof annotation.id === "string" && + Number.isInteger(annotation.row) && + annotation.row >= 0 && + Number.isInteger(annotation.column) && + annotation.column >= 0 && + typeof annotation.note === "string" && + annotation.note.length <= MaxNoteLength, + ) +} diff --git a/apps/catalog/src/base-path.ts b/apps/catalog/src/base-path.ts new file mode 100644 index 0000000..4a08b99 --- /dev/null +++ b/apps/catalog/src/base-path.ts @@ -0,0 +1,3 @@ +export function catalogBasePath() { + return window.location.pathname.startsWith("/lab/catalog") ? "/lab/catalog/" : "/" +} diff --git a/apps/catalog/src/catalog.ts b/apps/catalog/src/catalog.ts index 01f4d64..6024160 100644 --- a/apps/catalog/src/catalog.ts +++ b/apps/catalog/src/catalog.ts @@ -23,7 +23,17 @@ export function frameFor(screen: Screen, variantId: string): Frame | undefined { return screen.frames.find((frame) => frame.variantId === variantId) } -const rendererFamilies = ["notification", "shell", "patch", "read", "web", "search", "question", "subagent", "assistant"] +const rendererFamilies = [ + "notification", + "shell", + "patch", + "read", + "web", + "search", + "question", + "subagent", + "assistant", +] export function screenFamily(screen: Screen): string { return rendererFamilies.find((family) => screen.features.includes(family)) ?? screen.category @@ -104,13 +114,7 @@ export function filterScreens( } if (needle === "") return true - return [ - screen.title, - screen.category, - ...screen.tags, - ...screen.screenLabels, - ...screen.uiElements, - ] + return [screen.title, screen.category, ...screen.tags, ...screen.screenLabels, ...screen.uiElements] .join(" ") .toLowerCase() .includes(needle) diff --git a/apps/catalog/src/components/AnnotationEditor.tsx b/apps/catalog/src/components/AnnotationEditor.tsx new file mode 100644 index 0000000..a787335 --- /dev/null +++ b/apps/catalog/src/components/AnnotationEditor.tsx @@ -0,0 +1,185 @@ +import { useEffect, useRef, useState } from "react" +import type { Annotation } from "../annotations" + +interface AnnotationEditorProps { + readonly cols: number + readonly rows: number + readonly annotations: ReadonlyArray + readonly onAdd: (row: number, column: number, note: string) => void + readonly onChange: (id: string, note: string) => void + readonly onDelete: (id: string) => void + readonly issueLink: string + readonly onDone: () => void +} + +interface Draft { + readonly id?: string + readonly row: number + readonly column: number + readonly note: string +} + +export function AnnotationEditor(props: AnnotationEditorProps) { + const [draft, setDraft] = useState() + const textareaRef = useRef(null) + const complete = props.annotations.filter((annotation) => annotation.note.trim() !== "") + + useEffect(() => { + if (!draft) return + const frame = requestAnimationFrame(() => { + textareaRef.current?.focus() + textareaRef.current?.setSelectionRange(draft.note.length, draft.note.length) + }) + return () => cancelAnimationFrame(frame) + }, [draft?.id, draft?.row, draft?.column]) + + const save = () => { + if (!draft?.note.trim()) return + if (draft.id) props.onChange(draft.id, draft.note.trim()) + else props.onAdd(draft.row, draft.column, draft.note.trim()) + setDraft(undefined) + } + + const edit = (annotation: Annotation) => + setDraft({ id: annotation.id, row: annotation.row, column: annotation.column, note: annotation.note }) + + return ( + <> +
{ + if (event.target !== event.currentTarget) return + const bounds = event.currentTarget.getBoundingClientRect() + const column = Math.min( + props.cols - 1, + Math.max(0, Math.floor(((event.clientX - bounds.left) / bounds.width) * props.cols)), + ) + const row = Math.min( + props.rows - 1, + Math.max(0, Math.floor(((event.clientY - bounds.top) / bounds.height) * props.rows)), + ) + setDraft({ row, column, note: "" }) + }} + > + {props.annotations.map((annotation, index) => ( + + ))} + {draft ? ( +
props.rows / 2 ? " above" : ""}`} + style={{ + left: `clamp(9rem, ${((draft.column + 0.5) / props.cols) * 100}%, calc(100% - 9rem))`, + top: `${((draft.row + 0.5) / props.rows) * 100}%`, + }} + onPointerDown={(event) => event.stopPropagation()} + > +
+ {draft.id ? "Edit annotation" : "New annotation"} + + R{draft.row + 1} · C{draft.column + 1} + +
+