claudecode-linter 2.1.80 → 2.1.81

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.80 — extracted 2026-03-20T00:42:55.482Z
2
+ // Claude Code v2.1.81 — extracted 2026-03-21T00:40:44.808Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -180,6 +180,7 @@ export const SETTINGS_USER_FIELDS = new Set([
180
180
  "alwaysThinkingEnabled",
181
181
  "apiKeyHelper",
182
182
  "attribution",
183
+ "autoDreamEnabled",
183
184
  "autoMemoryDirectory",
184
185
  "autoMemoryEnabled",
185
186
  "autoMode",
@@ -191,6 +192,7 @@ export const SETTINGS_USER_FIELDS = new Set([
191
192
  "claudeMdExcludes",
192
193
  "cleanupPeriodDays",
193
194
  "companyAnnouncements",
195
+ "defaultShell",
194
196
  "deniedMcpServers",
195
197
  "disableAllHooks",
196
198
  "disableAutoMode",
@@ -227,6 +229,7 @@ export const SETTINGS_USER_FIELDS = new Set([
227
229
  "remote",
228
230
  "respectGitignore",
229
231
  "sandbox",
232
+ "showClearContextOnPlanAccept",
230
233
  "showThinkingSummaries",
231
234
  "skipAutoPermissionPrompt",
232
235
  "skipDangerousModePermissionPrompt",
@@ -237,6 +240,7 @@ export const SETTINGS_USER_FIELDS = new Set([
237
240
  "sshConfigs",
238
241
  "statusLine",
239
242
  "strictKnownMarketplaces",
243
+ "strictPluginOnlyCustomization",
240
244
  "syntaxHighlightingDisabled",
241
245
  "terminalTitleFromRename",
242
246
  "voiceEnabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.80",
3
+ "version": "2.1.81",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {