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:
2026-08-16 12:36:04 +08:00
parent 73cb4cec60
commit d6f5359873
19 changed files with 16836 additions and 160 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "agentrq",
"version": "0.2.1",
"private": true,
"description": "AgentRQ task manager for DeepSeek Harness: create, manage, and auto-pull AgentRQ tasks without leaving the harness",
"keywords": [
"dsh-plugin",
@@ -12,7 +13,7 @@
"homepage": "https://github.com/TommyFang2077/dsh-desktop/tree/main/plugins/agentrq",
"repository": {
"type": "git",
"url": "git+https://github.com/agentrq/agentrq.git",
"url": "git+https://github.com/TommyFang2077/dsh-desktop.git",
"directory": "plugins/agentrq"
},
"license": "Apache-2.0",