← Back to context

Comment by 2001zhaozhao

1 day ago

Wow, what an awesome GitHub README. Informative and straight to the point.

I'm building an IDE for coding agents with a project management kanban board & plugin support as two of its flagship features. I think I can learn a lot from this project in its design as well as presentation.

Plugin sandboxing is an interesting tradeoff. I am planning full "video game coremod" style plugins with full access to the app and system, but it's interesting to see a WASM + sandbox approach.