pullrequests Search Results · language:Dune language:Python language:HTML language:JavaScript language:HTML language:HTML
Filter by
174M results
Motivation
- Introduce a budget line (renglon_presupuestario) on Articulo so articles can be tracked by funding/renglón and shown
in listings and documents.
- Surface the new field throughout ...
codex
Summary
Diagnostic visibility for the small-model empty-args debug arc. Emits a VLLM_TOOLS_WIRE_DUMP log line right before each
chat.completions.create call with the actual wire byte sizes of the tools ...
- Palette: navy bg (#061827), card (#0B2540), bronze/volt/cream accents
- Typography: Oswald (headers/scores), Barlow Condensed (labels/buttons), JetBrains Mono (data)
- Bronze gradient accent bar ...
Summary
Two lossiness/quality bugs in the v1→v2 rewrap. The labels bug also affects the engine, because the loader shares the
same v1_compat normalization.
1. List-form labels were dropped
v1_compat._build_labels() ...
Fixes #36
Description
This PR implements the requested Safe-List or Pin protection feature, allowing users to mark specific repositories as
safe. Once pinned, these repositories are protected from accidental ...
Strip trailing slash from API_BASE_URL so host//admin/... double-slash 404s stop. Mirrors the cron workflows
${API_BASE_URL%/}.
🤖 Generated with Claude Code
fix #183
loadSlot() persisted migrated data inside if (slot.data), which is always true. This caused localStorage to be rewritten
on every load even when no migration ran.
Root Cause
Write was not conditional ...
Problem
Hermes Desktop does not refresh an already-open conversation when the same stored session is updated from another
frontend (Telegram, Discord, CLI/TUI, etc.). The new messages are correctly persisted ...