fix(browser): soften aggressive retry hint and add anti-hallucination prompts (#910)

This commit is contained in:
paisley
2026-04-24 14:15:47 +08:00
committed by GitHub
parent f893f2b21b
commit 01fd010a0e
5 changed files with 94 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "node scripts/patch-browser-hint.mjs",
"init": "pnpm install && pnpm run uv:download",
"predev": "node scripts/generate-ext-bridge.mjs && zx scripts/prepare-preinstalled-skills-dev.mjs",
"dev": "vite",