claudecode-linter 2.1.91 → 2.1.94
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 +4 -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.94 — extracted 2026-04-08T00:49:09.815Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -223,6 +223,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
223
223
|
"fileSuggestion",
|
|
224
224
|
"forceLoginMethod",
|
|
225
225
|
"forceLoginOrgUUID",
|
|
226
|
+
"forceRemoteSettingsRefresh",
|
|
226
227
|
"gcpAuthRefresh",
|
|
227
228
|
"hooks",
|
|
228
229
|
"httpHookAllowedEnvVars",
|
|
@@ -239,6 +240,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
239
240
|
"pluginConfigs",
|
|
240
241
|
"pluginTrustMessage",
|
|
241
242
|
"prefersReducedMotion",
|
|
243
|
+
"proactive",
|
|
242
244
|
"promptSuggestionEnabled",
|
|
243
245
|
"remote",
|
|
244
246
|
"respectGitignore",
|
|
@@ -257,6 +259,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
257
259
|
"strictPluginOnlyCustomization",
|
|
258
260
|
"syntaxHighlightingDisabled",
|
|
259
261
|
"terminalTitleFromRename",
|
|
262
|
+
"voice",
|
|
260
263
|
"voiceEnabled",
|
|
261
264
|
"worktree",
|
|
262
265
|
]);
|