Agent image attachments, Seedance multi-ref, browser-wallet pay, web deploy#1
Open
KillerQueen-Z wants to merge 1 commit into
Open
Agent image attachments, Seedance multi-ref, browser-wallet pay, web deploy#1KillerQueen-Z wants to merge 1 commit into
KillerQueen-Z wants to merge 1 commit into
Conversation
…, web deploy - Media Agent: image attachments (paste / upload) as vision input to the agent - Seedance 2.0: omni multi-reference mode (first/last ⇄ references toggle) and paste-to-reference in the prompt bar - Browser-wallet payment (web build): client-side x402 with the visitor's own wallet (wagmi + viem), transparent /api/gw gateway proxy, Connect Wallet button. Desktop keeps the local-wallet backend (VITE_PAYMENT_MODE switch). Phase 1 = image / video / music; the AI agent's paid tools stay backend. - Single-container deploy: server.mjs serves the built SPA + reads PORT/HOST; Dockerfile + .dockerignore + scripts/deploy.sh (Cloud Run) - Branding: cute Franklin avatar (sidebar / settings / projects / favicon)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
reference_image_urls; this wires the UI.)/api/gwgateway proxy, with a Connect Wallet button. Desktop keeps the local-wallet backend — switched byVITE_PAYMENT_MODE. Phase 1 = image / video / music; the AI agent's paid tools still go through the backend (phase 2).server.mjsnow serves the built SPA + readsPORT/HOST; addsDockerfile,.dockerignore,scripts/deploy.sh(Cloud Run).VITE_PAYMENT_MODE=browserbaked in the Docker build.Notes
wagmi,viem,@tanstack/react-query,@fontsource/poppins? (no — fonts are franklin-run/desktop). Canvas adds wagmi/viem/react-query.npm run typecheck✅,VITE_PAYMENT_MODE=browser npm run build✅, single-container serve smoke-tested locally.