Ernos Decent - ErnOS Agent update

Reddit r/ArtificialInteligence Tools

Summary

ErnOS updates its Echo agent with a major tooling overhaul: pagination for large files, project linking, session memory, smarter routing, and autonomous cognition — all running locally.

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 <project>" 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.
Original Article

Similar Articles

@geekbb: An open-source AI agent meta-orchestration framework that provides a unified orchestration layer for multiple agents including Claude Code, Codex, Cursor, OpenCode, Hermes, and Pi. Users can seamlessly switch sessions across devices (terminal, browser, mobile, desktop app) to enable multi-agent...

X AI KOLs Timeline

Omnigent is an open-source meta-orchestration framework that provides a unified orchestration layer over multiple AI agents like Claude Code, Codex, and Cursor. It enables seamless cross-device session switching, multi-agent collaboration, policy enforcement, and cloud sandbox execution.