Comment by verdverm

1 day ago

I post a lot about it on Bluesky

https://bsky.app/profile/verdverm.com

The container stuff that backs it is built on Dagger

https://github.com/hofstadter-io/hof/tree/_next/examples/env

The entire extension and agent framework is in that repo too

extensions/vscode and lib/agent

I let my agent do whatever because I know exactly what it can and can't do. For example, it can use git, but cannot push, and any git changes are local to its containerized environment and don't get exported back to my filesystem where I do real git work. I could create an envelope where they could push git, and more likely I'll give them something where they can call GitHub ali, that's really more useful anyway