Commits recentes
fix: docs API Hub
073ad2adocs: API Hub
b90f38efeat: logs page
242b201feat: admin
3e813e7style: resp
af9cf02feat: ACL
81e846efix: deploy
49af9dcBump Docker base image to node:22-alpine node:20-alpine ships npm 10.8.2, which fails to resolve ne...
843479dFix chat bubble alignment (user right, assistant left) The bubble div had no data-slot, so MessageC...
83e4463Render Markdown, stream replies fluidly, and surface progress markers - Assistant replies render as...
5f87c81Fix AI chat streaming never rendering assistant replies The delta handler mutated a ref (assistantM...
124d656Add AI chat dialog, /config-ia page, and Ctrl+I shortcut AiChatDialog consumes the NDJSON streaming...
1345c94Add AI provider fallback client and chat/config-ia API routes lib/ai/provider-client.ts orchestrate...
1271f4fAdd AI providers/conversations schema and crypto/context libs for AI chat Foundation for the AI cha...
00b2e47Log the real error when an audit insert fails (temporary diagnostic) Login is returning 500 in prod...
de02937Add Swagger 2.0 support to the OpenAPI parser Swagger 2.0 models request/response bodies differentl...
0d5884cFix AlertDialogDescription overflow on long unbreakable text place-items-center made the title/desc...
7e5ea44Add delete confirmation dialog and toast feedback for spec actions - Confirm-before-delete AlertDia...
0314752Make migrate.mjs tolerant of already-existing objects to unblock boot Production has hit "relation...
5ab9f60Rebuild Dockerfile with Docker/deploy best practices - npm ci (with BuildKit cache mount) instead o...
3be3ec6Serialize migrate.mjs with advisory lock to prevent deploy races Concurrent container starts (e.g....
dd35420Harden Docker build: npm install over npm ci, lazy DB connection - Dockerfile: npm ci requires pack...
14f12afrm: .md
2adaa65Fix broken deploy: regenerate package-lock.json, drop CI workflow package-lock.json was structurall...
e82b462Merge pull request #3 from solucoesterceirizadas/fix/endpoint-baseurl-and-home-link Use real API ba...
465dbeeUse real API base URL and add home navigation from header - endpoint-view.tsx: fall back to the spe...
43a773fMerge pull request #2 from solucoesterceirizadas/feat/audit-logging-and-tests Add audit logging, re...
0bf6942Add audit logging, retention cleanup, automated tests, and CI Adds a Postgres-backed audit trail (a...
b323d0e