Skip to content

Conversation

@yury-s
Copy link
Member

@yury-s yury-s commented Jan 27, 2026

@yury-s yury-s force-pushed the mcp-cli-extension-arg branch from 30288f2 to 9c79d3e Compare January 27, 2026 02:14
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@yury-s yury-s force-pushed the mcp-cli-extension-arg branch 2 times, most recently from facc044 to 749961c Compare January 28, 2026 00:05
@yury-s yury-s force-pushed the mcp-cli-extension-arg branch from 749961c to 1fe7a7f Compare January 28, 2026 00:20
@github-actions

This comment has been minimized.

const defaultDaemonConfig = (cliOptions: CLIOptions) => mergeConfig(defaultConfig, {
browser: {
userDataDir: '<daemon-data-dir>',
userDataDir: cliOptions.extension ? undefined : '<daemon-data-dir>', // Use default user profile with extension.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do this in the client btw

@yury-s yury-s merged commit 51b1d43 into microsoft:main Jan 28, 2026
5 of 6 checks passed
@yury-s yury-s deleted the mcp-cli-extension-arg branch January 28, 2026 00:56
@github-actions
Copy link
Contributor

Test results for "MCP"

15 failed
❌ [chrome] › mcp/http.spec.ts:263 › http transport shared context @mcp-macos-15
❌ [chrome] › mcp/launch.spec.ts:21 › test reopen browser @mcp-macos-15
❌ [chromium] › mcp/cli.spec.ts:149 › core › dialog-accept @mcp-macos-15
❌ [chromium] › mcp/cli.spec.ts:209 › keyboard › press @mcp-macos-15
❌ [chromium] › mcp/cli.spec.ts:218 › keyboard › keydown keyup @mcp-macos-15
❌ [chromium] › mcp/cli.spec.ts:265 › save as › screenshot @mcp-macos-15
❌ [chromium] › mcp/cli.spec.ts:280 › save as › screenshot --full-page @mcp-macos-15
❌ [chromium] › mcp/cli.spec.ts:426 › session › session-stop named session @mcp-macos-15
❌ [chromium] › mcp/core.spec.ts:158 › browser_resize @mcp-macos-15
❌ [chromium] › mcp/launch.spec.ts:21 › test reopen browser @mcp-macos-15
❌ [chromium] › mcp/launch.spec.ts:79 › persistent context @mcp-macos-15
❌ [chromium] › mcp/planner.spec.ts:131 › planner_setup_page with dependencies @mcp-macos-15
❌ [chromium] › mcp/test-debug.spec.ts:48 › test_debug (pause/resume) @mcp-macos-15
❌ [firefox] › mcp/cli.spec.ts:315 › devtools › console --clear @mcp-macos-15
❌ [webkit] › mcp/planner.spec.ts:69 › planner_setup_page seed resolution @mcp-macos-15

3444 passed, 116 skipped


Merge workflow run.

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.

2 participants