deepv-code 1.0.193 → 1.0.195
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 +7 -0
- package/bundle/dvcode.js +95 -95
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,6 +65,13 @@ npm run package # 打包为 .vsix 文件
|
|
|
65
65
|
- 🧩 **使用 dvcode 自我开发,效果最佳,因为项目内有DEEPV.md为模型约定了开发规范。由 dvcode的斜杠命令 /init 生成,可定义重新执行。推荐用Haiku4.5模型生成。
|
|
66
66
|
---
|
|
67
67
|
|
|
68
|
+
## 📄 白皮书
|
|
69
|
+
|
|
70
|
+
深入了解 DeepV Code 的架构设计、核心能力和技术创新:
|
|
71
|
+
- 📖 **[DeepV Code 白皮书](./DeepV_Code_Whitepaper.md)** - 完整的产品和技术文档
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
68
75
|
## 🤝 一起构建未来
|
|
69
76
|
|
|
70
77
|
💬 **DeepV Code** 相信:
|