c43b0f4c09style: Add `!fixed` class to `DialogContent` for audit options.
main
vinland100
2026-01-31 10:26:04 +0800
136e2d14dafix: Add `sanitize_for_db` helper to remove NULL bytes from strings and apply it to `code_snippet`, `title`, `message`, `suggestion`, and `ai_explanation` fields before saving to the database.
vinland100
2026-01-30 15:23:38 +0800
18613d533ffix: Enhance robustness of issue and quality score processing in the scanner service by adding defensive checks and error handling.
vinland100
2026-01-30 15:16:51 +0800
0735834931feat: Implement incremental historical event loading and stream reconnection on tab visibility change to improve event synchronization.
vinland100
2026-01-30 14:57:59 +0800
0f9c1e2bc9feat: Implement robust task cancellation and cleanup for file analysis tasks.
vinland100
2026-01-30 14:49:12 +0800
05db656fd1feat: Add specific rate limit error messages for ZIP task analysis, instant analysis, and repository scanning.
vinland100
2026-01-16 10:21:30 +0800
76f731cb22refactor: streamline JSON output requirements and enhance clarity in code analysis instructions
vinland100
2026-01-12 16:27:41 +0800
7c0d95385frefactor: update SVG circle radius and improve code readability in ReportExportDialog
vinland100
2026-01-12 15:08:33 +0800
7f951d5451Refine security score calculation logic and enforce mandatory fields for findings in JSON format
vinland100
2026-01-12 14:22:06 +0800
b373692577Fix capitalization issues and handle cases where the answer is "none".
vinland100
2026-01-12 14:04:12 +0800
a98e3e531bFixed the issue of infinite loop outputting the same content in the Agent audit mode, and resolved the problem of incomplete display of the frontend Activity log in Agent audit mode.
vinland100
2026-01-12 13:39:48 +0800
6c2a15ad90Optimize parallel LLM calls while addressing the circular issue in Agent auditing.
vinland100
2026-01-09 17:30:18 +0800
de88b69f86The fast scan mode follows the file exclusion pattern used during RAG embedding.
vinland100
2026-01-09 16:41:40 +0800
dfefdfe432Time zone handling
vinland100
2026-01-09 13:36:12 +0800
3ce3767938Change the log time to China
vinland100
2026-01-09 13:23:49 +0800
5166027e2fModify the CI integration address guide
vinland100
2026-01-08 16:17:48 +0800
83a9a85382Restore the CI history deletion feature
vinland100
2026-01-08 16:15:19 +0800
e537010dfdfeat: remove agent audit page and set dashboard as root path
vinland100
2026-01-08 15:11:37 +0800
0e2a7dfa87Modify the Agent audit logic to prevent infinite loops until the loop limit is triggered.
vinland100
2026-01-08 14:53:34 +0800
7da7cf7fa9chore: Update Docker image repository in production compose and build workflows, and remove the China-specific production compose file.
vinland100
2026-01-07 17:31:00 +0800
6c68a7c51efeat: Introduce Gitea CI for Docker image builds/pushes and update docker-compose to use new registry images and persistent volumes.
vinland100
2026-01-07 17:14:03 +0800
0a977ef12adocs: Consolidate English README content into `README.md` and remove `README_EN.md`.
vinland100
2026-01-07 16:52:00 +0800
6b37b8a7f9feat: Add markdown language support, ensure file-level chunks for non-empty but un-splittable files, and improve robustness of embedding service and API key initialization.
vinland100
2026-01-06 17:23:34 +0800
eac1620504fix: remove extraneous single quote from uvicorn command in docker-compose.yml
vinland100
2026-01-06 17:17:59 +0800
ed5aaa501fRemove uvicorn hot reload and exclude flags from docker-compose app service command.
vinland100
2026-01-06 17:12:07 +0800
1876649ed3feat: Enhance indexing progress logging with current file details and add new Docker volumes for CI data persistence.
vinland100
2026-01-06 17:05:05 +0800
99a73c7706chore: Add quiet flag to git commands and exclude data directory from uvicorn hot reload.
vinland100
2026-01-06 16:45:12 +0800
4e7a4c5d9cfeat: Integrate Gitea as the default repository type with corresponding UI updates and icon.
vinland100
2026-01-06 16:27:54 +0800
fcb40db556feat: Add Gitea as a default repository type, refine ChromaDB metadata updates, and enhance indexer logging and file deletion logic.
vinland100
2026-01-06 16:21:21 +0800
0656062a4ffeat: Add Rust, Swift, Kotlin, and SQL patterns to the RAG splitter and enhance frontend access token retrieval by checking sessionStorage.
vinland100
2026-01-06 15:32:17 +0800
f743357bd7feat: Add extensive language support for code splitting, scanning, and vulnerability detection by expanding file extensions, Tree-sitter node types, vulnerability patterns, and exclusion rules.
vinland100
2026-01-06 15:18:38 +0800
969d899476feat: Enhance embedding service with concurrency control, dynamic batching, and retry logic, and improve indexer with concurrent, incremental file processing.
vinland100
2026-01-06 14:50:30 +0800
b8e5c96541feat: Enhance indexer smart mode to always full-index new collections and fix ChromaDB query limits, adding comprehensive tests for indexer logic.
vinland100
2026-01-06 13:48:14 +0800
c307609eaafeat: Implement API retry logic for GitHub, Gitea, and GitLab on 401/403 errors and enhance scan task error reporting.
vinland100
2026-01-06 10:53:49 +0800
9ec07a6594feat: Centralize Git tokens to system environment variables and add Gitea branch verification.
vinland100
2026-01-05 17:12:47 +0800
8c096c00ccconfig: update Docker Compose service definitions and frontend environment variable examples.
vinland100
2026-01-05 15:56:09 +0800
29024dc994chore: Use direct Python base image in sandbox Dockerfile.
vinland100
2026-01-05 15:34:22 +0800
75d911d5d2docs: Update example environment variables in `env.example`.
vinland100
2026-01-05 14:51:32 +0800
2b0c7f5c2afeat: Lock LLM and embedding configurations to system environment variables, mask API keys, and refactor frontend logout.
vinland100
2026-01-05 14:45:00 +0800
0176cb4d12chore: Remove explicit version numbers from UI and comments, and apply minor formatting to Docker Compose configurations.
vinland100
2026-01-05 13:50:23 +0800
4d3761e0e0feat: Add Gitea username integration, refactor password hashing with direct bcrypt, and remove frontend version displays.
vinland100
2026-01-05 13:47:48 +0800
bc1597a41drefactor: update CI prompts for enhanced instruction and clarity
vinland100
2026-01-05 10:50:47 +0800
72478bd047Remove GitHub link from sidebar and set CI project card titles to normal case.
vinland100
2026-01-05 09:57:47 +0800
7a3bb08d48feat: Introduce reusable AppLogo component and update project activity timestamp to UTC.
vinland100
2026-01-05 09:50:51 +0800
a29f57d119I need the actual code changes (diff) to generate an accurate commit message.
vinland100
2026-01-04 17:16:44 +0800
783093f0fdfeat: Improve CI service context retrieval by prioritizing sync diff and adjusting prompt generation for different PR actions.
vinland100
2026-01-04 17:13:01 +0800
70bf6ccac2refactor: refine CI prompt definitions
vinland100
2026-01-04 16:49:10 +0800
37fafe655afeat: Improve incremental diff detection and messaging for empty diffs, and add success logging for PR reviews and chat responses.
vinland100
2026-01-04 16:40:35 +0800
3f4bd2f6c5feat: Improve sync diff retrieval by using local git commands and robustly handling `before_sha` validity and fallbacks.
vinland100
2026-01-04 16:13:47 +0800
e23af55e53feat: Improve PR sync diff calculation by fetching previous review SHA from the database and refining diff messaging.
vinland100
2026-01-04 15:46:31 +0800
2c8c711cdedocs: update CI prompt definitions.
vinland100
2026-01-04 15:22:41 +0800
7fa9bb5c26feat: Add referenced file footers to AI comments and correct Gitea PR 'synchronize' action to 'synchronized'.
vinland100
2026-01-04 15:07:37 +0800
d01d3850dffeat: add PR synchronization prompt and incorporate commit diffs and conversation history into PR review and chat.
vinland100
2026-01-04 14:34:29 +0800
23ac263d76feat: Enhance RAG embedding dimension handling, add Qwen3 support, and improve index rebuild logic
vinland100
2026-01-04 11:28:58 +0800
6abede99f4feat: enhance embedding dimension detection with Qwen support and expand RAG index rebuild triggers.
vinland100
2025-12-31 17:14:08 +0800
4aea8ee7a9feat: Enhance embedding service configuration and add CI pipeline retry logic for dimension mismatches with optional index rebuild.
vinland100
2025-12-31 17:11:27 +0800
df8796e6e3feat: Centralize repository synchronization and indexing into `_ensure_indexed` for PR and chat events, add empty chat query handling, and improve Gitea URL rewriting.
vinland100
2025-12-31 16:57:42 +0800
b401a26b10feat: Add CI/CD integration with Gitea webhooks and pull request review functionality.
vinland100
2025-12-31 16:40:33 +0800