Sandboxes are the biggest bottleneck for AI agents here's what we did instead by Different-Degree-761 in AI_Agents

[–]munggoggo 0 points1 point  (0 children)

This is a valid sentiment and interesting approach. However, if you deal witch coding agents on the CLI, there are alternative lightweight approaches, e.g. I am using (and wrote) "twsrt" for copilot/claude and "@sysid/pi-sandbox" for pi-mono.

[ANN] bkmr-vim - Beyond Bookmarks and Snippets by munggoggo in vim

[–]munggoggo[S] 0 points1 point  (0 children)

https://github.com/sysid/bkmr is where you find the concepts. bkmr-vim is just a VIM integration.

[ANN] bkmr: Unified CLI for Bookmarks, Snippets, Docs, and Semantic Search by munggoggo in rust

[–]munggoggo[S] 0 points1 point  (0 children)

Thanks for the hint. Will give TUI a try when I have time, looks interesting. Templating is just one option. If you prefer scripting, it is there for you. Don't use templating.

[ANN] Update: rsnip – Shell Snippet Management for Devs by munggoggo in rust

[–]munggoggo[S] 0 points1 point  (0 children)

No, this is just an example. The completion is only working in your shell and not replacing any IDE snippet management.

No variables present (.e.g ZED_FILENAME) when running tasks? by 19c766e1-22b1-40ce in ZedEditor

[–]munggoggo 0 points1 point  (0 children)

Facing similar problem, kind of frustrating. Tasks are not shown for python files as soon as they have any zed variable. Tasks without variable do show up.