claudecode-linter 2.1.96 → 2.1.97
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 +2 -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.97 — extracted 2026-04-09T00:41:06.967Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -259,6 +259,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
259
259
|
"strictPluginOnlyCustomization",
|
|
260
260
|
"syntaxHighlightingDisabled",
|
|
261
261
|
"terminalTitleFromRename",
|
|
262
|
+
"viewMode",
|
|
262
263
|
"voice",
|
|
263
264
|
"voiceEnabled",
|
|
264
265
|
"worktree",
|