pullrequests Search Results · language:Edge language:Python language:JavaScript language:Python language:Java language:Python
Filter by
183M results
What
Two improvements to the MCP registry install flow:
Part 1 — auth-method preference. A capability probe classifies a remote as zero-secret-OAuth-capable (DCR) or not. The
install form offers an OAuth ...
Summary
- Extract StatefulInputService._fetch_portfolio_timeseries_page(...) so portfolio chunk retrieval mirrors the existing
position page-helper boundary.
- Add focused unit coverage proving ...
fixes #3519
- Replaced detector.predict(X_test) with np.round(detector.predict(X_test), 7) in the example.
anomaly detection
bug
Problem: the async microphone and local audio playback helpers call asyncio.get_event_loop() from inside async methods.
get_event_loop() is deprecated in this usage and can behave differently depending ...
Bump the version SSOT so the API reflects this session s additive canonical_oblique_view field (non-breaking).
- app/version.py: ENGINE_VERSION 2.2.0 → 2.3.0 (propagates to /health, OpenAPI, engine_version, ...
What changed
- Added an active lifecycle flag to CGui and made shutdown idempotently mark GUI instances inactive.
- Gated CGui render/event handling and loader-installed frame/event callbacks on the ...
Summary
- 장면 이미지 준비 시 Pexels/Pixabay 무료 이미지를 먼저 검색
- 못 찾으면 기존대로 DALL-E AI 이미지 생성으로 폴백
- 이미지 생성 API 비용 대폭 절감
Test plan
- [ ] Pexels/Pixabay API 키가 있을 때 스톡 이미지가 다운로드되는지 확인
- [ ] API 키가 없을 때 ...
Follow-up to #181 (merged). Mirrors the runtime crash-recovery / multi-session hardening into the scaffolded project
template, so projects installed from this Agent Runtime get the same protection out ...