v1.3.1
What's Changed
Changed
- DEVONthink MCP server updated from dt-mcp repository with bug fixes:
- Added
filesource type for importing local files - Added
pdfsource type for direct PDF downloads - Added custom
nameparameter for imported documents - Fixed empty string handling in AppleScript argument passing
- Improved JSON escaping with proper
\rvs\nhandling - Added control character removal for JSON safety
- Reworked import with three modes: file, webarchive, download
- Added
- Updated DEVONthink README with import mode documentation
Docker Images
All images available at ghcr.io/hellblazer/hal-9000:
| Profile | Tag | Description |
|---|---|---|
| Base | :latest, :1.3.1 |
Claude CLI + MCP servers |
| Python | :python, :python-1.3.1 |
+ Python 3.11, uv, pip |
| Node | :node, :node-1.3.1 |
+ Node.js 20, npm, yarn, pnpm |
| Java | :java, :java-1.3.1 |
+ GraalVM 25 LTS, native-image, Maven, Gradle |
Installation
# Add marketplace to Claude Code
# Settings → Marketplaces → Add: https://github.com/Hellblazer/hal-9000.git
# Or pull Docker image directly
docker pull ghcr.io/hellblazer/hal-9000:latestLocal Docker Build
Docker images are built locally (multi-arch CI was too slow):
cd plugins/hal-9000/docker
./build-profiles.sh --push