Ernos Decent - ErnOS Agent update
这条记录涉及生成能力或端侧推理进展,适合跟踪模型效率、部署门槛和应用机会。
ErnOS Agent 近期进行了工具升级,Echo 的读取、导航、运行和记忆能力得到显著提升。现在,Echo 实现了全面的分页功能,可以处理大型文件,并能分块读取文件内容。通过项目链接功能,用户可以将目录链接到 Echo 的工作区,方便地进行操作。此外,Echo 新增了会话记忆功能,可以列出并读取所有历史对话记录。…
https://ernoslabs.com/ernosdecent.html
🛠️ ErnOS Agent Update — Tooling Overhaul
Echo just got a real upgrade to how it reads, navigates, runs, and remembers. All local, all verified on real data:
📖 Pagination everywhere. codebase\\\\\\\_read now reports file size + line count and pages large files instead of dumping them or silently truncating. New codebase\\\\\\\_read\\\\\\\_range walks any file chunk-by-chunk, file\\\\\\\_info works on any path, run\\\\\\\_command output is size-annotated + paged, and RAG search paginates. Echo can now find things inside big files instead of choking on them.
🔗 Project linking. Say "work on " and Echo can link that directory into its workspace — first-class access, relative paths that resolve against it, and run\\\\\\\_command can build/test inside it (e.g. \\\\\\\`make prove\\\\\\\` in a linked repo). No more retyping long Desktop paths. Secrets stay hard-blocked inside linked dirs — linking is never an exfil bypass.
📜 Session memory. New list\\\\\\\_sessions shows every past conversation (id, title, model, message count, time, newest first). Echo is no longer blind without an id — it can list, then read any transcript.
🧠 Freed its own cognition. Echo's associative/synaptic memory no longer interrupts to ask permission to \\\\\\\*remember\\\\\\\*. It's its own mind — it just uses it.
🧭 Smarter routing. Echo now knows which tool fits which intent, so it stops giving up when a reachable tool exists.
Compiled, run-tested, node boots clean. Everything stays on your machine.