claudecode-linter 2.1.90 → 2.1.92
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 +5 -1
- package/package.json +1 -1
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.92 — extracted 2026-04-04T00:44:04.010Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -209,6 +209,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
209
209
|
"deniedMcpServers",
|
|
210
210
|
"disableAllHooks",
|
|
211
211
|
"disableAutoMode",
|
|
212
|
+
"disableSkillShellExecution",
|
|
212
213
|
"disabledMcpjsonServers",
|
|
213
214
|
"effortLevel",
|
|
214
215
|
"enableAllProjectMcpServers",
|
|
@@ -222,6 +223,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
222
223
|
"fileSuggestion",
|
|
223
224
|
"forceLoginMethod",
|
|
224
225
|
"forceLoginOrgUUID",
|
|
226
|
+
"forceRemoteSettingsRefresh",
|
|
225
227
|
"gcpAuthRefresh",
|
|
226
228
|
"hooks",
|
|
227
229
|
"httpHookAllowedEnvVars",
|
|
@@ -238,6 +240,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
238
240
|
"pluginConfigs",
|
|
239
241
|
"pluginTrustMessage",
|
|
240
242
|
"prefersReducedMotion",
|
|
243
|
+
"proactive",
|
|
241
244
|
"promptSuggestionEnabled",
|
|
242
245
|
"remote",
|
|
243
246
|
"respectGitignore",
|
|
@@ -256,6 +259,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
256
259
|
"strictPluginOnlyCustomization",
|
|
257
260
|
"syntaxHighlightingDisabled",
|
|
258
261
|
"terminalTitleFromRename",
|
|
262
|
+
"voice",
|
|
259
263
|
"voiceEnabled",
|
|
260
264
|
"worktree",
|
|
261
265
|
]);
|