From 096f917c7d02d3597bf73e3971c67602606b9d1c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 6 Jun 2026 00:54:11 +0000 Subject: [PATCH] chore(release): 0.20.0-build.20260606 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generated release with automated versioning system. Release type: minor Build date: 2026-06-06 00:54:11 UTC 🤖 Generated with automated release workflow --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf9f4a..d127505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [0.20.0-build.20260606] (2026-06-06) + +* Merge pull request #49 from KGAudioLab/feat/2026-06-01-enhance-ai-agent (ebee595) +* docs: updated readme files (11cfcb7) +* Merge pull request #48 from KGAudioLab/feat/2026-06-01-enhance-ai-agent (30fe899) +* docs: updated readme files and help messages (daef1db) +* feat: added global key signature track, global chord progression track, global tempo(BPM) track, and global marker track related tools for AI Agent (c4f5d7b) +* feat: added tool `write_chord_progression` (622dbbe) +* feat: added delete_track tool (2e3f362) +* feat: add instrument listing, track creation and update tools to AI agent (7d53a9c) +* feat: add track-aware tool targeting and new agent tools, lifted the requirement of selection a MIDI region to use AI Agent (8ee7dda) +* feat: separated efficient agent mode (lite mode) for small language models (5c5a07b) +* feat: added conversation history feature (a3a0f2f) +* fix: localize auto-compact threshold settings (5c6e1d6) +* fix: use i18n strings for chatbox todo snapshot card (42fdceb) +* feat: implemented confirmation mechanism for tool invokation (ad1e0c2) +* feat: sync translations (414565e) +* feat: persist global track visibility status and metronome status (528e4ca) +* refactor: added UI-only tool result summary to all the tools; move summary generation logic to tool's own ts file (6b0de74) +* feat: minor UI adjustments (4bdd0d5) +* feat: add agent todo tool and inline todo snapshot cards in chat (5aacf01) +* feat: add manual/auto conversation compaction and preserve full export history (c1d9f4c) + # [0.19.0-build.20260531] (2026-05-31) * Merge pull request #47 from KGAudioLab/feat/2026-05-30-i18n-v1 (4187711) diff --git a/package.json b/package.json index b3c8293..ae391ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "K.G.Studio", "private": true, - "version": "0.19.0-build.20260531", + "version": "0.20.0-build.20260606", "type": "module", "scripts": { "dev": "vite",