deepv-code 1.0.288 → 1.0.289

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.md CHANGED
@@ -338,6 +338,7 @@ dvcode --session abc123
338
338
  |:---|:---|
339
339
  | `/help` | 显示帮助信息和快速入门指南 |
340
340
  | `/help-ask` | AI 智能帮助助手,解答使用问题 |
341
+ | `/issue <描述>` | 提交 GitHub Issue(自动附带错误日志) |
341
342
  | `/quit` 或 `/exit` | 退出应用,显示会话统计 |
342
343
 
343
344
  ### 会话与模型
@@ -755,15 +756,15 @@ DeepV Code 支持配置 OpenAI 兼容格式和 Anthropic Claude API 格式的自
755
756
 
756
757
  ### 快速配置
757
758
 
758
- #### 方式一:使用配置向导(推荐)
759
+ #### 方式一:使用模型管理界面(推荐)
759
760
 
760
761
  在 CLI 中输入:
761
762
 
762
763
  ```bash
763
- /add-model
764
+ /model
764
765
  ```
765
766
 
766
- 按照向导提示填写:
767
+ 然后选择 **"Model Management"**(模型管理)选项,按向导提示填写:
767
768
  1. 选择提供商类型(OpenAI Compatible / Anthropic Claude)
768
769
  2. 输入显示名称
769
770
  3. 输入 API 基础 URL
@@ -511,6 +511,17 @@ set ANTHROPIC_API_KEY=sk-ant-your-key-here
511
511
 
512
512
  ---
513
513
 
514
+ ### `/issue` - 提交 Issue 反馈
515
+ 快速提交 GitHub Issue,并自动附加当前会话的错误日志(已脱敏)。
516
+
517
+ **用法:** `/issue <问题描述>`
518
+
519
+ **说明:**
520
+ - 会自动打开 GitHub Issue 页面
521
+ - 仅附带 error 日志,敏感内容将以 `*` 脱敏
522
+
523
+ ---
524
+
514
525
  ### `/init` - 初始化项目上下文
515
526
  自动分析项目并生成 `DEEPV.md` 文件,提供项目上下文。
516
527
 
@@ -1280,6 +1291,17 @@ set ANTHROPIC_API_KEY=sk-ant-your-key-here
1280
1291
 
1281
1292
  ---
1282
1293
 
1294
+ ### `/issue` - 提交 Issue 反馈
1295
+ 快速提交 GitHub Issue,并自动附加当前会话的错误日志(已脱敏)。
1296
+
1297
+ **用法:** `/issue <问题描述>`
1298
+
1299
+ **说明:**
1300
+ - 会自动打开 GitHub Issue 页面
1301
+ - 仅附带 error 日志,敏感内容将以 `*` 脱敏
1302
+
1303
+ ---
1304
+
1283
1305
  ### `/init` - 初始化项目上下文
1284
1306
  自动分析项目并生成 `DEEPV.md` 文件,提供项目上下文。
1285
1307