moondesk 0.11.5 → 0.11.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/skills/browser/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -192,7 +192,7 @@ Use `run_command` for short work. Use `start_command` + `poll_command` for build
|
|
|
192
192
|
|
|
193
193
|
Workspace `AGENTS.md` instructions take priority.
|
|
194
194
|
|
|
195
|
-
On macOS Terminal.app,
|
|
195
|
+
On macOS, MoonDesk keeps your existing terminal profile instead of installing or forcing its own. Older Apple Terminal versions without reliable truecolor support use a stable 256-color compatibility palette for theme and ClippyMoon rendering; Terminal.app 2.15+ and other truecolor-capable terminals keep full RGB output. When upgrading from older MoonDesk versions, a tab still using the legacy `MoonDesk` Terminal.app profile is restored to your Terminal default settings. Set `MOONDESK_SKIP_MACOS_TERMINAL_PROFILE=1` only if you want to skip that legacy-profile migration.
|
|
196
196
|
|
|
197
197
|
</details>
|
|
198
198
|
|
package/package.json
CHANGED
package/skills/browser/SKILL.md
CHANGED
|
@@ -79,4 +79,4 @@ Prefer the CLI for orchestration, but return to `view_page` whenever the task re
|
|
|
79
79
|
- `moondesk browser` is a lightweight localhost client to the running MoonDesk host. It does not own a separate browser process; independent shell commands share the same MoonDesk-owned agent-browser session as MCP.
|
|
80
80
|
- ReadOnly mode permits inspection commands only; navigation, JavaScript execution, interaction, uploads, resizing, and other state-changing browser commands are blocked.
|
|
81
81
|
- Treat `evaluate_script` as code execution in the currently selected page. Use it only when needed and keep the function narrowly scoped.
|
|
82
|
-
- Browser file paths are local machine paths.
|
|
82
|
+
- Browser file paths are local machine paths. Relative input paths stay inside the active workspace. Browser-only mode keeps browser inputs workspace-scoped. When Computer tools are also enabled (`Both` mode), an explicit absolute input-file path (for example, `upload_file`) may reference another regular file readable by the MoonDesk user; MoonDesk stages a private copy before Chromium sees it. Input directories and file-producing/output paths remain workspace-bound.
|