v2026.07.15#557
Merged
Merged
Conversation
…n-6a1bb22fd8b3 chore: sync main into dev after main-6a1bb22fd8b3
fix(webui): serve static assets with stable MIME types
docs(onesig): align skill with strategy api v2.5.3
Add shared frontend resources for common data hooks, consolidate SessionChat feature logic, lazy-load heavier UI paths, and bound SSE fan-out/backpressure so concurrent sessions and workflows create less browser and server load.
Reuse lightweight tool summaries for paginated search/filter requests and invalidate the snapshot when tool or API service state changes. Add route coverage for cache reuse on the tools page.
- enforce session ownership and admin boundaries across shared APIs - prevent stale caches, dropped events, and lazy chunk recovery failures - keep cold-start registries concurrent and add regression coverage
Fail closed when the live primary database is moved or replaced, and defer unsafe online recovery to startup. Preserve quarantined WAL evidence and make offline recovery atomic, non-destructive, and fully validated.
…ndles fix/sqlite recovery stale handles
The health check previously required 5 steps (process alive → TCP port → /api/health → GET / SPA). HTTP-level checks (DNS, proxy, filesystem) could intermittently timeout and trigger a false-positive restart after only 2 failures (~10s). Now only checks: - process.poll() is None → process alive - socket.create_connection() succeeds → TCP port open Both must fail for a restart to trigger. HTTP-level timeouts no longer cause daemon to kill the backend. Closes #537
fix(supervisor): remove HTTP health check, use pure liveness probe
Preserve last-known-good tool state and expose structured partial refresh outcomes. Serialize concurrent loading paths and keep UI feedback aligned with active requests.
perf/webui load optimization
Persist only verified first-seen alerts with globally unique dedup keys while preserving original event metadata on triage refreshes. Correct legacy single-alert duplicate metrics and keep dashboard facts synchronized after record updates.
Codex email security
Keep page-level builtins imports behind the guarded importer and cover the explicit bypass path. Preserve verified first-seen alerts during SOC schema migration while removing follower and orphan duplicate survivors, including databases migrated by the previous implementation.
fix(browser): harden daemon runtime lifecycle
feat/soc ai processing visuals
…ity-prompts fix: expose extended messaging channels to Rex
feat(tdp): add realtime threat and custom rule APIs
Codex/email UI fix
fix(browser): reuse connected daemon for state save
…arning Improve email host mismatch guidance
…stdout fix(cli): handle missing Windows netstat output
chore/update-version-2026-7-15
duguwanglong
approved these changes
Jul 15, 2026
Merged
This was referenced Jul 15, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.