GitNexus/gitnexus-web/src
harryphung fec47cbc32
feat(web): add GLM (Z.AI) as LLM provider (#468)
Add GLM support using OpenAI-compatible API via ChatOpenAI from LangChain.
Defaults to the Z.AI coding endpoint (https://api.z.ai/api/coding/paas/v4)
with configurable base URL. Supported models: GLM-5, GLM-5-Turbo, GLM-4.7, GLM-4.5.
2026-03-24 06:10:37 +05:30
..
components feat(web): add GLM (Z.AI) as LLM provider (#468) 2026-03-24 06:10:37 +05:30
config perf(web): O(1) lookups, memoization, bundle optimizations, React fixes 2026-03-23 10:16:33 -05:00
core feat(web): add GLM (Z.AI) as LLM provider (#468) 2026-03-24 06:10:37 +05:30
hooks fix(ui): use actual repository name instead of top-level folder for GitHub clones (#491) 2026-03-24 05:54:38 +05:30
lib fix(web): switch lucide-icons from deep ESM paths to standard re-exports 2026-03-23 10:16:34 -05:00
services fix(web): map API path field to repoPath in fetchRepoInfo 2026-02-27 16:05:47 +08:00
types fix(web): 18 multi-language CSV tables, RFC 4180 escaping, schema sync 2026-03-23 08:21:31 -05:00
vendor/leiden Louvian to leindes, removed smar clustering in UI 2026-02-06 04:43:21 +05:30
workers fix(web): security hardening — Cypher injection, XSS, readOnly, prepared statements 2026-03-23 04:45:09 -05:00
App.tsx fix(ui): use actual repository name instead of top-level folder for GitHub clones (#491) 2026-03-24 05:54:38 +05:30
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