@anthropic-ai/claude-code 2.1.258 → 2.1.260
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 +11 -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.260",
|
|
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.260",
|
|
25
|
+
"@anthropic-ai/claude-code-darwin-x64": "2.1.260",
|
|
26
|
+
"@anthropic-ai/claude-code-linux-x64": "2.1.260",
|
|
27
|
+
"@anthropic-ai/claude-code-linux-arm64": "2.1.260",
|
|
28
|
+
"@anthropic-ai/claude-code-linux-x64-musl": "2.1.260",
|
|
29
|
+
"@anthropic-ai/claude-code-linux-arm64-musl": "2.1.260",
|
|
30
|
+
"@anthropic-ai/claude-code-win32-x64": "2.1.260",
|
|
31
|
+
"@anthropic-ai/claude-code-win32-arm64": "2.1.260"
|
|
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;
|
|
@@ -575,6 +577,7 @@ export type ArtifactOutput =
|
|
|
575
577
|
max_bytes: number;
|
|
576
578
|
};
|
|
577
579
|
next?: string;
|
|
580
|
+
cowritten?: true;
|
|
578
581
|
};
|
|
579
582
|
}
|
|
580
583
|
| {
|
|
@@ -584,6 +587,7 @@ export type ArtifactOutput =
|
|
|
584
587
|
size_bytes: number;
|
|
585
588
|
content_type: string;
|
|
586
589
|
sha256: string;
|
|
590
|
+
cowritten?: true;
|
|
587
591
|
};
|
|
588
592
|
}
|
|
589
593
|
| {
|
|
@@ -2904,7 +2908,7 @@ export interface ProposeSkillsInput {
|
|
|
2904
2908
|
*/
|
|
2905
2909
|
target?: string;
|
|
2906
2910
|
/**
|
|
2907
|
-
* One
|
|
2911
|
+
* 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
2912
|
*/
|
|
2909
2913
|
description: string;
|
|
2910
2914
|
/**
|
|
@@ -2929,7 +2933,7 @@ export interface ProposeSkillsInput {
|
|
|
2929
2933
|
*/
|
|
2930
2934
|
target?: string;
|
|
2931
2935
|
/**
|
|
2932
|
-
* One
|
|
2936
|
+
* 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
2937
|
*/
|
|
2934
2938
|
description: string;
|
|
2935
2939
|
/**
|
|
@@ -2952,7 +2956,7 @@ export interface ProposeSkillsInput {
|
|
|
2952
2956
|
*/
|
|
2953
2957
|
target?: string;
|
|
2954
2958
|
/**
|
|
2955
|
-
* One
|
|
2959
|
+
* 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
2960
|
*/
|
|
2957
2961
|
description: string;
|
|
2958
2962
|
/**
|
|
@@ -2977,7 +2981,7 @@ export interface ProposeSkillsInput {
|
|
|
2977
2981
|
*/
|
|
2978
2982
|
target?: string;
|
|
2979
2983
|
/**
|
|
2980
|
-
* One
|
|
2984
|
+
* 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
2985
|
*/
|
|
2982
2986
|
description: string;
|
|
2983
2987
|
/**
|
|
@@ -3000,7 +3004,7 @@ export interface ProposeSkillsInput {
|
|
|
3000
3004
|
*/
|
|
3001
3005
|
target?: string;
|
|
3002
3006
|
/**
|
|
3003
|
-
* One
|
|
3007
|
+
* 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
3008
|
*/
|
|
3005
3009
|
description: string;
|
|
3006
3010
|
/**
|
|
@@ -3023,7 +3027,7 @@ export interface ProposeSkillsInput {
|
|
|
3023
3027
|
*/
|
|
3024
3028
|
target?: string;
|
|
3025
3029
|
/**
|
|
3026
|
-
* One
|
|
3030
|
+
* 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
3031
|
*/
|
|
3028
3032
|
description: string;
|
|
3029
3033
|
/**
|
|
@@ -3055,6 +3059,7 @@ export interface ArtifactInput {
|
|
|
3055
3059
|
| "publish"
|
|
3056
3060
|
| "list"
|
|
3057
3061
|
| "read"
|
|
3062
|
+
| "list_types"
|
|
3058
3063
|
| "watch"
|
|
3059
3064
|
| "unwatch"
|
|
3060
3065
|
| "status"
|