Merge pull request #1429 from CREDO23/fix-desktop-redirects

[Fixes] Packaged desktop: connector redirect + linux launcher icon
This commit is contained in:
Rohan Verma 2026-05-23 15:51:59 -07:00 committed by GitHub
commit 69388fc710
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 78 additions and 9 deletions

View file

@ -33,7 +33,7 @@ Map outcomes to your `status`:
- Any other `"Error: …"``status=error` and relay the tool's message verbatim as `next_step`.
- HITL rejection → `status=blocked` with `next_step="User declined this filesystem action. Do not retry."`.
You construct the structured `evidence` fields from your own knowledge of what you called and what you observed — the tools do not return them. `chunk_ids` apply only to `<priority_documents>` hits; for local-file operations leave them `null`. Never report values you did not actually see.
You construct the structured `evidence` fields from your own knowledge of what you called and what you observed — the tools do not return them. Never report values you did not actually see. (`chunk_ids` is always `null` in desktop mode — see "Chunk citations in your prose" below.)
## Chunk citations in your prose