SurfSense/surfsense_web/app
CREDO23 2f9768b371 fix: register Linear tools in TOOLS_WITH_UI and make GraphQL calls async
- Add create_linear_issue, update_linear_issue, delete_linear_issue to
  TOOLS_WITH_UI so the HIL approval cards are correctly dispatched to
  the Linear tool-ui components (without this the interrupt cards were
  never rendered)
- Replace blocking requests.post with httpx.AsyncClient in
  LinearConnector.execute_graphql_query to avoid stalling the asyncio
  event loop during live streaming; remove now-unused requests import
2026-02-19 15:53:59 +02:00
..
(home) feat: updated homepage 2026-02-16 05:50:47 -08:00
api feat: new chat working stateless. Added citation logic. 2025-12-20 23:15:49 -08:00
auth/callback fix: remove message from loading UI 2026-01-27 15:28:30 +05:30
dashboard fix: register Linear tools in TOOLS_WITH_UI and make GraphQL calls async 2026-02-19 15:53:59 +02:00
db try vercel fix 2025-09-30 22:45:04 -07:00
docs feat: update documentation structure and remove 'full' property from MDX files 2026-01-06 03:39:25 -08:00
invite/[invite_code] feat: replace Loader2 with Spinner component for consistent loading indicators 2026-01-25 15:23:45 +05:30
public/[token] feat: add public chat frontend 2026-01-26 17:08:26 +02:00
favicon.ico feat: updated logo 2026-01-08 23:03:43 -08:00
globals.css Merge upstream/dev into feature/human-in-the-loop 2026-02-13 20:17:59 +02:00
layout.config.tsx Initial formatting using biome 2025-07-27 10:05:37 -07:00
layout.tsx feat: added announcements 2026-02-12 16:12:45 -08:00
sitemap.ts feat(sitemap): add how-to documentation URL to sitemap with daily change frequency 2026-01-27 01:08:17 -08:00