mirror of
https://github.com/TommyFang2077/dsh-desktop.git
synced 2026-08-17 09:06:36 +08:00
revert: drop the AgentRQ plugin from the desktop shell
It is a remote human-in-the-loop task queue with per-workspace tokens, not a chat-native dsh plugin. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -63,21 +63,14 @@ class BundledAttributionTests(unittest.TestCase):
|
||||
self.assertIn("https://github.com/deepseek-ai/deepseek-harness", text)
|
||||
self.assertIn("https://github.com/liustack/modlens", text)
|
||||
self.assertIn("https://github.com/xiaobright/dsh-anchored-standard", text)
|
||||
self.assertIn("https://github.com/agentrq/agentrq", text)
|
||||
self.assertIn("0.1.0-rc.6", text)
|
||||
self.assertIn("3.16.6", text)
|
||||
self.assertIn("0.2.1", text)
|
||||
self.assertIn("ffb845c5480adc953392a6db6f8a98ede621174b", text)
|
||||
self.assertIn("dsh-desktop-vision", text)
|
||||
self.assertIn("dsh-plugin", readme)
|
||||
self.assertIn("带上眼睛", readme)
|
||||
self.assertIn("+8%", readme)
|
||||
self.assertIn("AGENTRQ_VERSION", (ROOT / "Makefile").read_text(encoding="utf-8"))
|
||||
self.assertIn("../plugins/agentrq/", (ROOT / "src-tauri" / "tauri.conf.json").read_text(encoding="utf-8"))
|
||||
self.assertNotIn("### 6. 零工具锚定式标准预设", readme)
|
||||
self.assertTrue((ROOT / "docs" / "licenses" / "modlens.LICENSE").is_file())
|
||||
self.assertTrue((ROOT / "docs" / "licenses" / "agentrq.LICENSE").is_file())
|
||||
self.assertTrue((ROOT / "plugins" / "agentrq" / "lib" / "index.js").is_file())
|
||||
self.assertTrue(
|
||||
(ROOT / "docs" / "licenses" / "dsh-anchored-standard.NOTICE").is_file()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user