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?
/add-dir command now provides more detailed and specific error messages when adding working directoriesWhat's wrong with this entry?
permissions.additionalDirectories are automatically added at startup--add-dir argumentsWhat's wrong with this entry?
<local-command-stdout>)enablePromptCaching from true to false for terminal title requests to improve performanceWhat's wrong with this entry?
stream import with PassThrough from streamnode:process import to specific cwd import from node:processpath.resolve importOther 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?
# Add a directory to the working set
claude --add-dir /path/to/project
# Multiple directories can be added
claude --add-dir /project1 --add-dir /project2
# Directories from config are automatically included
# In your config file:
# permissions:
# additionalDirectories:
# - /home/user/projects
# - /opt/shared/code
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?
# Missing path
claude --add-dir
# Output: Please provide a directory path.
# Non-existent path
claude --add-dir /fake/path
# Output: Path /fake/path was not found.
# File instead of directory
claude --add-dir /etc/passwd
# Output: /etc/passwd is not a directory. Did you mean to add the parent directory /etc?
# Already accessible directory
claude --add-dir /home/user/project/src # (when /home/user/project is already added)
# Output: /home/user/project/src is already accessible within the existing working directory /home/user/project.
Published verbatim by Anthropic for v1.0.27. 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.