Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
PWD environment variable as an additional working directory, expanding file operation permissions beyond just the current working directoryOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
sandbox parameter: Execute bash commands in a restricted environment without requiring user approvalsandbox=true: Commands run immediately without approval dialogs but with restricted filesystem write and network accesssandbox=false if permission or network errors occurls, cat, git status, pwd, etc.Example usage scenarios:
# These commands can run with sandbox=true (no approval needed)
ls -la
git status
cat file.txt
pwd
echo $HOME
# These require sandbox=false (user approval required)
npm install
git commit
touch newfile.txt
curl https://api.example.com
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
What's wrong with this entry?
cd command now resolves symlinks using realpath, ensuring you navigate to the actual directory location.claude/ide directoriesOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
What's wrong with this entry?
What's wrong with this entry?
HTTPS_PROXY or HTTP_PROXY environment variablesWhat's wrong with this entry?
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
None - This release maintains backward compatibility with existing workflows and configurations.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
Published verbatim by Anthropic for v1.0.4. Text is unmodified from the upstream changelog. Everything else on this page came out of the bundle instead, which is why the two lists don't match.
The system prompt was not captured for this release, so this page cannot say whether it moved.