Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 15:54
· 255 commits to main since this release
04f2fed

What's Changed

Changed

  • DEVONthink MCP server updated from dt-mcp repository with bug fixes:
    • Added file source type for importing local files
    • Added pdf source type for direct PDF downloads
    • Added custom name parameter for imported documents
    • Fixed empty string handling in AppleScript argument passing
    • Improved JSON escaping with proper \r vs \n handling
    • Added control character removal for JSON safety
    • Reworked import with three modes: file, webarchive, download
  • 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:latest

Local Docker Build

Docker images are built locally (multi-arch CI was too slow):

cd plugins/hal-9000/docker
./build-profiles.sh --push