Anish Sarkar
b426653dfb
feat: add standard report footer to generated reports
2026-02-19 15:35:21 +05:30
Anish Sarkar
69dfe943b7
refactor: enhance report generation tool with improved source strategies and revision handling
2026-02-19 15:33:32 +05:30
Anish Sarkar
f3ec48fb00
feat: enhance chat event streaming by tracking active tool depth to prevent inner-tool LLM token leakage
2026-02-19 13:11:18 +05:30
CREDO23
c5bd930a71
add create-linear-issue tool UI and multi-account creation context
2026-02-18 20:01:05 +02:00
CREDO23
5bb619227e
fix linear connector methods to return status dicts
2026-02-18 19:13:14 +02:00
CREDO23
f0e1f3419e
fix(notion): remove parent_page_id from create_notion_page tool signature
2026-02-18 19:02:16 +02:00
CREDO23
1d6c1a2287
feat(linear): disable linear tools when no connector, handle in streaming
2026-02-18 18:49:03 +02:00
CREDO23
c201a0602a
feat(linear): register linear tools in registry
2026-02-18 18:46:45 +02:00
CREDO23
e618deaefc
feat(linear): add tools __init__
2026-02-18 18:41:43 +02:00
CREDO23
94ae9989de
feat(linear): add delete_linear_issue tool
2026-02-18 18:41:09 +02:00
CREDO23
72df61da6e
feat(linear): add update_linear_issue tool
2026-02-18 18:28:47 +02:00
CREDO23
46bdb64476
feat(linear): add create_linear_issue tool
2026-02-18 18:12:23 +02:00
CREDO23
58955cdc9f
feat(linear): add LinearKBSyncService and services __init__
2026-02-18 17:51:53 +02:00
CREDO23
3fd80a61f9
feat(linear): add LinearToolMetadataService
2026-02-18 17:34:52 +02:00
CREDO23
50868f32d4
feat: add Linear write mutations to LinearConnector
2026-02-18 16:53:21 +02:00
CREDO23
594379ea69
Disable streaming for KB sync summary LLM to prevent token leaking into chat; remove workspace_icon from update-notion-page
2026-02-18 15:10:51 +02:00
CREDO23
d28aed14b3
Guard KB sync on document_id; fix comment style
2026-02-18 12:31:28 +02:00
CREDO23
64a170efce
Fix critical bugs in KB sync implementation
...
- Add rollback on exception to prevent dirty database state
- Fix block verification threshold from >=1 to >=80%
- Remove technical 'failed' language from user messages
- Add empty content validation with warning
2026-02-17 21:27:58 +02:00
CREDO23
7d1bd1fab4
Implement KB sync after Notion page updates with block ID verification
...
- Add NotionKBSyncService for immediate KB updates after page changes
- Implement block ID verification to ensure content freshness
- Refactor duplicate block processing logic to shared utils
- Add user-friendly status messages
- Include debug logging for troubleshooting
2026-02-17 20:30:12 +02:00
CREDO23
2f65536c6d
use document_id instead of page_id for kb sync lookup
2026-02-17 18:25:56 +02:00
CREDO23
bd3bd701a7
fix jsonb query syntax for page_id lookup
2026-02-17 18:02:00 +02:00
CREDO23
f5195b4c2f
fix import path for generate_content_hash
2026-02-17 17:50:47 +02:00
CREDO23
e92aa68523
fix circular import in kb sync service
2026-02-17 17:48:24 +02:00
CREDO23
b240bc3e1a
add kb sync for notion updates
2026-02-17 17:37:47 +02:00
DESKTOP-RTLN3BA\$punk
7bd3a4e08f
chore: linting
2026-02-16 23:30:35 -08:00
Anish Sarkar
09c5f5bd0d
refactor: update _render_block function to use a parameter for numbered list counter, improving state management
2026-02-17 12:59:47 +05:30
DESKTOP-RTLN3BA\$punk
786b65d68f
feat: update default rate limits in SlowAPI limiter
...
- Increased the default rate limits from 180/minute to 1024/minute for enhanced API performance and protection against abuse.
2026-02-16 23:28:20 -08:00
DESKTOP-RTLN3BA\$punk
b23868c6db
Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev
2026-02-16 23:18:39 -08:00
DESKTOP-RTLN3BA\$punk
338dd8d282
feat: add health check endpoint and improve rate limiting
...
- Introduced a health check endpoint to monitor API responsiveness.
- Updated SlowAPI limiter to increase default rate limits and added in-memory fallback for Redis unavailability.
- Implemented a timeout for seeding Surfsense documentation to prevent startup delays.
2026-02-16 23:18:29 -08:00
Anish Sarkar
a482cc95de
chore: ran linting
2026-02-17 12:47:39 +05:30
Anish Sarkar
49ac09b2cb
feat: add support for rendering table cell content in markdown conversion
2026-02-17 12:45:57 +05:30
Anish Sarkar
e910001518
fix: update migration messages for clarity in source_markdown migration process
2026-02-17 12:00:33 +05:30
Anish Sarkar
ef53203e4b
feat: optimize source_markdown migration by processing documents in batches to reduce memory usage and improve performance
2026-02-17 11:47:56 +05:30
Anish Sarkar
e1087937e6
feat: refine source_markdown migration logic to only convert documents with blocknote_document data, ensuring lazy population for others
2026-02-17 11:34:28 +05:30
Anish Sarkar
8b497da130
feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter
2026-02-17 11:34:11 +05:30
Manoj Aggarwal
22bf9ea718
Fix Obsidian connector
2026-02-16 21:07:08 -08:00
Anish Sarkar
f2a2872995
Merge remote-tracking branch 'upstream/dev' into fix/ui
2026-02-17 03:58:57 +05:30
DESKTOP-RTLN3BA\$punk
9390f195cc
refactor: fix decision handling and error message extraction in Notion tools
...
- Improved decision extraction logic in create, delete, and update Notion page tools to ensure proper handling of approval decisions.
- Added a static method to NotionHistoryConnector for consistent error message extraction from API responses, enhancing readability and maintainability.
2026-02-16 02:14:26 -08:00
DESKTOP-RTLN3BA\$punk
1849b451a5
feat: update Celery worker configuration and improve connector deletion process
...
- Added support for multiple queues in Celery worker configuration.
- Modified connector deletion to handle documents inline instead of using a background task.
- Updated response messages for document creation and connector deletion to reflect new processing status.
- Removed the obsolete connector deletion Celery task file.
2026-02-16 00:07:23 -08:00
DESKTOP-RTLN3BA\$punk
81c70befcf
chore: linting
2026-02-15 23:38:15 -08:00
DESKTOP-RTLN3BA\$punk
b9159a8329
feat: fixed bugs
2026-02-15 23:36:20 -08:00
Anish Sarkar
793c19556d
chore: ran linting
2026-02-16 03:54:19 +05:30
Anish Sarkar
bff52c71ef
feat: improve report generation functionality to chat streaming service
2026-02-16 03:53:33 +05:30
Anish Sarkar
1995fe9ec1
feat: add report content update endpoint and integrate Platejs editor for markdown editing
2026-02-16 00:11:34 +05:30
Anish Sarkar
cb759b64fe
chore: remove unused coment in dockerfile
2026-02-14 19:12:27 +05:30
Anish Sarkar
ed28439246
Merge remote-tracking branch 'upstream/dev' into feat/report-artifact
2026-02-14 19:12:01 +05:30
Anish Sarkar
2755c0d7c0
chore: update uv.lock and ran linting
2026-02-14 19:09:45 +05:30
Anish Sarkar
3ec30d94ce
refactor: optimize report generation tool to use short-lived database sessions for improved performance and connection management
2026-02-14 18:48:36 +05:30
Anish Sarkar
8746051670
feat: enhance system prompts to specify LaTeX notation for mathematical expressions
2026-02-14 14:28:47 +05:30
Rohan Verma
4fdb165a5f
Merge pull request #811 from CREDO23/feature/human-in-the-loop
...
[Feature] Add Human-in-the-Loop for sensitives operations (create/update/delete)
2026-02-13 21:28:07 -08:00