devchain-cli 0.8.0 → 0.8.2
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/dist/server/templates/dev-loop.json +148 -96
- package/dist/templates/dev-loop.json +148 -96
- package/package.json +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devchain-cli",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "AI driven development platform",
|
|
5
5
|
"homepage": "https://devchain.twitechlab.com/",
|
|
6
6
|
"repository": {
|
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
"url": "https://github.com/twitech-lab/devchain.git"
|
|
9
9
|
},
|
|
10
10
|
"changelog": {
|
|
11
|
+
"0.8.2": [
|
|
12
|
+
"Updated Dev Loop template"
|
|
13
|
+
],
|
|
14
|
+
"0.8.1": [
|
|
15
|
+
"Updated Dev Loop template (v1.0.2)"
|
|
16
|
+
],
|
|
11
17
|
"0.8.0": [
|
|
12
18
|
"Preset system in templates: switch your favorite AI teams with presets with a single click",
|
|
13
19
|
"Multi-provider support: support GLM models through Claude",
|