Michael Neale

Results 48 issues of Michael Neale

## Summary This PR adds LanceDB integration to the developer extension's tool, enabling semantic search through codebases using vector embeddings. ## Key Features - **Vector Database Integration**: Uses LanceDB for...

allows user to open a tunnel to a goosed instance which can be used by remove mobile client(s) This is for clients reaching in to goose (desktop) - via a...

* Aim: Just Work with off the shelf gguf models*, no ollama or lmstudio etc needed. This uses `llama-server` (which is automatically downloaded if needed, and then platform optimised) and...

fixes: https://github.com/block/goose/issues/5576 this will write it at once, vs message by message. I have tested this cli and desktop, and even with mobile following along reading the DB, and seemed...

We need to decide if we keep: * claude cli * cursor agent * gemini cli and or add codex cli. The CLI experience is not realy great (both from...

enhancement
p2

goose (goose core, goosed at least) should check model can do tool calling when configured, if not, then fall back to chat and tell user it can only do that....

p2

a speculative fix for: https://github.com/block/goose/issues/5132 hopefully by loading each time it won't be stale, but not sure of this approach as don't currently have bedrock access or familiarity.

this now maps `auto` mode in goose appopriately to claude to ensure it takes action maps the old mode to "smart" and "manual" is not supported (and made clear). Changed...

there can be multiple goosed but should only be one tunnel running. small one - would rather not need to do this, but as things are now, we let many...

This lets you turn on (off by default) loading of claude and codex sessions. It doesn't import them until you click "resume" in goose (then it will run them as...