chore(release): 0.20.0-build.20260606

Generated release with automated versioning system.

Release type: minor

Build date: 2026-06-06 00:54:11 UTC

🤖 Generated with automated release workflow
This commit is contained in:
GitHub Actions Bot
2026-06-06 00:54:11 +00:00
parent ebee595438
commit 096f917c7d
2 changed files with 24 additions and 1 deletions
+23
View File
@@ -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) # [0.19.0-build.20260531] (2026-05-31)
* Merge pull request #47 from KGAudioLab/feat/2026-05-30-i18n-v1 (4187711) * Merge pull request #47 from KGAudioLab/feat/2026-05-30-i18n-v1 (4187711)
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "K.G.Studio", "name": "K.G.Studio",
"private": true, "private": true,
"version": "0.19.0-build.20260531", "version": "0.20.0-build.20260606",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",