claudecode-linter 2.1.148-patch.4 → 2.1.149
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 +7 -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.149 — extracted 2026-05-23T01:03:30.744Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -23,9 +23,11 @@ export const TOOLS = new Set([
|
|
|
23
23
|
"NotebookEdit",
|
|
24
24
|
"NotebookRead",
|
|
25
25
|
"PushNotification",
|
|
26
|
+
"REPL",
|
|
26
27
|
"Read",
|
|
27
28
|
"ReadMcpResource",
|
|
28
29
|
"RemoteTrigger",
|
|
30
|
+
"ScheduleWakeup",
|
|
29
31
|
"SendMessage",
|
|
30
32
|
"Skill",
|
|
31
33
|
"SubscribeMcpResource",
|
|
@@ -44,6 +46,7 @@ export const TOOLS = new Set([
|
|
|
44
46
|
"UnsubscribePolling",
|
|
45
47
|
"WebFetch",
|
|
46
48
|
"WebSearch",
|
|
49
|
+
"Workflow",
|
|
47
50
|
"Write",
|
|
48
51
|
]);
|
|
49
52
|
export const HOOK_EVENTS = new Set([
|
|
@@ -207,6 +210,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
207
210
|
"advisorModel",
|
|
208
211
|
"agent",
|
|
209
212
|
"agentPushNotifEnabled",
|
|
213
|
+
"allowAllClaudeAiMcps",
|
|
210
214
|
"allowManagedHooksOnly",
|
|
211
215
|
"allowManagedMcpServersOnly",
|
|
212
216
|
"allowManagedPermissionRulesOnly",
|
|
@@ -230,6 +234,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
230
234
|
"awsAuthRefresh",
|
|
231
235
|
"awsCredentialExport",
|
|
232
236
|
"blockedMarketplaces",
|
|
237
|
+
"breakReminder",
|
|
233
238
|
"channelsEnabled",
|
|
234
239
|
"claudeMd",
|
|
235
240
|
"claudeMdExcludes",
|
|
@@ -286,6 +291,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
286
291
|
"proactive",
|
|
287
292
|
"promptSuggestionEnabled",
|
|
288
293
|
"proxyAuthHelper",
|
|
294
|
+
"quietHours",
|
|
289
295
|
"remote",
|
|
290
296
|
"remoteControlAtStartup",
|
|
291
297
|
"respectGitignore",
|