Commit Graph

  • f6cc3736b2 feat(cli): support stdin input for issue creation and solution commands catlog22 2025-12-30 14:51:25 +08:00
  • 6e99cd97ca feat(docs): update Bash tool usage to enforce foreground execution for CLI calls catlog22 2025-12-30 14:28:32 +08:00
  • f566b8aabc feat(cli): add --debug/-d flag for CLI debugging catlog22 2025-12-29 23:26:48 +08:00
  • 6efc499c77 feat(cli): add detailed debug logging for CLI execution catlog22 2025-12-29 23:17:39 +08:00
  • 2c675ee4db chore: bump version to 6.3.14 v6.3.14 catlog22 2025-12-29 22:57:02 +08:00
  • f6dfe28e08 refactor(issue): rename 'labels' to 'tags' in issue schemas and related code catlog22 2025-12-29 22:55:33 +08:00
  • e8e8746cc6 refactor(issue): update brief mode to use 'labels' instead of 'tags' in issue listing catlog22 2025-12-29 22:47:55 +08:00
  • 603bc00bca refactor(issue): enhance documentation and add core guidelines for data access catlog22 2025-12-29 22:41:10 +08:00
  • ae76926d5a feat(queue): support solution-based queues and update metadata handling catlog22 2025-12-29 22:14:06 +08:00
  • fd48045fe3 Refactor issue management and history tracking catlog22 2025-12-29 21:42:06 +08:00
  • 6ec6643448 refactor(issue-plan-agent): enhance conflict detection and execution flow catlog22 2025-12-29 20:36:56 +08:00
  • 945fda2d14 docs(issue): update agent/prompts to use CLI endpoints catlog22 2025-12-29 20:28:39 +08:00
  • 7d71f603fe feat(issue): add solution endpoint with auto-increment ID catlog22 2025-12-29 20:24:31 +08:00
  • bd11a538a7 docs(issue/new): update Phase 5 to use ccw issue create endpoint catlog22 2025-12-29 20:16:24 +08:00
  • b9b4da6d8c feat(issue): add create endpoint with auto-increment ID catlog22 2025-12-29 20:12:57 +08:00
  • 70f8b14eaa refactor(vector_store): use safer SQL query construction pattern catlog22 2025-12-29 20:09:49 +08:00
  • 0c8b2f2ec9 fix(vector_store): add bounds checking for chunk ID generation catlog22 2025-12-29 20:02:19 +08:00
  • d532b3fd02 refactor(queue): streamline output requirements and storage structure documentation catlog22 2025-12-29 19:54:10 +08:00
  • c56104c082 fix(vector_store): add null check for ANN search results before filtering catlog22 2025-12-29 19:53:32 +08:00
  • 66ae1972ae refactor(issue): remove assigned_executor from QueueItem interface catlog22 2025-12-29 19:49:25 +08:00
  • 7f4433e449 fix(vector_store): add parameter validation for min_score range catlog22 2025-12-29 19:46:26 +08:00
  • e1f2fc72d9 refactor(schema): remove assigned_executor from queue-schema catlog22 2025-12-29 19:45:43 +08:00
  • aa093f9468 refactor(issue/queue): remove assigned_executor field from schema catlog22 2025-12-29 19:42:27 +08:00
  • a27f76abcb refactor(issue/queue): simplify Phase 1 and Phase 5 with semantic descriptions catlog22 2025-12-29 19:41:32 +08:00
  • df34ef38d9 refactor(issue/plan): update semantic grouping limit to 4 issues per group and enhance conflict handling process catlog22 2025-12-29 19:38:45 +08:00
  • 60fbb4177c fix(config): add specific exception handling for path operations catlog22 2025-12-29 19:34:27 +08:00
  • 3289562be7 docs(issue/plan): add quality checklist for completion verification catlog22 2025-12-29 19:32:19 +08:00
  • 73fc68a187 refactor(issue/plan): remove redundant file specs from command doc catlog22 2025-12-29 19:31:00 +08:00
  • bce6fa7a91 refactor(issue/new): simplify clarification to open-ended prompt catlog22 2025-12-29 19:28:03 +08:00
  • 88724a4df9 refactor(issue): simplify Issue schema and remove lifecycle_requirements catlog22 2025-12-29 19:25:58 +08:00
  • 5914b1c5fc fix(vector-store): protect bulk insert mode transitions with lock catlog22 2025-12-29 19:20:02 +08:00
  • d8be23fa83 fix(vector-store): add lock protection for bulk insert mode flag catlog22 2025-12-29 19:16:30 +08:00
  • ffbc4a4b76 style(issue/new): use hybrid Phase + table flow diagram catlog22 2025-12-29 19:16:25 +08:00
  • dd62a7ac13 refactor(issue/new): make ACE search conditional on clarity catlog22 2025-12-29 19:14:13 +08:00
  • 3f29dfd4cf refactor(issue/new): simplify command with clarity-based flow catlog22 2025-12-29 19:10:49 +08:00
  • 3fdd52742b fix(storage): handle rollback failures in batch operations catlog22 2025-12-29 19:08:49 +08:00
  • 76ab4d67fe test(entities): add zero vector validation tests catlog22 2025-12-29 19:03:20 +08:00
  • c859af1abf fix(entities): validate embeddings are non-zero vectors catlog22 2025-12-29 19:01:27 +08:00
  • 6a73d3c379 fix(search): handle path operation failures in symbol filtering catlog22 2025-12-29 18:59:10 +08:00
  • 5d5652c2c5 fix(sqlite-store): improve thread tracking in connection cleanup catlog22 2025-12-29 18:50:22 +08:00
  • b958a1ea96 fix(sqlite-store): add periodic cleanup timer for connection pool catlog22 2025-12-29 18:43:55 +08:00
  • bc385a32fd test(storage): add TypeScript storage manager concurrency tests catlog22 2025-12-29 18:38:46 +08:00
  • 9a45732a39 test(codex-lens): add connection pool stress tests catlog22 2025-12-29 18:16:03 +08:00
  • 015b46e58b test(codex-lens): add concurrent write operation tests catlog22 2025-12-29 18:12:09 +08:00
  • 042a99dbe3 test(codex-lens): add concurrent read operation tests catlog22 2025-12-29 17:59:08 +08:00
  • 99291053f5 test(cli-executor): add end-to-end orchestration validation tests catlog22 2025-12-29 17:50:33 +08:00
  • 99eeeff6f7 test(cli-executor): add qwen/codex and multi-tool workflow tests catlog22 2025-12-29 17:36:50 +08:00
  • 883b9f0672 refactor(issue): unify Solution ID format to SOL-{issue-id}-{seq} catlog22 2025-12-29 17:33:12 +08:00
  • 3c07e743e1 fix(issue-plan-agent): ensure shell safety by escaping single quotes in solution JSON catlog22 2025-12-29 17:30:19 +08:00
  • 823e1dc487 test(cli-executor): add gemini workflow integration tests catlog22 2025-12-29 17:29:48 +08:00
  • 3537c0fc74 test(cli-executor): enhance solution registration and binding process catlog22 2025-12-29 17:21:00 +08:00
  • f3e23f0a57 test(cli-executor): add integration test infrastructure catlog22 2025-12-29 17:15:15 +08:00
  • 3df1eac2fc test(ci): add visual regression testing workflow catlog22 2025-12-29 16:42:31 +08:00
  • 141472117d test(ui-tools): add visual regression tests for prototype instantiation catlog22 2025-12-29 16:37:10 +08:00
  • e2dbeca080 test(ui-tools): add visual regression tests for preview generation catlog22 2025-12-29 16:15:12 +08:00
  • 70063f4045 test(ui-tools): add visual regression testing infrastructure catlog22 2025-12-29 15:46:02 +08:00
  • 8578d2d426 test(litellm): add integration tests for retry and rate limiting catlog22 2025-12-29 15:14:03 +08:00
  • 5d31bfd9fa test(litellm): add executor error scenario and validation tests catlog22 2025-12-29 13:28:11 +08:00
  • c7291ba532 test(litellm): add comprehensive error scenario tests for client catlog22 2025-12-29 13:13:33 +08:00
  • 1396010437 fix(embedder): add lock protection for cache read operations catlog22 2025-12-29 12:33:23 +08:00
  • 1654b121bc test(routes): add integration tests for CodexLens and discovery routes catlog22 2025-12-29 12:22:09 +08:00
  • d5130fc4da test(routes): add integration tests for session and core-memory routes catlog22 2025-12-29 11:58:00 +08:00
  • c4f3afd8eb chore: bump version to 6.3.12 catlog22 2025-12-29 11:52:05 +08:00
  • fb2f80ee3a fix(issue/plan): align conflicts format and add missing helper function catlog22 2025-12-29 11:48:47 +08:00
  • dda6af130c refactor(issue): unify solution ID format to SOL-{issue-id}-{seq} catlog22 2025-12-29 11:45:31 +08:00
  • 0d82c9fa03 refactor(issue): simplify extended_context and add follow-up questions catlog22 2025-12-29 11:33:59 +08:00
  • 7c389d5028 test(routes): add integration tests for CLI and memory routes catlog22 2025-12-29 10:51:57 +08:00
  • d5704f8344 test(routes): add integration tests for status and system routes catlog22 2025-12-29 10:27:20 +08:00
  • ec4018a930 test(embedding-batch): add tests for batch embedding operations catlog22 2025-12-29 10:11:27 +08:00
  • 673cb03a2e test(semantic-search): add integration tests for semantic search workflow catlog22 2025-12-29 09:59:26 +08:00
  • 4d7bf5b245 test(embedding-client): add unit tests for embedding generation catlog22 2025-12-29 09:50:30 +08:00
  • 267426e332 test(core-memory-store): add unit tests for memory store operations catlog22 2025-12-29 09:42:01 +08:00
  • d68401fa1a test(core-memory-store): add assertion for missing memory retrieval catlog22 2025-12-29 09:35:52 +08:00
  • eb4ba89693 feat(issue-plan): enhance conflict detection and resolution process with semantic grouping and user clarifications catlog22 2025-12-29 09:26:57 +08:00
  • ef3b6b9f6e test(session-clustering): add integration tests for session clustering catlog22 2025-12-29 09:03:50 +08:00
  • 2d1be7cd4f test(session-archive): add integration tests for archiving and cleanup catlog22 2025-12-29 08:50:32 +08:00
  • bf0a2bde34 test(session-content): add integration tests for session CRUD operations catlog22 2025-12-29 08:42:56 +08:00
  • d85ab2a12c test(session-lifecycle): add integration tests for session creation catlog22 2025-12-29 08:39:32 +08:00
  • 33a2bdb9f0 test(browser-launcher): add cross-platform browser launch tests catlog22 2025-12-29 00:19:37 +08:00
  • 11a7dcb6c8 test(file-utils): add unit tests for file operations catlog22 2025-12-29 00:11:57 +08:00
  • d8e389df00 test(path-validator): add unit tests for path security validation catlog22 2025-12-29 00:09:33 +08:00
  • 203b51527b test(path-resolver): add unit tests for path resolution and validation catlog22 2025-12-29 00:05:52 +08:00
  • bf05886770 fix(queue): streamline validation and status update logic in queue processing catlog22 2025-12-28 23:47:26 +08:00
  • 079ecdad3e test(commands): add unit tests for session and server commands catlog22 2025-12-28 23:47:13 +08:00
  • 075a8357cd test(core-memory-command): add unit tests for core memory module catlog22 2025-12-28 23:08:54 +08:00
  • c99ad377c6 test(memory-command): add unit tests for memory module catlog22 2025-12-28 23:01:40 +08:00
  • 382d330525 fix(issue): improve queue archiving logic to handle empty tasks and solutions catlog22 2025-12-28 22:56:51 +08:00
  • e2f4241b2e feat(cli-stream): add search functionality and improve validation in CLI Stream Viewer catlog22 2025-12-28 22:52:32 +08:00
  • 32cea006b9 Add initial implementation of the Docsify shell template for interactive software manuals catlog22 2025-12-28 22:46:43 +08:00
  • 6ffac8810b test(cli-command): add unit tests for CLI command executor catlog22 2025-12-28 22:44:47 +08:00
  • 84d06f4273 fix(registry): normalize path case for comparison on Windows catlog22 2025-12-28 21:51:23 +08:00
  • 18cc536f65 refactor(vector-store): use consistent EPSILON constant catlog22 2025-12-28 21:40:46 +08:00
  • af2ff54cb7 test(vector-store): add epsilon tolerance edge case tests catlog22 2025-12-28 21:37:59 +08:00
  • 6486c56850 fix(vector-store): add epsilon tolerance for norm checks catlog22 2025-12-28 21:11:30 +08:00
  • 93dcdd2293 fix(config): log configuration loading errors instead of silently ignoring catlog22 2025-12-28 21:06:23 +08:00
  • 58caccb250 test(ranking): add edge case tests for normalize_weights catlog22 2025-12-28 20:59:08 +08:00
  • 598eed92cb fix(ranking): add explicit NaN check in normalize_weights catlog22 2025-12-28 20:55:03 +08:00
  • d3e7ecca21 feat: 添加任务跟踪功能,初始化待办事项列表并更新任务状态 catlog22 2025-12-28 20:50:24 +08:00
  • 847abcefce feat: 添加选项以标记任务为失败 v6.3.11 catlog22 2025-12-28 20:45:05 +08:00
  • c24ad501b5 feat: 更新问题执行和队列生成逻辑,支持解决方案格式并增强元数据管理 catlog22 2025-12-28 20:35:29 +08:00