pullrequests Search Results · language:Edge language:TypeScript language:PHP language:Python is:unmerged
Filter by
49.7M results
What
The Start over sidebar button looked like it worked (the page redrew) but cleared no session state. This fixes it.
Root cause
reset_state() early-returned whenever _reset_in_progress was truthy. ...
Per owner call from the post-merge review: the headroom ** At safe pace ** state shared the amber warn styling, so PELS
pacing you at the dynamic safe pace — correct operation — read as a warning. Now ...
- Thêm script build_exe.bat để đóng gói app thành file exe
- Cập nhật README hướng dẫn build và chạy exe
- Cập nhật đường dẫn resource để app chạy được sau khi build
- Bổ sung ignore build/dist ...
Summary
- get_weather, search_web, and tell_joke in examples/voice_agents/realtime_joke_teller.py constructed ToolError(...)
and returned it on exception. ToolError is an Exception subclass and ...
Resolves the two open Scorecard PinnedDependenciesID alerts (#33 tests.yml pipCommand, #28 fuzz.yml npmCommand).
- Adds requirements-ci.txt with fully hash-pinned pytest 8.3.4 + transitive deps; tests.yml ...
LoginPage with email/password form, react-hook-form validation, useAuth integration, 7 tests
Summary
Sube la calidad de la carta al nivel de la referencia (pokemon-cards-css de Simon Goellner). Dos capas:
P1 — Interactividad (pointer-driven, CSS vars en globals.css)
- 3D tilt que sigue el ...
Summary
I restricted user-managed MCP OAuth configuration so untrusted server configs cannot request arbitrary OAuth audiences.
- Split MCP OAuth schema validation into trusted/admin and user-managed ...
What
The sidebar rendered the final agent message twice on streamed turns. handleAgentMessage had two finalizers for the same
text: the stage ==DONE handler (renders the accumulated stream into streamingEl) ...