SurfSense/surfsense_backend/app/agents/new_chat/tools
CREDO23 d4e2ebb99f fix(hitl): rollback on KB delete failure, tighten linear tool guards
- delete_linear_issue + delete_notion_page: add db_session.rollback()
  in the KB document deletion exception handler so the session is never
  left in a PendingRollbackError state after a failed commit, which
  would otherwise break all subsequent DB operations in the same request
- delete_linear_issue: include issue identifier (e.g. ENG-42) in the
  success message so the caller can confirm which issue was archived
- update_linear_issue: remove redundant label_ids ternary
  (x if x is not None else None -> x)
- create_linear_issue: add logger.error on empty-title guard for parity
  with the equivalent Notion tool
2026-02-19 16:27:02 +02:00
..
linear fix(hitl): rollback on KB delete failure, tighten linear tool guards 2026-02-19 16:27:02 +02:00
notion fix(hitl): rollback on KB delete failure, tighten linear tool guards 2026-02-19 16:27:02 +02:00
__init__.py feat: added image gen support 2026-02-05 16:43:48 -08:00
display_image.py feat: added image gen support 2026-02-05 16:43:48 -08:00
generate_image.py chore: made generate_image more agnostic 2026-02-05 17:18:27 -08:00
knowledge_base.py chore: linting 2026-02-09 14:14:46 -08:00
link_preview.py feat: add residential proxy configuration for web crawling and YouTube transcript fetching 2026-02-05 20:44:13 -08:00
mcp_client.py chore: linting 2026-01-20 03:00:02 -08:00
mcp_tool.py chore: linting 2026-01-20 00:32:31 -08:00
podcast.py feat: fixed and improved search and background task management. 2026-02-09 14:03:56 -08:00
registry.py feat(linear): register linear tools in registry 2026-02-18 18:46:45 +02:00
report.py chore: update uv.lock and ran linting 2026-02-14 19:09:45 +05:30
scrape_webpage.py feat: update YouTube transcript fetching to select primary language transcripts 2026-02-06 14:02:46 -08:00
search_surfsense_docs.py chore: linting 2026-01-12 14:17:15 -08:00
shared_memory.py chore: linting 2026-02-09 16:49:11 -08:00
user_memory.py ruff format 2026-01-21 09:55:40 -08:00