pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:Java language:CSS
Filter by
189M results
Automated maintenance generated by universal-linter during run 27106794729.\n\nContains: Shell Script Formatting.
What
_coerce_result in lionagi/lndl/types.py used Python s bool() constructor for bool-typed LNDL fields. bool(str) applies
truthiness: every non-empty string is True, so bool( false ) == True. When a ...
audit-20260607
O problema
No app em produção, o login falhava para qualquer usuário. A tela mostrava erro de API key, mas a causa real era o RLS
(Row Level Security) do Supabase.
As 4 tabelas (funcionarios, pacientes, ...
Dev setup, the ruff + pytest checklist, project layout, how to add a validation rule (test-first, false-positive
caveat), PR conventions, and a pointer to PUBLISHING.md for releases.
🤖 Generated with ...
Summary
Prépare #82 (split de api/main.py en 5 routers per-domaine) en élargissant la surface des décorateurs HTTP pour qu ils
acceptent indifféremment un FastAPI ou un APIRouter.
Le runtime ne change ...
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Summary
- GET /api/invocations and GET /api/sessions returned agent-produced run data without authentication, even when
LIONAGI_STUDIO_AUTH_TOKEN was set.
- Added both route prefixes to _PROTECTED_GET_PREFIXES ...
audit-20260607
Summary
Fixes the chat panel provider connection/session issues and adds session usability improvements.
What changed
- Updated Claude chat continuation so follow-up turns resume the existing sticky ...
Diagnosis (from /api/directory/sync-status)
last_sync : { status : running , completed_at : null, sync_type : startup , started_at : ...17:40... },
total_active_facilities : 0
The sync was ...
Fixes the Discord webhook rendering of literal \n sequences by using printf %b to generate real newline characters
before encoding them with jq --arg. Also fixes potential expression injection vulnerability. ...