Recent updates to Claude Code introduce an "Organization policy" line to /status and claude doctor. This addition clarifies why an organization's policy might not load, such as issues with a proxy not passing the endpoint through. The updates also include new settings for managing output from commands and background tasks.
Key Points
- An "Organization policy" line has been added to
/statusandclaude doctorto explain policy loading failures. bashOutputMaxCharsandtaskOutputMaxCharssettings allow increasing inline command and background-task output up to 128K characters.- The
--append-subagent-system-prompt-fileoption enables reading subagent system prompts from a file for larger prompts. /skill-doctornow identifies unused skills and their context cost, aiding in pruning.- A fix addresses typed or pasted characters occasionally landing out of order or being dropped during fast input.
- The Bedrock setup wizard now times out with a clear error if AWS or a credential helper does not respond.
- Cloud sessions no longer discard a plugin synced from claude.ai when managed settings force-enable it in
enabledPlugins.
Context
According to the Claude Code changelog, these updates aim to enhance user experience by providing clearer diagnostics for policy loading, greater control over output handling, and improved tools for managing subagent prompts and optimizing skill usage. Several fixes address specific issues related to input, setup wizards, and plugin synchronization.
Why It Matters
These updates offer builders more transparency into organizational policy enforcement and greater control over the operational aspects of Claude Code. The new settings and diagnostic tools can help optimize performance and troubleshoot common issues, potentially streamlining development workflows.
What To Do
- Check the
/statusandclaude doctoroutput for the new "Organization policy" line to understand policy loading issues. - Experiment with
bashOutputMaxCharsandtaskOutputMaxCharssettings to adjust the amount of inline command and background-task output. - Utilize
--append-subagent-system-prompt-filefor managing larger subagent system prompts. - Run
/skill-doctorto identify and prune unused skills, potentially reducing context costs.
