clanka 0.2.54 → 0.2.55
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/AgentExecutor.d.ts +5 -5
- package/package.json +23 -23
package/dist/AgentExecutor.d.ts
CHANGED
|
@@ -119,17 +119,17 @@ export declare const makeLocal: <Toolkit extends Toolkit.Any = never>(options: {
|
|
|
119
119
|
readonly id: number;
|
|
120
120
|
readonly text: string;
|
|
121
121
|
};
|
|
122
|
+
readonly Rebuild: Schema.Struct<{
|
|
123
|
+
readonly id: Schema.Number;
|
|
124
|
+
readonly text: Schema.String;
|
|
125
|
+
readonly completed: Schema.Boolean;
|
|
126
|
+
}>;
|
|
122
127
|
readonly Iso: {
|
|
123
128
|
readonly completed: boolean;
|
|
124
129
|
readonly id: number;
|
|
125
130
|
readonly text: string;
|
|
126
131
|
};
|
|
127
132
|
readonly ast: import("effect/SchemaAST").Objects;
|
|
128
|
-
readonly "~rebuild.out": Schema.Struct<{
|
|
129
|
-
readonly id: Schema.Number;
|
|
130
|
-
readonly text: Schema.String;
|
|
131
|
-
readonly completed: Schema.Boolean;
|
|
132
|
-
}>;
|
|
133
133
|
readonly "~type.parameters": readonly [];
|
|
134
134
|
readonly Type: {
|
|
135
135
|
readonly completed: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clanka",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.55",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -35,38 +35,38 @@
|
|
|
35
35
|
"turndown": "^7.2.2"
|
|
36
36
|
},
|
|
37
37
|
"optionalDependencies": {
|
|
38
|
-
"@sqliteai/sqlite-vector-darwin-arm64": "0.9.
|
|
39
|
-
"@sqliteai/sqlite-vector-darwin-x86_64": "0.9.
|
|
40
|
-
"@sqliteai/sqlite-vector-linux-arm64": "0.9.
|
|
41
|
-
"@sqliteai/sqlite-vector-linux-arm64-musl": "0.9.
|
|
42
|
-
"@sqliteai/sqlite-vector-linux-x86_64": "0.9.
|
|
43
|
-
"@sqliteai/sqlite-vector-linux-x86_64-musl": "0.9.
|
|
44
|
-
"@sqliteai/sqlite-vector-win32-x86_64": "0.9.
|
|
38
|
+
"@sqliteai/sqlite-vector-darwin-arm64": "0.9.95",
|
|
39
|
+
"@sqliteai/sqlite-vector-darwin-x86_64": "0.9.95",
|
|
40
|
+
"@sqliteai/sqlite-vector-linux-arm64": "0.9.95",
|
|
41
|
+
"@sqliteai/sqlite-vector-linux-arm64-musl": "0.9.95",
|
|
42
|
+
"@sqliteai/sqlite-vector-linux-x86_64": "0.9.95",
|
|
43
|
+
"@sqliteai/sqlite-vector-linux-x86_64-musl": "0.9.95",
|
|
44
|
+
"@sqliteai/sqlite-vector-win32-x86_64": "0.9.95"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@effect/
|
|
48
|
-
"@effect/
|
|
49
|
-
"@effect/
|
|
50
|
-
"@effect/
|
|
51
|
-
"effect": "4.0.0-beta.
|
|
47
|
+
"@effect/ai-openai": "4.0.0-beta.48",
|
|
48
|
+
"@effect/ai-openai-compat": "4.0.0-beta.48",
|
|
49
|
+
"@effect/platform-node": "4.0.0-beta.48",
|
|
50
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.48",
|
|
51
|
+
"effect": "4.0.0-beta.48"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@changesets/changelog-github": "^0.6.0",
|
|
55
55
|
"@changesets/cli": "^2.29.8",
|
|
56
|
-
"@effect/
|
|
57
|
-
"@effect/
|
|
58
|
-
"@effect/
|
|
59
|
-
"@effect/
|
|
60
|
-
"@effect/
|
|
61
|
-
"@effect/vitest": "4.0.0-beta.
|
|
62
|
-
"@types/node": "^25.
|
|
56
|
+
"@effect/ai-openai": "4.0.0-beta.48",
|
|
57
|
+
"@effect/ai-openai-compat": "4.0.0-beta.48",
|
|
58
|
+
"@effect/language-service": "^0.85.1",
|
|
59
|
+
"@effect/platform-node": "4.0.0-beta.48",
|
|
60
|
+
"@effect/sql-sqlite-node": "4.0.0-beta.48",
|
|
61
|
+
"@effect/vitest": "4.0.0-beta.48",
|
|
62
|
+
"@types/node": "^25.6.0",
|
|
63
63
|
"@types/turndown": "^5.0.6",
|
|
64
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
65
|
-
"effect": "4.0.0-beta.
|
|
64
|
+
"@typescript/native-preview": "7.0.0-dev.20260412.1",
|
|
65
|
+
"effect": "4.0.0-beta.48",
|
|
66
66
|
"husky": "^9.1.7",
|
|
67
67
|
"lint-staged": "^16.4.0",
|
|
68
68
|
"oxlint": "^1.57.0",
|
|
69
|
-
"prettier": "^3.8.
|
|
69
|
+
"prettier": "^3.8.2",
|
|
70
70
|
"typescript": "^6.0.2",
|
|
71
71
|
"vitest": "^4.1.1"
|
|
72
72
|
},
|