koro-ai 1.0.2 → 1.0.3
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/bin/koro +0 -0
- package/package.json +153 -153
package/bin/koro
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,154 +1,154 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description":
|
|
3
|
-
"type":
|
|
4
|
-
"version":
|
|
5
|
-
"files":
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
"dependencies":
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"engines":
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
"name":
|
|
110
|
-
"bin":
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"$schema":
|
|
114
|
-
"devDependencies":
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
"license":
|
|
147
|
-
"keywords":
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
1
|
+
{
|
|
2
|
+
"description": "Koro open-source AI coding agent",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "1.0.3",
|
|
5
|
+
"files": [
|
|
6
|
+
"src/",
|
|
7
|
+
"bin/",
|
|
8
|
+
"migration/",
|
|
9
|
+
"script/",
|
|
10
|
+
"test/",
|
|
11
|
+
"tsconfig.json",
|
|
12
|
+
"README.md",
|
|
13
|
+
"LICENSE"
|
|
14
|
+
],
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"effect": "4.0.0-beta.43",
|
|
17
|
+
"turndown": "7.2.0",
|
|
18
|
+
"@hono/zod-validator": "0.4.2",
|
|
19
|
+
"yargs": "18.0.0",
|
|
20
|
+
"semver": "^7.6.3",
|
|
21
|
+
"minimatch": "10.0.3",
|
|
22
|
+
"glob": "13.0.5",
|
|
23
|
+
"venice-ai-sdk-provider": "2.0.1",
|
|
24
|
+
"zod": "4.1.8",
|
|
25
|
+
"@koro-ai/script": "1.0.0",
|
|
26
|
+
"@ai-sdk/google": "3.0.53",
|
|
27
|
+
"mime-types": "3.0.2",
|
|
28
|
+
"tree-sitter-bash": "0.25.0",
|
|
29
|
+
"@modelcontextprotocol/sdk": "1.27.1",
|
|
30
|
+
"@pierre/diffs": "1.1.0-beta.18",
|
|
31
|
+
"@ai-sdk/togetherai": "2.0.41",
|
|
32
|
+
"@actions/github": "6.0.1",
|
|
33
|
+
"@openrouter/ai-sdk-provider": "2.3.3",
|
|
34
|
+
"open": "10.1.2",
|
|
35
|
+
"gray-matter": "4.0.3",
|
|
36
|
+
"@effect/platform-node": "4.0.0-beta.43",
|
|
37
|
+
"ulid": "3.0.1",
|
|
38
|
+
"google-auth-library": "10.5.0",
|
|
39
|
+
"@agentclientprotocol/sdk": "0.16.1",
|
|
40
|
+
"strip-ansi": "7.1.2",
|
|
41
|
+
"opentui-spinner": "0.0.6",
|
|
42
|
+
"@koro-ai/sdk": "1.0.0",
|
|
43
|
+
"@aws-sdk/credential-providers": "3.993.0",
|
|
44
|
+
"hono": "4.10.7",
|
|
45
|
+
"clipboardy": "4.0.0",
|
|
46
|
+
"@openauthjs/openauth": "0.4.3",
|
|
47
|
+
"@ai-sdk/vercel": "2.0.39",
|
|
48
|
+
"@koro-ai/util": "1.0.0",
|
|
49
|
+
"@opentui/solid": "0.1.96",
|
|
50
|
+
"bun-pty": "0.4.8",
|
|
51
|
+
"@ai-sdk/provider": "3.0.8",
|
|
52
|
+
"decimal.js": "10.5.0",
|
|
53
|
+
"zod-to-json-schema": "3.24.5",
|
|
54
|
+
"@octokit/rest": "22.0.0",
|
|
55
|
+
"@solid-primitives/scheduled": "1.5.2",
|
|
56
|
+
"@octokit/graphql": "9.0.2",
|
|
57
|
+
"@ai-sdk/amazon-bedrock": "4.0.83",
|
|
58
|
+
"@ai-sdk/openai": "3.0.48",
|
|
59
|
+
"@ai-sdk/openai-compatible": "2.0.37",
|
|
60
|
+
"ai": "6.0.138",
|
|
61
|
+
"@ai-sdk/provider-utils": "4.0.21",
|
|
62
|
+
"@ai-sdk/mistral": "3.0.27",
|
|
63
|
+
"@ai-sdk/deepinfra": "2.0.41",
|
|
64
|
+
"@actions/core": "1.11.1",
|
|
65
|
+
"fuzzysort": "3.1.0",
|
|
66
|
+
"web-tree-sitter": "0.25.10",
|
|
67
|
+
"@npmcli/arborist": "9.4.0",
|
|
68
|
+
"@ai-sdk/azure": "3.0.49",
|
|
69
|
+
"@clack/prompts": "1.0.0-alpha.1",
|
|
70
|
+
"gitlab-ai-provider": "6.0.0",
|
|
71
|
+
"@ai-sdk/cohere": "3.0.27",
|
|
72
|
+
"opencode-poe-auth": "0.0.1",
|
|
73
|
+
"@standard-schema/spec": "1.0.0",
|
|
74
|
+
"cross-spawn": "7.0.6",
|
|
75
|
+
"solid-js": "1.9.10",
|
|
76
|
+
"opencode-gitlab-auth": "2.0.1",
|
|
77
|
+
"@zip.js/zip.js": "2.7.62",
|
|
78
|
+
"jsonc-parser": "3.3.1",
|
|
79
|
+
"ignore": "7.0.5",
|
|
80
|
+
"@solid-primitives/event-bus": "1.1.2",
|
|
81
|
+
"tree-sitter-powershell": "0.25.10",
|
|
82
|
+
"@ai-sdk/groq": "3.0.31",
|
|
83
|
+
"@ai-sdk/cerebras": "2.0.41",
|
|
84
|
+
"@hono/standard-validator": "0.1.5",
|
|
85
|
+
"@ai-sdk/perplexity": "3.0.26",
|
|
86
|
+
"hono-openapi": "1.1.2",
|
|
87
|
+
"bonjour-service": "1.3.0",
|
|
88
|
+
"xdg-basedir": "5.1.0",
|
|
89
|
+
"diff": "8.0.2",
|
|
90
|
+
"@ai-sdk/anthropic": "3.0.64",
|
|
91
|
+
"@parcel/watcher": "2.5.1",
|
|
92
|
+
"@ai-sdk/gateway": "3.0.80",
|
|
93
|
+
"partial-json": "0.1.7",
|
|
94
|
+
"vscode-jsonrpc": "8.2.1",
|
|
95
|
+
"@opentui/core": "0.1.96",
|
|
96
|
+
"ai-gateway-provider": "3.1.2",
|
|
97
|
+
"remeda": "2.26.0",
|
|
98
|
+
"chokidar": "4.0.3",
|
|
99
|
+
"@koro-ai/plugin": "1.0.0",
|
|
100
|
+
"drizzle-orm": "1.0.0-beta.19-d95b7a4",
|
|
101
|
+
"@ai-sdk/xai": "3.0.75",
|
|
102
|
+
"which": "6.0.1",
|
|
103
|
+
"@ai-sdk/google-vertex": "4.0.95"
|
|
104
|
+
},
|
|
105
|
+
"engines": {
|
|
106
|
+
"node": ">=18",
|
|
107
|
+
"bun": ">=1.0"
|
|
108
|
+
},
|
|
109
|
+
"name": "koro-ai",
|
|
110
|
+
"bin": {
|
|
111
|
+
"koro": "./bin/koro"
|
|
112
|
+
},
|
|
113
|
+
"$schema": "https://json.schemastore.org/package.json",
|
|
114
|
+
"devDependencies": {
|
|
115
|
+
"drizzle-orm": "1.0.0-beta.19-d95b7a4",
|
|
116
|
+
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
117
|
+
"@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
118
|
+
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
119
|
+
"typescript": "5.8.2",
|
|
120
|
+
"@effect/language-service": "0.79.0",
|
|
121
|
+
"@parcel/watcher-win32-x64": "2.5.1",
|
|
122
|
+
"@octokit/webhooks-types": "7.6.1",
|
|
123
|
+
"@parcel/watcher-darwin-x64": "2.5.1",
|
|
124
|
+
"why-is-node-running": "3.2.2",
|
|
125
|
+
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
126
|
+
"@parcel/watcher-win32-arm64": "2.5.1",
|
|
127
|
+
"@types/babel__core": "7.20.5",
|
|
128
|
+
"@tsconfig/bun": "1.0.9",
|
|
129
|
+
"@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
130
|
+
"@types/yargs": "17.0.33",
|
|
131
|
+
"@types/cross-spawn": "6.0.6",
|
|
132
|
+
"@types/which": "3.0.4",
|
|
133
|
+
"@babel/core": "7.28.4",
|
|
134
|
+
"@typescript/native-preview": "7.0.0-dev.20251207.1",
|
|
135
|
+
"@types/turndown": "5.0.5",
|
|
136
|
+
"@koro-ai/script": "1.0.0",
|
|
137
|
+
"zod-to-json-schema": "3.24.5",
|
|
138
|
+
"@standard-schema/spec": "1.0.0",
|
|
139
|
+
"drizzle-kit": "1.0.0-beta.19-d95b7a4",
|
|
140
|
+
"@types/npmcli__arborist": "6.3.3",
|
|
141
|
+
"@types/semver": "^7.5.8",
|
|
142
|
+
"@types/bun": "1.3.11",
|
|
143
|
+
"vscode-languageserver-types": "3.17.5",
|
|
144
|
+
"@types/mime-types": "3.0.1"
|
|
145
|
+
},
|
|
146
|
+
"license": "MIT",
|
|
147
|
+
"keywords": [
|
|
148
|
+
"ai",
|
|
149
|
+
"coding-agent",
|
|
150
|
+
"cli",
|
|
151
|
+
"llm",
|
|
152
|
+
"koro"
|
|
153
|
+
]
|
|
154
154
|
}
|