pullrequests Search Results · language:Dune language:JavaScript language:Java language:Python language:Python language:JavaScript
Filter by
184M results
Created by Codex Workspace Protocol.
Task: 20260627-codex-workspace-repair-manifests-coordination-co
Changes:
- Add a manifest repair candidate classification to the workspace coordination workflow. ...
Summary
- Remove unused imports (sys, asyncio, Path, logger, etc.) across 20 files
- Fix f-strings without placeholders (ruff F541)
- All changes from ruff auto-fix, no behavioral changes
Test ...
Problem
In the Connections UI, Reddit is shown as an available platform to connect, but no Reddit OAuth credentials are
configured. Clicking Connect Reddit therefore hard-fails with an isn t available ...
Summary
這個 PR 更新目前的 LLM Attack Benchmark 專案版本,主要目的是整理明天會議要討論的專案狀態、攻擊分類、測試方向與 OWASP LLM Top 10 的對應架構。
這版是會議討論用版本,不是最終完成版。
Changes
- 使用新版 LLM Attack Benchmark 專案內容取代原本檔案。
- 將攻擊 benchmark 相關檔案整理到 ...
Summary
- tests/playbook-executor.test.js (10 tests): parsePlaybook pure-function edge cases (no frontmatter, malformed YAML,
all meta fields); executor early-return paths that create no run record ...
What
Resolves 3 review must-fixes in guard/_onnx_runtime.py _injection_label_index().
- Non-object JSON (e.g. [], x, 42) now returns the default label index 1 via an isinstance(raw, dict) guard before ...
Why
Final M-7 coverage step. Covers the catalog tools that weren t part of the structured-output work (list_categories,
list_tags, catalog_stats, find_school_data) and the zurich:// MCP resource handlers, ...
Auto-synced Strava activities. Review and merge to log.
2026-06-10 — Evening HIIT
- Distance: 0.00 km
- Time: 1:09:38 (— avg)
- HR avg / max: 128 / 175
- Strava: https://www.strava.com/activities/18869217377 ...
課題
同じ問い合わせが多数来る(例「ホソヤ単体の営業利益率は?」が重複)。一つ回答したら残りを worklist から消したい。
実装
- 新テーブル ir_resolved(解決済みマーカー)。BQは streaming insert 直後の行を DELETE/UPDATE
できない(〜90分)ため、ハード削除でなくマーカーをINSERTして一覧から除外(挿入はバッファ制約なし=即時反映)。 ...