claudecode-linter 2.1.88 → 2.1.90
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.90 — extracted 2026-04-02T00:44:59.407Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -191,6 +191,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
191
191
|
"alwaysThinkingEnabled",
|
|
192
192
|
"apiKeyHelper",
|
|
193
193
|
"attribution",
|
|
194
|
+
"autoCompactWindow",
|
|
194
195
|
"autoDreamEnabled",
|
|
195
196
|
"autoMemoryDirectory",
|
|
196
197
|
"autoMemoryEnabled",
|