pullrequests Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:HTML language:Java
Filter by
209M results
Bumps the dev-dependencies group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| esbuild | 0.28.0 | 0.28.1 |
| eslint | 10.4.0 | 10.5.0 |
| inquirer | 13.4.3 | 14.0.2 ...
dependencies
javascript
Layer
6OG — Projection Wiring Gap Resolution Implementation Audit
Objective
Audit the merged 6OF implementation to confirm diagnostic backend wiring is present and safe.
Validated
- 6OF script exists ...
Remove src/objects/Seguranca.js — estava vazio, nunca foi usado e não era carregado no index.html. O segurança é
desenhado diretamente nas cenas como imagem/sprite, por isso não precisa de uma classe própria. ...
!-- CURSOR_AGENT_PR_BODY_BEGIN --
M-VIS-046 — Correção visual Lei 15A no Runtime Limpo ADM 15
Veredicto alvo: M-VIS-046 CONCLUÍDA — RESÍDUO VISUAL LEI 15A OPERACIONAL REMOVIDO / CORE_002 15D PRESERVADO ...
Bumps markdown-it from 14.1.1 to 14.2.0. details summary Changelog /summary p em Sourced from a href=
https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md markdown-it s changelog /a . /em ...
dependencies
javascript
Bumps flask from 1.1.2 to 3.1.3. details summary Release notes /summary p em Sourced from a href=
https://github.com/pallets/flask/releases flask s releases /a . /em /p blockquote h2 3.1.3 /h2 p This is ...
dependencies
python
https://liferay.atlassian.net/browse/LPD-94528
What Is Being Fixed
AI Task workflows need to make outbound HTTP calls — to REST APIs and to backend client extensions — and, per the
permission model in ...
!--- Provide a general summary of your changes in the Title above --
Description
!--- Describe your changes in detail --
Change the table of macro indicators into a list to match the format of Supported ...
handleSubmit 中 isSubmittingRef.current = false 没有 try/finally 保护,如果 runAgentStream 抛异常,ref 永远保持 true,后续所有发送被 guard
拦截,导致输入框不清空且无法继续发送。用 try/finally 包裹确保 ref 始终重置。