Skip to content

Agentero v0.9.4

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 07:51
· 91 commits to main since this release

概要

本次发布带来标题栏布局预设,可一键在 Agent、笔记、阅读三种工作区布局间切换;Plaza 来源管理移至文件树根节点菜单;Agent 安装过程支持随时取消。此外包含大量体验打磨:PDF 暗色模式配色柔化、紧凑输入框直接切换、视觉批注对话内嵌展示、面板分隔线与侧栏细节优化,以及跨页选区工具栏、数字前缀自然排序等多项修复。

新功能

  • 布局预设: 标题栏新增布局菜单,一键在 Agent、笔记、阅读三种工作区布局间切换,悬停即可打开。(ac7d22209ba0e6af#447 by @Phil-Fan
  • Plaza 来源开关: 移除 Plaza 概览页,arXiv Daily / RSS 等来源改为在文件树根节点的右键菜单中直接开关。(dd33791c by @Phil-Fan
  • 取消 Agent 安装: 设置页与新手引导中的 Agent 安装/更新进度现在可以随时取消。(eaae98e2#446 by @qychen2001

改进

  • PDF 暗色模式: 降低反色与对比度,页面呈现柔和的深灰、文字不再刺眼。(a6085b6dc42e4b19#450 by @Phil-Fan
  • 紧凑输入框: 输入框高度低于阈值时直接切换为单行紧凑形态,不再平滑过渡;上下文 chips 单行排列不再遮挡输入区,配置条过长标签以省略号截断。(16576b5968e23cfe886c2858994ce71d#449 by @Phil-Fan
  • 视觉批注对话: 视觉批注绑定的 Agent 对话直接内嵌在右侧批注卡片中,默认截断、悬停展开;仅含对话的批注不再生成空卡片,改由装订线 pin 打开对话。(144a718c68bf8a6a4c99ba1c#451 by @Phil-Fan
  • 面板分隔线: 工作区分隔条默认仅显示 1px 细线,悬停与拖拽时呈现半透明高亮。(3147c48f3bccb7e3 by @Phil-Fan
  • 侧栏细节: 移除侧栏 header 分隔阴影;文件树图标槽位对齐;滚动条出现或消失时行布局不再跳动;论文行操作按钮与行右缘对齐。(ff3a8ca97eab618a2442010a47c8e679 by @Phil-Fan
  • Library 表格: 移除行分隔线;年份、期刊与标签列不再支持点击复制,避免误触。(e0b5ea177753d330 by @Phil-Fan
  • 自定义 ACP Agent: 自定义 Agent 现在可以编辑;相对路径参数统一在 Vault 目录下解析;修复 Pi(pi-acp 适配器)不遵守会话 cwd 导致在系统目录下查找论文的问题。(719bfa1d67e09083bf22fefd#441 by @Phil-Fan
  • 窗口最小宽度: 主窗口新增最小宽度限制,避免过度压缩导致布局错乱。(c8fe07ca by @Phil-Fan

修复

  • 数字前缀自然排序: 文件树中数字开头的前缀按数值排序(如 “2” 排在 “10” 之前)。(a753db3e#445 by @Phil-Fan
  • 跨页选区工具栏: 跨页选择文本时,工具栏锚定到光标结束页并限制在可视范围内,不再滚出视野。(0c94376c#444 by @Phil-Fan
  • 窄面板换页控件: 小宽度面板下 PDF 换页控件自适应布局。(9dccca02#448 by @Phil-Fan
  • ACP 历史恢复: 恢复历史会话时保留视觉批注与图片上下文,不再丢失裁切 chips。(8ad15643 by @Phil-Fan
  • Zotero 迁移提示: zotero.sqlite 缺失时的错误信息已本地化,并提示选择上级目录。(fbfa9283 by @qychen2001
  • Plaza 推荐卡片: arXiv 推荐卡片的标题与摘要过长时截断显示,避免溢出。(0baa64aa by @Phil-Fan

Summary

This release adds title-bar layout presets for one-click switching between Agent, Notes, and Reading workbench layouts, moves Plaza source toggles into the file-tree root menu, and lets you cancel in-progress Agent installs. It also ships broad polish: softer PDF dark-mode colors, an instantly-snapping compact composer, inline visual-annotation conversations, subtler panel dividers and sidebar details, plus fixes for the cross-page selection toolbar, natural sorting of numeric prefixes, and more.

Features

  • Layout presets: A new title-bar menu switches the workbench between Agent, Notes, and Reading layouts with one click; it opens on hover. (ac7d2220, 9ba0e6af, #447 by @Phil-Fan)
  • Plaza source toggles: The Plaza overview page is gone; arXiv Daily / RSS sources are now toggled directly from the file-tree root context menu. (dd33791c by @Phil-Fan)
  • Cancellable Agent installs: Agent install/update progress in Settings and onboarding can now be cancelled at any time. (eaae98e2, #446 by @qychen2001)

Improvements

  • PDF dark mode: Lower inversion and contrast render pages as muted dark gray with gentler text. (a6085b6d, c42e4b19, #450 by @Phil-Fan)
  • Compact composer: Below the height threshold the composer snaps directly to a single-line form instead of animating; context chips stay on one line without overlapping the input, and long config-bar labels truncate with ellipses. (16576b59, 68e23cfe, 886c2858, 994ce71d, #449 by @Phil-Fan)
  • Visual annotation conversations: Agent conversations bound to visual marks now render inline in the right-rail comment card, truncated by default and expanded on hover; marks without a note no longer create an empty card and open via the gutter pin instead. (144a718c, 68bf8a6a, 4c99ba1c, #451 by @Phil-Fan)
  • Panel dividers: Workspace sashes now rest as a 1px line, with a translucent highlight on hover and drag. (3147c48f, 3bccb7e3 by @Phil-Fan)
  • Sidebar details: Removed the sidebar header divider shadow; file-tree icon slots are aligned; rows no longer jump when the scrollbar appears; paper row action buttons flush with the row's right edge. (ff3a8ca9, 7eab618a, 2442010a, 47c8e679 by @Phil-Fan)
  • Library table: Removed row separators; the year, publication, and tags columns no longer copy on click. (e0b5ea17, 7753d330 by @Phil-Fan)
  • Custom ACP agents: Custom agents are now editable; relative path args resolve against the Vault directory; fixed Pi (via the pi-acp adapter) ignoring the session cwd and looking for papers in the system directory. (719bfa1d, 67e09083, bf22fefd, #441 by @Phil-Fan)
  • Minimum window width: The main window now enforces a minimum width to prevent broken layouts. (c8fe07ca by @Phil-Fan)

Fixes

  • Natural numeric prefix sorting: File-tree names with numeric prefixes sort by value (e.g. "2" before "10"). (a753db3e, #445 by @Phil-Fan)
  • Cross-page selection toolbar: For multi-page text selections the toolbar anchors to the page where the cursor ends and stays within the viewport, instead of scrolling out of view. (0c94376c, #444 by @Phil-Fan)
  • Page control on narrow panes: The PDF page control adapts to narrow panes. (9dccca02, #448 by @Phil-Fan)
  • ACP history restore: Resumed sessions keep their visual-annotation and image payloads instead of losing crop chips. (8ad15643 by @Phil-Fan)
  • Zotero migration hint: The missing zotero.sqlite error is localized and now suggests picking the parent folder. (fbfa9283 by @qychen2001)
  • Plaza recommendation cards: Long arXiv recommendation titles and abstracts are clamped instead of overflowing. (0baa64aa by @Phil-Fan)

Full Changelog: v0.9.3...v0.9.4