mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
fix: ship a loadable AgentRQ bundle that stays idle without a workspace URL
The first integration copied sources without lib/, skipped packaging paths, and could fail the default web profile when url was unset. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
# The @agentrq/dsh-plugin-agentrq bundle patch. Applied when a profile lists
|
||||
# this bundle, over whatever earlier layers (normally @deepseek-ai/dsh-base)
|
||||
# already contributed.
|
||||
# The agentrq bundle patch. Applied when a profile lists this bundle.
|
||||
#
|
||||
# One row, one endpoint. The plugin mounts @deepseek-ai/dsh-mcp-client itself as
|
||||
# a child fiber, so the workspace URL is configured once and the bridge shares
|
||||
# this row's lifetime. Everything else has a schema default.
|
||||
#
|
||||
# `url` falls back to AGENTRQ_WORKSPACE_MCP_URL, which suits a container or CI
|
||||
# job. For an interactive install, pin the endpoint in the profile's own
|
||||
# cordis.patch.yml instead: that layer is applied after this one, and dsh
|
||||
# watches it, so an edit takes effect without a restart.
|
||||
# `url` falls back to AGENTRQ_WORKSPACE_MCP_URL. An empty/missing value leaves
|
||||
# the plugin idle so the default web profile can ship the bundle without a
|
||||
# workspace. Pin the endpoint in the profile's own cordis.patch.yml to enable
|
||||
# it: that layer is applied after this one, and dsh watches it.
|
||||
|
||||
- insert:
|
||||
- id: agentrq
|
||||
|
||||
Reference in New Issue
Block a user