dimcode 0.0.6-beta.25 → 0.0.6-beta.26
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/assets/gui/200.html +1 -1
- package/assets/gui/404.html +1 -1
- package/assets/gui/_nuxt/builds/latest.json +1 -1
- package/assets/gui/_nuxt/builds/meta/91856030-4db6-4d02-99f2-9dd4e16a0083.json +1 -0
- package/assets/gui/index.html +1 -1
- package/dist/cli.mjs +698 -694
- package/dist/models/aihubmix.json +3 -3
- package/dist/models/openrouter.json +29 -73
- package/dist/models/zenmux.json +39 -4
- package/package.json +16 -17
- package/assets/gui/_nuxt/builds/meta/1413fdf6-8406-45b9-9b87-d56584bb9d5c.json +0 -1
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"output": 200000
|
|
23
23
|
},
|
|
24
24
|
"metadata": {
|
|
25
|
-
"description": "Claude Opus 4.6 is Anthropic’s latest state-of-the-art reasoning model. It features an adaptive “thinking” mode that dynamically decides when to think and how much to think. At the default effort level (high), Claude will almost always engage in thinking. At lower effort levels, it may skip thinking for simple problems.",
|
|
25
|
+
"description": "Claude Opus 4.6 is Anthropic’s latest state-of-the-art reasoning model. It features an adaptive “thinking” mode that dynamically decides when to think and how much to think. At the default effort level (high), Claude will almost always engage in thinking. At lower effort levels, it may skip thinking for simple problems.\n ⚠️ The minimum cache token for claude-opus-4-6 has been increased from 1,024 to 4,096 tokens.",
|
|
26
26
|
"typeHints": ["llm"],
|
|
27
27
|
"features": [
|
|
28
28
|
"thinking",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"output": 200000
|
|
225
225
|
},
|
|
226
226
|
"metadata": {
|
|
227
|
-
"description": "Claude Opus 4.5 is Anthropic’s latest frontier reasoning model, optimized for complex engineering, agentic workflows, and long-horizon computer use. It features strong multimodal capabilities, improved resistance to prompt injection, and a new Verbosity parameter to control token efficiency. With advanced tool use, extended context, and multi-agent support, Opus 4.5 excels in autonomous research, debugging, planning, and spreadsheet/browser operations.",
|
|
227
|
+
"description": "Claude Opus 4.5 is Anthropic’s latest frontier reasoning model, optimized for complex engineering, agentic workflows, and long-horizon computer use. It features strong multimodal capabilities, improved resistance to prompt injection, and a new Verbosity parameter to control token efficiency. With advanced tool use, extended context, and multi-agent support, Opus 4.5 excels in autonomous research, debugging, planning, and spreadsheet/browser operations.\n⚠️ The minimum cache token for claude-opus-4-5 has been increased from 1,024 to 4,096 tokens.",
|
|
228
228
|
"typeHints": ["llm"],
|
|
229
229
|
"features": [
|
|
230
230
|
"thinking",
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
"output": 204800
|
|
1136
1136
|
},
|
|
1137
1137
|
"metadata": {
|
|
1138
|
-
"description": "Claude Haiku 4.5 is a fast, affordable, and highly capable AI model, excelling at coding and agentic tasks. Its combination of speed and low cost makes it ideal for powering real-time applications like chatbots, high-volume free services, and specialized \"sub-agents\" for complex tasks in coding, finance, and research. It can also handle common business tasks like creating office documents and assisting with strategy and analysis.",
|
|
1138
|
+
"description": "Claude Haiku 4.5 is a fast, affordable, and highly capable AI model, excelling at coding and agentic tasks. Its combination of speed and low cost makes it ideal for powering real-time applications like chatbots, high-volume free services, and specialized \"sub-agents\" for complex tasks in coding, finance, and research. It can also handle common business tasks like creating office documents and assisting with strategy and analysis.\n⚠️ The minimum cache token for claude-haiku-4-5 has been increased from 1,024 to 4,096 tokens.",
|
|
1139
1139
|
"typeHints": ["llm"],
|
|
1140
1140
|
"features": [
|
|
1141
1141
|
"thinking",
|
|
@@ -21,28 +21,6 @@
|
|
|
21
21
|
},
|
|
22
22
|
"vision": false
|
|
23
23
|
},
|
|
24
|
-
{
|
|
25
|
-
"id": "ai21/jamba-mini-1.7",
|
|
26
|
-
"name": "AI21: Jamba Mini 1.7",
|
|
27
|
-
"display_name": "AI21: Jamba Mini 1.7",
|
|
28
|
-
"type": "chat",
|
|
29
|
-
"reasoning": {
|
|
30
|
-
"supported": false
|
|
31
|
-
},
|
|
32
|
-
"tool_call": true,
|
|
33
|
-
"modalities": {
|
|
34
|
-
"input": ["text"],
|
|
35
|
-
"output": ["text"]
|
|
36
|
-
},
|
|
37
|
-
"limit": {
|
|
38
|
-
"context": 256000,
|
|
39
|
-
"output": 4096
|
|
40
|
-
},
|
|
41
|
-
"metadata": {
|
|
42
|
-
"source": "public-provider-conf"
|
|
43
|
-
},
|
|
44
|
-
"vision": false
|
|
45
|
-
},
|
|
46
24
|
{
|
|
47
25
|
"id": "aion-labs/aion-1.0",
|
|
48
26
|
"name": "AionLabs: Aion-1.0",
|
|
@@ -3447,7 +3425,7 @@
|
|
|
3447
3425
|
},
|
|
3448
3426
|
"limit": {
|
|
3449
3427
|
"context": 32768,
|
|
3450
|
-
"output":
|
|
3428
|
+
"output": 16384
|
|
3451
3429
|
},
|
|
3452
3430
|
"metadata": {
|
|
3453
3431
|
"source": "public-provider-conf"
|
|
@@ -3684,29 +3662,6 @@
|
|
|
3684
3662
|
},
|
|
3685
3663
|
"vision": false
|
|
3686
3664
|
},
|
|
3687
|
-
{
|
|
3688
|
-
"id": "moonshotai/kimi-dev-72b",
|
|
3689
|
-
"name": "MoonshotAI: Kimi Dev 72B",
|
|
3690
|
-
"display_name": "MoonshotAI: Kimi Dev 72B",
|
|
3691
|
-
"type": "chat",
|
|
3692
|
-
"reasoning": {
|
|
3693
|
-
"supported": true,
|
|
3694
|
-
"default": true
|
|
3695
|
-
},
|
|
3696
|
-
"tool_call": false,
|
|
3697
|
-
"modalities": {
|
|
3698
|
-
"input": ["text"],
|
|
3699
|
-
"output": ["text"]
|
|
3700
|
-
},
|
|
3701
|
-
"limit": {
|
|
3702
|
-
"context": 131072,
|
|
3703
|
-
"output": 131072
|
|
3704
|
-
},
|
|
3705
|
-
"metadata": {
|
|
3706
|
-
"source": "public-provider-conf"
|
|
3707
|
-
},
|
|
3708
|
-
"vision": false
|
|
3709
|
-
},
|
|
3710
3665
|
{
|
|
3711
3666
|
"id": "moonshotai/kimi-k2",
|
|
3712
3667
|
"name": "MoonshotAI: Kimi K2 0711",
|
|
@@ -3812,7 +3767,7 @@
|
|
|
3812
3767
|
},
|
|
3813
3768
|
"limit": {
|
|
3814
3769
|
"context": 262144,
|
|
3815
|
-
"output":
|
|
3770
|
+
"output": 262144
|
|
3816
3771
|
},
|
|
3817
3772
|
"metadata": {
|
|
3818
3773
|
"source": "public-provider-conf"
|
|
@@ -5732,6 +5687,30 @@
|
|
|
5732
5687
|
},
|
|
5733
5688
|
"vision": true
|
|
5734
5689
|
},
|
|
5690
|
+
{
|
|
5691
|
+
"id": "openrouter/pony-alpha",
|
|
5692
|
+
"name": "Pony Alpha",
|
|
5693
|
+
"display_name": "Pony Alpha",
|
|
5694
|
+
"type": "chat",
|
|
5695
|
+
"reasoning": {
|
|
5696
|
+
"supported": true,
|
|
5697
|
+
"default": true
|
|
5698
|
+
},
|
|
5699
|
+
"temperature": true,
|
|
5700
|
+
"tool_call": false,
|
|
5701
|
+
"modalities": {
|
|
5702
|
+
"input": ["text"],
|
|
5703
|
+
"output": ["text"]
|
|
5704
|
+
},
|
|
5705
|
+
"limit": {
|
|
5706
|
+
"context": 200000,
|
|
5707
|
+
"output": 131000
|
|
5708
|
+
},
|
|
5709
|
+
"metadata": {
|
|
5710
|
+
"source": "public-provider-conf"
|
|
5711
|
+
},
|
|
5712
|
+
"vision": false
|
|
5713
|
+
},
|
|
5735
5714
|
{
|
|
5736
5715
|
"id": "perplexity/sonar",
|
|
5737
5716
|
"name": "Perplexity: Sonar",
|
|
@@ -7015,29 +6994,6 @@
|
|
|
7015
6994
|
},
|
|
7016
6995
|
"vision": false
|
|
7017
6996
|
},
|
|
7018
|
-
{
|
|
7019
|
-
"id": "stepfun-ai/step3",
|
|
7020
|
-
"name": "StepFun: Step3",
|
|
7021
|
-
"display_name": "StepFun: Step3",
|
|
7022
|
-
"type": "image-generation",
|
|
7023
|
-
"reasoning": {
|
|
7024
|
-
"supported": true,
|
|
7025
|
-
"default": true
|
|
7026
|
-
},
|
|
7027
|
-
"tool_call": true,
|
|
7028
|
-
"modalities": {
|
|
7029
|
-
"input": ["image", "text"],
|
|
7030
|
-
"output": ["text"]
|
|
7031
|
-
},
|
|
7032
|
-
"limit": {
|
|
7033
|
-
"context": 65536,
|
|
7034
|
-
"output": 65536
|
|
7035
|
-
},
|
|
7036
|
-
"metadata": {
|
|
7037
|
-
"source": "public-provider-conf"
|
|
7038
|
-
},
|
|
7039
|
-
"vision": true
|
|
7040
|
-
},
|
|
7041
6997
|
{
|
|
7042
6998
|
"id": "stepfun/step-3.5-flash:free",
|
|
7043
6999
|
"name": "StepFun: Step 3.5 Flash (free)",
|
|
@@ -7670,7 +7626,7 @@
|
|
|
7670
7626
|
},
|
|
7671
7627
|
"limit": {
|
|
7672
7628
|
"context": 131072,
|
|
7673
|
-
"output":
|
|
7629
|
+
"output": 98304
|
|
7674
7630
|
},
|
|
7675
7631
|
"metadata": {
|
|
7676
7632
|
"source": "public-provider-conf"
|
|
@@ -7837,8 +7793,8 @@
|
|
|
7837
7793
|
"output": ["text"]
|
|
7838
7794
|
},
|
|
7839
7795
|
"limit": {
|
|
7840
|
-
"context":
|
|
7841
|
-
"output":
|
|
7796
|
+
"context": 202752,
|
|
7797
|
+
"output": 202752
|
|
7842
7798
|
},
|
|
7843
7799
|
"metadata": {
|
|
7844
7800
|
"source": "public-provider-conf"
|
package/dist/models/zenmux.json
CHANGED
|
@@ -60,8 +60,7 @@
|
|
|
60
60
|
"name": "Step 3.5 Flash",
|
|
61
61
|
"attachment": false,
|
|
62
62
|
"reasoning": {
|
|
63
|
-
"supported":
|
|
64
|
-
"default": true
|
|
63
|
+
"supported": false
|
|
65
64
|
},
|
|
66
65
|
"tool_call": true,
|
|
67
66
|
"temperature": true,
|
|
@@ -121,6 +120,9 @@
|
|
|
121
120
|
"default": true
|
|
122
121
|
},
|
|
123
122
|
"tool_call": true,
|
|
123
|
+
"interleaved": {
|
|
124
|
+
"field": "reasoning_content"
|
|
125
|
+
},
|
|
124
126
|
"temperature": true,
|
|
125
127
|
"knowledge": "2025-01-01",
|
|
126
128
|
"release_date": "2026-01-27",
|
|
@@ -787,7 +789,7 @@
|
|
|
787
789
|
"default": true
|
|
788
790
|
},
|
|
789
791
|
"tool_call": true,
|
|
790
|
-
"temperature":
|
|
792
|
+
"temperature": false,
|
|
791
793
|
"knowledge": "2025-01-01",
|
|
792
794
|
"release_date": "2026-01-15",
|
|
793
795
|
"last_updated": "2026-01-15",
|
|
@@ -991,7 +993,7 @@
|
|
|
991
993
|
"default": true
|
|
992
994
|
},
|
|
993
995
|
"tool_call": true,
|
|
994
|
-
"temperature":
|
|
996
|
+
"temperature": false,
|
|
995
997
|
"knowledge": "2025-01-01",
|
|
996
998
|
"release_date": "2025-12-11",
|
|
997
999
|
"last_updated": "2025-12-11",
|
|
@@ -1319,6 +1321,9 @@
|
|
|
1319
1321
|
"default": true
|
|
1320
1322
|
},
|
|
1321
1323
|
"tool_call": true,
|
|
1324
|
+
"interleaved": {
|
|
1325
|
+
"field": "reasoning_content"
|
|
1326
|
+
},
|
|
1322
1327
|
"temperature": true,
|
|
1323
1328
|
"knowledge": "2025-01-01",
|
|
1324
1329
|
"release_date": "2026-01-19",
|
|
@@ -1756,6 +1761,36 @@
|
|
|
1756
1761
|
},
|
|
1757
1762
|
"display_name": "Claude Sonnet 4.5"
|
|
1758
1763
|
},
|
|
1764
|
+
{
|
|
1765
|
+
"id": "anthropic/claude-opus-4.6",
|
|
1766
|
+
"name": "Claude Opus 4.6",
|
|
1767
|
+
"attachment": true,
|
|
1768
|
+
"reasoning": {
|
|
1769
|
+
"supported": true,
|
|
1770
|
+
"default": true
|
|
1771
|
+
},
|
|
1772
|
+
"tool_call": true,
|
|
1773
|
+
"temperature": true,
|
|
1774
|
+
"knowledge": "2025-01-01",
|
|
1775
|
+
"release_date": "2026-02-06",
|
|
1776
|
+
"last_updated": "2026-02-06",
|
|
1777
|
+
"modalities": {
|
|
1778
|
+
"input": ["image", "text"],
|
|
1779
|
+
"output": ["text"]
|
|
1780
|
+
},
|
|
1781
|
+
"open_weights": false,
|
|
1782
|
+
"cost": {
|
|
1783
|
+
"input": 5,
|
|
1784
|
+
"output": 25,
|
|
1785
|
+
"cache_read": 0.5,
|
|
1786
|
+
"cache_write": 6.25
|
|
1787
|
+
},
|
|
1788
|
+
"limit": {
|
|
1789
|
+
"context": 1000000,
|
|
1790
|
+
"output": 128000
|
|
1791
|
+
},
|
|
1792
|
+
"display_name": "Claude Opus 4.6"
|
|
1793
|
+
},
|
|
1759
1794
|
{
|
|
1760
1795
|
"id": "deepseek/deepseek-chat-v3.1",
|
|
1761
1796
|
"name": "DeepSeek: DeepSeek V3.1",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dimcode",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.6-beta.
|
|
4
|
+
"version": "0.0.6-beta.26",
|
|
5
5
|
"description": "Dim Code CLI built on dreams",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -25,6 +25,20 @@
|
|
|
25
25
|
"assets",
|
|
26
26
|
"scripts/postinstall.mjs"
|
|
27
27
|
],
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"nanoid": "^5.1.6",
|
|
30
|
+
"semver": "^7.7.3",
|
|
31
|
+
"shiki": "^3.20.0",
|
|
32
|
+
"vue": "^3.5.27"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@types/node": "^18.19.111",
|
|
36
|
+
"chokidar": "^4.0.1",
|
|
37
|
+
"happy-dom": "^17.5.0",
|
|
38
|
+
"tsdown": "^0.20.0-beta.3",
|
|
39
|
+
"typescript": "5.8.3",
|
|
40
|
+
"vitest": "^4.0.17"
|
|
41
|
+
},
|
|
28
42
|
"scripts": {
|
|
29
43
|
"build": "bun run build.mjs",
|
|
30
44
|
"build:npm": "bun run scripts/build-gui-assets.mjs && tsdown && bun run scripts/copy-provider-models.mjs",
|
|
@@ -46,25 +60,10 @@
|
|
|
46
60
|
"smoke": "bun run build && bun dist/cli.mjs --help",
|
|
47
61
|
"lint": "eslint src/**/*.ts",
|
|
48
62
|
"lint:fix": "eslint src/**/*.ts --fix",
|
|
49
|
-
"prepack": "bun run build",
|
|
50
63
|
"fix-package": "bun run fix-package.mjs",
|
|
51
64
|
"restore-package": "bun run restore-package.mjs",
|
|
52
65
|
"release": "bumpp --commit --no-verify --no-tag --no-push && bun run build && bun publish",
|
|
53
66
|
"release:npm": "bumpp --commit --no-verify --no-tag --no-push && bun run build:npm && npm publish",
|
|
54
67
|
"postinstall": "node scripts/postinstall.mjs"
|
|
55
|
-
},
|
|
56
|
-
"dependencies": {
|
|
57
|
-
"nanoid": "^5.1.6",
|
|
58
|
-
"semver": "^7.7.3",
|
|
59
|
-
"shiki": "^3.20.0",
|
|
60
|
-
"vue": "^3.5.27"
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@types/node": "^18.19.111",
|
|
64
|
-
"chokidar": "^4.0.1",
|
|
65
|
-
"happy-dom": "^17.5.0",
|
|
66
|
-
"tsdown": "^0.20.0-beta.3",
|
|
67
|
-
"typescript": "5.8.3",
|
|
68
|
-
"vitest": "^4.0.17"
|
|
69
68
|
}
|
|
70
|
-
}
|
|
69
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"id":"1413fdf6-8406-45b9-9b87-d56584bb9d5c","timestamp":1770539923719,"prerendered":[]}
|