-
Notifications
You must be signed in to change notification settings - Fork 976
Open
Description
I tried playing with it and it doesn't persist the profile at all.
Claude tho is pointing out this problem:
│ In src/protocol.ts, the launchSchema (lines 11-48) is missing the profile field: │
│ │
│ const launchSchema = baseCommandSchema.extend({ │
│ action: z.literal('launch'), │
│ headless: z.boolean().optional(), │
│ // ... other fields ... │
│ userAgent: z.string().optional(), │
│ provider: z.string().optional(), │
│ // MISSING: profile: z.string().optional(), │
│ }); │
seems legit
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels