@iniesta8888/agent-live-dsh-adapter 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +12 -1
package/README.md CHANGED
@@ -12,6 +12,16 @@ DSH remains responsible for prompts, stop, model selection and approvals. The
12
12
  View observes the current Session only. Unmounting the View destroys its
13
13
  sandboxed render document, animation loop and in-memory event journal.
14
14
 
15
+ ## Install
16
+
17
+ ```bash
18
+ dsh plugin --profile web add @iniesta8888/agent-live-dsh-adapter
19
+ dsh plugin --profile web install
20
+ dsh web
21
+ ```
22
+
23
+ Open a session, then select the `Agent Live` conversation view.
24
+
15
25
  ## Development
16
26
 
17
27
  ```bash
package/package.json CHANGED
@@ -1,7 +1,18 @@
1
1
  {
2
2
  "name": "@iniesta8888/agent-live-dsh-adapter",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Agent Live native conversation view for DeepSeek Harness",
5
+ "keywords": ["dsh-plugin", "deepseek-harness", "coding-agent", "agent-live", "pixel-office"],
6
+ "author": "ssssnail",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/ssssnail/agent-live.git",
10
+ "directory": "plugins/agent-live/dsh"
11
+ },
12
+ "homepage": "https://github.com/ssssnail/agent-live#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/ssssnail/agent-live/issues"
15
+ },
5
16
  "type": "module",
6
17
  "main": "lib/index.js",
7
18
  "types": "lib/types/dsh/src/index.d.ts",