Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/claude-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
```

Expand All @@ -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)

Expand All @@ -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).


---
Expand Down
2 changes: 2 additions & 0 deletions src/imagemagick/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down