Skip to content

pullrequests Search Results · language:Dune language:JavaScript language:Python language:HTML language:Python language:JavaScript

Filter by

176M results  (2 s)

176M results

Summary Long thinking content (1000+ tokens) caused significant UI lag during streaming. The ThinkingMessageWidget was re-rendering the entire content on every update, and the streaming pipeline created ...

Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions

Bumps actions/checkout from 6.0.2 to 7.0.0. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote ...
dependencies
github_actions

Bumps actions/checkout from 4 to 7. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions

Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions

Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies

Motivation - Provide an interactive, guided sample turn to demonstrate gameplay and onboarding without needing a live game session by adding a demo mode triggered via a special key sequence on the ...
codex

Bumps actions/checkout from 6 to 7. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v7.0.0 ...
dependencies
github_actions

Problem Solution Description (including issue #) Code Quality - [ ] My code follows the code style of this project - [ ] I have written unit tests or justified all instances of #pragma: no cover; ...

💡 What: Replaced the sequential gh pr view loop in _filter_to_still_open_prs with a concurrent implementation using ThreadPoolExecutor. 🎯 Why: Sequential calls to the GitHub CLI introduce an N+1 execution ...