Commit Graph

26 Commits

Author SHA1 Message Date
admtracksteel 570190c5f1 Atualização automática - 2026-06-24 10:36:19 2026-06-24 10:36:19 +00:00
admtracksteel 4599398fb6 Atualização automática - 2026-06-24 10:23:23 2026-06-24 10:23:23 +00:00
admtracksteel 7faf42f96b fix: force AI to output both min and max limits in the norm field for UI visibility 2026-06-23 21:02:30 +00:00
admtracksteel 9d44b4cc1c feat: add analysisSource flag to show if local DB or neural network was used 2026-06-23 20:56:35 +00:00
admtracksteel bec18d6fc2 feat: add rule to enforce most restrictive criteria on dual specification certificates 2026-06-23 20:35:47 +00:00
admtracksteel 22fa4a3880 fix: remove unused minimax logic to resolve PROMPT_BASE typescript error 2026-06-23 20:16:52 +00:00
admtracksteel 7f52e3e8ed fix: enforce min/max range separation in norm builder and enforce non-compliant overall status in analyzer 2026-06-23 20:14:47 +00:00
admtracksteel e52b9eff89 fix: remove response_format json_object from OpenRouter to prevent model compatibility errors 2026-06-23 19:59:38 +00:00
admtracksteel ac695c9d14 feat: inject local standards database context into main certificate analysis prompt 2026-06-23 19:51:32 +00:00
admtracksteel fef134186a chore: remove unsupported providers from switch statement in aiService 2026-06-23 19:28:22 +00:00
admtracksteel a94744f60c fix: prevent cleanAndParseJson from converting single standard object into an array 2026-06-23 19:26:10 +00:00
admtracksteel e4b9cb8139 feat: implement AI-powered Human-in-the-Loop Norm Builder interface and standard CRUD endpoints 2026-06-23 18:28:48 +00:00
admtracksteel 0d90e3d5ae feat: show nonComplianceReason detail banner under identification section when report is NÃO CONFORME 2026-06-23 16:55:39 +00:00
admtracksteel 7898b131ec fix: enforce zero-hallucination and precise column mapping OCR guidelines in system prompt 2026-06-23 14:53:44 +00:00
admtracksteel 4826686074 fix: explicit percentage difference formula in aiService to correct mechanical calculations 2026-06-23 14:29:18 +00:00
admtracksteel e82656e5c2 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-23 00:22:53 +00:00
admtracksteel b551449bff Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 23:47:08 +00:00
admtracksteel e7f50b61bc Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 23:16:32 +00:00
admtracksteel 4aa3febfa8 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 23:02:27 +00:00
admtracksteel bec44fc6a8 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 22:43:52 +00:00
admtracksteel 8ae7d27525 Deploy Inicial do SteelCheck com Docker Build Automatizado 2026-06-22 22:39:36 +00:00
admtracksteel 176f064c16 feat: adicionar suporte a modelos MiniMax (2.7 e 3.0) 2026-06-22 20:34:35 +00:00
admtracksteel ba10367855 feat: suporte para provedor OpenRouter 2026-06-22 20:06:40 +00:00
admtracksteel f41c5eccd2 feat: support OpenWebUI as Ollama gateway
- Connect via OpenWebUI API at https://llm.reifonas.cloud/api
- Use /api/v1/chat/completions format for OpenWebUI
- Keep native Ollama format as fallback
- Auto-detect models from both endpoints
2026-04-04 20:22:27 +00:00
admtracksteel a395f0d696 feat: add Ollama local provider support
- Added Ollama (local) as AI provider option
- Configure VPS endpoint for Ollama connection
- Auto-detect available models from Ollama server
- Support for vision-capable models (llama3.2-vision, etc)
2026-04-04 19:46:14 +00:00
admtracksteel 97eb42c243 feat: multi-provider AI support with auto-detection
- Added support for Google Gemini, OpenAI, Anthropic, and Azure OpenAI
- Implemented API key validation with auto model detection
- Added Error Boundary for better error handling
- Migrated PDF generation to native jsPDF (better quality)
- Added PWA support with offline capabilities
- Implemented tests with Vitest
- Fixed language consistency (PT-BR)
- Improved accessibility (ARIA)
2026-04-04 19:32:00 +00:00