@anthropic-ai/claude-code 2.1.258 → 2.1.259
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/package.json +9 -9
- package/sdk-tools.d.ts +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anthropic-ai/claude-code",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.259",
|
|
4
4
|
"bin": {
|
|
5
5
|
"claude": "bin/claude.exe"
|
|
6
6
|
},
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {},
|
|
23
23
|
"optionalDependencies": {
|
|
24
|
-
"@anthropic-ai/claude-code-darwin-arm64": "2.1.
|
|
25
|
-
"@anthropic-ai/claude-code-darwin-x64": "2.1.
|
|
26
|
-
"@anthropic-ai/claude-code-linux-x64": "2.1.
|
|
27
|
-
"@anthropic-ai/claude-code-linux-arm64": "2.1.
|
|
28
|
-
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.
|
|
29
|
-
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.
|
|
30
|
-
"@anthropic-ai/claude-code-win32-x64": "2.1.
|
|
31
|
-
"@anthropic-ai/claude-code-win32-arm64": "2.1.
|
|
24
|
+
"@anthropic-ai/claude-code-darwin-arm64": "2.1.259",
|
|
25
|
+
"@anthropic-ai/claude-code-darwin-x64": "2.1.259",
|
|
26
|
+
"@anthropic-ai/claude-code-linux-x64": "2.1.259",
|
|
27
|
+
"@anthropic-ai/claude-code-linux-arm64": "2.1.259",
|
|
28
|
+
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.259",
|
|
29
|
+
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.259",
|
|
30
|
+
"@anthropic-ai/claude-code-win32-x64": "2.1.259",
|
|
31
|
+
"@anthropic-ai/claude-code-win32-arm64": "2.1.259"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin/claude.exe",
|
package/sdk-tools.d.ts
CHANGED
|
@@ -443,6 +443,8 @@ export type ArtifactOutput =
|
|
|
443
443
|
read?: string;
|
|
444
444
|
};
|
|
445
445
|
warnings?: string[];
|
|
446
|
+
publishesRemaining?: number;
|
|
447
|
+
publishesResetAt?: number;
|
|
446
448
|
contract?: string;
|
|
447
449
|
updated?: boolean;
|
|
448
450
|
audience?: string;
|
|
@@ -2904,7 +2906,7 @@ export interface ProposeSkillsInput {
|
|
|
2904
2906
|
*/
|
|
2905
2907
|
target?: string;
|
|
2906
2908
|
/**
|
|
2907
|
-
* One
|
|
2909
|
+
* One short sentence saying when to use this skill: aim for under 200 characters, never more than 1024. Shown on the review card and saved as the skill's description, which is what decides when the skill is used. For an improvement, reuse the existing skill's description unless the change alters when the skill applies.
|
|
2908
2910
|
*/
|
|
2909
2911
|
description: string;
|
|
2910
2912
|
/**
|
|
@@ -2929,7 +2931,7 @@ export interface ProposeSkillsInput {
|
|
|
2929
2931
|
*/
|
|
2930
2932
|
target?: string;
|
|
2931
2933
|
/**
|
|
2932
|
-
* One
|
|
2934
|
+
* One short sentence saying when to use this skill: aim for under 200 characters, never more than 1024. Shown on the review card and saved as the skill's description, which is what decides when the skill is used. For an improvement, reuse the existing skill's description unless the change alters when the skill applies.
|
|
2933
2935
|
*/
|
|
2934
2936
|
description: string;
|
|
2935
2937
|
/**
|
|
@@ -2952,7 +2954,7 @@ export interface ProposeSkillsInput {
|
|
|
2952
2954
|
*/
|
|
2953
2955
|
target?: string;
|
|
2954
2956
|
/**
|
|
2955
|
-
* One
|
|
2957
|
+
* One short sentence saying when to use this skill: aim for under 200 characters, never more than 1024. Shown on the review card and saved as the skill's description, which is what decides when the skill is used. For an improvement, reuse the existing skill's description unless the change alters when the skill applies.
|
|
2956
2958
|
*/
|
|
2957
2959
|
description: string;
|
|
2958
2960
|
/**
|
|
@@ -2977,7 +2979,7 @@ export interface ProposeSkillsInput {
|
|
|
2977
2979
|
*/
|
|
2978
2980
|
target?: string;
|
|
2979
2981
|
/**
|
|
2980
|
-
* One
|
|
2982
|
+
* One short sentence saying when to use this skill: aim for under 200 characters, never more than 1024. Shown on the review card and saved as the skill's description, which is what decides when the skill is used. For an improvement, reuse the existing skill's description unless the change alters when the skill applies.
|
|
2981
2983
|
*/
|
|
2982
2984
|
description: string;
|
|
2983
2985
|
/**
|
|
@@ -3000,7 +3002,7 @@ export interface ProposeSkillsInput {
|
|
|
3000
3002
|
*/
|
|
3001
3003
|
target?: string;
|
|
3002
3004
|
/**
|
|
3003
|
-
* One
|
|
3005
|
+
* One short sentence saying when to use this skill: aim for under 200 characters, never more than 1024. Shown on the review card and saved as the skill's description, which is what decides when the skill is used. For an improvement, reuse the existing skill's description unless the change alters when the skill applies.
|
|
3004
3006
|
*/
|
|
3005
3007
|
description: string;
|
|
3006
3008
|
/**
|
|
@@ -3023,7 +3025,7 @@ export interface ProposeSkillsInput {
|
|
|
3023
3025
|
*/
|
|
3024
3026
|
target?: string;
|
|
3025
3027
|
/**
|
|
3026
|
-
* One
|
|
3028
|
+
* One short sentence saying when to use this skill: aim for under 200 characters, never more than 1024. Shown on the review card and saved as the skill's description, which is what decides when the skill is used. For an improvement, reuse the existing skill's description unless the change alters when the skill applies.
|
|
3027
3029
|
*/
|
|
3028
3030
|
description: string;
|
|
3029
3031
|
/**
|