| ▲ | joshstrange an hour ago | |
Some more observations - It seems like letting Michael spin up things is the prefered pathway instead of defining a bunch of agents. - The Ask Me really needs some love. The "X/N" display doesn't make sense to me, I started on "5/5" and as I answered the questions it went to "4/5" -> .... "1/5", I'm not sure if the questions were asked in the wrong order or what. Additionally, it really needs some UI improvement for things like when there are options (and recommendations) it should show as multiple-choice (ALWAYS with a way to add an additional note, this annoys me about Claude Code today). - Why tell the agent you spin up it's not interactive? I really think instead you should hook the AskUserQuestion and proxy that up to Michael and/or the Human directly. I _want_ to see and answer all the questions. Maybe a first pass with an LLM to see if we already have the answer? - I still feel lost in what's happening and have to dig into agents too often to understand what has been farmed out to them. A LLM-generated summary of their task showing under their name would be nice. The Tasks board is nice but I think it and the "Ask Me" should be global tabs instead of nested under "Michael" - Triggers seem cool, I don't have a use for them yet but I think this Claw + Agent Harness path is the correct one. - I keep needing to unstick agents, like Michael, for things asked in the terminal that didn't get put into "Ask Me" or alert me in any way Semi-related, I'd love some kind of SDK/library to abstract the "control XZY Agent" while being able to expose the raw agent to make writing agent harnesses like this easier. I've been playing with a little agent loop but I often wish I could have it spin up/manage a Claude Code instance and control it (I know it's possible but it's finicky). | ||