livepilot 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.5] — 2026-03-18
4
+
5
+ ### Added
6
+ - **Built-in Device Atlas** — 10 reference files covering all native Ableton instruments, effects, drums, EQ, dynamics, space, modulation, spectral, and MIDI tools. Agent uses these for informed device/parameter decisions without trial-and-error
7
+
8
+ ### Fixes
9
+ - Excluded personal library data (M4L collections, AU/VST plugins, user samples) from npm package and git
10
+
3
11
  ## [1.4.4] — 2026-03-18
4
12
 
5
13
  ### Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livepilot",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "mcpName": "io.github.dreamrec/livepilot",
5
5
  "description": "AI copilot for Ableton Live 12 — 104 MCP tools for music production, sound design, and mixing",
6
6
  "author": "Pilot Studio",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livepilot",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "AI copilot for Ableton Live 12 — 104 MCP tools for music production, sound design, and mixing",
5
5
  "author": "Pilot Studio",
6
6
  "skills": [
package/.mcp.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "mcpServers": {
3
- "livepilot": {
4
- "command": "node",
5
- "args": ["bin/livepilot.js"],
6
- "cwd": "/Users/visansilviugeorge/Desktop/LivePilot"
7
- }
8
- }
9
- }
package/plugin/.mcp.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "mcpServers": {
3
- "LivePilot": {
4
- "command": "npx",
5
- "args": ["livepilot"]
6
- }
7
- }
8
- }