hankweave 0.7.2 → 0.7.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/dist/claude-agent-sdk-manager.d.ts +27 -0
- package/dist/codon-runner.d.ts +28 -14
- package/dist/config.d.ts +8 -0
- package/dist/cost-tracker.d.ts +5 -2
- package/dist/error-classification.d.ts +78 -0
- package/dist/index.js +237 -233
- package/dist/index.js.map +20 -18
- package/dist/provider-ids.d.ts +5 -0
- package/dist/shims/codex/VERSION +1 -1
- package/dist/shims/codex/index.js +1 -1
- package/dist/shims/codex/package.json +1 -1
- package/dist/shims/pi/VERSION +1 -1
- package/dist/shims/pi/index.js +77678 -61248
- package/dist/shims/pi/package.json +1 -1
- package/package.json +2 -2
- package/schemas/hank.schema.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const PASSTHROUGH_SHIM_PROVIDER_IDS: readonly ["pi", "opencode"];
|
|
2
|
+
export declare const SUPPORTED_CODON_PROVIDER_IDS: readonly ["anthropic", "google", "openai", "pi", "opencode"];
|
|
3
|
+
export declare function isPassthroughShimProvider(providerId: string): boolean;
|
|
4
|
+
export declare function isSupportedCodonProvider(providerId: string): boolean;
|
|
5
|
+
export declare function getSupportedCodonProviderIds(): string[];
|
package/dist/shims/codex/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.142.4
|
|
@@ -1254,7 +1254,7 @@ var package_default = {
|
|
|
1254
1254
|
clean: `node -e "const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true}); fs.rmSync('index.js',{force:true});"`
|
|
1255
1255
|
},
|
|
1256
1256
|
dependencies: {
|
|
1257
|
-
"@openai/codex-sdk": "
|
|
1257
|
+
"@openai/codex-sdk": "0.142.4",
|
|
1258
1258
|
"@shims/common": "file:./common"
|
|
1259
1259
|
},
|
|
1260
1260
|
devDependencies: {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"clean": "node -e \"const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true}); fs.rmSync('index.js',{force:true});\""
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@openai/codex-sdk": "
|
|
37
|
+
"@openai/codex-sdk": "0.142.4",
|
|
38
38
|
"@shims/common": "file:./common"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
package/dist/shims/pi/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.80.3
|