Find
Search dashboard pages and product views.
Repositories
Evidence Refs
Run Artifacts
Trace Refs
Replay Entry
Search dashboard pages and product views.
These are repository signals used to attribute this repo to the product. They are not code written by the agent; they are matched package, middleware, environment, API, or UI locations found in the repository.
| Repository Signal | Matched Source | Matched Code Location | Preview |
|---|---|---|---|
source | webFetch(): docstring 'Fetch any public URL and return its content as clean LLM-friendly markdown. Tries Jina Reader first ... falls back to Playwright'; calls https://r.jina.ai/<url>. | src/shared/web-tools.tsline 120 | Preview |
source | fetchWithBrowser(): self-driven Playwright grabs page.innerText('body') for sites that block the reader. | src/shared/web-tools.tsline 146 | Preview |
source | Agent tool handler returns { content: await webFetch(url) }. | src/shared/queen-tools.tsline 609 | Preview |