Oca responses: Added new function to handle responses api - #9
Open
ChaiEranki wants to merge 31 commits into
Open
Oca responses: Added new function to handle responses api#9ChaiEranki wants to merge 31 commits into
ChaiEranki wants to merge 31 commits into
Conversation
ChaiEranki
force-pushed
the
oca-responses-utility
branch
from
January 5, 2026 16:52
aac9b32 to
1291a00
Compare
ChaiEranki
changed the base branch from
main-base-responses
to
ceranki/rag-changes-updated
January 5, 2026 16:55
ChaiEranki
changed the base branch from
ceranki/rag-changes-updated
to
main-base-responses
January 5, 2026 16:55
…ich doesn't validate user input based on template syntax (cline#8280) * fix: sap provider - use messages_history field instead of messages because of placeholder_values usage templating error * fix: sap provider - use messages_history field instead of messages because of placeholder_values usage templating error * fix: sap provider - use messages_history field instead of messages because of placeholder_values usage templating error * fix: sap provider - use messages_history field instead of messages because of placeholder_values usage templating error
…I Compatible provider) (cline#8385) * feat: support azure identity authentication Signed-off-by: patst <patrick.steinig@googlemail.com> * feat: support azure identity authentication Signed-off-by: patst <patrick.steinig@googlemail.com> * chore: format changes * set azureIdentity in state * ADD Openai Compat Azure AD managed identity support: added proto messages def for azure identity, updated OpenAI APi key missing if azure identity is checked, ... * feat: Support Azure Identity DefaultCredential for AzureOpenAI (OpenAI Compatible provider) * fixed azure identity version and missing state setting in proto * added missing state setting in proto --------- Signed-off-by: patst <patrick.steinig@googlemail.com> Co-authored-by: patst <patrick.steinig@googlemail.com> Co-authored-by: Wenceslas Wolfersperger <wenceslas.wolfersperger@idorsia.com>
… without the need to reload vscode (cline#7099) * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode * fix: sap provider - support replace credentials in orchestration mode without the need to reload vscode
…e#8390) * Do not use native tool calling when using Deepseek 3.2 speciale * Add changeset
…ine#8387) * refactor: migrate HistoryView & ServerRow UI to use shadcn Button and Tailwind classes - Replace VSCodeButton with shadcn Button component - Convert inline styles to Tailwind CSS utility classes - Replace DangerButton with Button variant="destructive" - Add custom Tailwind color classes for VS Code theme variables - Simplify JSX structure by removing redundant style objects - Improve code readability and maintainability * fix typo
…e#8386) * Prevent using expired tokens when making authenticated requests * Add changeset * refactor * Update AuthService.ts Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* feat(hooks): Initial implementation of UI output in the CLI * feat(hooks): Display hooks UI output in the CLI nicely * feat(hooks): Improvements to the hooks CLI implementation * feat(hooks): Changes as per Cline's code review of hooks CLI PR * feat(hooks): Make comments more concise and to the point * feat(hooks): Minor improvements to code complexity * feat(cli): polish hook status output (headers, paths, spacing) - Align hook headings with ToolRenderer-style language - Prefer workspace-relative paths for hook scripts - Document hook_output_stream suppression + future grouping - Add unit tests for rendering + path formatting * feat(hooks): Isolate hook handlers and harden path handling - Move hook-specific SAY handling into say_handlers_hooks.go - Use os.UserHomeDir + filepath.Rel for more portable hook path shortening - Document why hooks render from state stream (ordering/reordering) - Standardize on filepath for filesystem paths in cline-clients - Avoid silently ignoring os.Getwd() errors in dev fallback resolution * feat(hooks): Add pendingToolInfo to hook status in the CLI * feat(hooks): Fix verbose output to CLI * feat(hooks): Add changeset commit. * feat(hooks): code review feedback - make paths OS-agnostic * feat(hooks): code review feedback - use strings.Builder * feat(hooks): code review feedback - no need to normalize say type * feat(hooks): code review feedback - define HookOutputStreamMeta type * feat(hooks): code review feedback - remove dynamic import * feat(hooks): code review feedback - turn repetitive logic into helper function and make say type names reflect proto field names * feat(hooks): code review feedback - remove unrelated changes * feat(hooks): prepend hook script path with repo name
…8402) Updates the Minimax model identifier from `minimax/minimax-m2` to `minimax/minimax-m2.1` in the OpenRouter model picker configuration. Additionally, updates the Cline provider to ensure the new model version is correctly recognized as a free model for cost calculation purposes.
…lectable in the context menu (cline#8404) * Verify selected index is not -1 when checking if an option is selectable * Add changeset
…ne#8405) * Introduced a new feature, Background Edit, allowing file changes without opening the diff editor. * Updated documentation to explain how to enable and use Background Edit, including its benefits and relationship with other features.
- Added experimental support for Background Edits (allows editing files in background without opening the diff view) - Updated free model to MiniMax M2.1 (replacing MiniMax M2) - Added support for Azure based identity authentication in OpenAI Compatible provider and Azure OpenAI - Add `supportsReasoning` property to Baseten models - Prevent expired token usage in authenticated requests - Exclude binary files without extensions from diffs - Preserve file endings and trailing newlines - Fix Cerebras rate limiting - Fix Auto Compact for Claude Code provider - Make Workspace and Favorites history filters independent - Fix remote MCP server connection failures (404 response handling) - Disable native tool calling for Deepseek 3.2 speciale - Show notification instead of opening sidebar on update - Fix Baseten model selector - Modify prompts for parallel tool usage in Claude and Gemini 3 models Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* feat: remove kwaipilot/kat-coder-pro from free models list Remove the KwaiPilot KAT-Coder Pro model from the OpenRouter free models picker, likely due to availability changes or model deprecation. * changes
…utputs undefined)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
ChaiEranki
force-pushed
the
oca-responses-utility
branch
from
January 6, 2026 21:18
354b75e to
4b94775
Compare
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.
Related Issue
Issue: #XXXX
Description
Test Procedure
Type of Change
Pre-flight Checklist
npm test) and code is formatted and linted (npm run format && npm run lint)npm run changeset(required for user-facing changes)Screenshots
Additional Notes