Skip to content

feat: add typed WebView navigation command - #291

Open
marcusschiesser wants to merge 15 commits into
vercel-labs:mainfrom
marcusschiesser:codex/typed-webview-navigation
Open

feat: add typed WebView navigation command#291
marcusschiesser wants to merge 15 commits into
vercel-labs:mainfrom
marcusschiesser:codex/typed-webview-navigation

Conversation

@marcusschiesser

Copy link
Copy Markdown
Contributor

Closes #290

Adds Cmd.navigateWebView(label, url) for TypeScript cores, including the generated facade wire encoder, runtime decoder, fake/replay mirror, and UiApp binding through the existing WebView validation and navigation policy path.

Validation:

  • zig build test-desktop-runtime-core (focused runtime suite)
  • zig build sidecar-conformance
  • npm test in packages/core (107/108; existing docs-terminal sample failure)
  • scripts/gate.sh fast is blocked by existing workspace/environment failures outside this focused change.

@vercel

vercel Bot commented Aug 7, 2026

Copy link
Copy Markdown

@marcusschiesser is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

@marcusschiesser
marcusschiesser marked this pull request as ready for review August 7, 2026 19:23
@marcusschiesser
marcusschiesser marked this pull request as draft August 7, 2026 20:01
@marcusschiesser
marcusschiesser force-pushed the codex/typed-webview-navigation branch from 2c75e57 to f7651e0 Compare August 7, 2026 20:17
@marcusschiesser
marcusschiesser marked this pull request as ready for review August 7, 2026 20:25
@marcusschiesser

Copy link
Copy Markdown
Contributor Author

See #292 for an example that compares two coding agent outputs in child web views.

Comment thread src/runtime/ts_core_host.zig Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add typed Cmd.navigateWebView for TypeScript cores

1 participant