@yejiming/dsh-data-agent 0.1.3 → 0.1.4

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.en.md CHANGED
@@ -11,6 +11,8 @@
11
11
   
12
12
  <a href="https://dshfind.com/en/plugins/omdsh-dev/dsh-data-agent?ref=badge"><img src="https://dshfind.com/api/badge/omdsh-dev/dsh-data-agent" alt="dshfind badge"></a>
13
13
  &nbsp;
14
+ <a href="https://dshfind.com/en/plugins/omdsh-dev/dsh-data-agent?ref=badge"><img src="https://dshfind.com/api/badge/omdsh-dev/dsh-data-agent?metric=downloads" alt="dshfind downloads"></a>
15
+ &nbsp;
14
16
  <img src="https://img.shields.io/github/stars/omdsh-dev/dsh-data-agent?style=flat-square" alt="Stars">
15
17
  &nbsp;
16
18
  <img src="https://img.shields.io/npm/v/@yejiming%2Fdsh-data-agent?style=flat-square&label=npm" alt="npm">
@@ -72,7 +74,7 @@ Start the Web console, create a new session, and select **"Data Mode"**:
72
74
  ```bash
73
75
  dsh --profile web
74
76
  ```
75
- 1. Click the **Database icon** in the top-right of the composer, then fill in your connection details (supports connection testing);
77
+ 1. On the New Session screen, click **Connection Settings** beside **Data Mode**; after the session opens, you can use the **Database icon** in the top-right of the composer. Fill in your connection details in the same workbench (supports connection testing);
76
78
  2. Once connected, ask your business analysis question directly in the chat box;
77
79
  3. Ask follow-up questions to drill down deeper based on preliminary conclusions.
78
80
 
package/README.md CHANGED
@@ -11,6 +11,8 @@
11
11
  &nbsp;
12
12
  <a href="https://dshfind.com/zh/plugins/omdsh-dev/dsh-data-agent?ref=badge"><img src="https://dshfind.com/api/badge/omdsh-dev/dsh-data-agent?lang=zh" alt="dshfind 小标"></a>
13
13
  &nbsp;
14
+ <a href="https://dshfind.com/zh/plugins/omdsh-dev/dsh-data-agent?ref=badge"><img src="https://dshfind.com/api/badge/omdsh-dev/dsh-data-agent?metric=downloads&lang=zh" alt="dshfind 下载量"></a>
15
+ &nbsp;
14
16
  <img src="https://img.shields.io/github/stars/omdsh-dev/dsh-data-agent?style=flat-square" alt="Stars">
15
17
  &nbsp;
16
18
  <img src="https://img.shields.io/npm/v/@yejiming%2Fdsh-data-agent?style=flat-square&label=npm" alt="npm">
@@ -72,7 +74,7 @@ dsh plugin --profile dsh-tui add @yejiming/dsh-data-agent
72
74
  ```bash
73
75
  dsh --profile web
74
76
  ```
75
- 1. 点击输入框右上角的 **数据库图标**,在弹出的工作台中填写连接信息(支持测试连接);
77
+ 1. 在新会话页点击 **「数据模式」** 旁的 **「连接配置」**,或进入会话后点击输入框右上角的 **数据库图标**,在弹出的工作台中填写连接信息(支持测试连接);
76
78
  2. 连接成功后,直接在对话框中用自然语言提出你的业务分析问题;
77
79
  3. 根据初步结论继续追问,AI 会沿着上下文层层下钻深挖。
78
80
 
@@ -50,6 +50,7 @@
50
50
  "POST query"
51
51
  ],
52
52
  "webSlots": [
53
+ "conversation.hero.agentPreset",
53
54
  "conversation.input.right",
54
55
  "tool.call.toolview"
55
56
  ],
package/dsh-plugin.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "manifestVersion": "0.15",
4
4
  "id": "io.github.omdsh-dev.dsh-data-agent",
5
5
  "name": "DSH Data Agent",
6
- "version": "0.1.3",
6
+ "version": "0.1.4",
7
7
  "facets": {
8
8
  "host": {
9
9
  "entry": "lib/ecosystem.js",