Allow manual context management (#376)
正在显示
drizzle/meta/0006_snapshot.json
0 → 100644
e2e-tests/context_manage.spec.ts
0 → 100644
差异被折叠。
差异被折叠。
差异被折叠。
| ... | @@ -57,6 +57,7 @@ | ... | @@ -57,6 +57,7 @@ |
| "@playwright/test": "^1.52.0", | "@playwright/test": "^1.52.0", | ||
| "@testing-library/react": "^16.3.0", | "@testing-library/react": "^16.3.0", | ||
| "@types/better-sqlite3": "^7.6.13", | "@types/better-sqlite3": "^7.6.13", | ||
| "@types/glob": "^8.1.0", | |||
| "@types/kill-port": "^2.0.3", | "@types/kill-port": "^2.0.3", | ||
| "@types/node": "^22.14.0", | "@types/node": "^22.14.0", | ||
| "@types/react": "^19.0.10", | "@types/react": "^19.0.10", | ||
| ... | @@ -89,6 +90,7 @@ | ... | @@ -89,6 +90,7 @@ |
| "@openrouter/ai-sdk-provider": "^0.4.5", | "@openrouter/ai-sdk-provider": "^0.4.5", | ||
| "@radix-ui/react-accordion": "^1.2.4", | "@radix-ui/react-accordion": "^1.2.4", | ||
| "@radix-ui/react-alert-dialog": "^1.1.13", | "@radix-ui/react-alert-dialog": "^1.1.13", | ||
| "@radix-ui/react-checkbox": "^1.3.2", | |||
| "@radix-ui/react-dialog": "^1.1.7", | "@radix-ui/react-dialog": "^1.1.7", | ||
| "@radix-ui/react-dropdown-menu": "^2.1.7", | "@radix-ui/react-dropdown-menu": "^2.1.7", | ||
| "@radix-ui/react-label": "^2.1.4", | "@radix-ui/react-label": "^2.1.4", | ||
| ... | @@ -121,6 +123,7 @@ | ... | @@ -121,6 +123,7 @@ |
| "fix-path": "^4.0.0", | "fix-path": "^4.0.0", | ||
| "framer-motion": "^12.6.3", | "framer-motion": "^12.6.3", | ||
| "geist": "^1.3.1", | "geist": "^1.3.1", | ||
| "glob": "^11.0.2", | |||
| "isomorphic-git": "^1.30.1", | "isomorphic-git": "^1.30.1", | ||
| "jotai": "^2.12.2", | "jotai": "^2.12.2", | ||
| "kill-port": "^2.0.1", | "kill-port": "^2.0.1", | ||
| ... | ... |
差异被折叠。
src/components/ui/badge.tsx
0 → 100644
src/components/ui/checkbox.tsx
0 → 100644
src/hooks/useContextPaths.ts
0 → 100644
请
注册
或者
登录
后发表评论