pullrequests Search Results · language:Dune language:Python language:Python language:JavaScript language:Java language:Java
Filter by
183M results
jijig sajig ui changes
enhancement
Summary
Fixes the ** Select Export Format dialog popping up on every captured packet** in the Fiddler extension.
Root cause (confirmed from the user s Debug Log line eCapture: injecting via UI.ChangeGlobal(Session[])): ...
What
Adds an opt-in batch OCR execution mode (DOCUMENT_OCR_MODE=sync|batch, default sync) that routes scanned-PDF OCR through
the embedding gateway s new async Batch OCR routes (POST /v1/ocr/batch + GET ...
Summary
Improves the deploying-sf-metadata skill so that every generated package.xml is paired with a complete, test-leveled
deploy command — instead of a bare --manifest/--target-org invocation that ...
Summary
- Add AccInt to the OpenCode plugins catalogue via data/plugins/accint.yaml.
- Regenerate README.md from the YAML source data.
Validation
- npm ci
- npm run validate
- npm run generate ...
Please provide me the recommendations
Description
Describe what this PR does.
Changes Made
- [ ] Added new feature
- [ ] Fixed bug
- [ ] Updated documentation
- [ ] Added tests
Testing
Explain how you tested the changes.
Screenshots ...
Root cause
PR #893 改了 category 的 description 文字,但 category 仍是 optional field(不在 required list 裡)。
LLM 碰到 optional field 有時會選擇省略,導致 handler 第 1143 行的 fallback:
category = input_.get( category ) or work ...