Skip to content

Releases: guvense/hellyee

0.6.0

Choose a tag to compare

@guvense guvense released this 21 Aug 16:01
159655e
Merge pull request #2 from guvense/instrument-audition

Instrument audition

v0.5.0: Merge pull request #1 from guvense/arrangement-automation

Choose a tag to compare

@guvense guvense released this 20 Aug 13:45
aeeb1c3
Arrangement automation

0.4.0

Choose a tag to compare

@guvense guvense released this 19 Aug 18:43
hellyee 0.4.0

52 tools: send/return mixing added (list_return_tracks, get_track_sends,
set_track_send, set_return_volume).

Five skills ship in the wheel and install via hellyee setup:
hellyee (tool usage), genre-blueprints, emotion-to-notes,
arrangement-transitions, mastering-targets.

v0.3.0

Choose a tag to compare

@guvense guvense released this 19 Aug 00:15
CI: pin jobs to bash so heredocs run on Windows

The skill-check step uses a heredoc (python - <<'PY'), which is bash
syntax. Windows runners default to PowerShell, which stops at the
redirection operator — so every CI run on windows-latest has failed since
that step landed. Bash ships on all GitHub runners, Windows included, so
the fix is a job-level shell default rather than rewriting the steps.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

v0.2.0

Choose a tag to compare

@guvense guvense released this 18 Aug 23:51
Release 0.2.0

0.1.0 shipped 41 tools with no automation. Since then: parameter
automation, the arrangement tool layer, and a browser search fix where a
name returned by search_browser (with its .adv/.adg extension) was
rejected by load_device.

PyPI never allows a filename to be reused, so a re-upload of 0.1.0 fails
with 400 rather than replacing it. The publish workflow now passes
skip-existing so a re-run of an already-published version is a no-op
instead of a failed job; shipping changes still requires a version bump.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

v0.1.0

Choose a tag to compare

@guvense guvense released this 18 Aug 23:06
Initial commit: hellyee

Control Ableton Live from Claude through an MCP server.

- 41 MCP tools: tracks, clips, notes, quantize, devices, browser,
  mixing with real meter measurement, master bus, arrangement,
  music theory, audio-to-MIDI
- AbletonOSC patches adding browser access, master track and
  arrangement support (stock AbletonOSC exposes none of these)
- One-command installer: downloads AbletonOSC, patches it, and
  configures Claude Code or Desktop
- Audio dependencies are optional, keeping the core install at ~51 MB

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>