claudecode-linter 2.1.118 → 2.1.119
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 +18 -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.119 — extracted 2026-04-24T03:29:23.326Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -184,6 +184,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
184
184
|
"$schema",
|
|
185
185
|
"advisorModel",
|
|
186
186
|
"agent",
|
|
187
|
+
"agentPushNotifEnabled",
|
|
187
188
|
"allowManagedHooksOnly",
|
|
188
189
|
"allowManagedMcpServersOnly",
|
|
189
190
|
"allowManagedPermissionRulesOnly",
|
|
@@ -193,12 +194,15 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
193
194
|
"alwaysThinkingEnabled",
|
|
194
195
|
"apiKeyHelper",
|
|
195
196
|
"attribution",
|
|
197
|
+
"autoCompactEnabled",
|
|
196
198
|
"autoCompactWindow",
|
|
197
199
|
"autoDreamEnabled",
|
|
198
200
|
"autoMemoryDirectory",
|
|
199
201
|
"autoMemoryEnabled",
|
|
200
202
|
"autoMode",
|
|
203
|
+
"autoScrollEnabled",
|
|
201
204
|
"autoUpdatesChannel",
|
|
205
|
+
"autoUploadSessions",
|
|
202
206
|
"availableModels",
|
|
203
207
|
"awaySummaryEnabled",
|
|
204
208
|
"awsAuthRefresh",
|
|
@@ -214,6 +218,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
214
218
|
"disableAutoMode",
|
|
215
219
|
"disableSkillShellExecution",
|
|
216
220
|
"disabledMcpjsonServers",
|
|
221
|
+
"editorMode",
|
|
217
222
|
"effortLevel",
|
|
218
223
|
"enableAllProjectMcpServers",
|
|
219
224
|
"enabledMcpjsonServers",
|
|
@@ -223,6 +228,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
223
228
|
"fastMode",
|
|
224
229
|
"fastModePerSessionOptIn",
|
|
225
230
|
"feedbackSurveyRate",
|
|
231
|
+
"fileCheckpointingEnabled",
|
|
226
232
|
"fileSuggestion",
|
|
227
233
|
"forceLoginMethod",
|
|
228
234
|
"forceLoginOrgUUID",
|
|
@@ -232,6 +238,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
232
238
|
"httpHookAllowedEnvVars",
|
|
233
239
|
"includeCoAuthoredBy",
|
|
234
240
|
"includeGitInstructions",
|
|
241
|
+
"inputNeededNotifEnabled",
|
|
235
242
|
"language",
|
|
236
243
|
"minimumVersion",
|
|
237
244
|
"model",
|
|
@@ -242,15 +249,20 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
242
249
|
"plansDirectory",
|
|
243
250
|
"pluginConfigs",
|
|
244
251
|
"pluginTrustMessage",
|
|
252
|
+
"prUrlTemplate",
|
|
253
|
+
"preferredNotifChannel",
|
|
245
254
|
"prefersReducedMotion",
|
|
246
255
|
"proactive",
|
|
247
256
|
"promptSuggestionEnabled",
|
|
248
257
|
"proxyAuthHelper",
|
|
249
258
|
"remote",
|
|
259
|
+
"remoteControlAtStartup",
|
|
250
260
|
"respectGitignore",
|
|
251
261
|
"sandbox",
|
|
252
262
|
"showClearContextOnPlanAccept",
|
|
263
|
+
"showMessageTimestamps",
|
|
253
264
|
"showThinkingSummaries",
|
|
265
|
+
"showTurnDuration",
|
|
254
266
|
"skillListingBudgetFraction",
|
|
255
267
|
"skillListingMaxDescChars",
|
|
256
268
|
"skillOverrides",
|
|
@@ -266,8 +278,13 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
266
278
|
"strictPluginOnlyCustomization",
|
|
267
279
|
"subagentStatusLine",
|
|
268
280
|
"syntaxHighlightingDisabled",
|
|
281
|
+
"teammateMode",
|
|
282
|
+
"terminalProgressBarEnabled",
|
|
269
283
|
"terminalTitleFromRename",
|
|
284
|
+
"theme",
|
|
285
|
+
"todoFeatureEnabled",
|
|
270
286
|
"tui",
|
|
287
|
+
"verbose",
|
|
271
288
|
"viewMode",
|
|
272
289
|
"voice",
|
|
273
290
|
"voiceEnabled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudecode-linter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.119",
|
|
4
4
|
"description": "Standalone linter for Claude Code plugins and configuration files",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"npm-check-updates": "^21.0.3",
|
|
63
63
|
"tsx": "^4.21.0",
|
|
64
64
|
"typescript": "^6.0.2",
|
|
65
|
-
"vitest": "4.1.
|
|
65
|
+
"vitest": "4.1.5"
|
|
66
66
|
}
|
|
67
67
|
}
|