claudecode-linter 2.1.158 → 2.1.160

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:59.009Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.621Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code agent .md frontmatter",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:59.010Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.622Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code command .md frontmatter",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:59.013Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.626Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code hooks.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:58.982Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.599Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .lsp.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:59.011Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.623Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .mcp.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:58.983Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.599Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code monitors.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:58.980Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.597Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -47,7 +47,9 @@
47
47
  "DiffDialog",
48
48
  "ModelPicker",
49
49
  "Select",
50
- "Plugin"
50
+ "Plugin",
51
+ "Scroll",
52
+ "Doctor"
51
53
  ]
52
54
  },
53
55
  "keystrokePattern": {
@@ -75,6 +77,7 @@
75
77
  "enum": [
76
78
  "app:interrupt",
77
79
  "app:exit",
80
+ "app:redraw",
78
81
  "app:toggleTodos",
79
82
  "app:toggleTranscript",
80
83
  "app:toggleTeammatePreview",
@@ -82,10 +85,15 @@
82
85
  "history:previous",
83
86
  "history:next",
84
87
  "chat:cancel",
88
+ "chat:clearInput",
89
+ "chat:clearScreen",
90
+ "chat:killAgents",
85
91
  "chat:cycleMode",
86
92
  "chat:modelPicker",
93
+ "chat:fastMode",
87
94
  "chat:thinkingToggle",
88
95
  "chat:submit",
96
+ "chat:newline",
89
97
  "chat:undo",
90
98
  "chat:externalEditor",
91
99
  "chat:stash",
@@ -100,6 +108,7 @@
100
108
  "confirm:next",
101
109
  "confirm:nextField",
102
110
  "confirm:previousField",
111
+ "confirm:toggle",
103
112
  "confirm:cycleMode",
104
113
  "confirm:toggleExplanation",
105
114
  "tabs:next",
@@ -110,8 +119,10 @@
110
119
  "historySearch:accept",
111
120
  "historySearch:cancel",
112
121
  "historySearch:execute",
122
+ "historySearch:cycleScope",
113
123
  "task:background",
114
124
  "theme:toggleSyntaxHighlighting",
125
+ "theme:editCustom",
115
126
  "help:dismiss",
116
127
  "attachments:next",
117
128
  "attachments:previous",
@@ -119,8 +130,11 @@
119
130
  "attachments:exit",
120
131
  "footer:next",
121
132
  "footer:previous",
133
+ "footer:up",
134
+ "footer:down",
122
135
  "footer:openSelected",
123
136
  "footer:clearSelection",
137
+ "footer:close",
124
138
  "messageSelector:up",
125
139
  "messageSelector:down",
126
140
  "messageSelector:top",
@@ -135,15 +149,45 @@
135
149
  "diff:nextFile",
136
150
  "modelPicker:decreaseEffort",
137
151
  "modelPicker:increaseEffort",
152
+ "modelPicker:thisSessionOnly",
138
153
  "select:next",
139
154
  "select:previous",
140
155
  "select:accept",
141
156
  "select:cancel",
157
+ "select:pageUp",
158
+ "select:pageDown",
159
+ "select:first",
160
+ "select:last",
142
161
  "plugin:toggle",
143
162
  "plugin:install",
163
+ "plugin:favorite",
144
164
  "permission:toggleDebug",
145
165
  "settings:search",
146
- "settings:retry"
166
+ "settings:retry",
167
+ "settings:close",
168
+ "settings:periodDay",
169
+ "settings:periodWeek",
170
+ "settings:sortByTokens",
171
+ "doctor:fix",
172
+ "voice:pushToTalk",
173
+ "scroll:lineUp",
174
+ "scroll:lineDown",
175
+ "scroll:pageUp",
176
+ "scroll:pageDown",
177
+ "scroll:top",
178
+ "scroll:bottom",
179
+ "scroll:halfPageUp",
180
+ "scroll:halfPageDown",
181
+ "scroll:fullPageUp",
182
+ "scroll:fullPageDown",
183
+ "selection:copy",
184
+ "selection:clear",
185
+ "selection:extendLeft",
186
+ "selection:extendRight",
187
+ "selection:extendUp",
188
+ "selection:extendDown",
189
+ "selection:extendLineStart",
190
+ "selection:extendLineEnd"
147
191
  ]
148
192
  },
149
193
  "commandBinding": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-05-30T07:12:00.210Z",
2
+ "fetchedAt": "2026-06-02T07:52:23.806Z",
3
3
  "sources": {
4
4
  "plugin-manifest.schema.json": {
5
5
  "url": "https://www.schemastore.org/claude-code-plugin-manifest.json",
@@ -14,7 +14,7 @@
14
14
  "keybindings.schema.json": {
15
15
  "url": "https://www.schemastore.org/claude-code-keybindings.json",
16
16
  "artifact": "keybindings-json",
17
- "sha256": "9c4cadb42c6ff6f2def37e7d52bdb601ee3ed6881805700555bbc4ec1485f23b"
17
+ "sha256": "ee15eb12a9b6c87506bf10b45790e3c49dcdaf745e5fcc345b66cf14ddb806f7"
18
18
  },
19
19
  "settings.schema.json": {
20
20
  "url": "https://www.schemastore.org/claude-code-settings.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:59.005Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.616Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -583,7 +583,7 @@
583
583
  },
584
584
  "workflowKeywordTriggerEnabled": {
585
585
  "type": "boolean",
586
- "description": "Enable the \"workflow\"/\"workflows\" keyword trigger that opts a prompt into the Workflow tool. Set to false to type the word without triggering a workflow. Default: true."
586
+ "description": "Enable the \"ultracode\" keyword trigger: including the keyword in a prompt opts that turn into the Workflow tool. Set to false to disable the trigger. Default: true."
587
587
  },
588
588
  "disableSkillShellExecution": {
589
589
  "type": "boolean",
@@ -2526,6 +2526,10 @@
2526
2526
  "type": "boolean",
2527
2527
  "description": "Automatically compact conversation when context fills"
2528
2528
  },
2529
+ "switchModelsOnFlag": {
2530
+ "type": "boolean",
2531
+ "description": "When safety filters block a message, automatically switch to a different model to keep chatting. When off, your chat may stop instead."
2532
+ },
2529
2533
  "autoScrollEnabled": {
2530
2534
  "type": "boolean",
2531
2535
  "description": "Auto-scroll the conversation view to bottom (fullscreen mode only)"
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.158",
3
- "extractedAt": "2026-05-30T07:11:59.007Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.160",
3
+ "extractedAt": "2026-06-02T07:52:22.619Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code SKILL.md frontmatter",
package/dist/contracts.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.158 — extracted 2026-05-30T07:11:54.405Z
2
+ // Claude Code v2.1.160 — extracted 2026-06-02T07:52:17.981Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -320,6 +320,7 @@ export const SETTINGS_USER_FIELDS = new Set([
320
320
  "strictKnownMarketplaces",
321
321
  "strictPluginOnlyCustomization",
322
322
  "subagentStatusLine",
323
+ "switchModelsOnFlag",
323
324
  "syntaxHighlightingDisabled",
324
325
  "teammateMode",
325
326
  "terminalProgressBarEnabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.158",
3
+ "version": "2.1.160",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {