aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-01fix: Fix missing handling for AbortSignal in inference clientMohamed Bassem1-28/+53
2025-02-01fix: Abort all IO when workers timeout instead of detaching. Fixes #742Mohamed Bassem2-13/+38
2025-02-01deps: Upgrade typescript to 5.7Mohamed Bassem2-3/+6
2025-02-01feat: Add a new modifiedAt field to bookmarks table. Fixes #952Mohamed Bassem5-13/+1683
2025-02-01i18n: Fix spanish language code. Fixes #925Mohamed Bassem1-1/+1
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem12-12/+3485
2025-01-19feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2-0/+41
2025-01-13fix: Fix url matcher not matching sourceUrl. Fixes #874Mohamed Bassem2-5/+25
2025-01-12fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2-0/+226
2025-01-12feat: Add ability to filter by bookmark typeMohamed Bassem5-0/+155
2025-01-12feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2-11/+44
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem7-4/+1595
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem8-6/+117
2025-01-05release(sdk): Re-release the 0.21 sdkMohamed Bassem2-17/+23
2025-01-05fix(sdk): Fix the module type of the sdk packageMohamed Bassem2-2/+4
2025-01-05docs: Add readme to SDKMohamed Bassem1-0/+57
2025-01-05fix(sdk): Publish both esm and cjs modules for the sdkMohamed Bassem2-5/+10
2025-01-05release(sdk): Release the 0.21 sdkMohamed Bassem1-1/+1
2025-01-05refactor: Implement file streaming for asset route. Fixes #818Mohamed Bassem (aider)1-0/+19
2025-01-05i18n: Enable the new translated languagesMohamed Bassem1-4/+11
2025-01-05ci: Fix build by using the workspace sdk packageMohamed Bassem2-3/+6
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem7-20/+260
2025-01-04fix: Change search endpoint to accept query as raw stringMohamed Bassem1-5/+7
2025-01-04feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem4-0/+557
2025-01-02Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem4-7/+3
2025-01-02ci: Run tests on push (#807)Mohamed Bassem4-3/+7
2025-01-02fix: Add i18n for query explainer and add missing url matcherMohamed Bassem1-0/+1
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem15-43/+1838
2025-01-01refactor: Migrate from the deprecated drizzle-orm schemaMohamed Bassem2-61/+48
2024-12-31feat: Add support for searching for tagged and listed itemsMohamed Bassem5-0/+114
2024-12-31feat: Add support for negative search termsMohamed Bassem5-65/+274
2024-12-31chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)4-0/+8
2024-12-31test: Add tests for the search id queriesMohamed Bassem2-0/+280
2024-12-31feat: Introduce advanced search capabilities (#753)Mohamed Bassem7-3/+914
2024-12-30build: Fix sdk and e2e_tests buildsMohamed Bassem2-2/+2
2024-12-30chore: Setup and add e2e tests for the API endpointsMohamed Bassem14-1/+1315
2024-12-30fix(api): Return 201 from highlights creation and fix docs for PATCH /lists/[...Mohamed Bassem3-20/+2
2024-12-30feat: Introduce a typescript sdkMohamed Bassem7-0/+1225
2024-12-30i18n: Added Croatian translation (#788)Jaksa1011-0/+1
2024-12-29deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem2-2/+2
2024-12-29feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal2-0/+36
2024-12-28fix: Coerce createdAt in the bookmark create/update APIsMohamed Bassem2-4/+6
2024-12-28i18n: Added Turkish translation (#781)Buğra Canata1-0/+1
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem3-7/+18
2024-12-27docs: Fix missing docs for highlights APIsMohamed Bassem2-0/+257
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem7-6/+348
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem10-0/+3312
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem2-2/+27
2024-12-22i18n: Enable polish translationsMohamed Bassem1-0/+1
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-2/+33