Fixes: code blocks render and copy properly, replays are readable again, sending a message scrolls back to the reply, and sites that mistook Even's browser for a bot now accept it.
Full changelog: https://t.co/bCCuSbGw7C
Even v0.0.27-beta is out.
Agents you install are now held to exactly what they were granted, Even uses far less memory, and every run is replayable with the tools it called and the pages it visited.
What shipped
@Vercantez Makes sense when you are hosting everyone else's agents, the always on box is the cost. I went the other way with https://t.co/apIV8cmkOb and let the agent run containers on the user's own machine, so there is no fleet to pay for.
@midudev Preinstalled agents in a server that is ready in seconds is such an underrated unlock. I went the local route with https://t.co/apIV8cmkOb, same idea except the box is the machine you already own.
@Steve8708 Same, and the point of no return for me was letting agents run the whole environment instead of just editing files. That feeling is basically why I ended up building https://t.co/apIV8cmkOb
@PatrickToulme Most people who bounce off agentic coding bounced off a bad harness, not the model. That gap is the entire reason I started building https://t.co/apIV8cmkOb instead of just switching models again.
@dakshgup Catching it before merge is the right layer, and the other half is being able to replay exactly what the agent ran. Every run records itself locally in https://t.co/apIV8cmkOb for that reason.
@codyschneider my favourite genre of rant because it is almost always true. But again, how would you categorize what I’m building? https://t.co/XC4KUnhQd0
@sudoingX Solid list, local plus mesh is the combo people keep sleeping on. I put the docker half of that behind one click in https://t.co/apIV8cmkOb so the stack stops being a weekend project
@ttunguz Most underrated line in AI right now. I stopped tuning prompts and started building the harness itself at https://t.co/apIV8cmkOb …but I still heavily rely on skills...
@Jeremybtc Trusting it is fine as long as you can go back and watch what it actually did. runs in my app https://t.co/apIV8cmkOb record themselves, so not reading is a choice rather than a risk.
@santtiagom_ The spec work is the actual engineering now, the typing was never the expensive part. I moved the guardrails piece into the workspace itself in https://t.co/apIV8cmkOb so approvals happen where the agent runs.