claudecode-linter 2.1.109 → 2.1.111

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.109 — extracted 2026-04-15T06:47:29.481Z
2
+ // Claude Code v2.1.111 — extracted 2026-04-16T18:35:14.524Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -243,6 +243,7 @@ export const SETTINGS_USER_FIELDS = new Set([
243
243
  "prefersReducedMotion",
244
244
  "proactive",
245
245
  "promptSuggestionEnabled",
246
+ "proxyAuthHelper",
246
247
  "remote",
247
248
  "respectGitignore",
248
249
  "sandbox",
@@ -264,6 +265,7 @@ export const SETTINGS_USER_FIELDS = new Set([
264
265
  "subagentStatusLine",
265
266
  "syntaxHighlightingDisabled",
266
267
  "terminalTitleFromRename",
268
+ "tui",
267
269
  "viewMode",
268
270
  "voice",
269
271
  "voiceEnabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.109",
3
+ "version": "2.1.111",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {