tlongwell-block

Results 32 comments of tlongwell-block

> using this as a daily: > > > not sure what causes it to keep that persistent message for "clippy" there? anytime it is working, the spinner is next...

> yeah, I'm all for thinking ahead and the CLI is a bit old in tooth. but then again, I am not sure that doing product development by PR is...

Chatting in https://github.com/block/goose/discussions/5958

> Tested locally and works well! UI looks really good also. > > I'm not too familiar with TUIs so a couple things that stick out to me: > >...

Something else to think about here: since this is a pure rust implementation, we are able to bundle the actual goose-server for the TUI to use. Which means we don't...

> Looks good by consolidating the existing tools into one tool! > > I noticed that with this PR change we cannot control sequential or parallel execution when the same...

Thanks, @lifeizhou-ap! I think I see. So, before, the subagent/subrecipe tools were special in that a single tool call in a single message could launch many parallel subagents. Now it's...

@michaelneale we could use this to dynamically pass in skill suggestions

/goose put together a minimal implementation of this feature. `curl` the linked acp standard documentation (https://agentclientprotocol.com/protocol/session-setup#mcp-servers) to ensure you understand what is required to correctly implement this. Do not add...

/goose see if there is a minimal way to resolve this by comparing the default PATH goose already uses and combining it with the user's PATH. Remember, this is the...