Skip to content

v1.5.0

Choose a tag to compare

@zdx52 zdx52 released this 04 Jul 11:36
· 26 commits to main since this release

v1.5.0

🆕 Mental Model Tab

New tab in the Hindsight dashboard for browsing and viewing mental model details. Mental models are now displayed alongside memories in the dashboard, with dedicated list and detail views.

🔍 Semantic Search

Search now uses the backend /recall endpoint for semantic retrieval instead of client-side keyword filtering. Search terms are sent to the Hindsight memory service for proper vector-based retrieval, returning more relevant results.

🎨 Dashboard UI Redesign

  • Top navigation bar injected natively by Swift (faster, more reliable)
  • Unified dark background throughout the window
  • Detail page with proper styling (content, tags, timestamp)
  • Auto-retry on load failure with exponential backoff
  • Smoother auto-refresh without interrupting current view
  • Window resized to 1000x620 for better readability

v1.5.0

🆕 心智模型标签页

看板新增心智模型分页,支持浏览心智模型列表和查看详情。心智模型与记忆并列显示,有独立的列表视图和详情视图。

🔍 语义搜索

搜索改为后端 /recall 语义检索,取代之前的客户端关键词过滤。搜索词发送到 Hindsight 记忆服务进行向量检索,返回更相关的结果。

🎨 看板 UI 重构

  • 顶栏由 Swift 原生注入(更快更稳定)
  • 统一暗色背景
  • 详情页样式优化(内容、标签、时间戳)
  • 加载失败自动重试(指数退避)
  • 自动刷新不打断当前浏览页面
  • 窗口 resize 到 1000x620 显示更舒适