claudecode-linter 2.1.101 → 2.1.105
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/contracts.js +6 -1
- package/package.json +2 -2
package/dist/contracts.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Auto-generated from contracts/claude-code-contracts.json
|
|
2
|
-
// Claude Code v2.1.
|
|
2
|
+
// Claude Code v2.1.105 — extracted 2026-04-14T00:53:23.164Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -198,6 +198,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
198
198
|
"autoMode",
|
|
199
199
|
"autoUpdatesChannel",
|
|
200
200
|
"availableModels",
|
|
201
|
+
"awaySummaryEnabled",
|
|
201
202
|
"awsAuthRefresh",
|
|
202
203
|
"awsCredentialExport",
|
|
203
204
|
"blockedMarketplaces",
|
|
@@ -247,6 +248,9 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
247
248
|
"sandbox",
|
|
248
249
|
"showClearContextOnPlanAccept",
|
|
249
250
|
"showThinkingSummaries",
|
|
251
|
+
"skillListingBudgetFraction",
|
|
252
|
+
"skillListingMaxDescChars",
|
|
253
|
+
"skillOverrides",
|
|
250
254
|
"skipAutoPermissionPrompt",
|
|
251
255
|
"skipDangerousModePermissionPrompt",
|
|
252
256
|
"skipWebFetchPreflight",
|
|
@@ -257,6 +261,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
257
261
|
"statusLine",
|
|
258
262
|
"strictKnownMarketplaces",
|
|
259
263
|
"strictPluginOnlyCustomization",
|
|
264
|
+
"subagentStatusLine",
|
|
260
265
|
"syntaxHighlightingDisabled",
|
|
261
266
|
"terminalTitleFromRename",
|
|
262
267
|
"viewMode",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudecode-linter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.105",
|
|
4
4
|
"description": "Standalone linter for Claude Code plugins and configuration files",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"acorn": "^8.16.0",
|
|
60
60
|
"acorn-walk": "^8.3.5",
|
|
61
61
|
"knip": "^6.0.5",
|
|
62
|
-
"npm-check-updates": "^
|
|
62
|
+
"npm-check-updates": "^20.0.1",
|
|
63
63
|
"tsx": "^4.21.0",
|
|
64
64
|
"typescript": "^6.0.2",
|
|
65
65
|
"vitest": "4.1.4"
|