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.
[link] [comments]