pullrequests Search Results · language:Dune language:Python language:JavaScript language:CSS language:Java language:Python
Filter by
189M results
feat(dashboard): de-fake CBO queue with real engine + history + edit
The navigator queue dropdown is no longer hand-authored. New lib/cbo/demo-pipeline.ts holds synthetic applicants keyed
by the real ...
Bundle 1, item 1 of the agent refactor plan (docs/AGENT_REFACTOR_PLAN.md).
Pattern: Letta-style discriminated message types
Letta keys messages off a role discriminator and uses Pydantic models per variant. ...
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
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
Plain-folder tests bootstrap missions without recursive-agent config, causing tree search to exhaust iteration budgets.
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: LOW
- Confidence: 75%
- Auto-fix allowed: True
📝 Summary
The application uses the subprocess ...
ai-remediation
severity-low
Motivation
- Mevcut Oran Terminali kodunun okunabilirliğini artırmak ve eski/tekrarlı yardımcı parçaları güvenli şekilde
kaldırmak için dosya içi düzen ve temizleme yapılması hedeflendi.
- Gereksiz ...
codex
- Removed pull request triggers from CI/CD workflows.
- Added new lint.yml for validating workflows on pull requests.
- Introduced pr-ci.yml for PR validation with build, test, and scan jobs.
- ...
workflow
Fix silent metadata loss of feature_names_in_ from pandas DataFrames
Replaced callable(getattr(X, columns , None)) with not callable(getattr(X, columns , None)) in input validation to
properly support ...