Conversation
write, and search functionality implemented. Update tool registry and enhance request handling for new operations.
Add ReAct mode support with action parsing and observation formatting
enhance response formatting in Ollama provider
This update introduces a new structure for tracking recent requests, including route, status code, duration, and request ID. The server state now maintains a circular buffer of recent requests, allowing for efficient logging and retrieval.
Load LLM_ROUTER_MODEL and workspace env flags. Accept OpenAI and OpenRouter base URL alias names.
Parse workspace_id on chat completions requests. Extend shared request types for workspace routing.
Keep per-workspace messages and file hints in RAM. Clear workspace state when the server exits.
Resolve file tools under workspace root when enabled. Pass workspace context through debug tool execution.
Tune prompts, parsing, and CLI defaults for multi-step loops. Map Search and Lookup to file tools when available.
Integrate workspace merge, compaction, and loop execution. Auto-attach coding tools for react loop_mode on the server.
Use configured LLM_ROUTER_MODEL when requests omit model.
Default ReleaseSafe optimize and Windows libc linking. Expand zig build test coverage hooks.
Update README and env example for workspace and react loops. Note server-side react tool auto-attach in test client.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.