Commit Graph

  • b8a7dd022c chore: update docs submodule to latest commit mlogclub 2026-06-13 09:47:29 +08:00
  • 62d3ca64bb Restructure docs navigation for channel and widget guides mlogclub 2026-06-09 19:50:41 +08:00
  • a6ae0fbd3d chore: update docs submodule for v1.5.1 mlogclub 2026-06-08 14:56:55 +08:00
  • 6d1d459533 feat: update embed.go to embed all assets and add tests for SPA asset inclusion mlogclub 2026-06-07 23:11:54 +08:00
  • 1f3795465b feat: enhance Makefile and README with LanceDB build options mlogclub 2026-06-07 23:01:04 +08:00
  • 93b9378c15 feat: add help target to Makefile and update README with available make commands mlogclub 2026-06-07 22:53:48 +08:00
  • 637a08ccc0 refactor: update Makefile structure and improve build commands; clean up README commands mlogclub 2026-06-07 22:46:06 +08:00
  • 1b814ff7f1 feat: add agent-desk to .gitignore mlogclub 2026-06-07 22:29:32 +08:00
  • 8106b25223 feat: implement directory move functionality and add localization for move actions mlogclub 2026-06-07 22:25:27 +08:00
  • 409d04854d feat: implement drag-and-drop sorting for knowledge directories and add localization for sort actions mlogclub 2026-06-07 22:25:02 +08:00
  • 994bec1b3f feat: implement sidebar resizing functionality and update localization for resize action mlogclub 2026-06-07 21:56:20 +08:00
  • 892e82afbe fix: update base images in Dockerfile to use trixie version mlogclub 2026-06-07 21:50:40 +08:00
  • 71cf0cc25e feat: enhance Dockerfile for LanceDB support and improve build process mlogclub 2026-06-07 21:22:00 +08:00
  • 596971019b feat: add binutils to Dockerfile and update LanceDB build process mlogclub 2026-06-07 21:12:11 +08:00
  • 5221ae8201 fix: improve TARGETOS and TARGETARCH variable handling in Dockerfile mlogclub 2026-06-07 21:00:57 +08:00
  • 114ce12dee chore: update subproject commit reference in docs mlogclub 2026-06-07 20:52:25 +08:00
  • b4b2ce4de1 feat: update agent-desk image tag to latest-lancedb in Docker Compose files mlogclub 2026-06-07 20:52:11 +08:00
  • 4d64d96a24 feat: update Docker image tag for agent-desk service to include lancedb mlogclub 2026-06-07 20:42:45 +08:00
  • bc07cda838 feat: add docker-compose and configuration files for agent-desk service with SQLite and LanceDB setup mlogclub 2026-06-07 20:31:40 +08:00
  • 9cfbd57b07 feat: add CountActiveByDirectoryID method to KnowledgeDocument and KnowledgeFAQ repositories; update directory deletion logic to allow soft-deleted documents mlogclub 2026-06-07 20:28:33 +08:00
  • a9952a821d feat: update dev command to include lancedb tags and improve help text mlogclub 2026-06-07 20:01:45 +08:00
  • 73f900c440 feat: update rerank provider baseUrl to use dashscope API endpoint mlogclub 2026-06-07 19:53:12 +08:00
  • 6eb3cfe5be feat: update banner text from "Shell AI" to "AGENT DESK" mlogclub 2026-06-07 19:47:47 +08:00
  • 9aa6490e8d feat: improve logging in wxWorkKFOutboundService to only log when batches are dispatched mlogclub 2026-06-07 19:42:54 +08:00
  • d2d82b615b feat: add LanceDB support with Docker integration and configuration files mlogclub 2026-06-07 19:33:41 +08:00
  • 9a1ee8acff feat: add LanceDB provider support with lifecycle tests and Makefile enhancements mlogclub 2026-06-07 17:46:17 +08:00
  • c3387ec4a9 feat: add LanceDB vector database provider mlogclub 2026-06-07 17:32:29 +08:00
  • 3439d20537 feat(i18n): Enhance internationalization support for tool specifications and notifications mlogclub 2026-06-03 09:36:33 +08:00
  • 5b6c54de34 feat: enhance error handling with internationalized messages across services and locales mlogclub 2026-06-02 21:10:17 +08:00
  • 0b4a1b4594 Refactor error handling in services to use internationalized error messages mlogclub 2026-06-02 20:51:13 +08:00
  • 77be1b4f5e feat: enhance localization support for KnowledgeFAQ import and conversation error messages mlogclub 2026-06-02 20:12:04 +08:00
  • 30b4c504d9 fix: update subproject commit to indicate dirty state mlogclub 2026-06-02 19:58:56 +08:00
  • dca045f866 feat: enhance KnowledgeContentDetailDialog with fullscreen options and layout improvements mlogclub 2026-06-02 19:58:32 +08:00
  • 4706e0666b feat: add click handling for detail dialog in DocumentList and FAQList components mlogclub 2026-06-02 19:57:09 +08:00
  • ffd2227e5e feat: add detail view functionality for documents and FAQs with localization support mlogclub 2026-06-02 19:55:26 +08:00
  • 9c7bf29b41 feat: improve layout of DashboardKnowledgeDocumentsPage for better responsiveness mlogclub 2026-06-02 19:50:20 +08:00
  • 05f4e378fe feat: enhance ScrollArea styling in KnowledgeDirectoryPanel for better layout control mlogclub 2026-06-02 16:30:45 +08:00
  • 923a3be815 feat: add focus handling for directory name input in KnowledgeDirectoryPanel mlogclub 2026-06-02 16:29:07 +08:00
  • a38d9f097a feat: add resize functionality to KnowledgeDirectoryPanel with localization support mlogclub 2026-06-02 16:26:43 +08:00
  • 87fb688ade feat: enhance DirectoryNode interaction with improved click handling and context menu support mlogclub 2026-06-02 16:24:12 +08:00
  • 3162faca56 feat: update layout of RetrieveLogList for improved spacing and readability mlogclub 2026-06-02 16:23:10 +08:00
  • ae62f7ecce feat: add move functionality to DocumentList and FAQList for improved document management mlogclub 2026-06-02 16:21:05 +08:00
  • 44ec2921d4 feat: add context menu support to DocumentList, FAQList, and KnowledgeBaseList for improved user interaction mlogclub 2026-06-02 16:19:11 +08:00
  • 5b8bb388db feat: add context menu functionality to DirectoryNode for enhanced user interaction mlogclub 2026-06-02 16:17:20 +08:00
  • 842f827c86 feat: implement batch move and delete functionality for documents and FAQs mlogclub 2026-06-02 16:13:08 +08:00
  • 1bdc1cb2b6 feat: add filter button to DocumentList and FAQList components for enhanced user interaction mlogclub 2026-06-02 15:53:51 +08:00
  • 2235d89ea4 refactor: adjust height of header in KnowledgeDirectoryPanel for improved layout mlogclub 2026-06-02 15:51:09 +08:00
  • d2e65415a8 refactor: enhance FAQList component with improved filtering and action handling mlogclub 2026-06-02 15:49:40 +08:00
  • 24447d9cdf refactor: enhance layout of document filters in DocumentList for better responsiveness mlogclub 2026-06-02 15:44:58 +08:00
  • b64f1a7858 refactor: adjust button styling in DirectoryStaticRow for improved layout mlogclub 2026-06-02 15:42:12 +08:00
  • 853ae71b3d feat: add knowledge directory management for documents and FAQs mlogclub 2026-06-02 15:37:50 +08:00
  • 32af090ab8 refactor: update skill and MCP tool labels for consistency in English and Chinese translations mlogclub 2026-06-02 12:08:35 +08:00
  • c09ee0e596 refactor: replace document and FAQ chunk handling with repository methods for improved clarity and maintainability mlogclub 2026-06-02 12:01:01 +08:00
  • 99d5a951be refactor: improve knowledge base index removal and streamline vector handling logic mlogclub 2026-06-02 11:47:35 +08:00
  • c2d05863ba refactor: update knowledge base index removal method for improved clarity and efficiency mlogclub 2026-06-02 11:39:24 +08:00
  • 2002457492 refactor: enhance FAQ index removal logic and improve error handling in repository methods mlogclub 2026-06-02 11:35:46 +08:00
  • 62c55f5a47 refactor: simplify document deletion logic and remove redundant chunk handling mlogclub 2026-06-02 11:33:24 +08:00
  • 7a2f673a02 refactor: update document index removal methods for consistency and clarity mlogclub 2026-06-02 11:29:06 +08:00
  • abedafe911 refactor: streamline document and FAQ index removal methods and enhance knowledge base deletion logic mlogclub 2026-06-02 11:25:30 +08:00
  • 5c4d486df0 fix: adjust layout of search input and status filter in KnowledgeBaseList mlogclub 2026-06-01 17:01:06 +08:00
  • 523aa11abe fix(docs): update subproject commit reference to indicate dirty state mlogclub 2026-06-01 14:08:14 +08:00
  • 8933e963f5 feat(knowledge): add FAQ Excel import export mlogclub 2026-06-01 13:57:49 +08:00
  • d8692b45cd Update subproject commit reference in docs mlogclub 2026-06-01 13:36:55 +08:00
  • 031855935d Add quick reply, skill definition, and tag seeds for multilingual support mlogclub 2026-06-01 12:15:41 +08:00
  • b743639731 feat: add language support and tests for English and Chinese seed data mlogclub 2026-06-01 12:03:57 +08:00
  • 6f86bdcd75 Translate AGENTS.md from Chinese to English for improved accessibility and clarity. mlogclub 2026-06-01 11:53:15 +08:00
  • 69f2c3656e Enhance database configuration comments for clarity in config.example.yaml mlogclub 2026-06-01 10:10:36 +08:00
  • b4d37733fd Translate configuration comments from Chinese to English in config.example.yaml mlogclub 2026-06-01 09:52:22 +08:00
  • c964814a98 Translate configuration comments from Chinese to English in ai_config.example.yaml mlogclub 2026-05-31 22:21:55 +08:00
  • 623115928a Remove obsolete HTML file for "水浒传" and update logging in main.go to exclude document knowledge base details mlogclub 2026-05-31 22:20:46 +08:00
  • b128447a7e Refactor localization strings to English across various services and UI components mlogclub 2026-05-31 20:06:44 +08:00
  • bcf2ee38c0 chore: update docs submodule for v1.5.0 notes mlogclub 2026-05-31 21:54:03 +08:00
  • 49a5220bd2 chore: update docs submodule for v1.5.0 changelog mlogclub 2026-05-31 21:47:43 +08:00
  • 0e980e4feb chore: update docs submodule for v1.5.0 mlogclub 2026-05-31 20:12:54 +08:00
  • 6c89f3f5ca chore: update subproject commit reference in documentation mlogclub 2026-05-31 19:36:55 +08:00
  • 1aaa7c0ed0 chore: update subproject commit reference in documentation mlogclub 2026-05-31 18:53:35 +08:00
  • 8bdee03211 fix: update documentation links to reference "agent-desk" instead of "aiagent" mlogclub 2026-05-31 18:53:25 +08:00
  • 0b0b16abb2 refactor: update codebase references from cs-ai-agent to agent-desk mlogclub 2026-05-31 18:51:22 +08:00
  • c1e972001d refactor: update references from CSAgent to AgentDesk across the codebase mlogclub 2026-05-31 18:48:49 +08:00
  • eb04c344a5 refactor: rename cs-ai-agent to agent-desk in SDK and related files mlogclub 2026-05-31 18:46:05 +08:00
  • 101577f163 Refactor internal services to use agent-desk package structure mlogclub 2026-05-31 18:43:48 +08:00
  • 472b3053b8 fix: update submodule URLs to reference "agent-desk" instead of "cs-ai-agent" mlogclub 2026-05-31 18:35:32 +08:00
  • c459f68199 fix: update references from "cs-ai-agent" to "agent-desk" in documentation and scripts mlogclub 2026-05-31 18:34:08 +08:00
  • 08fc446151 fix: update image name references from "cs-ai-agent" to "agent-desk" in Docker files and documentation mlogclub 2026-05-31 18:27:12 +08:00
  • 1ef0374e14 fix: update references from "Beike AI" to "AgentDesk" in README and initialization files mlogclub 2026-05-31 18:22:03 +08:00
  • cae9d27739 fix: update subproject commit reference in docs mlogclub 2026-05-31 16:42:06 +08:00
  • c62c630850 fix: update subproject commit reference in docs mlogclub 2026-05-31 16:33:12 +08:00
  • 6784b8255d fix: update links in README files to point to the correct language-specific documentation mlogclub 2026-05-31 16:16:53 +08:00
  • 604406fc58 fix: update links in README files to include .html extension for proper navigation mlogclub 2026-05-31 11:57:03 +08:00
  • ba990c3689 feat: add Model Provider Configuration link to English and Chinese README files mlogclub 2026-05-31 09:45:28 +08:00
  • e6169b6303 feat: add Web Widget Integration link to English and Chinese README files mlogclub 2026-05-31 08:54:48 +08:00
  • 4175e4f7e1 feat: add English and Chinese setup guides for Docker Compose in README files mlogclub 2026-05-30 22:55:09 +08:00
  • 98dae870a7 feat: add Chinese README for Beike AI Support with detailed features and setup instructions mlogclub 2026-05-30 22:50:42 +08:00
  • a2f238b3f8 refactor: replace APIKey with HasAPIKey in AIConfig and related components mlogclub 2026-05-30 22:41:21 +08:00
  • ac3936f7f7 feat: add initial screenshot assets for product preview in README mlogclub 2026-05-30 22:34:23 +08:00
  • 5d7c10aeab refactor: rename agent widget references to AI agent for consistency mlogclub 2026-05-30 21:19:36 +08:00
  • 85a57e9930 feat: add GitHub Actions workflow for building and pushing Docker images mlogclub 2026-05-30 21:13:34 +08:00
  • 6f05d1ebcc feat: implement updateTagTreeStatus function to manage tag status updates without mutating original tree mlogclub 2026-05-30 21:02:37 +08:00
  • 21ac67de5e fix: wrap OptionCombobox in a div for better layout in DashboardTagsPage mlogclub 2026-05-30 20:59:15 +08:00
  • b1b632e28b feat: implement dropdown menu in NavMain for collapsed state with hover functionality mlogclub 2026-05-30 20:58:25 +08:00