🐛 fix: reduce agent document context latency (#15436)

This commit is contained in:
YuTengjing
2026-06-04 16:23:51 +08:00
committed by GitHub
parent 1e2c1aacd5
commit bab3ff4a7a
48 changed files with 2355 additions and 422 deletions
+6 -2
View File
@@ -115,8 +115,12 @@ cd packages/database && bunx vitest run --silent='passed-only' '[file]'
```
- Prefer `vi.spyOn` over `vi.mock`
- Tests must pass type check: `bun run type-check`
- After 2 failed fix attempts, stop and ask for help
### Type Checking
```bash
bun run type-check
```
### i18n