43 Commits

Author SHA1 Message Date
Claude 5b3273f90d docs(settings): v2.1.159 drift fixes — 29 env vars added, 5 duplicates removed, broken link fixed
- Version badge bumped v2.1.158 → v2.1.159; env var count updated 180+ → 200+
- Removed string-type `skillOverrides` duplicate (object-type row is the correct one)
- Removed 5 duplicate env var rows: CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN,
  CLAUDE_CODE_FORCE_SYNC_OUTPUT, CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE,
  CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY, CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL
- Added 3 AWS vars: ANTHROPIC_AWS_API_KEY, ANTHROPIC_AWS_BASE_URL, ANTHROPIC_AWS_WORKSPACE_ID
- Added 3 GCP vars: GCLOUD_PROJECT, GOOGLE_APPLICATION_CREDENTIALS, GOOGLE_CLOUD_PROJECT
- Added 5 OTEL vars: OTEL_EXPORTER_OTLP_ENDPOINT, OTEL_EXPORTER_OTLP_HEADERS,
  OTEL_LOG_TOOL_CONTENT (resolves 20-run ON HOLD), OTEL_METRICS_EXPORTER, OTEL_TRACES_EXPORTER
- Added 13 CLAUDE_CODE_*/other confirmed-official vars:
  CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD, CLAUDE_CODE_ALT_SCREEN_FULL_REPAINT,
  CLAUDE_CODE_ATTRIBUTION_HEADER, CLAUDE_CODE_DISABLE_POLICY_SKILLS,
  CLAUDE_CODE_ENABLE_BACKGROUND_PLUGIN_REFRESH, CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS,
  CLAUDE_CODE_EXTRA_BODY, CLAUDE_CODE_MCP_ALLOWLIST_ENV, CLAUDE_CODE_NATIVE_CURSOR,
  CLAUDE_CODE_PROPAGATE_TRACEPARENT, CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS,
  DO_NOT_TRACK, INIT_PROMPT
- Annotated DISABLE_AUTO_COMPACT as unverified (not on official env-vars page)
- Removed dead link: shipyard.build/blog/claude-code-cheat-sheet/ (403 Forbidden)

https://claude.ai/code/session_013k14BPqKZQKiv9xbgu9AxB
2026-06-01 05:59:39 +00:00
Shayan Rais 1455ed39dc docs(settings): document workflow settings, Opus 4.8, and auto-mode env var
- Bump version to v2.1.158
- Add disableWorkflows, workflowKeywordTriggerEnabled, ultracode (session-only)
  to General Settings
- Add teammateDefaultModel (Global config) and pluginSuggestionMarketplaces
  (Plugin settings)
- Update opus alias + effortLevel/XHigh notes for Opus 4.8 (latest on Anthropic
  API, defaults to high effort, supports xhigh)
