pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:CSS language:TypeScript
Filter by
270M results
Summary
Cleans up four stale PNGs at the top of `figures/`:
- `figures/comparison_test.png`
- `figures/comparison_validation.png`
- `figures/scatter_test.png`
- `figures/scatter_validation.png` ...
💡 What: Replaced the synchronous-style list endpoint client.get_participants(chat_id, limit=limit) with its async
generator equivalent client.iter_participants(chat_id, limit=limit) using an asynchronous ...
Adds pages/5_Customer_Discovery.py — a self-contained Streamlit page that operationalises the GTM Discovery Pilot Kit
inside the app.
- Discovery tab: log conversations with a live Fit Score (20–100) ...
Summary\n- add central OCC contract for OMN-12748\n- add PASS receipts for omnimarket#1073, focused projection tests, topic declaration, deploy assessment, and OCC self-check\n\n## Verification\n- uv run ...
What
run_solve_programmatic and run_check_programmatic in cli_core.py only caught GherkinParseError around their per-path
parse_feature_file call, but that function reads the file with Path.read_text(encoding= ...
Description
- epsg 4979 maps to WGS84(G2139)
- input longitudes to htdp are now positive west
- htdp fallback when velocity transform fails
Checklist
- [x] PR title is descriptive
- [x] PR ...
What
Adds GroundingGuardrail (grounding-guard), a post-LLM guard that enforces the knowledge grounding setting after an
answer is generated. It is the hard-enforcement backstop that complements the prompt-level ...
Motivation
- Physical delivery tickets sometimes omitted the delivery address or pricing rows even when the Printing
settings/preview showed them, indicating a mismatch between preview payload rules ...
codex
…rker
New type union RoutedContentPart augments base ContentPart s path-based variants with an optional inContainer?: boolean
routing marker. Hosts that route paths between sandbox container and pure ...