Commit Graph

3 Commits

Author SHA1 Message Date
Serendipity d60007bc47 feat: 添加关于Agent与操作系统类比的新博客文章
添加两篇博客文章,探讨Agent系统与操作系统的概念类比。主要新增文件包括:
- 博客/AI与大模型/学习Agent,越学越像在重新理解操作系统.md:简洁版文章
- temp-agent-os-v2.md:详细扩展版文章,深入对比进程/线程与Sub-Agent、系统调用与Tool Use、虚拟内存与Context Window、文件系统与RAG等概念

同时更新Obsidian插件视图,使设置按钮打开站点配置模态框而非空操作。
2026-05-02 17:22:57 +08:00
Serendipity 86514309cf feat: Enhance sync status view with filtering and improved UI
- Updated workspace configuration for better tab management.
- Added new localization strings for sync status and post details in English, Simplified Chinese, and Traditional Chinese.
- Refactored sync status view to include filtering options (all, synced, pending) and improved post grouping by category.
- Enhanced post card rendering with detailed information and action buttons for update, publish, and pull.
- Implemented a modal for viewing sync history with clear history functionality.
- Improved styling for better user experience across various components.
- Added metadata to Git团队协作指南大纲.md for Halo integration.
2026-04-28 18:32:42 +08:00
Serendipity 9b4530555f feat(sync): 添加同步状态面板和历史功能
- 创建同步状态面板视图,显示已发布文章列表和快速操作按钮
- 添加同步历史弹窗,记录和展示同步操作记录
- 在侧边栏添加同步图标,支持快速打开面板
- 更新国际化文件,添加中英文同步相关文案
- 编写详细的使用指南文档,说明所有功能使用方法
- 更新插件主程序,注册新命令和视图
2026-04-26 18:34:29 +08:00