Commit 3b8042f
committed
chore: update dependencies and devDependencies in package.json
- Upgraded chokidar to ^5.0.0
- Upgraded ignore to ^7.0.5
- Upgraded p-queue to ^9.1.0
- Upgraded p-retry to ^7.1.1
- Upgraded zod to ^4.3.5
- Upgraded @napi-rs/cli to ^3.5.1
- Upgraded @opencode-ai/plugin to ^1.1.20
- Upgraded @types/node to ^25.0.8
- Added typescript-eslint to devDependencies
- Upgraded vitest to ^4.0.17
fix: improve error handling in various files
- Added comments to ignore errors when reading auth file, writing token cache, and loading plugin config.
- Simplified loop in indexer to avoid unused variable.
- Improved error message logging in indexer.
feat: add ESLint configuration
- Created eslint.config.js with recommended settings and custom rules.1 parent eafa543 commit 3b8042f
File tree
10 files changed
+3449
-2148
lines changed- .github/workflows
- src
- embeddings
- indexer
- native
10 files changed
+3449
-2148
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments