Michael Neale
Michael Neale
well a start to it... addresses: https://github.com/block/goose/issues/5270 kind of hate that we have to do this.
for otel to be able to count unique clients, need some kind of a fingerprint (which doesn't give away anything, just unique) as well as some platform info that isn't...
fixes: https://github.com/block/goose/issues/4115 which has been requested a few times. Let the goose app connect to any goose server. example motivation: ``` I work on highly regulated genomics data that sits...
Tidies up system prompt, only shows server names in moim to allow progressive loading, and adds an optional search. I believe this may help with scaling to 1000s of tools
This is an attempt to make it show the underlying tool calls in the UI when "code mode" is used: cc @alexhancock don't like how clumsy this feels and special...
When changing chat modes - you need to currently restart sessions. This will tell you via a simple toast to do that if you change when in active chat or...
Attempting to cover the new code mode with same tests for providers. Should work the same as stock developer extension