tlongwell-block

Results 32 comments of tlongwell-block

> * I think you shouldn't bother with finding an insertion point. you are doing this just before sending it to the provider which means that if you make a...

@DOsinga can you take a look again? Think I hit your changes Though, through benchmarking, I found I had to make the message positioning slightly more complicated again in order...

> hmm, wondering why my team got tagged in this. i dont see any docs changes My bad! I didn't merge `main` in correctly earlier and a change in the...

Resolves https://github.com/block/goose/issues/4955

@lifeizhou-ap can you check out the subrecipe changes here?

This is not a great PR. Going to close it.

> love this too. my one question is, do we want to do this in rust? I have two reasons why we should consider typescript. one, I think the TUI...

> yeah building on goosed makes sense, but I didn think about a non rust one, it does mean more distirbution hassle but then developers only are using this, so...

I broke the client bits into crates/goose-client I think having a first party rust client that uses the actual structs/enums/etc from goose/goose-server adds a lot of value to the project....

> I am liking this more now - so the goose-client exists mostly to expose things, I wonder if we can simplify that (ie not have another module), also we...