diff --git a/src/claude-code/README.md b/src/claude-code/README.md index 8748a4f..2c52d8c 100644 --- a/src/claude-code/README.md +++ b/src/claude-code/README.md @@ -7,7 +7,7 @@ Installs Claude Code CLI for AI-powered development assistance ```json "features": { - "ghcr.io/tmaier/devcontainer-features/claude-code:1": {} + "ghcr.io/tmaier/devcontainer-features/claude-code:2": {} } ``` @@ -27,13 +27,11 @@ Installs Claude Code CLI for AI-powered development assistance This feature installs [Claude Code](https://www.anthropic.com/claude-code), Anthropic's official CLI for AI-powered development assistance. -## Requirements - -- Node.js +Claude Code is installed using the [native installer](https://code.claude.com/docs/en/setup), which automatically keeps itself up to date. ## Manual config for `devcontainer.json` -Mount the local `~/.claude/` directory into the Dev Contaier. +Mount the local `~/.claude/` directory into the Dev Container. Add the following mount to the `devcontainer.json` file. Replace `vscode` with the actual name of your user (see `remoteUser` property) @@ -51,7 +49,7 @@ Replace `vscode` with the actual name of your user (see `remoteUser` property) After installation, run `claude` in your project directory to get started. -For detailed documentation, see the [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-code/overview). +For detailed documentation, see the [Claude Code documentation](https://code.claude.com/docs/en/setup). --- diff --git a/src/imagemagick/README.md b/src/imagemagick/README.md index d345f3a..f860690 100644 --- a/src/imagemagick/README.md +++ b/src/imagemagick/README.md @@ -21,6 +21,8 @@ Installs imagemagick This feature installs [ImageMagick](https://imagemagick.org/), a powerful image processing and manipulation library, along with Ghostscript for enhanced PDF support in container environments. +**Supported Versions**: This feature supports both ImageMagick 6 and ImageMagick 7, automatically detecting and configuring the installed version. + ## Key Configuration **PDF Processing Support**: The feature automatically configures ImageMagick to process PDF files by modifying the security policy, enabling PDF manipulation operations which are often restricted by default.