Xiaohan-Tian
|
429efaf629
|
cleaned up the LLM providers.
|
2025-08-16 16:25:45 -07:00 |
|
Xiaohan-Tian
|
cf4f3edb30
|
removed native tool_calls handling from OpenAIProvider.
|
2025-08-16 15:49:41 -07:00 |
|
Xiaohan-Tian
|
f5a6c8d92c
|
added a subtle wave animation to the 'processing...' text.
|
2025-08-15 19:34:13 -07:00 |
|
Xiaohan-Tian
|
dd6a70e0b2
|
updated the input boxes on the settings page to take up the full width.
|
2025-08-13 22:52:35 -07:00 |
|
Xiaohan-Tian
|
22f4155ced
|
added an automation tool, inputChatBox, which allows users to automatically input content into the chat box via the browser's console.
|
2025-08-13 22:51:09 -07:00 |
|
Xiaohan-Tian
|
fc151c818f
|
remove debug info from AttemptCompletionTool.
|
2025-08-12 23:19:28 -07:00 |
|
Xiaohan-Tian
|
91dc9e5023
|
the code has been updated to ensure that the latest configurations are always retrieved when making calls to the LLM.
|
2025-08-12 23:02:53 -07:00 |
|
Xiaohan-Tian
|
2510014580
|
updated the naming convention for new tracks and regions. New tracks now default to 'Track {i}', and new regions default to '{track_name} Region {i}'.
|
2025-08-12 21:41:11 -07:00 |
|
Xiaohan-Tian
|
47872287ce
|
prevent users from creating overlapping regions.
|
2025-08-12 21:18:36 -07:00 |
|
Xiaohan-Tian
|
585690a046
|
fixed the issue that changing instrument will cause track volume back to default.
|
2025-08-12 21:10:49 -07:00 |
|
Xiaohan-Tian
|
e2e992cbda
|
when converting KGTrack to ABC Notation Music Sheet, we should display the drum instrument name instead of the real track name in case the real track name can't indicate the track is using drum pitch notes.
|
2025-08-12 20:01:51 -07:00 |
|
Xiaohan-Tian
|
3534dc7fca
|
hide the ChatBox instead of unmount it to prevent lose chat history.
|
2025-08-12 19:29:32 -07:00 |
|
Xiaohan-Tian
|
4fc2d773fd
|
when exporting KGProject to ABC Notation Music Sheet, we need to export all the tracks including the track contains user selected region, but we should skip the track with no region or no note.
|
2025-08-12 18:56:55 -07:00 |
|
Xiaohan-Tian
|
5e5a68e1d7
|
added a treatment for InstrumentSelection panel when selectedTrackId is empty or doesn't associate with a valid track.
|
2025-08-12 18:25:00 -07:00 |
|
Xiaohan-Tian
|
7ada648d14
|
removed instrumentSelectionTrackId from projectStore, align the instrumentSelectionTrackId with selectedTrackId.
|
2025-08-12 18:14:25 -07:00 |
|
Xiaohan-Tian
|
ee34115423
|
auto-select new created track; delete selected track will change selection to an remaining track.
|
2025-08-12 18:04:14 -07:00 |
|
Xiaohan-Tian
|
bf085dacf2
|
introduce BASE_URL to the app and set it to /kgstudio/.
|
2025-08-11 22:35:51 -07:00 |
|
Xiaohan-Tian
|
af9eca8fee
|
disable unused param check for building; updated version number; avoid relying on constructor.name to determine class type due to class name mangling.
|
2025-08-11 19:54:51 -07:00 |
|
Xiaohan-Tian
|
de51967b49
|
initial public release.
|
2025-08-11 18:37:21 -07:00 |
|