CREDO23
090b69cf1e
fix: guard empty update_issue call and unify delete_from_kb naming
...
- LinearConnector.update_issue: return error early when no fields are
provided, preventing a silent no-op mutation and unnecessary KB sync
- Rename delete_from_db → delete_from_kb in delete_notion_page tool and
its frontend component to match the more accurate Linear naming and
keep both tool APIs consistent for the LLM
2026-02-19 15:22:36 +02:00
CREDO23
8711ac82a5
fix: register linear tool UIs, fix broken notion imports and delete issue state field
2026-02-19 15:05:26 +02:00
CREDO23
e79ec9234a
fix label clear bug, invalid delete URL, and remove dead connector method
2026-02-19 14:35:30 +02:00
CREDO23
4c1fbc7482
reorganize linear and notion tool UI into subfolders
2026-02-18 20:25:51 +02:00
CREDO23
8e0d4c2eac
add delete-linear-issue tool UI and export all linear tool UIs
2026-02-18 20:19:00 +02:00
CREDO23
440cf4f01a
add update-linear-issue tool UI
2026-02-18 20:12:31 +02:00
CREDO23
c5bd930a71
add create-linear-issue tool UI and multi-account creation context
2026-02-18 20:01:05 +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
DESKTOP-RTLN3BA\$punk
e746863a39
fix: update iconLink type to allow null values in DriveItem interfaces
...
- Modified the iconLink property in DriveItem interfaces for Composio and Google Drive folder trees to accept null values, enhancing type safety.
- Updated the corresponding type definition in connector.types.ts to reflect this change.
2026-02-16 23:52:43 -08:00
DESKTOP-RTLN3BA\$punk
7bd3a4e08f
chore: linting
2026-02-16 23:30:35 -08:00
DESKTOP-RTLN3BA\$punk
4afddbda5a
feat: update README files for realtime collab
...
- Added a section on real-time collaboration in all language-specific README files, detailing how to invite members and chat in real-time.
- Included visual elements to enhance user understanding of the new features.
- Updated the homepage to include new use cases for real-time chat and comments, improving the overall user experience.
2026-02-16 22:31:18 -08:00
DESKTOP-RTLN3BA\$punk
5825ab9884
feat: updated homepage
...
- Added the 'lenis' library for smooth scrolling functionality.
- Integrated 'UseCasesGrid' component into the homepage layout.
- Updated 'HeroSection' to replace image elements with 'WalkthroughScroll' for enhanced user experience.
2026-02-16 05:50:47 -08:00
DESKTOP-RTLN3BA\$punk
28d93aed2a
feat: enhance inline mention editor to preserve mention tokens
...
- Updated the text extraction logic to include inline mention tokens for chips, maintaining the original query structure sent to the backend.
- Refactored the text extraction process to improve readability and efficiency.
2026-02-16 01:34:36 -08:00
DESKTOP-RTLN3BA\$punk
81c70befcf
chore: linting
2026-02-15 23:38:15 -08:00
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
e1124d170d
feat: update LaTeX delimiter conversion for Streamdown compatibility
2026-02-14 14:29:16 +05:30
CREDO23
66a6fb685e
Merge upstream/dev into feature/human-in-the-loop
2026-02-13 20:17:59 +02:00
CREDO23
2a15e0d337
fix: resolve race condition and add cleanup in HITL flow
2026-02-13 19:17:36 +02:00
CREDO23
97d5b046d4
Fix delete notion page tool implementation
2026-02-13 18:50:14 +02:00
Anish Sarkar
47670997df
chore: remove Typst installation from Dockerfiles to streamline image builds
2026-02-13 22:05:56 +05:30
CREDO23
11e1c01847
Add delete_from_db checkbox and update ApprovalCard UI for delete tool
2026-02-13 16:25:19 +02:00
CREDO23
2327ec9326
Fix UpdateNotionPageToolUI args type to match backend signature
2026-02-13 15:32:38 +02:00
CREDO23
eca5332d81
Improve full-screen mode with modal popup and backdrop
2026-02-13 15:26:19 +02:00
CREDO23
254ed5ed11
Unify SuccessCard for create and update tools to show only title and URL
2026-02-13 13:46:47 +02:00
CREDO23
2bbb8e6a3a
Add InfoCard for not_found status with amber warning styling
2026-02-13 13:35:33 +02:00
Anish Sarkar
2d4f5357e7
Merge remote-tracking branch 'upstream/dev' into feat/report-artifact
2026-02-13 17:04:50 +05:30
Anish Sarkar
3d712e391b
feat: add support for LaTeX rendering in Markdown components with rehype-katex and remark-math
2026-02-13 17:03:53 +05:30
CREDO23
9411edf057
Refactor update_notion_page to append-only with simplified parameters
2026-02-13 13:07:19 +02:00
DESKTOP-RTLN3BA\$punk
a8c1aa28c0
feat: remove pandoc and its respective engine dependencies
2026-02-13 01:34:43 -08:00
CREDO23
0d1b61d7e6
Implement update notion page tool
2026-02-13 10:45:51 +02:00
DESKTOP-RTLN3BA\$punk
fce014e06e
Merge commit ' e9979dfa7d' into feat/report-artifact
2026-02-12 17:10:04 -08:00
DESKTOP-RTLN3BA\$punk
e9979dfa7d
feat: added announcements
2026-02-12 16:12:45 -08:00
Anish Sarkar
a2dd5fb671
chore: ran linting
2026-02-13 02:43:26 +05:30
Anish Sarkar
207b9e0ed3
feat: enhance Streamdown plugins for code and math rendering in MarkdownViewer component
2026-02-13 02:34:19 +05:30
CREDO23
2fd082683d
Register update notion page UI component
2026-02-12 19:26:01 +02:00
CREDO23
43c6c784ab
Add update notion page UI component
2026-02-12 19:22:45 +02:00
CREDO23
67473bbb78
Add validation for title and connector in notion page creation
2026-02-12 17:51:11 +02:00
CREDO23
9023f2656b
Improve notion page creation approval UI
2026-02-12 17:35:27 +02:00
CREDO23
08154b321d
remove page counts and fix workspace icon display
2026-02-12 16:29:18 +02:00
Anish Sarkar
f96e7e11c6
docs: enhance report generation instructions with detailed formatting guidelines for code examples and Mermaid diagrams
2026-02-12 19:29:48 +05:30
CREDO23
f5e5e36de4
add account and parent page selection to notion approval ui
2026-02-12 15:55:34 +02:00
Anish Sarkar
30a1063a14
style: add select-none class to avatar components for improved user experience
2026-02-12 18:49:52 +05:30
Anish Sarkar
9339a43db5
refactor: improve version switcher UI in report panel for mobile and desktop views
2026-02-12 04:01:54 +05:30
Anish Sarkar
04a10da3ca
refactor: improve loading state handling and error display in report panel
2026-02-12 03:49:47 +05:30
Anish Sarkar
a668219240
refactor: update report routes and improve export handling
...
- Revised report routes to clarify functionality for read, export, and delete operations.
- Enhanced the export process to run all blocking I/O in a thread executor, improving async performance.
- Updated error handling in the report panel to provide clearer feedback on loading failures.
2026-02-12 03:41:29 +05:30
Anish Sarkar
adeef35443
feat: add report versioning support with report_group_id
2026-02-12 03:19:38 +05:30
CREDO23
78127243e2
merge upstream/dev: add user_id to configs, provider icons, i18n
2026-02-11 20:05:00 +02:00
Anish Sarkar
5c9dd0b787
refactor: improve UI layout and styling for report generation components
2026-02-11 22:48:33 +05:30
Anish Sarkar
60c3d43033
feat: replace download icons, replace loader2 with our custom spinner in report panel export options
2026-02-11 22:44:55 +05:30