devchain-cli 0.8.1 → 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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"slug": "dev-loop",
|
|
4
4
|
"name": "DevLoop",
|
|
5
5
|
"description": "A multi-agent development workflow that automates software delivery through three phases:\n\n1. Planning — A Brainstormer agent collaborates with a technical validator (SubBSM) to refine user requirements into an approved master plan, then breaks it down into epics and tasks.\n2. Execution — A Coder agent implements tasks while an Epic Manager reviews and controls the flow—approving, revising, or flagging issues until all work is complete.\n3. Code Review — A Code Reviewer audits the completed work against architectural standards, generating findings that feed back into new remediation tasks if needed.\n\nSupported agents: claude, codex, gemini, glm",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.3",
|
|
7
7
|
"category": "development",
|
|
8
8
|
"tags": [
|
|
9
9
|
"development",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"glm"
|
|
14
14
|
],
|
|
15
15
|
"authorName": "Devchain",
|
|
16
|
-
"changelog": "",
|
|
16
|
+
"changelog": "- automation updates for ChatGPT\n- new template preset added ",
|
|
17
17
|
"minDevchainVersion": "0.8.0",
|
|
18
|
-
"publishedAt": "2026-02-
|
|
18
|
+
"publishedAt": "2026-02-03T16:56:31.822Z"
|
|
19
19
|
},
|
|
20
20
|
"version": 1,
|
|
21
|
-
"exportedAt": "2026-02-
|
|
21
|
+
"exportedAt": "2026-02-03T16:56:31.822Z",
|
|
22
22
|
"prompts": [
|
|
23
23
|
{
|
|
24
24
|
"id": "c12028e0-780b-462c-8065-e0b4f7f66be8",
|
|
@@ -422,13 +422,13 @@
|
|
|
422
422
|
"name": "Limit reached",
|
|
423
423
|
"description": null,
|
|
424
424
|
"enabled": true,
|
|
425
|
-
"scope": "
|
|
426
|
-
"scopeFilterName":
|
|
425
|
+
"scope": "all",
|
|
426
|
+
"scopeFilterName": null,
|
|
427
427
|
"pollIntervalMs": 60000,
|
|
428
428
|
"viewportLines": 50,
|
|
429
429
|
"condition": {
|
|
430
430
|
"type": "regex",
|
|
431
|
-
"pattern": "limit.*?·.*?resets",
|
|
431
|
+
"pattern": "limit.*?·.*?resets|hit your usage limit",
|
|
432
432
|
"flags": "i"
|
|
433
433
|
},
|
|
434
434
|
"cooldownMs": 1200000,
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
]
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
|
-
"name": "Tier-A[opus:sonnet:gpt5h]",
|
|
600
|
+
"name": "Tier-A+[opus:sonnet:gpt5h]",
|
|
601
601
|
"description": "Budget friendly\nRecommended for use with Claude Pro + Codex plus Plans",
|
|
602
602
|
"agentConfigs": [
|
|
603
603
|
{
|
|
@@ -622,9 +622,35 @@
|
|
|
622
622
|
}
|
|
623
623
|
]
|
|
624
624
|
},
|
|
625
|
+
{
|
|
626
|
+
"name": "Tier-S[gpt5h:opus:gpt5h]",
|
|
627
|
+
"description": "Best Results , High token consumption. \nMost of the of the load is handled by ChatGPT\nRecommended for ChatGPT Pro subscriptions",
|
|
628
|
+
"agentConfigs": [
|
|
629
|
+
{
|
|
630
|
+
"agentName": "Brainstormer",
|
|
631
|
+
"providerConfigName": "gpt-high"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"agentName": "Coder",
|
|
635
|
+
"providerConfigName": "gpt-high"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"agentName": "Epic Manager",
|
|
639
|
+
"providerConfigName": "gpt-high"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"agentName": "SubBSM",
|
|
643
|
+
"providerConfigName": "opus"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"agentName": "Code Reviewer",
|
|
647
|
+
"providerConfigName": "opus"
|
|
648
|
+
}
|
|
649
|
+
]
|
|
650
|
+
},
|
|
625
651
|
{
|
|
626
652
|
"name": "Tier-S[opus:opus:gpt5h]",
|
|
627
|
-
"description": "Best Results \nRecommended for
|
|
653
|
+
"description": "Best Results , High token consumption. \nMost of the of the load is handled by Opus model\nRecommended for Claude MAX subscriptions",
|
|
628
654
|
"agentConfigs": [
|
|
629
655
|
{
|
|
630
656
|
"agentName": "Brainstormer",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"slug": "dev-loop",
|
|
4
4
|
"name": "DevLoop",
|
|
5
5
|
"description": "A multi-agent development workflow that automates software delivery through three phases:\n\n1. Planning — A Brainstormer agent collaborates with a technical validator (SubBSM) to refine user requirements into an approved master plan, then breaks it down into epics and tasks.\n2. Execution — A Coder agent implements tasks while an Epic Manager reviews and controls the flow—approving, revising, or flagging issues until all work is complete.\n3. Code Review — A Code Reviewer audits the completed work against architectural standards, generating findings that feed back into new remediation tasks if needed.\n\nSupported agents: claude, codex, gemini, glm",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.3",
|
|
7
7
|
"category": "development",
|
|
8
8
|
"tags": [
|
|
9
9
|
"development",
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"glm"
|
|
14
14
|
],
|
|
15
15
|
"authorName": "Devchain",
|
|
16
|
-
"changelog": "",
|
|
16
|
+
"changelog": "- automation updates for ChatGPT\n- new template preset added ",
|
|
17
17
|
"minDevchainVersion": "0.8.0",
|
|
18
|
-
"publishedAt": "2026-02-
|
|
18
|
+
"publishedAt": "2026-02-03T16:56:31.822Z"
|
|
19
19
|
},
|
|
20
20
|
"version": 1,
|
|
21
|
-
"exportedAt": "2026-02-
|
|
21
|
+
"exportedAt": "2026-02-03T16:56:31.822Z",
|
|
22
22
|
"prompts": [
|
|
23
23
|
{
|
|
24
24
|
"id": "c12028e0-780b-462c-8065-e0b4f7f66be8",
|
|
@@ -422,13 +422,13 @@
|
|
|
422
422
|
"name": "Limit reached",
|
|
423
423
|
"description": null,
|
|
424
424
|
"enabled": true,
|
|
425
|
-
"scope": "
|
|
426
|
-
"scopeFilterName":
|
|
425
|
+
"scope": "all",
|
|
426
|
+
"scopeFilterName": null,
|
|
427
427
|
"pollIntervalMs": 60000,
|
|
428
428
|
"viewportLines": 50,
|
|
429
429
|
"condition": {
|
|
430
430
|
"type": "regex",
|
|
431
|
-
"pattern": "limit.*?·.*?resets",
|
|
431
|
+
"pattern": "limit.*?·.*?resets|hit your usage limit",
|
|
432
432
|
"flags": "i"
|
|
433
433
|
},
|
|
434
434
|
"cooldownMs": 1200000,
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
]
|
|
598
598
|
},
|
|
599
599
|
{
|
|
600
|
-
"name": "Tier-A[opus:sonnet:gpt5h]",
|
|
600
|
+
"name": "Tier-A+[opus:sonnet:gpt5h]",
|
|
601
601
|
"description": "Budget friendly\nRecommended for use with Claude Pro + Codex plus Plans",
|
|
602
602
|
"agentConfigs": [
|
|
603
603
|
{
|
|
@@ -622,9 +622,35 @@
|
|
|
622
622
|
}
|
|
623
623
|
]
|
|
624
624
|
},
|
|
625
|
+
{
|
|
626
|
+
"name": "Tier-S[gpt5h:opus:gpt5h]",
|
|
627
|
+
"description": "Best Results , High token consumption. \nMost of the of the load is handled by ChatGPT\nRecommended for ChatGPT Pro subscriptions",
|
|
628
|
+
"agentConfigs": [
|
|
629
|
+
{
|
|
630
|
+
"agentName": "Brainstormer",
|
|
631
|
+
"providerConfigName": "gpt-high"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"agentName": "Coder",
|
|
635
|
+
"providerConfigName": "gpt-high"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"agentName": "Epic Manager",
|
|
639
|
+
"providerConfigName": "gpt-high"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"agentName": "SubBSM",
|
|
643
|
+
"providerConfigName": "opus"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"agentName": "Code Reviewer",
|
|
647
|
+
"providerConfigName": "opus"
|
|
648
|
+
}
|
|
649
|
+
]
|
|
650
|
+
},
|
|
625
651
|
{
|
|
626
652
|
"name": "Tier-S[opus:opus:gpt5h]",
|
|
627
|
-
"description": "Best Results \nRecommended for
|
|
653
|
+
"description": "Best Results , High token consumption. \nMost of the of the load is handled by Opus model\nRecommended for Claude MAX subscriptions",
|
|
628
654
|
"agentConfigs": [
|
|
629
655
|
{
|
|
630
656
|
"agentName": "Brainstormer",
|
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,9 @@
|
|
|
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
|
+
],
|
|
11
14
|
"0.8.1": [
|
|
12
15
|
"Updated Dev Loop template (v1.0.2)"
|
|
13
16
|
],
|