pullrequests Search Results · language:Dune language:Python language:TypeScript language:Java language:Java language:JavaScript
Filter by
264M results
💡 What: Replaced four inline notifs.filter(n = !n.read).length array filtering operations with a single cached count
unreadNotifsCount computed using .reduce() in src/app/page.jsx. 🎯 Why: The previous ...
Summary
- add a release status note with the live npm dist-tag/version gap
- link the checklist to the status note
- extend release readiness coverage to require the status note content
Refs #812 ...
Summary
- pass a per-call rerank timeout through retrieval context
- default auto-recall reranking to a shorter timeout inside the recall budget
- preserve explicit user rerank timeout configuration ...
Summary
- add a read-only memory_fact_query tool for deterministic temporal fact lookup
- filter facts by active/as-of time using existing temporal metadata
- register manifest and CI coverage for ...
Summary
- refresh committed dist output from the current TypeScript sources
- add a package runtime preflight that fails when dist/ is stale after build
- tighten the package runtime assertion wording ...
Summary
- accept OpenClaw SecretRef objects for embedding, rerank, and LLM API keys
- resolve env/file SecretRefs during plugin initialization before constructing clients
- update the plugin manifest ...
Summary
- add an ESM import/default condition for the root package export
- keep CommonJS require and TypeScript declarations pointing at the existing dist files
Why
The published package currently ...
$(cat EOF
Summary
- scripts/run_production_scan.sh — single-command 5-step production anomaly scan: validate-all → scan-summary →
cross-target-rfi-summary → escalation-gate-check → review-dashboard; ...
Summary
- Move booking extras runtime routes, validation, and services behind @voyantjs/bookings/extras.
- Keep the existing /v1/extras compatibility mount and legacy extras table/schema location ...
Description
Fixes the AI chat real-time delivery: opening the drawer showed Something went wrong and sent messages stayed in
processing forever. Root cause was the AppSync Events WebSocket client using ...
fix