Skip to content

--profile flag doesn't work #207

@janowak

Description

@janowak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions