Skip to content

Everywhere v0.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Aug 10:25
5fd20a2

v0.8.1 - 2026-08-29

v0.8.1 is one of Everywhere's largest updates yet. From reusable prompts and built-in Office automation to smarter long conversations, safer tool controls, and a much smoother Chat Window, this release makes Everywhere a more capable and dependable everyday assistant.

✨ Features & 🚀 Improvements

  • 🔥 Prompt Manager: Prompts are now reusable, first-class resources. Create and search prompts, build one quickly from guided choices, switch to advanced template editing, preview placeholders in real time, and share prompts across assistants. Existing custom-assistant prompts are migrated automatically.
  • 🔥 Built-in Office Automation: Added the new OfficeCLI tool, allowing the assistant to create, read, inspect, and modify Word, Excel, and PowerPoint files without requiring Microsoft Office.
  • 🔥 Smarter Long Conversations: Added a context-usage ring plus manual and automatic context compression, helping long-running conversations continue without unexpectedly reaching the model's context limit.
  • Powerful Chat Search: Search chat history by title or message content, and find text inside the current conversation with highlighting and previous/next navigation.
  • More Transparent Agent Activity: Reasoning, tool calls, subagents, elapsed time, completion state, and requests requiring your attention are now presented in a clearer and more detailed activity view.
  • Flexible Tool Controls: Tool settings can now be configured globally or per assistant. Added custom approval choices, pre-approved file path globs, and optional approval bypass for trusted MCP servers.
  • Stronger File Workflows: The File System tool can now read text-based PDFs and Skill resources, perform precise patch-based edits with apply_patch, and provide clearer diffs, search results, approvals, and error messages.
  • Richer Chat Rendering: Expanded mathematical formula support with LaTeX/MathJax-style syntax, and improved the presentation and management of ToDo items.
  • More Personalization: Added global font family and font size settings, alongside refreshed Prompt, Assistant, Tool, dialog, and settings interfaces.
  • Smoother Chat Experience: Reworked message virtualization, scrolling, incremental history loading, and window lifecycle handling for better responsiveness in large conversations. The Windows Chat Window also receives refined custom rounded corners and shadows.
  • Web & Core Improvements: Improved webpage extraction quality and reliability.
  • Framework upgrade: upgraded the UI foundation to Avalonia 12, and introduced a more robust settings and migration engine.

🐛 Bug Fixes

  • Fixed chat history sometimes not being saved in time and prevented generated chat titles from containing unexpected line breaks.
  • Fixed assistant or model configuration fields being lost when switching between configurators.
  • Fixed chat scrolling jumps, flickering, missing item spacing, unstable history switching, and several virtualization edge cases.
  • Fixed the Main Window occasionally reopening with empty content, along with multiple title bar, Mica, tray menu, Light Theme, and window rendering issues across platforms.
  • Fixed onboarding issues involving shortcut configuration and the newly configured custom assistant not being selected.
  • Fixed subagent approval requests occasionally failing to reach the user and blocking execution.
  • Fixed duplicated tool names, incorrect tool rules, complex tool schemas causing model API errors, and several serialization edge cases.
  • Fixed web_extract occasionally opening an unwanted browser window or losing its connection when a page closed.
  • Fixed cloud synchronization occasionally exceeding the supported content length.
  • Resolved multiple memory leaks, deadlocks, lifetime issues, and error-handling problems to improve long-running stability.

🎉 Contributors

  • @Fillip74 improved and standardized Brazilian Portuguese translations. Thank you!
  • @eltociear added the Japanese README. Thank you!
  • @OctoBored restored the repository's Star History chart. Thank you!

v0.8.1 是 Everywhere 迄今规模最大的更新之一。从可复用的提示词、内置 Office 自动化,到更聪明的长对话、更安全灵活的工具权限,以及全面优化的聊天窗口,这个版本让 Everywhere 成为了一个更强大、更可靠的日常助手。

✨ 新特性与 🚀 优化

  • 🔥 提示词管理器: 提示词现在成为了可复用、可独立管理的资源。你可以搜索和管理提示词,通过引导式选项快速创建,也可以切换到高级模板编辑,实时预览变量渲染结果,并在多个助手之间复用提示词。已有自定义助手的提示词将自动迁移。
  • 🔥 内置 Office 自动化: 新增 OfficeCLI 工具,无需安装 Microsoft Office,即可让助手创建、读取、检查和修改 Word、Excel 与 PowerPoint 文件。
  • 🔥 更聪明的长对话: 新增上下文用量环,并支持手动或达到阈值时自动压缩上下文,让长对话不再轻易触及模型的上下文上限。
  • 强大的聊天搜索: 现在可以按标题或消息内容搜索聊天历史,也可以在当前对话中查找文本,支持结果高亮及上一个/下一个快速跳转。
  • 更透明的 Agent 执行过程: 推理、工具调用、子 Agent、耗时、完成状态以及需要你处理的操作,现在都会以更加清晰、详细的活动视图呈现。
  • 更灵活的工具控制: 工具设置现在支持全局配置,也可以为每个助手单独配置;同时新增自定义授权选项、文件路径预授权 Glob,以及对受信任 MCP 服务器跳过重复授权的选项。
  • 更强的文件工作流: 文件系统工具现在可以直接读取文本型 PDF 和 Skill 资源,通过 apply_patch 进行精确的补丁式编辑,并提供更清晰的差异预览、搜索结果、授权提示和错误信息。
  • 更丰富的聊天渲染: 扩展了对 LaTeX/MathJax 风格数学公式的支持,并优化了待办事项的展示与管理体验。
  • 更多个性化选项: 新增全局字体和字号设置,同时重新打磨了提示词、助手、工具、对话框与设置页面的界面和交互。
  • 更流畅的聊天体验: 重构了消息虚拟化、滚动、聊天历史增量加载和窗口生命周期处理,大型对话也能保持流畅。Windows 聊天窗口还获得了更加精致的自定义圆角与阴影效果。
  • 网页与核心能力升级: 提升了网页正文提取的质量与稳定性
  • 框架升级: 底层 UI 升级至 Avalonia 12,并引入了更加可靠的设置存储与迁移引擎。

🐛 Bug 修复

  • 修复了聊天记录有时未能及时保存的问题,并避免自动生成的聊天标题包含意外换行。
  • 修复了在助手与模型配置界面之间切换时,部分配置项可能丢失的问题。
  • 修复了聊天滚动跳动、闪烁、消息间距消失、历史切换不稳定以及多项虚拟化边界问题。
  • 修复了主窗口重新打开后偶尔显示为空的问题,并解决了多项跨平台标题栏、Mica、托盘菜单、浅色主题与窗口渲染问题。
  • 修复了首次配置流程中的快捷键绑定错误,以及完成配置后未自动选中新建自定义助手的问题。
  • 修复了子 Agent 的授权请求偶尔无法传递给用户,从而阻塞执行的问题。
  • 修复了工具名称重复、工具规则应用错误、复杂工具定义导致模型 API 请求失败,以及多项序列化边界问题。
  • 修复了 web_extract 偶尔弹出不必要的浏览器窗口,或在网页关闭后连接异常的问题。
  • 修复了云同步内容偶尔超过长度限制的问题。
  • 修复了多项内存泄漏、死锁、生命周期及全局错误处理问题,进一步提升长期运行稳定性。

🎉 贡献者

  • 感谢 @Fillip74 改进并统一巴西葡萄牙语翻译!
  • 感谢 @eltociear 添加日语 README!
  • 感谢 @OctoBored 修复项目的 Star History 图表!

Full Changelog: v0.8.0...v0.8.1