Skip to content

Releases: open-horizon-labs/bottle

v0.3.2

24 Jan 04:12
13678cf

Choose a tag to compare

What's Changed

  • feat: detect multiple Claude Code directories by @muness in #54

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Jan 22:44
288e8bc

Choose a tag to compare

What's Changed

  • docs: clarify bespoke bottles and example-team documentation by @muness in #51
  • feat: add npm publishing for opencode plugin by @muness in #53

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Jan 17:34

Choose a tag to compare

What's Changed

  • Add proper OpenCode skills support by @muness in #44
  • docs: add team setup pattern for bespoke bottles by @muness in #45
  • fix: auto-bump Cargo.toml version to match release tag by @muness in #47
  • feat: refactor release workflow with plan pattern by @muness in #49
  • feat: add Linux binaries using cargo-zigbuild by @muness in #50

Full Changelog: v0.2.2...v0.3.0

v0.2.2

17 Jan 16:18
8fdba62

Choose a tag to compare

What's Changed

  • bottle update now refreshes platform integrations - Automatically updates Claude Code plugins, OpenCode configs, and Codex skills during bottle update
  • Updates run even when tools are current (plugins/skills may have independent updates)
  • Non-fatal warnings for per-platform failures

Install

brew install open-horizon-labs/tap/bottle

Or update existing installation:

brew upgrade bottle

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Jan 16:02
0d9ae5b

Choose a tag to compare

What's Changed

  • wm dive-prep skill registration - /wm:dive-prep now properly invokes the Task agent instead of falling back to CLI
  • Plugin sync - Updated wm plugin to 0.3.3 with skills/ directory
  • Docs - Added development workflow to AGENTS.md

Install

brew install open-horizon-labs/tap/bottle

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Jan 03:11
9270cea

Choose a tag to compare

What's New

Bespoke Bottle Extensions

Bespoke bottles now support three powerful new features:

MCP Servers

Register arbitrary MCP servers with Claude Code and OpenCode:

{
  "mcp_servers": {
    "figma": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-figma"],
      "env": { "FIGMA_TOKEN": "${FIGMA_TOKEN}" },
      "scope": "user"
    }
  }
}

AGENTS.md Snippets

Define custom guidance for AI agents:

{
  "agents_md": {
    "sections": [
      { "heading": "## Team Standards", "content": "..." }
    ],
    "snippets_url": "https://example.com/snippets.md"
  }
}

Use bottle agents-md to output the snippet for the active bottle.

Custom Tools

Install tools not in curated bottles:

{
  "custom_tools": {
    "team-cli": {
      "install": { "brew": "org/tap/cli", "cargo": "team-cli" },
      "version": "1.0.0",
      "verify": "team-cli --version"
    }
  }
}

Other Improvements

  • Bottle-scoped state: Each bottle now has its own state directory (~/.bottle/bottles/<name>/)
  • Legacy symlink: ~/.bottle/state.json symlink maintained for backwards compatibility
  • New command: bottle agents-md outputs the AGENTS.md snippet for the active bottle
  • Validation: bottle validate now checks MCP servers, AGENTS.md config, and custom tools
  • HTTPS enforcement: Binary downloads and snippet URLs require HTTPS

Documentation

See docs/bespoke.md for full documentation.


Full Changelog: v0.1.9...v0.2.0

v0.1.9

16 Jan 03:05
cc06354

Choose a tag to compare

Install bottle 0.1.9

Install prebuilt binaries via Homebrew

brew install open-horizon-labs/tap/bottle

Download bottle 0.1.9

File Platform Checksum
bottle-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bottle-x86_64-apple-darwin.tar.xz Intel macOS checksum

v0.1.8

15 Jan 20:37
cace7ea

Choose a tag to compare

Install bottle 0.1.8

Install prebuilt binaries via Homebrew

brew install open-horizon-labs/tap/bottle

Download bottle 0.1.8

File Platform Checksum
bottle-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bottle-x86_64-apple-darwin.tar.xz Intel macOS checksum

v0.1.7

14 Jan 03:05
97443e0

Choose a tag to compare

Install bottle 0.1.7

Install prebuilt binaries via Homebrew

brew install open-horizon-labs/tap/bottle

Download bottle 0.1.7

File Platform Checksum
bottle-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bottle-x86_64-apple-darwin.tar.xz Intel macOS checksum

v0.1.6

14 Jan 02:53
2868917

Choose a tag to compare

Install bottle 0.1.6

Install prebuilt binaries via Homebrew

brew install open-horizon-labs/tap/bottle

Download bottle 0.1.6

File Platform Checksum
bottle-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
bottle-x86_64-apple-darwin.tar.xz Intel macOS checksum