Testing instructions #19
jtrachtenberg
started this conversation in
Testing Results
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Install (testing)
Decant is packaged for the Web Store, but for testing please use the current testing build. To run locally:
Then load it in Chrome (or Brave/Edge — all load the
dist/build unmodified):chrome://extensions(brave://extensions,edge://extensions)dist/folderFirefox is built from the same source and supported too:
npm run build:firefox # emits to dist-firefox/about:debugging→ This Firefoxdist-firefox/manifest.json(temporary add-ons are cleared when Firefox restarts)
Known limitations
picker, drag-and-drop, and paste. On Gemini, use the file picker —
its uploader rejects synthetic drops, so drag-and-drop and paste deliberately
send the original file unconverted rather than lose it. Other platforms —
please report your findings.
default. For other sites, use the extension options page to enable them
(enabling a host asks Chrome for permission to run there).
Fidelity QA — checking a conversion for information loss
Decant converts to Markdown to save tokens. The risk is silent loss —
the Markdown looks fine but dropped data that was in the original. This is a
lightweight way for a tester to catch that: use an LLM as a fidelity judge,
feeding it the original and Decant's Markdown and asking, in a structured
way, what (if anything) was lost. The output doubles as a bug report we can
triage.
When to run it
Only for files Decant converted. Check the page console after attaching a
file:
converted …→ there is a Markdown version to audit. Run this.passthrough …(scan / no usable text) → the original file was sentunchanged, so there is nothing to compare. Skip.
ambiguous … — prompting→ you were asked to choose. If you picked aConvert option, it logs a
convertedline afterward — audit that. If youchose to send the original, skip.
Setup (read before you start)
not a converted one. Before you upload the original for comparison, press the
passthrough hotkey (
Alt+Shift+Oby default) — it arms the next uploadto be sent untouched, so the judge gets the unaltered file. (Alternatively,
run the comparison in a chat or on a site where Decant isn't active.)
text, so you can either use a version that removes PII or share the findings
without sending us the file. Do not submit confidential PDFs. If the
document is sensitive, send only the report and a redacted description.
miss things or over-flag. Treat its report as a strong signal, not proof; for
important documents, run it twice.
Steps (for testers)
.mdattachment, and copy the[decant] converted …line from the console.Alt+Shift+Oby default), then uploadthe original file so the judge receives it unconverted.
[decant]console line above it, and send it to usas a bug report (omit the PDF if it's sensitive).
The prompt
What a bug report should include
Paste these together:
[decant] converted report.pdf → report.md (4p, 1224 chars) [text]. Tells us the decision, page count, size, and reason.VERDICT … OVERALL FIDELITYblock above.manifest.json, currently 0.3.0).layout (single/multi-column, tables, charts, scanned pages).
All reactions