Xiaohan-Tian
c4f5d7b78e
feat: added global key signature track, global chord progression track, global tempo(BPM) track, and global marker track related tools for AI Agent
2026-06-05 16:50:51 -07:00
Xiaohan-Tian
622dbbea83
feat: added tool write_chord_progression
2026-06-05 15:29:00 -07:00
Xiaohan-Tian
2e3f3623ea
feat: added delete_track tool
2026-06-05 12:58:30 -07:00
Xiaohan-Tian
7d53a9cd82
feat: add instrument listing, track creation and update tools to AI agent
2026-06-04 23:14:15 -07:00
Xiaohan-Tian
8ee7ddac77
feat: add track-aware tool targeting and new agent tools, lifted the requirement of selection a MIDI region to use AI Agent
...
Introduces a shared `toolTargeting.ts` module that resolves the active MIDI
region/track from the user's current selection, enabling tools to operate on
the correct target without requiring explicit track IDs in most cases.
Adds two new read-only tools — `list_all_tracks` and
`get_user_selected_music_range_and_track` — so the agent can inspect
available tracks and the current selection context before acting.
Also refactors `AddNotesTool` to auto-create MIDI regions when no region
exists, refactors `RemoveNotesTool`, `ReadMusicTool`, and
`ReadChordProgressionTool` to use the new targeting helpers, adds a
`buildToolHistoryContent` hook to `BaseTool` for cleaner chat history
display, and updates system prompts and tests throughout.
2026-06-04 19:29:37 -07:00
Xiaohan-Tian
5c5a07b839
feat: separated efficient agent mode (lite mode) for small language models
2026-06-04 16:45:06 -07:00
Xiaohan-Tian
a3a0f2f4ad
feat: added conversation history feature
2026-06-03 22:56:05 -07:00
Xiaohan-Tian
5c6e1d69c5
fix: localize auto-compact threshold settings
2026-06-03 17:40:04 -07:00
Xiaohan-Tian
42fdcebd42
fix: use i18n strings for chatbox todo snapshot card
2026-06-03 17:09:54 -07:00
Xiaohan-Tian
ad1e0c2aa8
feat: implemented confirmation mechanism for tool invokation
2026-06-03 17:05:42 -07:00
Xiaohan-Tian
414565ecc9
feat: sync translations
2026-06-02 23:44:05 -07:00
Xiaohan-Tian
528e4ca7f9
feat: persist global track visibility status and metronome status
2026-06-02 23:25:30 -07:00
Xiaohan-Tian
6b0de74acd
refactor: added UI-only tool result summary to all the tools; move summary generation logic to tool's own ts file
2026-06-02 23:13:25 -07:00
Xiaohan-Tian
4bdd0d5ea7
feat: minor UI adjustments
2026-06-02 22:31:29 -07:00
Xiaohan-Tian
5aacf01457
feat: add agent todo tool and inline todo snapshot cards in chat
2026-06-02 21:52:44 -07:00
Xiaohan-Tian
c1d9f4c9fb
feat: add manual/auto conversation compaction and preserve full export history
2026-06-01 19:55:59 -07:00
Xiaohan-Tian
e3c609fe38
fix: minor UI issues
2026-05-31 13:08:50 -07:00
Xiaohan-Tian
a64ba428c8
chore(i18n): minor wording adjustments
2026-05-31 12:35:51 -07:00
Xiaohan-Tian
f58d9a85b0
chore(i18n): unify Traditional Chinese wording across UI and docs
2026-05-31 12:29:10 -07:00
Xiaohan-Tian
e1f8e69ce3
fix: few missed translations
2026-05-31 00:41:44 -07:00
Xiaohan-Tian
5d070a5643
fix: minor UI updates
2026-05-31 00:25:22 -07:00
Xiaohan-Tian
59dea65b0d
feat: added translations for 4 tabs in Settings screen
2026-05-31 00:21:44 -07:00
Xiaohan-Tian
e263b1cc41
feat: added French support
2026-05-30 23:37:51 -07:00
Xiaohan-Tian
4c82f514d7
fixed: failed test cases
2026-05-30 23:10:59 -07:00
Xiaohan-Tian
9180a274c5
feat: added Traditional Chinese support
2026-05-30 23:06:17 -07:00
Xiaohan-Tian
4488fe8ecd
feat: added i18n support for Open Project pop-up
2026-05-30 22:18:22 -07:00
Xiaohan-Tian
b5546aa230
feat: added translation for Music Generator panel; provided K.G.Studio Musician Assistant a Chinese name
2026-05-30 20:29:10 -07:00
Xiaohan-Tian
957f6db950
feat: added i18n support; added Simplified Chinese support
2026-05-30 20:02:55 -07:00
Xiaohan-Tian
ee6cef10e5
fix: load onnx runtime mjs from assets folder
2026-05-29 15:01:11 -07:00
Xiaohan-Tian
cd2938fe15
feat: implemented user-friendly chord guide editor; added real time chord guide info to the status bar
2026-05-29 12:51:58 -07:00
Xiaohan-Tian
72297cb731
refactor: chord guide system
2026-05-28 22:52:58 -07:00
Xiaohan-Tian
ad17263b82
fix: minor UI update
2026-05-28 21:53:44 -07:00
Xiaohan-Tian
4d415a7f7d
feat: simplify chord guide feature; updated help doc; added hotkeys doc
2026-05-28 21:03:02 -07:00
Xiaohan-Tian
cd4d5847eb
feat: allow user to drag-n-drop audio clip into audio tracks; added m4a support
2026-05-28 17:25:08 -07:00
Xiaohan-Tian
e95ff72d2a
fix: minor UI updates
2026-05-27 22:32:54 -07:00
Xiaohan-Tian
2140e944f2
feat: added local separator model demucs_4s support
2026-05-27 20:17:17 -07:00
Xiaohan-Tian
e2a7d1c285
refactor: move all localSeparator*.ts into a subfolder
2026-05-27 17:32:13 -07:00
Xiaohan-Tian
c4e4470182
feat: added waveform view for audio regions
2026-05-26 23:23:01 -07:00
Xiaohan-Tian
7fc5ac1590
feat: added tempo detection with auto-align beats feature
2026-05-26 22:45:54 -07:00
Xiaohan-Tian
e82c3cbfc2
fix: changing BPM in the middle of the song causes empty spaces between notes during playback/bounce
2026-05-26 19:40:37 -07:00
Xiaohan-Tian
9ed3e57907
feat: added Global tab to Event List panel
2026-05-26 19:23:18 -07:00
Xiaohan-Tian
395032390a
feat: add read_chord_progression tool for the Agent
2026-05-26 17:56:55 -07:00
Xiaohan-Tian
0f1bad4394
feat: implemented chord detection feature for MIDI regions
2026-05-25 23:22:42 -07:00
Xiaohan-Tian
a588cb439f
feat: added v1 Meyda.js based chord detection feature
2026-05-25 20:55:06 -07:00
Xiaohan-Tian
f12add935a
feat: add audio chord detection for spectrogram regions
2026-05-25 19:09:19 -07:00
Xiaohan-Tian
a7158b1ee0
fix: update default BPM to 120
2026-05-25 18:02:42 -07:00
Xiaohan-Tian
8aa36d2368
feat: added global chord region to MIDI region conversion feature
2026-05-25 16:25:43 -07:00
Xiaohan-Tian
e49b675985
fix: minor UI updates
2026-05-25 15:44:27 -07:00
Xiaohan-Tian
742b2fecf3
fix: restore main content global track updates after refactor
2026-05-25 15:41:00 -07:00
Xiaohan-Tian
3f96b13d8a
fix: truncate project name if it's too long
2026-05-25 15:28:38 -07:00