文件最后提交记录最后更新时间
fix(test): update 15 test files to match current API signatures 76 tests were broken due to implementation changes outpacing test updates. All fixes are test-only changes, no source code modified. Key changes: - PolicyRouter/ContextWriter: add required registry/policy_router params - OpenAI providers: update constructor assertions (timeout, http_client, json_mode) - OpenGauss index: handle auto-table creation, MERGE INTO syntax - Misc: attribution, truncation, query planner, health check, outbox liveness Result: 908 passed, 12 skipped, 0 failed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 25 天前
feat: attribute internal tool usage 11 天前
fix(providers): enforce owner_space access control in SQLRelationStore _ensure_accessible() now validates owner_space via visible_owner_spaces instead of only checking account_id. Fallback path also enforces access control and logs warnings when triggered. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 7 天前
fix(test): update 15 test files to match current API signatures 76 tests were broken due to implementation changes outpacing test updates. All fixes are test-only changes, no source code modified. Key changes: - PolicyRouter/ContextWriter: add required registry/policy_router params - OpenAI providers: update constructor assertions (timeout, http_client, json_mode) - OpenGauss index: handle auto-table creation, MERGE INTO syntax - Misc: attribution, truncation, query planner, health check, outbox liveness Result: 908 passed, 12 skipped, 0 failed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 25 天前
fix(providers): fix GraphRelationStore traversal and add ctx parameter - Validate parameters before access check to raise proper errors - Filter out deleted nodes during traversal - Include both 1-hop and 2-hop nodes in 2-hop traversal results - Pass ctx to traversal methods for access control All 25 unit tests passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 2 个月前
修复一键部署脚本 1 个月前
fix(test): update 15 test files to match current API signatures 76 tests were broken due to implementation changes outpacing test updates. All fixes are test-only changes, no source code modified. Key changes: - PolicyRouter/ContextWriter: add required registry/policy_router params - OpenAI providers: update constructor assertions (timeout, http_client, json_mode) - OpenGauss index: handle auto-table creation, MERGE INTO syntax - Misc: attribution, truncation, query planner, health check, outbox liveness Result: 908 passed, 12 skipped, 0 failed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 25 天前
feat(providers): implement delete_account_data and delete_by_owner_space in InMemoryVectorIndex Also fixes search_children to properly handle trailing slashes in parent_uri. Adds comprehensive tests in test_in_memory_index_extended.py. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 2 个月前
fix(test): update 15 test files to match current API signatures 76 tests were broken due to implementation changes outpacing test updates. All fixes are test-only changes, no source code modified. Key changes: - PolicyRouter/ContextWriter: add required registry/policy_router params - OpenAI providers: update constructor assertions (timeout, http_client, json_mode) - OpenGauss index: handle auto-table creation, MERGE INTO syntax - Misc: attribution, truncation, query planner, health check, outbox liveness Result: 908 passed, 12 skipped, 0 failed Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 25 天前
Update codes 14 天前
Update codes 14 天前
feat(memory): refine compact mechanism runtime state 11 天前
feat: unify session usage tracking 11 天前