Commit Graph

16 Commits

Author SHA1 Message Date
Xiaohan-Tian e263b1cc41 feat: added French support 2026-05-30 23:37:51 -07:00
Xiaohan-Tian 9180a274c5 feat: added Traditional Chinese support 2026-05-30 23:06:17 -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 4d415a7f7d feat: simplify chord guide feature; updated help doc; added hotkeys doc 2026-05-28 21:03:02 -07:00
Xiaohan-Tian 93798fd377 fix: optimized system prompt for local LLM 2026-05-15 13:50:00 -07:00
Xiaohan-Tian 1a051fea54 feat: added a welcome msg for local LLM users 2026-05-14 21:24:03 -07:00
Xiaohan-Tian 39401b39c6 doc: updated help.md 2026-04-10 18:27:32 -07:00
Xiaohan-Tian 2cd976ff96 refactor: migrate agent system from XML tool calling to OpenAI SDK with native function calling
- Replace custom XML-based tool parsing (XMLToolExecutor) with OpenAI SDK's
  native tool_calls via `openai` npm package (dangerouslyAllowBrowser)
- Consolidate 4 LLM providers (OpenAI, Claude, Gemini, ClaudeOpenRouter)
  into a single OpenAI SDK-based LLMProvider compatible with any
  OpenAI-style API (OpenAI, OpenRouter, Ollama, vLLM)
- Move agentic tool execution loop from ChatBox into AgentCore
- Update Message type to support tool roles, tool_calls, and tool_call_id
- Update system prompt to remove XML formatting instructions (~45% smaller)
- Remove AttemptCompletionTool (replaced by stop_reason detection),
  ThinkTool, and ThinkingTool
- Polish tool descriptions for OpenAI function calling schema compliance
- Normalize base URLs by stripping /chat/completions suffix
2026-04-05 18:59:25 -07:00
Xiaohan-Tian 20310ccea0 docs: updated welcome_again.md 2026-01-22 17:32:25 -08:00
Xiaohan-Tian 4f4e60f84a feat: added latest (as of 2025-12-25) GPT and Claude model support 2025-12-25 14:29:50 -08:00
Xiaohan-Tian f2355b2350 rewrote welcome_new article; updated readme file; introduced /help command. 2025-08-21 23:05:22 -07:00
Xiaohan-Tian 0c54332401 added export conversation feature. 2025-08-21 21:56:22 -07:00
Xiaohan-Tian 4903450ff4 updated custom instructions for the qwen3-a3b-30b model to address and prevent instances of inactivity or 'laziness' when generating notes for drum kit tracks. 2025-08-12 23:04:07 -07:00
Xiaohan-Tian f9fc309c91 updated error_no_selected_region.md. 2025-08-12 19:05:18 -07:00
Xiaohan-Tian de51967b49 initial public release. 2025-08-11 18:37:21 -07:00