claudecode-linter 2.1.123 → 2.1.128
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.128 — extracted 2026-05-05T00:55:01.330Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -231,8 +231,10 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
231
231
|
"disableAllHooks",
|
|
232
232
|
"disableAutoMode",
|
|
233
233
|
"disableBackgroundAgents",
|
|
234
|
+
"disableRemoteControl",
|
|
234
235
|
"disableSkillShellExecution",
|
|
235
236
|
"disabledMcpjsonServers",
|
|
237
|
+
"doneMeansMerged",
|
|
236
238
|
"editorMode",
|
|
237
239
|
"effortLevel",
|
|
238
240
|
"enableAllProjectMcpServers",
|
|
@@ -254,6 +256,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
254
256
|
"includeCoAuthoredBy",
|
|
255
257
|
"includeGitInstructions",
|
|
256
258
|
"inputNeededNotifEnabled",
|
|
259
|
+
"isolatePeerMachines",
|
|
257
260
|
"language",
|
|
258
261
|
"minimumVersion",
|
|
259
262
|
"model",
|