- Add CLAUDE_CODE_DISABLE_WORKFLOWS and CLAUDE_CODE_ENABLE_AUTO_MODE env vars
- Remove stale "not yet on official page" note from allowAllClaudeAiMcps
- Refresh Quick Reference example with new workflow keys

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-01 00:13:28 +05:00
Shayan Rais 144ad09801 docs(settings): add 7 keys (allowAllClaudeAiMcps, disableAgentView, strictPluginOnlyCustomization, maxSkillDescriptionChars, skillListingBudgetFraction, claudeMd, syntaxHighlightingDisabled); fix externalEditorContext default+desc and opus/sonnet aliases; bump to v2.1.150
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-25 16:50:40 +05:00
Shayan Rais 14c01819b5 docs(claude-settings): update to v2.1.145
Add claudeMdExcludes, autoMemoryEnabled, worktree.bgIsolation; PowerShell permission rules + symlink/compound-command/process-wrapper semantics; new env vars (ANTHROPIC_WORKSPACE_ID, CLAUDE_EFFORT, CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE, etc.); settings count 60+ -> 80+; badge -> v2.1.145.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-21 00:37:45 +05:00
Shayan Rais 2239d1ce04 Merge remote-tracking branch 'origin/main' 2026-05-12 23:51:39 +05:00
Shayan Rais aaeb69e5bc chore(claude-settings): bump env var count 175+→180+, badge to v2.1.139
Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-12 23:51:02 +05:00
Shayan Rais d58615df07 chore(claude-settings): drift refresh to v2.1.138 — add 7 settings keys + 6 env vars
Bump report version badge and body header from v2.1.126 → v2.1.138 (12-version
gap). Add 7 settings keys: worktree.baseRef (v2.1.133), sandbox.bwrapPath /
sandbox.socatPath (v2.1.133, managed Linux/WSL), skillOverrides (v2.1.129),
parentSettingsBehavior (v2.1.133) and policyHelper (v2.1.136) in a new
"Dynamic & Parent-Tier Policy" subsection under Settings Hierarchy. Extend
autoMode description with the hard_deny array (v2.1.136). Add 6 new env vars
(CLAUDE_CODE_SESSION_ID, CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN,
CLAUDE_CODE_FORCE_SYNC_OUTPUT, CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE,
CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY,
CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-09 19:54:40 +05:00
Shayan Rais 27ff6b6c9b update settings report to Claude Code v2.1.126
Adds three new keys documented on the official settings/env-vars pages:
- preferredNotifChannel (Display Settings) — task-complete/permission notification channel with 7 enum values; default "auto" sends desktop notifications in iTerm2/Ghostty/Kitty
- ANTHROPIC_BEDROCK_SERVICE_TIER (Env Vars, v2.1.122) — Bedrock service tier (default/flex/priority) sent as X-Amzn-Bedrock-Service-Tier header
- CLAUDE_CODE_PROVIDER_MANAGED_BY_HOST (Env Vars, v2.1.126) — set by embedding host platforms; provider/auth env vars in settings.json are ignored when set

Enriches existing descriptions for v2.1.126 behavior changes:
- bypassPermissions exemption extended to .claude/, .git/, .vscode/, and shell config files
- defaultShell: PowerShell becomes primary shell when CLAUDE_CODE_USE_POWERSHELL_TOOL=1; PowerShell 7 detection covers Microsoft Store, MSI off-PATH, and .NET global tool installs
- spinnerTipsOverride.excludeDefault now also suppresses time-based tips (v2.1.121)
- /config now persists changes to ~/.claude/settings.json (v2.1.126)

Quick Reference example showcases the new keys.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-01 16:15:40 +05:00
Shayan Rais 358192b4c7 update claude-settings report for v2.1.121 — alwaysLoad, sshConfigs, status line fields, file scope migration
- new MCP Per-Server Tool Loading subsection (alwaysLoad + per-tool _meta variant)
- new Workspace & Teams subsection covering sshConfigs
- Display Settings table: 5 keys migrated from ~/.claude.json to settings.json (autoScrollEnabled, editorMode, showTurnDuration, teammateMode, terminalProgressBarEnabled) with v2.1.119 historical note
- Status Line Input Fields table: add effort.level and thinking.enabled (v2.1.121)
- bypassPermissions row notes new .claude/* write exemption (v2.1.121)
- language description now mentions terminal tab title (v2.1.121)
- /effort row updated to list xhigh and max
- Effort Level Note adds \${CLAUDE_EFFORT} skill template variable (v2.1.120)
- env vars: AI_AGENT (v2.1.120) and OTEL_LOG_USER_PROMPTS (v2.1.121)
- fix two relative auto-mode anchor links to absolute URLs
- Quick Reference example showcases mcpServers.alwaysLoad and sshConfigs

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-29 01:23:17 +05:00
Shayan Rais f7290ff2c4 Document v2.1.119 settings, env vars, and behavior changes
Settings additions:
- prUrlTemplate (Attribution): URL template for the PR badge in commit
  attribution — supports self-hosted GitLab/Bitbucket/GitHub Enterprise
- voice (object): full structure with enabled/mode/autoSubmit; mark legacy
  voiceEnabled as DEPRECATED alias

Behavior updates:
- auto permission mode: rewrite per official docs — drop the removed
  --enable-auto-mode flag, note inclusion in the default Shift+Tab cycle
  since v2.1.111
- blockedMarketplaces: note v2.1.119 enforcement of hostPattern/pathPattern
  matchers before any download touches the filesystem

Env var additions:
- CLAUDE_CODE_HIDE_CWD: hides CWD in startup logo banner (v2.1.119)

CLI / docs additions:
- claude plugin tag: marketplace plugin version tagging subcommand (v2.1.118)
- MCP OAuth callout: RFC 9728 protected-resource discovery, no manual
  apiKeyHelper/headersHelper needed for compliant servers (v2.1.111)
- Quick Reference example updated with prUrlTemplate

Bump Last Updated badge and version header to v2.1.119.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-26 15:42:48 +05:00
Shayan Rais 50038318aa Sync settings report to v2.1.118
- Add `wslInheritsWindowsSettings` managed setting (WSL inherits Windows HKLM/registry policy chain)
- Document `"$defaults"` sentinel in `autoMode` — inherits built-in rules at that position so custom entries are added alongside them
- Add `DISABLE_UPDATES` env var (strictly blocks all update paths, stronger than DISABLE_AUTOUPDATER)
- Add `OTEL_LOG_RAW_API_BODIES` and `CLAUDE_CODE_FORK_SUBAGENT` env vars (changelog-only, flagged as such)
- Remove stale `askEdits`, `viewOnly`, `allow_remote_sessions` entries — not documented in official docs since v2.1.74 (40+ days)
- Expand `cleanupPeriodDays` description — v2.1.117 adds ~/.claude/tasks/, shell-snapshots/, and backups/ to the startup sweep
- Note v2.1.117 default-effort change from medium → high for Pro/Max on Opus 4.6 and Sonnet 4.6
- Refresh badge to Apr 24, 2026 12:27 AM PKT, v2.1.118

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-24 00:48:51 +05:00
Shayan Rais e9b53ef82f best-practice/claude-settings: sync to v2.1.114
- add awaySummaryEnabled, externalEditorContext (v2.1.110)
- move autoScrollEnabled from General to Global Config
  (~/.claude.json) per official docs
- drop stale "not yet on official settings page" annotations from
  tui and sandbox.network.deniedDomains (both now documented;
  deniedDomains in v2.1.113)
- effortLevel: add xhigh (Opus 4.7, v2.1.111) and fallback note
- add CLAUDE_CODE_ENABLE_AWAY_SUMMARY env var
- bidirectional cross-links between settings report and
  claude-cli-startup-flags.md for CLAUDE_CODE_SIMPLE /
  CLAUDE_CODE_EFFORT_LEVEL
- quick-reference example uses the new keys

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-18 20:24:27 +05:00
Shayan Rais 3b635d1822 update settings report to v2.1.110 — add minimumVersion, 6 env vars, effort Max level, platform-specific sandbox notes
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-16 23:43:37 +05:00
Shayan Rais f4bdac24bc add viewMode setting, 5 new env vars, fix teammateMode default, update watchdog descriptions for v2.1.107
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-14 23:40:49 +05:00
Shayan Rais 1d5c82e8f0 update settings report Last Updated badge timestamp
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-13 20:21:33 +05:00
Shayan Rais af8cd6ef14 update settings report to v2.1.101: add 5 env vars, expand disableSkillShellExecution description
Adds CLAUDE_CODE_CERT_STORE (v2.1.101), CLAUDE_CODE_PERFORCE_MODE (v2.1.98),
CLAUDE_CODE_SCRIPT_CAPS (v2.1.98), DISABLE_AUTOUPDATER, and CCR_FORCE_BUNDLE.
Updates disableSkillShellExecution with triple-backtick shell blocks and source
qualifiers per official docs. Badge updated to v2.1.101.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-13 20:18:45 +05:00
Shayan Rais ee4dab8d62 update settings report to v2.1.97 — add allowMachLookup, refreshInterval, expand status line fields to 30+
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-10 00:32:01 +05:00
Shayan Rais d6968f867b update settings report to v2.1.96 — add Mantle env vars, fix effort default, update descriptions
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-08 22:17:51 +05:00
Shayan Rais 3cb6adf1ce update settings report to v2.1.92 — add forceRemoteSettingsRefresh, env var, enrich 6 descriptions
Adds forceRemoteSettingsRefresh managed-only setting, CLAUDE_REMOTE_CONTROL_SESSION_NAME_PREFIX
env var, removes stale annotations from disableSkillShellExecution and marketplace source types,
enriches descriptions for cleanupPeriodDays, disableDeepLinkRegistration, includeGitInstructions,
language, and allowUnsandboxedCommands per official settings page.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-05 00:04:13 +05:00
Shayan Rais 457513f2de add Implemented badge linking to settings.json for consistency
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04 22:09:35 +05:00
Shayan Rais 4f82dcf84a rename settings title from Reference to Best Practice for consistency
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-04 22:07:06 +05:00
Shayan Rais 8cad140d3d update development workflows — ECC 136k leads Superpowers 134k, agents/commands/skills growth; update best-practice docs (commands, settings, skills, subagents) to v2.1.91
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-03 23:05:22 +05:00
Shayan Rais 92394fe5c6 update development workflows — ECC overtakes Superpowers (133k vs 132k), GSD agents 18→21; update best-practice docs (commands, settings, skills, subagents) to v2.1.90
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-02 21:44:56 +05:00
Shayan Rais 382b974e73 add Fullscreen Rendering + Computer Use to Hot table, update best-practice docs to v2.1.89
Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-01 12:57:58 +05:00
Shayan Rais dc10499478 update development workflows — star bumps (+29k combined), gstack skills 28→32, BMAD skills 40→43; update best-practice docs (commands, settings, skills) to v2.1.87
Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-31 20:05:20 +05:00
Shayan Rais cfb33c9fce update reports to v2.1.86 — command arguments, teammateMode move, Chrome badge + workflow star/skill updates
Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-28 22:46:10 +05:00
Shayan Rais bd0fb773e5 update reports to v2.1.85 — paths field, Chrome concept, stream timeout + workflow changelogs
Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-27 18:46:48 +05:00
Shayan Rais fdec218385 update settings report to v2.1.84, add Compound Engineering to development workflows
Settings report (v2.1.84): add defaultShell, allowedChannelPlugins, useAutoModeDuringPlan settings + 11 new env vars (9 model customization, NONSTREAMING_FALLBACK, POWERSHELL_TOOL). Fix managed-tier merge semantics, broken claudelog.com link, disableDeepLinkRegistration annotation.

Development workflows: add EveryInc/compound-engineering-plugin (11k★, 43 agents, 44 skills) as 9th tracked repo with counting hints in workflow command.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-26 13:47:55 +05:00
Shayan Rais 25b573944c update settings report to v2.1.83 — auto mode, managed-settings.d/, sandbox.failIfUnavailable + workflow badge updates
Settings (claude-settings.md):
- add autoMode, disableAutoMode, auto permission mode
- add sandbox.failIfUnavailable, disableDeepLinkRegistration
- add CLAUDE_CODE_SUBPROCESS_ENV_SCRUB env var
- add managed-settings.d/ drop-in directory
- fix Windows registry path to SOFTWARE\Policies\ClaudeCode
- add opus[1m] model alias
- fix broken claudelog.com link
- update badge/version to v2.1.83

Other workflows: commands, skills, subagents, concepts, dev-workflows badge/changelog updates

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-25 20:28:31 +05:00
Shayan Rais d913b37cca sync all reports to v2.1.81 — add editorMode, /schedule, fix settings scope
Settings report: add editorMode to ~/.claude.json table, move
showClearContextOnPlanAccept to settings.json (confirmed on official page),
fix terminalProgressBarEnabled terminals, add Config tool to availableModels.

README: add /schedule cloud-based scheduled tasks alongside /loop, update
development workflow stars (Superpowers 107k, ECC 101k, gstack 41k, GSD 40k),
update counts for ECC, gstack, GSD, OpenSpec.

All other reports (commands, skills, subagents, concepts) synced with no drift.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-23 22:58:21 +05:00
Shayan Rais be2ad50e32 sync all reports to Claude Code v2.1.81 — add IDE settings, fix allow_remote_sessions, update stars
Settings report (claude-settings.md):
- Add autoConnectIde, autoInstallIdeExtension, showClearContextOnPlanAccept to ~/.claude.json table
- Re-add unverified annotation on allow_remote_sessions (official docs say not a settings key)
- Add source:'settings' marketplace type to Plugin Settings with inline example
- Add rate_limits fields to Status Line Input Fields table
- Bump version badge and header to v2.1.81

Other reports: bump badges to v2.1.81, update development workflow stars and counts

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-21 21:27:43 +05:00
Shayan Rais 53db5de218 sync all reports to Claude Code v2.1.80 — fix frontmatter field coverage across commands, skills, and subagents
- Commands: 4→11 frontmatter fields (QA correction — official docs confirm commands support same frontmatter as skills, reversing 5 runs of incorrect "skill-only" INVALID status)
- Skills: 10→11 fields (added effort)
- Subagents: 14→15 fields (added effort)
- Settings: added channelsEnabled managed setting
- Concepts: added Channels row, Git Worktrees deep link, Plugins marketplace link
- Development workflows: star/count updates, table reorder
- CLAUDE.md: added effort to subagent definition
- README: v2.1.80 badge, added Kenneth to follows

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-20 08:50:28 +05:00
Shayan Rais 84fd8a73dd renamed claude-code-voice-hooks to claude-code-hooks across repo
GitHub repo slug changed from shanraisshan/claude-code-voice-hooks to
shanraisshan/claude-code-hooks. Updated all URLs, display names, and
references across 8 files.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-19 12:57:11 +05:00
Shayan Rais 914c1b5e2f workflow changelog runs for settings, commands, skills, subagents, and concepts — v2.1.79
Settings: added 3 ANTHROPIC_CUSTOM_MODEL_OPTION env vars, fixed sandbox path
prefix convention (/ = absolute, ./ = project-relative, // = legacy), updated
CLAUDE_CODE_PLUGIN_SEED_DIR for multi-directory support, expanded
CLAUDE_CODE_AUTO_COMPACT_WINDOW description. Commands, skills, subagents,
concepts: no drift detected. All badges updated to v2.1.79.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-19 12:50:01 +05:00
Shayan Rais 85e245d6d1 workflow changelog runs for settings, commands, skills, subagents, and concepts reports
Settings (v2.1.78): added voiceEnabled, filesystem.allowManagedReadPathsOnly; moved showTurnDuration/terminalProgressBarEnabled to ~/.claude.json section; fixed MAX_MCP_OUTPUT_TOKENS default (25000); added 3 missing env vars; corrected 4 env var descriptions; added verification Rule 1H (file scope check)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-19 00:33:54 +05:00
Shayan Rais 1ac2b97df6 v2.1.77 2026-03-17 13:05:20 +05:00
Shayan Rais d69a621f86 settings report v2.1.76: add 4 settings, 23 env vars, permission syntax, and 14 verification rules
Settings report changes:
- Add effortLevel, worktree.sparsePaths, worktree.symlinkDirectories, feedbackSurveyRate
- Add 23 missing env vars (Vertex regions, proxy, MCP OAuth, model overrides)
- Add Read/Edit gitignore-style path patterns and word-boundary wildcard detail
- Mark 7 unverified env vars not in official docs
- Update cleanupPeriodDays with hooks transcript_path detail
- Add /effort command, update effort level how-to
- Add env-vars and permissions official doc sources
- Update Quick Reference example with effortLevel and worktree

Verification checklist (16 → 30 rules):
- 1E scope column, 1F inverse completeness, 1G edge-case semantics
- 2C merge semantics, 2D managed internals
- 3C bidirectional mode check, 3D evaluation semantics
- 5C env var descriptions, 5D inverse env var check
- 6B example URL validation
- 10A version metadata, 10B suspect key escalation, 10C bidirectional completeness

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-15 13:43:49 +05:00
Shayan Rais 306888ac0d updated to 2.1.76 2026-03-15 13:01:44 +05:00
Shayan Rais 1ad55dceb1 added certification 2026-03-14 06:41:23 +05:00
Shayan Rais 518ae09325 Update settings report to v2.1.74 — fix critical dontAsk description, add new settings and env vars
Key changes:
- Fix dontAsk permission mode description (was incorrectly described as auto-accept,
  actually auto-denies unless pre-approved)
- Add modelOverrides, allow_remote_sessions, autoMemoryDirectory settings
- Fix $schema URL (www.schemastore.org → json.schemastore.org)
- Fix ANTHROPIC_CUSTOM_HEADERS format description
- Add 6 missing environment variables
- Mark askEdits/viewOnly as unverified permission modes
- Update badges and changelog entries for settings, subagents, and concepts workflows

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-12 13:09:15 +05:00
Shayan Rais 4338945024 [changelog] 2.1.71 2026-03-07 14:38:08 +05:00
Shayan Rais 793f51ef45 v2.1.69 settings added 2026-03-05 06:33:51 +05:00
Shayan Rais d4f6baa98d updated readme 2026-03-01 15:36:08 +05:00