Merged
Conversation
* Fixing Gemini and vertex cache pricing * Fixing Gemini and vertex cache pricing
* Update deployer team name * Create clever-balloons-wave.md
* copy button in task header * changeset * added copy buttons to assistant messages that show up on hover * added aria --------- Co-authored-by: Cline Evaluation <cline@example.com>
* enable text area while cline is doing stuff * changeset * add sendingDisabled to dependency array --------- Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local>
* fix excessive markdown format character escaping * add changeset * made it a little more robust --------- Co-authored-by: Wesley Smith <wes@neofactory.ai> Co-authored-by: Cline Evaluation <cline@example.com>
…xels (#3336) * Adding iamge dimension check * Adding iamge dimension check * Adding iamge dimension check * Adding iamge dimension check * Adding iamge dimension check * Adding iamge dimension check
* conditionally initialize posthog client webview * changeset --------- Co-authored-by: Elephant Lumps <celestial_vault@Elephants-MacBook-Pro.local>
* tracking models in diff edit failures * prettier --------- Co-authored-by: Cline Evaluation <cline@example.com>
* fix nova * haiku * changeset * changeset * clean up duplicate changeset * commented caching write
Co-authored-by: Cline Evaluation <cline@example.com>
* fix(bedrock): application inference profile is not work * chore: add change set * chore: change the encoding condition to whether it contains a slash
* Increasing file sizes for files that can be read by cline * Update src/integrations/misc/extract-text.ts Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Increasing file sizes for files that can be read by cline --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Task Favorites * getOllamaModels protobus migration * VsCodeLmModels protobus migration * cleanup
* Refactor GeminiHandler to remove caching logic and update pricing structure * Removed the enhanced caching system and related logic from GeminiHandler. * Updated the pricing structure for cache reads in both geminiModels and vertexModels. * Simplified the message creation process by eliminating unnecessary cache checks and operations. * Fixing Gemini and vertex cache pricing * Fixing Gemini and vertex cache pricing * Update src/api/providers/gemini.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>
* Task Favorites * Task management docs
Co-authored-by: Andrei Edell <andrei@nugbase.com>
* refreshOpenRouterModels protobus migration * changeset * cleanup * Ellipsis inspired changes * one small change
…minal hang (#3404) * shell timeout bug throw error * changeset * explanation in comments --------- Co-authored-by: Cline Evaluation <cline@example.com>
* refreshOpenAiModels protobus migration * changeset * Debounce OpenAi model list refresh when users are typing * debounce cleanup
* slash command report bug * nits * nits * sigh, portible way to open urls with proper escaping because vs code api is broken * only asking for non-algorithmically derived info * Update webview-ui/src/components/chat/ChatView.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * gather user system info * Revert "gather user system info" This reverts commit fb16c72. --------- Co-authored-by: Cline Evaluation <cline@example.com> Co-authored-by: pashpashpash <nik@cline.bot> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* base * changeset
* improved auto-approve * roll back chevron * changeset * add pills * back to checkboxes * turn on parent when subAction is turned on * use vscode colors * Update webview-ui/src/components/chat/auto-approve-menu/AutoApproveMenu.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Update webview-ui/src/components/chat/auto-approve-menu/AutoApproveMenu.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * improve responsiveness * remove opacity animation --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: Restore native copy functionality in chat input text area * fix: Restore native copy functionality in chat input text area
…3410) Co-authored-by: weiwenhan <weiwenhan@cn.nutstore.net>
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.
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