Skip to content

Commit 93234ac

Browse files
authored
Add URLFinder tool configuration with comprehensive parameters (#24)
* Add URLFinder tool configuration with comprehensive parameters and options * fix lint * Fix lint * Update deps * Fix build and remove path filter
1 parent 96eb814 commit 93234ac

File tree

17 files changed

+3251
-434
lines changed

17 files changed

+3251
-434
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Deploy
33
on:
44
push:
55
branches: ["main"]
6-
paths:
7-
- "src/**"
86
workflow_dispatch:
97

108
jobs:

bun.lock

Lines changed: 98 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
"dependencies": {
2323
"@ai-sdk/openai": "^1.3.23",
2424
"@hookform/resolvers": "^4.1.3",
25-
"@modelcontextprotocol/sdk": "^1.17.0",
25+
"@modelcontextprotocol/sdk": "^1.17.1",
2626
"@radix-ui/react-hover-card": "^1.1.14",
2727
"@radix-ui/react-label": "^2.1.7",
2828
"@radix-ui/react-select": "^2.2.5",
2929
"@radix-ui/react-slot": "^1.2.3",
3030
"@tailwindcss/postcss": "^4.1.11",
3131
"@tailwindcss/vite": "^4.1.11",
32-
"@tanstack/react-form": "^1.15.0",
32+
"@tanstack/react-form": "^1.15.2",
3333
"@tanstack/react-pacer": "^0.11.0",
34-
"@tanstack/react-query": "^5.83.0",
35-
"@tanstack/react-router": "^1.130.2",
36-
"@tanstack/react-router-with-query": "^1.130.2",
37-
"@tanstack/react-start": "^1.130.2",
38-
"@tanstack/zod-adapter": "^1.130.2",
34+
"@tanstack/react-query": "^5.84.1",
35+
"@tanstack/react-router": "1.125.3",
36+
"@tanstack/react-router-with-query": "1.125.3",
37+
"@tanstack/react-start": "1.125.3",
38+
"@tanstack/zod-adapter": "^1.130.11",
3939
"ai": "^4.3.19",
4040
"class-variance-authority": "^0.7.1",
4141
"clsx": "^2.1.1",
@@ -52,25 +52,25 @@
5252
"tailwindcss-animate": "^1.0.7",
5353
"uuid": "^11.1.0",
5454
"vite": "^6.3.5",
55-
"zod": "^3.25.74"
55+
"zod": "^3.25.76"
5656
},
5757
"devDependencies": {
58-
"@tanstack/react-query-devtools": "^5.83.0",
59-
"@tanstack/react-router-devtools": "^1.130.2",
60-
"@tanstack/router-plugin": "^1.130.2",
58+
"@tanstack/react-query-devtools": "^5.84.1",
59+
"@tanstack/react-router-devtools": "^1.130.11",
60+
"@tanstack/router-plugin": "^1.130.11",
6161
"@testing-library/jest-dom": "^6.6.4",
6262
"@testing-library/react": "^16.3.0",
6363
"@testing-library/user-event": "^14.6.1",
6464
"@types/bun": "latest",
6565
"@types/jest": "^30.0.0",
66-
"@types/react": "^19.1.8",
67-
"@types/react-dom": "^19.1.6",
66+
"@types/react": "^19.1.9",
67+
"@types/react-dom": "^19.1.7",
6868
"@vitejs/plugin-react": "^4.7.0",
6969
"@vitest/coverage-v8": "3.2.4",
7070
"jsdom": "^26.1.0",
71-
"oxlint": "^1.8.0",
72-
"shadcn": "^2.9.3",
73-
"typescript": "^5.8.3",
71+
"oxlint": "^1.9.0",
72+
"shadcn": "^2.10.0",
73+
"typescript": "^5.9.2",
7474
"vite-tsconfig-paths": "^5.1.4",
7575
"vitest": "^3.2.4"
7676
}

0 commit comments

Comments
 (0)