Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions FORK.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ This repository is a fork of `pingdotgg/t3code`. Keep this file focused on fork

- Provider sessions use a shared launch environment pipeline instead of ad hoc environment assembly.

### Preview Iframes

- Preview annotations and MCP automation include nested iframes in the same browser surface.

### Base Path And Remote URLs

- The fork includes base-path handling for served web assets and remote URL normalization.
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src/preview/AnnotationStyles.generated.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/desktop/src/preview/GuestProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export const START_PICK_CHANNEL = "preview:start-pick";
export const CANCEL_PICK_CHANNEL = "preview:cancel-pick";
export const ELEMENT_PICKED_CHANNEL = "preview:element-picked";
export const ANNOTATION_CAPTURED_CHANNEL = "preview:annotation-captured";
export const ANNOTATION_SELECTION_CLAIMED_CHANNEL = "preview:annotation-selection-claimed";
export const ANNOTATION_THEME_CHANNEL = "preview:annotation-theme";
export const HUMAN_INPUT_CHANNEL = "preview:human-input";
Loading
Loading