| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: redesign MCP connection flow with step-based UI and v1 migration (#399) | MaheshtheDev | 2025-09-01 | 2 | -142/+419 | |
| | | | | | [Screen Recording 2025-08-31 at 12.03.49 PM.mov <span class="graphite__hidden">(uploaded via Graphite)</span> <img class="graphite__hidden" src="https://app.graphite.dev/user-attachments/thumbnails/f6c88b1f-9f16-47aa-8d5f-6cde61b61e4f.mov" />](https://app.graphite.dev/user-attachments/video/f6c88b1f-9f16-47aa-8d5f-6cde61b61e4f.mov) | |||||
| * | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-08-30 | 36 | -199/+4727 | |
| |\ | ||||||
| | * | Merge pull request #395 from supermemoryai/mahesh/browser-extension | Mahesh Sanikommu | 2025-08-29 | 36 | -199/+4727 | |
| | |\ | | | | | | | feat: browser extension | |||||
| | | * | fixed bun lock issue | Mahesh Sanikommmu | 2025-08-29 | 1 | -221/+1091 | |
| | | | | ||||||
| | | * | Merge branch 'main' into mahesh/browser-extension | Mahesh Sanikommu | 2025-08-29 | 16 | -433/+1218 | |
| | | |\ | | |/ | |/| | ||||||
| | | * | migrated the search to API v4 | Mahesh Sanikommmu | 2025-08-29 | 2 | -5/+8 | |
| | | | | ||||||
| | | * | fix the css issue with button | Mahesh Sanikommmu | 2025-08-29 | 2 | -3/+1 | |
| | | | | ||||||
| | | * | tailwind css to popup | Mahesh Sanikommmu | 2025-08-28 | 4 | -772/+86 | |
| | | | | ||||||
| | | * | welcome page tailwind css integration | Mahesh Sanikommmu | 2025-08-28 | 5 | -260/+45 | |
| | | | | ||||||
| | | * | added app token registration for extension | Mahesh Sanikommmu | 2025-08-28 | 1 | -2/+14 | |
| | | | | ||||||
| | | * | updated bun lock file | Mahesh Sanikommmu | 2025-08-28 | 1 | -5/+626 | |
| | | | | ||||||
| | | * | feat: browser extension | Mahesh Sanikommmu | 2025-08-28 | 34 | -0/+3956 | |
| | | | | ||||||
| * | | | temp disable waitlist for user testing | Dhravya Shah | 2025-08-30 | 1 | -11/+12 | |
| |/ / | ||||||
| * | | fix: build | Dhravya Shah | 2025-08-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | BETTER GRAPH (#398) | Dhravya Shah | 2025-08-29 | 7 | -356/+798 | |
| | | | | | | | Co-authored-by: Dhravya Shah <[email protected]> | |||||
| * | | feat: migrate from react-markdown to streamdown (#394)mahesh/streamdown-integration | MaheshtheDev | 2025-08-29 | 6 | -61/+344 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before (react-markdown) | After (streamdown) | | --- | --- | | <img width="300" height="863" alt="Before: react-markdown rendering" src="https://github.com/user-attachments/assets/807d0d3c-8634-45f3-a34f-79dd8139bef2" /> | <img width="300" height="814" alt="After: streamdown rendering" src="https://github.com/user-attachments/assets/8a718a9c-d842-424b-8679-15036076b142" /> | ## Changes Made - **Dependencies**: Removed `react-markdown` and `remark-gfm`, added `streamdown@^1.1.6` - **Component Updates**: - Updated chat message rendering to use `<Streamdown>` component - Maintained all existing functionality for tool state rendering - Preserved prose styling classes for consistent appearance - **Code Quality Improvements**: - Fixed TypeScript type issues with message parts - Improved switch case structure with proper default cases - Replaced array index-based keys with stable message-based keys - Added `useCallback` for performance optimization - Fixed biome linting issues and switch case fallthrough warnings | |||||
| * | | Add claude GitHub actions 1756491853286 (#397) | Dhravya Shah | 2025-08-29 | 2 | -0/+104 | |
| | | | ||||||
| * | | refactor(ui): optimize menu hover width and simplify text layout (#396)08-29-optimize_menu_hover_width_and_simplify_text_layout | MaheshtheDev | 2025-08-29 | 1 | -16/+2 | |
| |/ | | | | | | | | | | | | | | Before  After  - Reduced menu hover width from 220px to 160px - Simplified text positioning from absolute positioning to padding-left - Removed the usage limit warning badge from the desktop menu | |||||
| * | ci: fix ai-sdk publish (#393)shreyans/08-29-ci_fix_ai-sdk_publish | CodeWithShreyans | 2025-08-29 | 1 | -2/+6 | |
| | | ||||||
| * | ci: temp add debugging to ai-sdk workflow (#392)shreyans/08-29-ci_temp_add_debugging_to_ai-sdk_workflow | CodeWithShreyans | 2025-08-28 | 3 | -13/+13 | |
| | | ||||||
| * | Merge pull request #384 from ↵ | Mahesh Sanikommu | 2025-08-28 | 4 | -11/+707 | |
| |\ | | | | | | | | | supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation feat (ui): Integrations page with shortcuts & auto API Key generation | |||||
| | * | fix the commetns08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation | Mahesh Sanikommmu | 2025-08-28 | 1 | -4/+4 | |
| | | | ||||||
| | * | added connections as well | Mahesh Sanikommmu | 2025-08-25 | 2 | -16/+360 | |
| | | | ||||||
| | * | added connections as well to integrations view | Mahesh Sanikommmu | 2025-08-25 | 4 | -7/+359 | |
| | | | ||||||
| * | | feat: openai js and python sdk utilities (#389)shreyans/08-27-feat_openai_js_and_python_sdk_utilities | CodeWithShreyans | 2025-08-27 | 25 | -83/+4709 | |
| | | | | | | | | | needs testing | |||||
| * | | feat: support project-specific installation commands (#390)08-27-feat_support_project-specific_installation_commands | alexf37 | 2025-08-27 | 1 | -24/+107 | |
| | | | | | | | | | | | This PR simply updates the installation dialog to allow you to choose a project which the command installs the MCP for.  | |||||
| * | | chore: add repository to make auto publish work | Dhravya Shah | 2025-08-26 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge branch 'main' of https://github.com/supermemoryai/supermemory | Dhravya Shah | 2025-08-26 | 12 | -984/+1073 | |
| |\ \ | ||||||
| | * \ | Merge pull request #377 from supermemoryai/mahesh/update-memory-detail-view | Mahesh Sanikommu | 2025-08-26 | 6 | -769/+808 | |
| | |\ \ | | | | | | | | | ui (memory detail): improved memory detail view and open chat | |||||
| | | * | | added summary and memory details to memory detail view | Mahesh Sanikommmu | 2025-08-24 | 1 | -31/+71 | |
| | | | | | ||||||
| | | * | | ui (memory detail): improved memory detail view and open chat | Mahesh Sanikommmu | 2025-08-23 | 6 | -769/+768 | |
| | | | | | ||||||
| | * | | | fix: memory limits cutoff (#385)alex/fix-memory-limits-cutoff | alexf37 | 2025-08-26 | 1 | -11/+18 | |
| | | | | | | | | | | | | | | | | | Previously, the badge with the memories limit in the consumer app menu was cut off on desktop, and now with this PR, it no longer is. | |||||
| | * | | | fix: missing dialog title in consumer mobile drawer (#386) | alexf37 | 2025-08-26 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | fix sentry server issue (#388) | MaheshtheDev | 2025-08-25 | 3 | -50/+0 | |
| | | | | | ||||||
| | * | | | feat: add 'last used' badge to login page (#387) | Alex Foster | 2025-08-25 | 2 | -154/+241 | |
| | | |/ | |/| | ||||||
| * / | | includeFullDoc: true in search endpoint | Dhravya Shah | 2025-08-26 | 2 | -3/+16 | |
| |/ / | ||||||
| * | | fix: redeploy | Dhravya Shah | 2025-08-24 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix: name in wrangler | Dhravya Shah | 2025-08-23 | 4 | -48/+50 | |
| | | | ||||||
| * | | ci: add ai-sdk publish (#381) | CodeWithShreyans | 2025-08-23 | 1 | -0/+38 | |
| | | | ||||||
| * | | fix: ai-sdk config optional (#380) | CodeWithShreyans | 2025-08-23 | 3 | -14/+14 | |
| | | | ||||||
| * | | feat: add tsdown.config.ts (#379) | CodeWithShreyans | 2025-08-23 | 4 | -26/+53 | |
| | | | ||||||
| * | | fix: ai-sdk build (#378) | CodeWithShreyans | 2025-08-23 | 3 | -9/+25 | |
| | | | ||||||
| * | | fix: unused ts expect error | Dhravya Shah | 2025-08-23 | 1 | -1/+0 | |
| | | | ||||||
| * | | sentry sourcemaps | Dhravya Shah | 2025-08-23 | 5 | -65/+4060 | |
| |/ | ||||||
| * | fix: env vars | Dhravya Shah | 2025-08-22 | 2 | -2/+3 | |
| | | ||||||
| * | feat: sentry integration (#376) | MaheshtheDev | 2025-08-21 | 9 | -50/+134 | |
| | | ||||||
| * | Add AI SDK Utilities (#375) | Shreyans Jain | 2025-08-21 | 20 | -244/+1177 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ### TL;DR Upgraded Biome to v2.2.0 and added a new AI SDK package for supermemory integration. ### What changed? - Updated Biome configuration with enhanced linting rules and formatting options - Upgraded `@biomejs/biome` from v2.1.3 to v2.2.0 - Added a new `@supermemory/ai-sdk` package with: - Infinite Chat Provider for connecting to various LLM providers with unlimited context - Memory Tools for searching, adding, and fetching memories from supermemory - Comprehensive test suite for both features - Detailed README with usage examples and configuration options - Removed unused ESLint and TypeScript configuration packages ### How to test? 1. Run `bun install` to update dependencies 2. Test the new AI SDK: 3. Verify Biome works with the updated configuration: ### Why make this change? The new AI SDK package provides integration with Vercel's AI SDK, allowing developers to use supermemory's context management with various LLM providers. This enables unlimited context support and memory tools for AI agents. The Biome upgrade brings improved linting and formatting capabilities, enhancing code quality across the project. | |||||
| * | Enhanced Text Editor and format fixes with biome (#371) | Mahesh Sanikommu | 2025-08-21 | 149 | -6779/+7859 | |
| | | ||||||
| * | Merge pull request #368 from supermemoryai/mahesh/doc-update | Dhravya Shah | 2025-08-16 | 7 | -421/+645 | |
| |\ | | | | | Added Usage Instructions and Connection fix | |||||
| | * | added usage notes | Mahesh Sanikommmu | 2025-08-16 | 7 | -421/+645 | |
| | | | ||||||