Commit Graph

3 Commits

Author SHA1 Message Date
0bdebd5368 feat(logging): add configurable logging with file output support
Introduce --log-level and --log-file CLI arguments.
Add execution time tracking and detailed logs across all modules.
2026-04-02 10:40:39 +08:00
d6218d6bad feat(gemini): normalize base URL to strip API version suffixes
Automatically remove trailing slashes and version paths (e.g., /v1beta) from GEMINI_BASE_URL
Update GeminiAnalyzer to use the normalized URL and add type hints
Add test coverage for Gemini client configuration
2026-04-02 10:25:18 +08:00
7003dfa0df feat: add initial uipath explainator implementation
Scaffold project with pyproject.toml and environment configuration
Implement core modules including CLI, Gemini integration, and scanner
2026-04-02 10:10:56 +08:00