Skip to content

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

Filter by

262M results  (2 s)

262M results

Summary services/search/cache.py set CACHE_DIR = Path(__file__).resolve().parent.parent / cache (i.e. services/cache, in the source tree) and called mkdir(parents=True) at import time with no guard. ...
ready for review

Fixes #2729 Problem Two concurrent undo requests holding the same undo token can both pass the existence/state checks and both execute the undo handler. The done - undone transition was a non-atomic ...
review

Summary Renames the natural-language planning CLI command from promptmc ask to promptmc plan. Behavior, flags (--write, --llm, --model, --output), and the underlying NaturalLanguageAssistant planner are ...

Problem Akyeba-API-Down fired immediately after going live. Not a real outage — the Route53 health check probes resource_path = / , and GET https://api.akyeba.thekloudwiz.com/ returns 404 (no route at ...

Adiciona monitoramento diário automático do Diário Oficial da União para advocacia previdenciária. O que foi adicionado - dou_rotina.py: script principal que busca, filtra e classifica matérias previdenciárias ...

Summary End-to-end polish on the v8 development loop. 10 commits, no upstream churn — every commit is additive or a safe refactor. What s in - CI gates (.github/workflows/ci.yml): new lint job running ...

Summary AgentLane s published docs had drifted from the code: examples that no longer run, claims that contradict the implementation, and large parts of the public API that are exported but undocumented. ...

Summary Extracts a framework-agnostic runtime bridge for Pipelex, decoupling the core runtime from any specific execution framework. This is the work tracked in PR #966 (supersedes the closed #959). ...

Summary This PR collects 8 commits from the decarlof/tomocupy fork covering output-format ergonomics, a small bug fix, a packaging fix, and an install-docs expansion based on real-world setup pain on ...