yao/agent/store/xun
Max 8d44ef31c1 refactor(assistant): replace JSON LIKE handling with JSON contains logic
- Updated GetAssistants and DeleteAssistants methods to utilize jsonContainsValue for filtering tags and locales, improving query compatibility across database drivers.
- Renamed related test functions to reflect the new JSON handling approach.
- Removed deprecated jsonLikeExpr and whereJsonLike methods to streamline codebase.
2026-04-06 10:56:45 +08:00
..
assistant.go refactor(assistant): replace JSON LIKE handling with JSON contains logic 2026-04-06 10:56:45 +08:00
assistant_test.go feat(assistant): enhance sandbox handling and improve assistant tag filtering 2026-03-24 19:19:04 +08:00
chat.go Add chat metadata persistence and enhance executor goals injection tests 2026-02-28 13:57:45 +08:00
chat_test.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
message.go Add Feishu and DingTalk integration support in robot lifecycle</message> 2026-03-02 07:36:34 +08:00
message_test.go Add assistant info retrieval and chat mode management 2025-12-10 12:15:55 +08:00
resume.go Enhance chat filtering and management in Xun store 2025-12-09 11:18:55 +08:00
resume_test.go Enhance chat filtering and management in Xun store 2025-12-09 11:18:55 +08:00
search.go Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
search_test.go Enhance Search Result Storage and Intermediate Data Handling 2025-12-15 16:06:11 +08:00
utils.go feat(database): add PostgreSQL support and enhance JSON handling 2026-04-06 02:56:04 +08:00
utils_test.go Refactor assistant data handling to improve JSON serialization 2026-03-02 14:51:13 +08:00
xun.go refactor(assistant): replace JSON LIKE handling with JSON contains logic 2026-04-06 10:56:45 +08:00
xun_internal_test.go refactor(assistant): replace JSON LIKE handling with JSON contains logic 2026-04-06 10:56:45 +08:00