Skip to content

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

Filter by

182M results  (2 s)

182M results

The OAuth login flow was exposing the JWT token as a URL query parameter (?token= jwt ) during the Google/GitHub callback redirect, leaking it to browser history, server logs, and referer headers. The ...

Summary Adds 3D STEP models for the v2 ESP32-C3 cost-down redesign components and updates hardware documentation to reflect the migration from ESP32-WROOM-32E (v1) to ESP32-C3-WROOM-02 (v2). Key Changes ...

Summary Thorough QA pass over the whole codebase to confirm every page is built, wired, and reachable. Found and fixed three route/page wiring defects, and documented the remaining product-decision items ...

What why Phase 3 of liberator-session-self-heal — re-login hardening. Bumps the bundled liberator submodule to the hardened SessionMonitorService re-login path (single-flight lock, exponential backoff, ...

功能描述 修复语音监听空闲时执行日志被重复刷屏的问题。安静等待、no-speech、aborted、未返回文字等被动语音状态不再写入执行日志,只保留在顶部状态提示中。 实现思路 - 在 addLog() 入口统一过滤被动语音状态消息,避免遗漏任一语音事件路径。 - 对连续重复日志增加短时间去重,减少同一消息快速重复出现。 - 对 no-speech / aborted 自动重启路径使用更安静的状态提示。 ...

Summary A set of input-handling hardening fixes. Several internal pattern matches that run on caller-influenced strings used regular expressions whose shape could be driven into super-linear (polynomial) ...

Audit report No fixable problems found (0 unfixable, 13 only fixable manually using --force)
3. to review
dependencies

What why The gateway caches an AIAgent per session for prompt-prefix caching. The cached agent carries an in-memory replay of the transcript as it existed when the agent was built. When a second process ...

Add API docs. Also, generate docs with make schema. Task: 99