GitNexus/gitnexus-web/src
ximi 66c1ffa370
feat: add MiniMax provider support (#224)
Add MiniMax as a new LLM provider using the Anthropic-compatible API.

Changes:
- Add MiniMax to LLMProvider type and MiniMaxConfig interface
- Add MiniMax chat model creation via ChatAnthropic with custom base URL
- Add MiniMax settings persistence and model list (MiniMax-M2.5, MiniMax-M2.5-highspeed)
- Add MiniMax provider UI in SettingsPanel with API key and model selection
2026-03-20 19:48:31 +05:30
..
components feat: add MiniMax provider support (#224) 2026-03-20 19:48:31 +05:30
config Fix undefined parsing error on languages missing from call routers (#364) 2026-03-18 14:52:54 +00:00
core feat: add MiniMax provider support (#224) 2026-03-20 19:48:31 +05:30
hooks feat: add remote server connection mode and multi-repo switching 2026-02-25 11:38:28 +01:00
lib feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30
services fix(web): map API path field to repoPath in fetchRepoInfo 2026-02-27 16:05:47 +08:00
types refactor: migrate from KuzuDB to LadybugDB v0.15 (#275) 2026-03-15 15:53:01 +00:00
vendor/leiden Louvian to leindes, removed smar clustering in UI 2026-02-06 04:43:21 +05:30
workers refactor: migrate from KuzuDB to LadybugDB v0.15 (#275) 2026-03-15 15:53:01 +00:00
App.tsx feat: add remote server connection mode and multi-repo switching 2026-02-25 11:38:28 +01:00
index.css feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30
main.tsx feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30
vite-env.d.ts feat: merge gitnexus-mcp into gitnexus package - unified CLI+MCP 2026-02-04 01:12:41 +05:30