sharon
sharon
I looked into how we might handle rewriting the the `theme.css` href in the HTML Proxy. It looks like that element is dynamically injected into the `head` _after_ we've already...
A fix for https://github.com/gradio-app/gradio/issues/11164 is available in [[email protected]](https://github.com/gradio-app/gradio/releases/tag/gradio%405.34.1) 🎉 Within `qa-example-content`, I ran `pip install --upgrade gradio` in the Terminal, and the Gradio app is loading the theme from the...
Bedrock is working for me on Workbench across the Claude models except for Claude 4 Opus -- I am seeing https://github.com/posit-dev/positron/issues/7844. ``` {"name":"ThrottlingException","$fault":"client","$metadata":{"httpStatusCode":429,"requestId":"a9d7acfe-451d-4ee7-bf52-4136faad9116","attempts":3,"totalRetryDelay":101}} ``` Models Moving to verification as the...
### Summary - `.venv` was being ignored, but not `venv` nor `renv`. - PR: https://github.com/posit-dev/positron/pull/7997 -- now ignores `venv` and `renv` along with [some other glob patterns](https://github.com/posit-dev/positron/blob/aa5e8d8503dcfe8303a7588a953a207a11c98902/extensions/positron-assistant/src/tools/projectTreeTool.ts#L252-L287) by default -...
> tool input parameters (too many? causing the model to make mistakes?) > I think the number of parameters is reasonable -- my sense is that it's not too many...
We didn't see the rate limiting error with Claude 4 Opus in #7843, but Heath is seeing this same rate limiting error for both Sonnet and Opus Claude 4 models:...
Sending this to QA as I think we haven't seen this since implementing https://github.com/posit-dev/positron/pull/8891 and https://github.com/posit-dev/positron/pull/8903, along with increasing our organizational token allowance. Added Jonathan as assignee since he was...
Thanks for the additional context! I've updated the issue title and description 👍
> [@isabelizimm](https://github.com/isabelizimm) We also register runtimes when certain interpreter-related events fire. We might not be filtering there. ah yes I encountered this when working on the includes/excludes here: https://github.com/posit-dev/positron/blob/1c0e6ca15650e212ee1c99100c1f508c60fcd625/extensions/positron-python/src/client/positron/manager.ts#L112-L127
@danielvartan @patrickkoval thank you both for your investigation and suggested fix 🙌 We've opened https://github.com/posit-dev/positron/issues/9255 to track the task of bumping copilot-language-server. Please follow along there for updates!