Releases: AKin-lvyifang/codex-echoink
Release list
2.0.3
2.0.3 - 2026-08-16
中文
- 修复 Obsidian Community 审核标记的标题与静态样式 Error:设置页标题与分组标题改用 Obsidian Setting API 的
setHeading(),弹窗预格式化正文的静态样式移入styles.css。 - 补强本地审核门禁:所有
obsidianmd/*的 error 级问题现在一律硬性失败,不再被 baseline 放行。 - 修复 OpenAI 和 Anthropic 兼容 Provider 无法发出请求的问题,云端对话恢复可用。
- 已知限制:
main.js约为 5.71 MiB,超过 Obsidian Sync Standard 的 5 MiB 单文件上限;本地安装与社区下载不受影响,但 Standard Sync 无法同步该文件。
English
- Fixed the heading and static-style errors flagged by the Obsidian Community review: the settings page and section headings now use the Obsidian Setting API
setHeading(), and the modal preformatted body styles moved intostyles.css. - Strengthened the local review gate: every
obsidianmd/*error now fails hard instead of being allowed by the baseline. - Fixed OpenAI- and Anthropic-compatible Providers failing before requests were sent, restoring cloud conversations.
- Known limitation:
main.jsis about 5.71 MiB, above the 5 MiB per-file limit of Obsidian Sync Standard. Local installation and Community downloads still work, but Standard Sync cannot synchronize this file.
2.0.2
2.0.2 - 2026-08-16
中文
- 大幅减小插件包体(
main.js),恢复 Obsidian Sync Standard 计划的同步兼容。 - 移除了 EchoInk 未使用的 Pi CLI、工具下载安装器和自更新相关代码。
- 修正社区目录 Manifest 描述,去除冗余单词。
English
- Significantly reduced the plugin bundle (
main.js) to restore compatibility with the Obsidian Sync Standard plan. - Removed the unused Pi CLI, tool download installer, and self-update code that EchoInk does not use.
- Fixed the community directory Manifest description by removing a redundant word.
2.0.1
2.0.1 - 2026-08-15
中文
EchoInk Agent
- 插件对外名称正式变更为
EchoInk Agent,不再使用Codex EchoInk作为产品名称。 - 公开介绍改为个人知识 Agent:帮助整理和维护 Obsidian 知识,沉淀可查看、可修正的长期记忆,并随着使用逐渐理解用户的关注点和正在推进的事情。
- 插件 ID 和 GitHub 仓库地址保持不变,现有用户可以直接升级,不需要迁移会话、知识或记忆。
更直接的 Provider 接入
- 普通安装不需要 Codex CLI。在 Provider 设置中填入 OpenAI 或兼容服务的 API URL、API Key 和模型即可开始使用。
- 会话、知识维护、长期记忆、记忆修正和复盘功能保持不变。
English
EchoInk Agent
- The public plugin name is now
EchoInk Agent;Codex EchoInkis no longer used as the product name. - The public description now presents EchoInk Agent as a personal knowledge agent that organizes and maintains Obsidian knowledge, builds visible and correctable long-term memory, and gradually learns what matters to the user.
- The plugin ID and GitHub repository remain unchanged, so existing users can upgrade in place without migrating conversations, knowledge, or memory.
Direct Provider setup
- Normal installation does not require Codex CLI. Add the API URL, API key, and model for OpenAI or a compatible service in Provider settings to get started.
- Conversations, knowledge maintenance, long-term memory, memory correction, and review continue to work as before.
2.0.0
2.0.0 - 2026-08-15
中文
统一的会话与 Agent
- 对话主链统一为 Pi-native AgentSession。打开或切换会话时,本地历史恢复与 AgentSession 激活同时进行,可以直接继续聊天。
- 会话支持新建、重命名、归档、恢复和软删除。已归档会话从聊天弹窗移到 设置 → EchoInk → 复盘,原始 Pi Session JSONL 保留。
- 对话栏、消息操作与输入工具条重新整理;发送按钮尺寸收敛,低价值的 Agent 状态胶囊和知识库健康模块已移除。
可查看、可修正的长期记忆
- 当前 Memory 按事实、观点、决定、进行中和经历五类展示,每条记录包含标题、内容和召回情境,不暴露内部文件路径或 revision。
- 修正弹窗同时保留灰色原记忆、输入内容和浅青色修正后预览。生成预览时可以停止,且不会写入原记忆。
- 只有点击保存才创建新版本。输入变化会立即使旧预览失效;关闭、停止、生成失败、迟到结果和版本冲突都不会覆盖当前记忆。
更直接的知识维护与复盘
/maintain不带参数时执行全局维护;通过输入区+选择一篇 Raw 笔记时只维护该笔记;尾随名称时会模糊搜索相关 Raw 笔记。- 已提炼且没有新变化的内容会以无写入结果结束。维护候选与目标版本绑定,生成期间目标发生变化时不会覆盖新内容。
- 周报生成与输出设置合并在复盘页,可选择 Agent 或知识库、统计周期、Vault 内输出文件夹,以及生成后是否打开 HTML;不再维护“最近报告”列表。
Provider 与升级说明
- Provider 设置现在直接保存 API Key,不再要求额外的 Credential 配置步骤。升级后如果旧配置只有 Credential 引用,需要重新输入一次 API Key。
- 2.0 不读取或迁移已经退役的 Codex、OpenCode、Hermes 会话,以及旧 Cognitive、Reflection 或 Memory 数据,也不会主动删除这些旧文件。
- 最低 Obsidian 版本为 1.11.4,仅支持桌面端。升级前建议按自己的 Vault 备份习惯保留快照。
English
One conversation and Agent path
- Conversations now use one Pi-native AgentSession path. Opening or switching a conversation restores local history while activating its AgentSession, so it is ready to continue.
- Conversations can be created, renamed, archived, restored, and soft-deleted. Archived conversations moved from the chat dialog to Settings → EchoInk → Review, while the original Pi Session JSONL remains intact.
- The conversation header, message actions, and composer toolbar were rebuilt. The send button is smaller, and low-value Agent status and knowledge-health widgets were removed.
Visible, correctable long-term memory
- Current Memory is grouped into Facts, Views, Decisions, Active, and Episodes. Each record shows its title, content, and recall context without exposing internal paths or revisions.
- The correction dialog keeps the original memory, correction input, and cyan corrected preview visible together. Preview generation can be stopped and never writes the original record.
- Only Save creates a new version. Editing the input immediately invalidates an old preview; closing, stopping, failure, late results, and revision conflicts cannot overwrite current Memory.
Direct knowledge maintenance and review
/maintainwithout arguments runs globally. Selecting one Raw note with the composer's+targets that note, while trailing text fuzzy-searches related Raw notes.- Already-refined content with no changes settles without another write. Candidates are bound to target revisions, preventing a generated result from overwriting newer content.
- Report generation and destination settings now share one Review page. Choose Agent or knowledge-base reports, the date range, any vault folder, and whether to open the generated HTML. The recent-report list has been removed.
Providers and upgrade notes
- Provider setup now stores API keys directly and no longer requires a separate Credential step. Existing configurations that contain only a retired Credential reference require the API key to be entered once.
- EchoInk 2.0 does not read or migrate retired Codex, OpenCode, or Hermes conversations, or retired Cognitive, Reflection, and Memory data. It does not proactively delete those old files.
- Obsidian 1.11.4 or later is required, and EchoInk remains desktop-only. Keep a vault snapshot before upgrading, following your normal backup practice.
1.4.0
v1.4.0
中文
对话更可靠,知识维护更安全: v1.4.0 让普通对话和知识库对话在存储迁移、上下文变化、插件重载或切换 Agent 后继续使用同一份可恢复历史;知识维护也会先隔离和校验成果,再写入 Vault。
对话生命周期升级
- 旧的普通对话和知识库对话会自动迁移,并保留消息、工作区边界和可恢复的 Agent 连接状态。
- 新建空白对话、已有普通对话和知识库直接对话都能正常保存,插件重载后可继续使用。
- 对话线程、单轮执行和 Agent 原生会话使用明确身份,减少恢复时的冲突和错误串线。
更安全的知识维护
/maintain默认使用启动时选中的 Agent;只有失败尝试已安全隔离且没有可提交成果时,才尝试备用 Agent。- 维护成果先在隔离环境中验证,再通过可恢复提交写入 Vault;超时、重载或部分失败不会重复提交同一成果。
- 大文件、无变化来源和恢复中的任务会显示准确状态,不再被误标为已提炼或普通失败。
- 维护阶段进度和最终报告更容易看懂;报告可以稳定展开和收起,引用的 Vault 笔记可以直接点击打开。
- 修复维护报告执行详情导致的“实时对话与持久记录不一致”;后台定时维护也不再向正在使用的对话追加消息。
- 只有明确可重试的定时失败才会再次运行,当天最多 3 次,分别等待 5 分钟和 15 分钟,不再每分钟重复失败。
- EchoInk 启动 Codex 时会关闭全局 Hook 和全局 Memory 注入,避免维护 Shadow 被外部记忆系统接管;插件自己的
.echoink/memory不受影响。 - 修复 Obsidian 自动更新
updated字段恰好撞上维护事务写入时,合法事务硬链接被误判为外部篡改、导致恢复受阻的问题;真正的额外硬链接仍会阻断提交。
记录与会话管理
- 对话历史、工作流运行、业务成果和 Agent 原生会话使用独立的保留、恢复与清理规则。
- 新增紧凑会话选择器,支持搜索、键盘导航和批量管理,同时保护知识库频道与运行中的会话。
- 清理操作先生成可恢复计划和证据,再执行实际变更,降低误删或半完成状态的风险。
使用方法
- 安装
v1.4.0并重载 Obsidian。现有对话会在需要时自动升级,不需要手动迁移。 - 打开新对话或已有对话;普通对话按提示选择工作区,知识库频道继续使用当前 Vault。
- 在知识库频道运行
/check或/maintain,通过阶段进度查看当前状态,完成后展开报告并点击来源笔记核对结果。 - 通过顶部会话入口搜索或管理已有对话;运行中的会话和知识库频道不会被批量删除。
现有 Vault 笔记和 EchoInk 会话不需要重置。旧版 Native Execution 清理警告仍可能出现在少量历史数据上,但不会改变已经保存的对话或业务成果。
下载
Obsidian 官方安装会读取本 Release 下的单文件资产:main.js、manifest.json、styles.css。
English
More durable conversations and safer Knowledge maintenance: v1.4.0 keeps Chat and Knowledge conversations on one recoverable history across storage migration, context changes, plugin reloads, and Agent switches. Knowledge maintenance now isolates and validates output before it reaches the Vault.
Conversation lifecycle upgrade
- Existing Chat and Knowledge conversations migrate automatically while preserving messages, workspace boundaries, and recoverable Agent bindings.
- New blank chats, existing Chat sessions, and direct Knowledge conversations can all be saved and continued after a plugin reload.
- Conversation threads, individual turns, and native Agent sessions use distinct identities, reducing recovery conflicts and cross-session mix-ups.
Safer Knowledge maintenance
/maintainstarts with the selected Agent and tries a fallback only when the failed attempt is safely isolated and contains no committable result.- Maintenance output is validated in isolation before a recoverable commit reaches the Vault. Timeouts, reloads, and partial failures do not commit the same result twice.
- Oversized sources, unchanged inputs, and recovering tasks now receive accurate states instead of being marked as processed or reduced to generic failures.
- Maintenance progress and final reports are easier to follow. Reports expand and collapse reliably, and referenced Vault notes open directly for verification.
- Fixed execution diagnostics being mistaken for a divergence between the live conversation and its durable record. Scheduled maintenance also stops appending background messages to active conversations.
- Only explicitly retryable scheduled failures run again, with at most three daily attempts after 5- and 15-minute delays instead of retrying every minute.
- EchoInk disables global hooks and global memory injection for the Codex processes it launches, preventing external memory layers from taking over maintenance Shadows. EchoInk's own
.echoink/memoryremains unchanged. - Fixed recovery being blocked when Obsidian updated the
updatedfield during a maintenance transaction and the expected install hardlink was mistaken for external tampering. A genuine additional hardlink still blocks the commit.
Record and session management
- Conversation history, workflow runs, business artifacts, and native Agent sessions follow separate retention, recovery, and cleanup rules.
- A compact session picker adds search, keyboard navigation, and batch management while protecting the Knowledge channel and running sessions.
- Cleanup operations produce a recoverable plan and evidence before applying changes, reducing accidental deletion and half-finished states.
How to use
- Install
v1.4.0and reload Obsidian. Existing conversations upgrade automatically when needed; no manual migration is required. - Open a new or existing conversation. Select a workspace for regular Chat when prompted; the Knowledge channel continues to use the current Vault.
- Run
/checkor/maintainin Knowledge, follow the stage progress, then expand the report and open referenced notes to verify the result. - Use the session entry in the header to search or manage existing conversations. Running sessions and the Knowledge channel are protected from batch deletion.
Existing Vault notes and EchoInk conversations do not require a reset. Legacy Native Execution cleanup warnings may still appear for a small amount of historical data, but they do not change saved conversations or business results.
Download
Obsidian reads these single-file Release assets directly: main.js, manifest.json, and styles.css.
1.3.0 - 多 Agent 运行时与本地记忆 / Multi-Agent Runtime and Local Memory
v1.3.0
中文
稳定可用的多 Agent 工作区: v1.3.0 把 Codex、OpenCode 和 Hermes 的安装、运行状态、对话过程、本地记忆与轻量模型配置收进同一套 EchoInk 体验。切换后端只改变执行引擎,不再改变用户看到的对话结构。
三后端,一套运行时
- 新增三 Agent 安装与连接面板:统一查看 Codex、OpenCode、Hermes 状态,并从缺失项直接进入安装、修复或重新检测。
- 三个后端统一展示公开推理、工具调用、处理时长和最终回答;收起时优先阅读结论,展开后再查看完整过程。
- 加强 OpenCode 会话恢复、Hermes 工具终态和中断处理,避免断流后重复执行同一个任务。
Memory V2 与知识规则
- 新增 EchoInk Memory V2:在本地提炼并保存跨会话、跨后端可复用的信息,同时保留各 Agent 自己的原生记忆。
- 知识库任务每轮都会重新读取设置中指定的 Markdown 规则文件;文件缺失、为空、越界或不可读时会在 Agent 启动前停止。
- 普通 Vault 不再依赖
AGENTS.md,默认继续使用LLM-WIKI.md,也可以在设置中选择其他 Vault 内 Markdown。
提示词增强与轻量模型
- 提示词增强拥有独立的 Agent 后端和模型设置,不会改动普通聊天的主 Agent 模型。
- 增强模型改为可选择列表;点击“新增模型”输入模型 ID 后,会立即加入当前后端列表并选中。
- Codex 默认使用
gpt-5.6-terra、中等思考和快速响应;OpenCode 与 Hermes 只显示各自实际支持的模型、Agent 或 Profile 选项。
修复与可靠性
- 修复中断的 Memory 事务可能留下不完整状态的问题,并明确本地历史与 Agent 原生记忆的边界。
- 修复不同提示词增强后端之间残留不兼容模型、Agent 或 Profile 选择的问题。
- 修复不支持思考强度或快速档位的后端仍显示对应控件的问题。
使用方法
- 安装
v1.3.0并重载 Obsidian。 - 打开 EchoInk 设置,在顶部确认至少一个 Agent 已就绪;需要时安装或重新检测其他后端。
- 从侧栏顶部切换 Codex、OpenCode 或 Hermes,当前 EchoInk 会话不会被清空。
- 在“提示词增强”中保留自动模型,或点击“新增模型”加入自己的模型 ID。
- 需要跨会话本地记忆时,在设置中初始化并同步 Memory V2。
现有 Vault 文件和 EchoInk 会话无需迁移。
下载
Obsidian 官方安装会读取本 Release 下的单文件资产:main.js、manifest.json、styles.css。
English
A production-ready multi-Agent workspace: v1.3.0 brings setup, runtime status, conversation projection, local memory, and utility-model configuration for Codex, OpenCode, and Hermes into one EchoInk experience. Switching backends changes the execution engine without changing the conversation layout.
Three backends, one runtime
- Added a unified setup and connection dashboard for Codex, OpenCode, and Hermes, with direct install, repair, and recheck paths for missing requirements.
- All three backends now share the same presentation for public reasoning, tool calls, processing time, and final answers. Keep the process collapsed for answer-first reading or expand it for full detail.
- Hardened OpenCode session recovery, Hermes tool terminal states, and interrupted runs so a dropped stream does not execute the same task twice.
Memory V2 and Knowledge rules
- Added EchoInk Memory V2 for locally curated, cross-session and cross-backend recall while preserving each Agent's native memory.
- Every Knowledge run now reloads the configured Markdown rules file. Missing, empty, unreadable, out-of-vault, or invalid files stop before the Agent starts.
- Ordinary Vaults no longer depend on
AGENTS.md.LLM-WIKI.mdremains the default, and another Vault Markdown file can be selected in settings.
Prompt enhancement and utility models
- Prompt enhancement now has its own Agent backend and model settings without changing the main chat model.
- The enhancer model is now selected from a list. Use Add model to enter a model ID, add it to the current backend, and select it immediately.
- Codex defaults to
gpt-5.6-terra, medium reasoning, and fast responses. OpenCode and Hermes show only the model, Agent, or Profile controls they actually support.
Reliability fixes
- Fixed interrupted Memory transactions leaving incomplete state, and clarified the boundary between local history and native Agent memory.
- Fixed incompatible model, Agent, or Profile selections carrying across prompt-enhancer backends.
- Fixed unsupported reasoning or fast-response controls appearing for backends that do not provide them.
How to use
- Install
v1.3.0and reload Obsidian. - Open EchoInk settings and confirm that at least one Agent is ready. Install or recheck additional backends when needed.
- Switch between Codex, OpenCode, and Hermes from the sidebar header without clearing the current EchoInk session.
- Keep the automatic prompt-enhancer model, or use Add model to register your own model ID.
- Initialize and sync Memory V2 in settings when you want local recall across sessions.
Existing Vault files and EchoInk sessions do not require migration.
Download
Obsidian reads these single-file Release assets directly: main.js, manifest.json, and styles.css.
1.2.2 - 审核样式修复 / Review Style Compliance Fix
v1.2.2
中文
审核兼容修复: v1.2.2 修复了 Agent 参数菜单触发 Obsidian 自动源码审核失败的问题。菜单的位置、显隐和原有交互保持不变。
更新内容
- 参数菜单改用 Obsidian 允许的样式接口。
- 菜单定位、显隐和原有交互保持不变。
- 完整保留
v1.2.1的轻量知识库命令菜单和键盘选择功能。
使用方法
- 安装
v1.2.2并重载 Obsidian。 - 现有 Vault 文件、会话和插件设置无需迁移。
下载
Obsidian 官方安装会读取本 Release 下的单文件资产:main.js、manifest.json、styles.css。
English
Review compatibility fix: v1.2.2 resolves the Obsidian automated source-review failure caused by Agent parameter-menu styling. Menu positioning, visibility, and existing interactions remain unchanged.
What's New
- Updated parameter menus to use Obsidian-approved styling APIs.
- Preserved menu positioning, visibility, and existing interactions.
- Preserved the lightweight Knowledge command menu and keyboard navigation introduced in
v1.2.1.
How to Use
- Install
v1.2.2and reload Obsidian. - Existing Vault files, sessions, and plugin settings do not require migration.
Download
Obsidian reads these single-file Release assets directly: main.js, manifest.json, and styles.css.
1.2.1 - 轻量知识库命令菜单 / Lightweight Knowledge Command Menu
v1.2.1
中文
轻量知识库命令菜单: 在知识库频道输入 / 后,命令菜单现在更接近 Codex 的轻量交互:默认透明、文字中性,只在当前项显示浅灰选中状态。
更新内容
- 移除厚重的背景卡片和粉色命令文字,改用黑色命令名、灰色图标与简短说明。
- 支持
↑/↓循环选择命令,长列表会自动滚动到当前项。 Enter只把当前命令填入输入框,不自动发送;Esc关闭菜单,减少误触发。
使用方法
- 安装
v1.2.1并重载 Obsidian。 - 进入知识库频道,在输入框中输入
/。 - 用
↑/↓选择命令,按Enter填入后再补充参数或确认发送。
下载
Obsidian 官方安装会读取本 Release 下的单文件资产:main.js、manifest.json、styles.css。
English
Lightweight Knowledge command menu: Typing / in the Knowledge channel now opens a cleaner Codex-style list: transparent by default, neutral in color, and highlighted only for the active command.
The screenshot above shows the updated menu in a real Obsidian workspace.
What's New
- Replaced heavy background cards and pink command text with black command names, neutral-gray icons, and concise descriptions.
- Added wraparound
ArrowUp/ArrowDownnavigation with automatic scrolling for long lists. Enterfills the selected command without sending it;Escapecloses the menu to reduce accidental runs.
How to Use
- Install
v1.2.1and reload Obsidian. - Open the Knowledge channel and type
/in the composer. - Select a command with
ArrowUp/ArrowDown, then pressEnterto fill it before adding parameters or sending.
Download
Obsidian reads these single-file Release assets directly: main.js, manifest.json, and styles.css.
1.2.0 - 统一 Agent Harness 与全新界面 / Unified Agent Harness and Rebuilt UI
v1.2.0
中文
统一 Agent Harness 与全新界面: EchoInk 现在让 Codex、OpenCode 和 Hermes 共用一套运行状态、上下文规则和对话界面。侧栏也围绕“先看结论、按需展开过程”重新设计,并补齐独立提示词增强、快速小功能模型和统一收藏入口。
后端与对话区
- Codex、OpenCode、Hermes 统一进入 EchoInk Harness,切换主 Agent 不再清空当前会话。
- 对话区改为结论优先;思考、命令、文件编辑和 MCP 调用收进可展开的过程时间线。
输入区、小功能与修复
- 顶部新增三 Agent 切换器;工作区、Plan 标记、模型、推理和速度使用更轻量的响应式输入区。
- 提示词增强拥有独立 Agent、Provider、API 路径和模型设置;改写、扩写、续写等小功能默认优先使用快速模型。
- 公众号和公开网页合并为一个“收藏”入口,粘贴链接后自动选择采集路径。
- 修复历史消息被拉回底部、知识库卡片抖动、超时状态不清和窄侧栏浮层越界。
使用方法
- 安装
v1.2.0并重载 Obsidian。 - 在 EchoInk 顶部选择 Codex、OpenCode 或 Hermes。
- 在输入框左下角使用收藏、Skill 或提示词增强;模型、推理、速度和 Agent / Plan 模式从右下角菜单切换。
- 需要单独指定提示词增强或写作模型时,再到插件设置中覆盖默认快速路由。
下载
Obsidian 官方安装会读取本 Release 下的单文件资产:main.js、manifest.json、styles.css。
English
Unified Agent Harness and rebuilt UI: Codex, OpenCode, and Hermes now share one EchoInk runtime contract, context path, and conversation layout. The sidebar has been rebuilt around answer-first reading, with independent prompt enhancement, fast utility-model routing, and one Bookmark entry.
The real Obsidian screenshots above are placed beside the changes they demonstrate: the full Home workspace and Agent sidebar, the Codex / OpenCode / Hermes switcher, and the Plan-mode composer.
What's New
- Routed Codex, OpenCode, and Hermes through one EchoInk Harness without clearing the current session when the main Agent changes.
- Made final answers the primary reading path while reasoning, commands, file edits, and MCP calls stay in an expandable process timeline.
- Added a three-Agent header switcher and a lighter responsive composer for workspace, Plan state, model, reasoning, and speed.
- Gave prompt enhancement its own Agent, provider, API path, and model settings; rewrite, expand, and continue default to fast utility models.
- Combined WeChat article and public web-page capture into one Bookmark action with automatic URL routing.
- Fixed history scroll snapping, Knowledge card jitter, unclear timeout states, and narrow-sidebar popover overflow.
How to Use
- Install
v1.2.0and reload Obsidian. - Choose Codex, OpenCode, or Hermes from the EchoInk header.
- Use Bookmark, Skill, or prompt enhancement from the lower-left composer actions; change model, reasoning, speed, and Agent / Plan mode from the lower-right menu.
- Open plugin settings only when you want to override the automatic fast model used by prompt enhancement or writing actions.
Download
Obsidian reads these single-file Release assets directly: main.js, manifest.json, and styles.css.
1.1.0 - Agent 工具和知识提炼 / Agent Tools and Knowledge Digest
v1.1.0
中文
Agent 工具和知识提炼更新: EchoInk 现在能更清楚地展示 Agent 在做什么,也能更清楚地连接当前 vault 里的工具资源,并用更严格的四步流程维护知识库。
更新内容
- 新增工具代理基础层:vault 资源、MCP 工具、Skills 和工具包有更清楚的开关和作用范围。
- Agent 过程时间线更清楚:搜索、文件处理、工具调用和完成状态更容易看懂。
- 知识库提炼流程更严格:先读懂 Raw,再拆出知识,写入 Wiki / Projects,最后确认来源证据后才标记 Raw。
- 新增 Hermes 后端的第一阶段入口;Hermes 的模型和 provider 仍由 Hermes 自己配置。
- 将大型 Agent 侧栏拆成更小的界面模块,后续维护和审核更稳。
使用方法
- 安装
v1.1.0。 - 在 Obsidian 中打开 EchoInk,选择你正在使用的 Agent 后端。
- 在知识库频道使用
/check、/maintain或/reingest检查和提炼 Raw 笔记。 - 到设置里检查聊天、知识库、写作三个场景的资源开关。
下载
Obsidian 官方安装会读取本 Release 下的单文件资产:main.js、manifest.json、styles.css。
English
Agent tools and Knowledge digest update: EchoInk now makes Agent activity easier to follow, connects the current vault's tool resources more clearly, and guides Knowledge maintenance through a stricter four-step digest flow.
What's New
- Added a tool broker foundation for vault resources, MCP tools, Skills, and tool bundles, with clearer per-scope switches.
- Improved the Agent process timeline so searches, file work, tool calls, and completion states are easier to understand.
- Added a stricter Knowledge digest path: understand Raw, extract reusable knowledge, merge it into Wiki / Projects, then mark Raw only after source evidence is checked.
- Added the first Hermes backend entry point, while keeping Hermes model and provider setup in Hermes itself.
- Split the large Agent sidebar view into smaller UI modules, making future UI review and maintenance safer.
How to Use
- Install
v1.1.0. - Open EchoInk in Obsidian and choose the Agent backend you already use.
- Use
/check,/maintain, or/reingestin the Knowledge channel when you want EchoInk to inspect or digest Raw notes. - Open settings to review resource switches for chat, Knowledge, and writing actions.
Download
Obsidian reads these single-file Release assets directly: main.js, manifest.json, and styles.css.











