devchain-cli 0.10.2 → 0.10.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.md +1 -1
- package/dist/server/modules/storage/local/local-storage.service.js +2 -2
- package/dist/server/modules/storage/local/local-storage.service.js.map +1 -1
- package/dist/server/templates/3-agents-dev.json +70 -70
- package/dist/server/templates/5-agents-dev.json +98 -98
- package/dist/server/tsconfig.tsbuildinfo +1 -1
- package/dist/templates/3-agents-dev.json +70 -70
- package/dist/templates/5-agents-dev.json +98 -98
- package/package.json +8 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devchain-cli",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "AI driven development platform",
|
|
5
5
|
"homepage": "https://devchain.twitechlab.com/",
|
|
6
6
|
"repository": {
|
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
"url": "https://github.com/twitech-lab/devchain.git"
|
|
9
9
|
},
|
|
10
10
|
"changelog": {
|
|
11
|
+
"0.10.4": [
|
|
12
|
+
"Enable community/local skill sources by default on new projects",
|
|
13
|
+
"5-agents template: assign skills in planning"
|
|
14
|
+
],
|
|
15
|
+
"0.10.3": [
|
|
16
|
+
"Templates improvements"
|
|
17
|
+
],
|
|
11
18
|
"0.10.2": [
|
|
12
19
|
"Fix Claude auto-compact threshold incorrectly set to 10% (corrected to 85%)"
|
|
13
20
|
],
|