mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
14 lines
641 B
YAML
14 lines
641 B
YAML
# The authoring lane drives the location affordance. A real desktop open
|
|
# would pop a file manager on the machine running the tests and the
|
|
# capability itself is platform-detected (macOS yes, headless Linux CI no),
|
|
# so both native-open owners are pinned headless: `hasDocument` is false everywhere and
|
|
# `openDocument` answers the directory as text — the same branch on every
|
|
# host, and the one whose rendering a golden can hold. A patch replaces the
|
|
# row's complete config, so the shipped routing defaults ride along.
|
|
- id: session-controller
|
|
config:
|
|
nativeOpen: false
|
|
- id: settings-controller
|
|
config:
|
|
nativeOpen: false
|