Skip to content

pullrequests Search Results · language:Dune language:Python language:TypeScript language:C# language:JavaScript

Filter by

241M results  (2 s)

241M results

Summary The supported installer now reliably produces an FTS5-capable Python, even when the machine has a stale uv — closing the loop on the no such module: fts5 reports. Root cause: ensure_fts5() handled ...

Adds the sections that were missing from the README and that contributors (human or agent) would need to avoid common mistakes. What s new: - Getting started — Node 22+ / pnpm prereq, credential env ...

Merge JS chunks via manualChunks and inline the workbox runtime into sw.js — reduces distributed files from 23 to 19.

修复:config_bool()/display_flag() 统一解析布尔配置,修复 bool(\ false\ ) == True 问题。 测试:65/65 tests OK。

This is an automated PR generated by GitHub Scout Agent applying simple improvements.

Se añadió el enalce al video en el readme
documentation

This PR contains the following updates: | Package | Type | Update | Change | Pending | | --- | --- | --- | --- | --- | | renovatebot/pre-commit-hooks | repository | minor | 43.150.0 → 43.201.1 | 43.205.1 ...
dependencies

Replace the in-memory conversation global with RedisChatMessageHistory keyed by session_id and a 1h TTL, so conversation state persists across turns and auto-expires. Each turn now loads list(redis_history.messages) ...