pullrequests Search Results · language:Edge language:Python language:JavaScript language:Python language:JavaScript
Filter by
149M results
🗒️ Description
Unnecessary if
Cute Animal Picture
Put a link to a cute animal picture inside the parenthesis--
Summary
Makes Google credential cleanup a first-class command instead of a manual keyring delete. Follows up #20 (profiles) —
you can now remove accounts the same way you list and authorize them.
mgdio ...
Summary
Plugin skills are categorically exempt from skillOverrides per the official Claude Code docs ( Plugin skills are not
affected by skillOverrides ). Neither the bare key (#389) nor the qualified ...
Summary
The orchestrator previously launched a Devin session for every finding returned by SonarCloud — no cap. With 60 findings
that s 60 concurrent sessions and up to 900 ACU.
This PR adds a MAX_SESSIONS_PER_RUN ...
Part 1 of the workflow-infra hardening (CZID-57) — the safe, no-functional-change subset, authored + validated locally
(no AWS).
Changes
- S3 public-access-block on the workflows bucket (all four blocks ...
Motivation
- Ensure safe CI builds by validating required Firebase and OpenAI environment variables before lint/build steps.
- Prevent accidental exposure of OpenAI keys in the frontend and provide ...
codex
Summary
- align the trade tracker schema and docs with the seven tables used at runtime
- add cash-flow recording endpoints and cash-flow-adjusted portfolio return calculations
- make Sharpe s risk-free ...
Description
The Firestore security rules (firestore.rules) allowed any authenticated user to write any field in their own user
document — including the role field. A student could directly call the Firestore ...
What users get
Duplicate detection now catches more genuine duplicates — books that differ only by accents (Café vs Cafe) or
punctuation (The Book! vs The Book) are recognized as the same. It stays deliberately ...
Adds an always-running CI Gate check that solves the path-filter deadlock: detects changed scopes, runs gates.sh for
changed backend/frontend + ticket validation for .agent, and aggregates with skipped=pass. ...