things to make goose 1.43 better and some 'bugs' #11133
Replies: 4 comments 1 reply
|
wtf??? Tool Name (tree vs fs__fs_tree) |
|
are you checking this @filipkujawa, @claude, @DOsinga, @jamadeo |
|
Thanks for this @f1-outsourcing , and sorry for the wait. In the future, please file things like this as issues rather than a discussion. We've moved to an issue-first model where the issue is the source of truth for any work that gets implemented so you will get faster response there. Also, you're on 1.43 and 1.46.0 is out - please upgrade first, items 1 and 2 and your tree comment are all the same bug fixed there.
For now set OLLAMA_CONTEXT_LENGTH=65536 on the Ollama box, plus GOOSE_CONTEXT_LIMIT: 65536 in config.yaml so goose's meter matches (your .bat only reaches the CLI, not the desktop).. Will raise your bug on the related #10966
On your newest comment - same root cause as 3. "no user query found in messages" is Ollama's error, not ours: it truncates from the front until no user message is left, then refuses to render. That's also why the model lost your earlier command outputs, and why it invented S:\tmp - the working directory is sent in a message class Ollama drops first, so it had none to read. OLLAMA_CONTEXT_LENGTH should clear all three. On tree vs fs__fs_tree: tree is a real goose tool, one of developer's, registered without a prefix - so it was in your list because of #.1. goose never rewrites fs__fs_tree. Upgrading should make it disappear. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
These are my findings with using goose. I start to understand now why some many have unwanted deleted files, and breakouts. Everyone is coding clients/agents that can access everything. I have an environment where everything is closed and only things that I have opened, are available.
I am disabling extension: developer and extensions (auto manages extension use???). I use own tools on a remote server. All local tools fail. When these two both are disabled, goose automatically still enables developer, so I need to disable it again during first chat message. I need to disable developer as these tools do not work.
even after disabling like this I am still getting these???
this does not work
Sort configured provider on the top, constantly need to search where mine is.
I have green check marks on providers I did not configure ...
Auto detect models in ollama
option to set keep_alive I am getting these states in Ollama "Stopping..." "2 minutes from now"
maybe an option that automates sending '?' or '.' when receiving this
If the whole chat history is send as context. Have the opportunity to delete items from this chat
enable / disable specific tools from an extension.
move chat window out of the application, so I can have chat window on different virtual desktop
offer to work in sequence. I have the impression chat sessions run concurrently that is less efficient for running on own hardware. There should be a toggle switch that runs the tasks in sequence.
All reactions