-
Notifications
You must be signed in to change notification settings - Fork 5.3k
ConsoleDev Extension #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mattisssa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there! Thanks for the contribution, extensions looks really nice to go.
I've left a few comments and suggestions that would be nice to tackle before publishing.
And as mentioned in the Extensions Guidelines an extension's icon size should be 512x512. Please update it and request to re-review the PR again 😉
Please, create an issue about your case with missed images in the list. I can repro this one, but would be nice to have it in the Issues list as well.
What about truncating subtitles in the list, it's up to you, but I think it looks fine without truncating. I'm also not too strong about the option to remove Interviews in the titles, I think it's not too bad to do if it works safely. 😄 Anyway it solves the problem when the titles are really big.
|
Ok i realised that icons were't displaying because the url was broken :/. I'm opening an issue anyway for having a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fixes! Don't forget to request re-review a PR for the next time 😉
* ConsoleDev Extension * removed lock file * renamed methods * fix: PR fixes * feat: interviews view improvement
- initial features - Merge pull request raycast#103 from axyut/port-to-oslo - fix: expire session conditional - feat: completely removed lucia-auth dependency - minor changes - fix: 🐛 no day selection on !isSameMonth - feat: ✨ internal package for query - feat: ✨ types package - fix: minor - refactor - deps: change nepali date package - backend: auth, google calendar integration - Basic UI components - minor fixes - Added raycast initial - feat: ✨ Migrated to v51 for expo - initial commit - added gitignore - ignore turbo - Added gitignores - cleanup - feat: ✨ Added announcement - typo - fix: 💄 view all events button not spanning full width - chore: bump date package version - fix: set fixed height of day cells - Merge pull request raycast#64 from nabinkdl/main - Update About.tsx - Merge pull request raycast#60 from pandeysubash404/event-display - Merge pull request raycast#61 from yuvrajdahal/main - Merge pull request raycast#63 from PoskOfficial/fix/issue62 - fix: 🐛 app crashing on switching months - Synchorization issue with previous code - English date converter crashing fixed - English date converter crashing fixed - fix: 🚑 Update user logic on signin bug fix - Updated to display today\'s date - fix: 🐛 Update db information on sign in - Merge pull request raycast#59 from pandeysubash404/event-display - chore: 🐛 Fixed Positioning of Relative Date on Homepage - chore: ♻️ Made the event string logic declarative - conveys the logic in a more declarative manner - adjustments to the relativeTimeFromElapsed function - fixed event issue and hide user data from console - Fixed the issue related event display - Merge pull request raycast#57 from pandeysubash404/fix-date-issue - chore: ➖ Removed Jest Dev Dependency - Removed package-lock.json and added pnpm-lock.yaml as requested - Remove pnpm dependency as requested by repository owner - Fix date issue in input field - Changed readme - Create LICENSE - Updated type definitions - Merge pull request raycast#52 from nabin-kandel/main - Merge branch \'PoskOfficial:main\' into main - chore: ✨ updated screenshots - ScreenShot Updated - Merge pull request raycast#50 from PoskOfficial/develop - fix: 🐛 page reloading in mobile view - Merge pull request raycast#49 from nabin-kandel/main - Added Open graph Description - Update Readme.md - Added og image - Merge pull request raycast#48 from nabin-kandel/main - Added banner image - Merge pull request raycast#47 from PoskOfficial/fix_create_event_date - style: 💄 changed footer border color - fix: 🐛 event end and start date off by 1 - Added missing lock files - Added missing lock files - Merge pull request raycast#46 from PoskOfficial/develop - chore: ✏️ updated translation values - chore: ⚰️ removed unused translations - feat: ✨ added footer - moved imports - Deleted large file - Added update logic - chore: 🚧 Added new SW - Merge pull request raycast#45 from PoskOfficial/datepicker_fix - style: 💄 fixed spinner\'s wrong positioning - fix: 🐛 month date picker value offset by -1 - fix: 🐛 corrected photo url - fix: 🐛 Fixed User Query issue - fix: 🐛 - feat: 🐛 Added offline support to react query - Added calendar picker to event creation modal - fix: 🐛 Fixed width issues in homepage - Removed unused param - Made time field required - fix: 🐛 Removed unnecessary console logs - fix: 🐛 Fixed some UI Bugs - Added missing adhik to english translation of chandrama - fix: ⚰️ Removed redundant code - fix: 🐛 Fixed Spinner Size - perf: ⚡ Refactored for performance and readability - Merge pull request raycast#43 from PoskOfficial/dark_mode - style: 💄 added dark mode to the event dialogue - feat: ✨ Added Analytics to install btn - feat: ✨ added access role to events - feat: ✨ Added endpoint to get calendar list - Merge pull request raycast#42 from PoskOfficial/dark_mode - fix: 💚 fixed build removing unused imports - Merge branch \'main\' into dark_mode - feat: ✨ added styles for dark mode - feat: ✨ Added support for multiple calendars on backend - feat: ✨ Added Analytics - Merge pull request raycast#41 from PoskOfficial/nischal - Merge branch \'nischal\' of https://github.com/PoskOfficial/Nepali-calendar-web into nischal - fix: 🐛 fixed minor bug during language translation in dropdown - fix language issue - Merge remote-tracking branch \'origin/main\' into - changes in translation files - js to ts file - Removed unused files - Merge remote-tracking branch \'origin/main\' into nischal - feat: ✨ Stored Dark Mode setting in local storage - spinner in upcoming events page - hide language change buttons - feat: 🚧 added date difference string to single upcoming event, and setup language translation for date converter page - Fixed ts issues in i18next - Fixed Hamburger color - Added Dark Mode Strategy to tailwind - Refactored - Bug fixes - Added contact details in about page - feat: ✨ Added credits in About Page - bug fixes - docs: 📝 Changed translation of Home - fix: 🐛 Fixed Crash on clear - Merge pull request raycast#40 from PoskOfficial/user_settings_disclosure - refactor: ♻️ used higher quality icon for sign in with google - refactor: ♻️ used sign in with google icon instead of text - feat: ✨ added a disclosure to switch languages - Added missing lock file - Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web - Added about page - fix: ✨ Increased cookie life - Merge pull request raycast#39 from PoskOfficial/nischal - refactor: 🚚 moved useLanguage to helper and renamed useUser - fix: 💚 removed unused imports, changed useLangauge name - Merge remote-tracking branch \'origin/main\' into nischal - feat: 🚧 added uselangauge hook, - calendar date , reminder text and upcoming - Merge pull request raycast#38 from poudelsanchit/main - Merge branch \'main\' into pr/poudelsanchit/38 - Fix some linting errors - fix: 🐛 Fixed no update on logout - feat: ✨ Added Install Toaster Popup - feat: ✨ Add PWA Install Button - Added app shortcuts - feat: ✨ Added Screenshots on install screen - feat: 🐛 Added support for offline first in react query - feat: ✨ DateConverter - feat: ✨ Cached api response - fix: 🐛 Fixed No event fetched on month change - Bug fixes - Merge pull request raycast#37 from PoskOfficial/add_react_query - fix: 🩹 checked for loading state for rendering events list - fix: ⚰️ removed unused imports - Merge branch \'main\' into add_react_query - fix: 🐛 off by 1 error in chandrama - feat: ✨ added react query - Added new logo - feat: 🚧 progressed with the feature - docs: 📝 Added Fork and setup instructions - feat: 🚧 language translation - Merge pull request raycast#36 from PoskOfficial/feat_nepali_date_picker - Merge branch \'main\' into feat_nepali_date_picker - fix: 🐛 next month to the selection being selected - Merge branch \'feat_nepali_date_picker\' of github.com:PoskOfficial/Nepali-calendar-web into feat_nepali_date_picker - fix: 🐛 end and start time, timezone error - added node modules to gitignore - Merge pull request raycast#35 from PoskOfficial/nischal - Merge branch \'main\' into nischal - added gitignore - chore: Added single command to install both frontend and backend - feat: ✨ added nepali date picker - feat: ✨ added a popup modal for each reminder - popup modal for single event - Merge pull request raycast#34 from PoskOfficial/google_cal_compatible - refactor: ♻️ made start and end date logic declarative - fix: 🐛 multi day all day events not showing up - Merge remote-tracking branch \'origin/main\' into nischal - feat: 🚧 events popup - feat: ✨ event date time compatible with google calendar - feat: ✨ Added Delete Event Route - feat: ✨ Added event background sync - Merge pull request raycast#14 from PoskOfficial/nischal - fixes in calendar.tsx - feat: ✨ Added event color dot - Added Event Creation and List - feat: ✨ Fetched Event List from backend - Added build step to docs - docs: 📝 Added Readme - added lib to gitignore - feat: 🌱 Added missing files - Added deta space configuration - Merge branch \'main\' of https://github.com/Parajulibkrm/calendar-backend - moved to backend folder - moved files to frontend/ - feat: ✨ Added Google Authentication - feat: ✨ Added Privacy Policy - Merge pull request raycast#13 from nirajacharyaa/main - Merge branch \'main\' into main - fix: 🐛 Escaped APi Route from Client side cache - feat: ✨ Changed hashrouter to browserrouter - Fixed auth links cache issue - fix: 🐛 upcoming events and minor styles - Added Sign In - Styling bug fixes - Added a navbar - Merge pull request raycast#12 from nirajacharyaa/view-added-events - fix: 💚 build fix - feat: ✨ user events modal and view events - added .env to giitignore - initial commit - refactor: 🔥 Removed image for floating action button - Merge pull request raycast#11 from PoskOfficial/popupmodal - Reminder popup modal for indivdual day - Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web - added reminder popup - feat: 🐛 fixed off by one error - feat: ✨ Added upcoming events page. credit: @headshigh - feat: ✨ Added Multiple Event List for each day - Merge pull request raycast#10 from PoskOfficial/pwa-setup - chore: 🐛 Fixed PWA issue - chore: ✨ Added PWA configuration - Merge pull request raycast#8 from nirajacharyaa/load_calendar_data - fix: 🐛 Bug Fixes - fix: minor changes - Update issue templates - Update issue templates - Revert "Merge branch \'main\' into load_calendar_data" - Merge branch \'main\' into load_calendar_data - fix: events dots - minor fixes - Bug fixes - fix: 🐛 Fixed off by one error - memoized - set selected day to today - Merge pull request raycast#7 from PoskOfficial/nischal - ts error fix - lockfileversion - improvements - chore: loaded calendar data - upcoming events page incomplete - Merge branch \'main\' of https://github.com/PoskOfficial/Nepali-calendar-web - chore: 🍱 Added Calendar Files - Update issue templates - fixed type warnings - chore: 🎉 Initial Commit
* Update easydict extension - docs: update changelog (#72) - chore: add maxchang3 as a contributor (#71) - Update dependencies and add DeepLX support (#70) - chore(deps): bump axios from 1.7.4 to 1.8.2 (#69) - feat: support gemini translate (#68) - docs: update changelog - feat: replace api key textfield with password - fix: set bing retry count to 3, avoid too much retry request - fix: remove old Youdao translate API - fix: improve error handling - fix: do not encode text for Youdao translate - chore: npm audit fix - fix: use new Youdao webTranslate API - chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#67) - docs: update changelog - Revert "chore: add two issue templates" - Revert "chore: enable to open new issues" - fix: bing host is incorrect if check ip failed - docs: update changelog - docs: update changelog - feat: support AR language for DeepL - docs: update changelog - perf: set gpt-4o-mini as default OpenAI model - chore: update star notification action - chore(deps): bump axios from 1.6.0 to 1.7.4 (#64) - chore: update star notification action - refactor: remove support for Youdao API translate - fix: openai API URL is null will cause crash - fix: ignore first inputChange event, fix for #62 (#63) - Update follower-change-notification.yml - chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#60) - chore: add two issue templates - chore: enable to open new issues - perf: use Authorization DeepL-Auth-Key instead of auth_key - perf: improve prompt, add few-shot - perf: improve OpenAI prompt - perf: remove unused OpenAI function - feat: add custom DeepL endpoint, remove wild DeepL keys (#54) - Merge pull request #55 from HernandoR/fear-api-update - feat: update raycast api 1.62->1.68 - Merge pull request #53 from izualx/main - Update README.md - Merge pull request #52 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.6 - chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 - perf: revert to openAIAPIURL, avoid breaking user config - Merge pull request #51 from rookiezn/support-openai-http-url - perf: able to set custom OpenAI model - fix: support http protocol for custom OpenAI api url - Merge pull request #50 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.5 - chore(deps): bump follow-redirects from 1.15.1 to 1.15.5 - chore: add @typescript-eslint/eslint-plugin@latest --save-dev - docs: update changelog - perf: update release note - Merge branch \'aidevjoe-main\' - perf: show error toast if serive has no api key - perf: remove default API keys - perf: remove Apple language detect - feat: add enable Baidu language detect option - chore: migrate 1.50.0 - chore: migrate 1.48.8, update .eslintrc.json - chore: npx @raycast/migration@latest - perf: add Baidu as default detection - perf: add Dutch and Ukrainian for Apple Translate - Merge pull request #49 from tisfeng/dependabot/npm_and_yarn/axios-1.6.0 - chore(deps): bump axios from 1.3.4 to 1.6.0 - Merge pull request #48 from tisfeng/dependabot/npm_and_yarn/find-exec-and-play-sound-1.0.3 - chore(deps): bump find-exec and play-sound - Merge pull request #47 from tisfeng/dependabot/npm_and_yarn/crypto-js-4.2.0 - chore(deps): bump crypto-js from 4.1.1 to 4.2.0 - chore: update follower-change-notification - chore: update star-fork-notification - chore: update star-fork-notification - docs: update README - Merge pull request #46 from liyaodong/main - feat: allow to customize OpenAI API URL - fix: rename issue template - fix: rename issue template - chore: update issue templates, remove others template - chore: update issue templates, remove bug and feature template - perf: if only enabled one detect service, use it directly - chore: update issue templates - perf: remove redundant swift file - fix: remove redundant Package.swift - perf: add Package.swift - fix: use executable file instead of swift source file - docs: update changelog - docs: update README and changelog - perf: add test AES link - docs: update changelog - docs: update README - Merge pull request #41 from aidevjoe/main - perf: use execa to run swift directly - perf: add more recognitionLanguages in Swift - chore: upgrade yaml, npm audit fix - perf: improve code - fix: improve OCR Translate - feat: add OCR recognition - Merge pull request #40 from hezhizhen/typo - chore: add spell checker to CI and fix existing typos - docs: update changelog - fix: openai cannot work if no agent, so get agent first - fix: openAI translation may miss first char - perf: remove default Volcano app key - docs: update changelog - Merge pull request #37 from ZhenpengWu/main - fix: check if OpenAI service is enabled in preference before calling OpenAI API - docs: update changelog - chore: update issue templates - docs: update README - perf: turn off some translation services by default - perf: stop loading when OpenAI error - perf: improve prompt - perf: disable OpenAI by default - perf: improve translat prompt - fix: handle OpenAI error ECONNREFUSED - docs: update README - docs: update README - perf: improve language detect, disable Apple detect - perf: improve prompt - perf: improve chat quote handling - perf: try to remove stream quotes - perf: improve chat prompt - perf: improve response error toast - perf: remove default Caiyun token - perf: show up to 6 exam tags - fix: volcano interface property name is wrong - perf: remove loading toast - docs: update README - docs: update README - docs: update package.json - fix: rename file - docs: update release screenshot - docs: update release screenshot - docs: update release note - perf: add searching and finished ✅ emoji - perf: improve OpenAI error toast - perf: improve detect language speed - perf: use proxy for OpenAI by default, remove quote - feat: support getting OpenAI result by stream - perf: add DeepL support for Korean and Norwegian - feat: add support for OpenAI translate - perf: update axios to 1.3.4 - perf: update Node version to 18.10, update dependencies, update google-translate-api to 9.1 - docs: update README - perf: add support for fallbackText - docs: update changelog - fix: youdao web dict meta may be nil - perf: remove log - perf: use user input text instead of selected text when using Fallback Command - docs: update README - docs: update README - docs: update README - chore: update workflows - docs: update release note - chore: update workflows - chore: update workflows - fix: get bing web translate token failed - docs: update release note - perf: try to get system proxy from env first - fix: baidu Burmese language code is wrong - docs: update README - docs: update README - docs: update README - docs: update README - perf: add disabled console.log flag - fix: disable console.log in production env - docs: update README image - chore: update repo icon - Revert "chore: improve multiple string" - chore: improve multiple string - Revert "chore: improve multiple string" - chore: improve multiple string - chore: use <p> instead of <br> - chore: update workflows - chore: update workflows - chore: fix workflows - chore: fix workflows - chore: revert - chore: fix multiple line string error - Revert "chore: fix multiple line string error" - chore: fix multiple line string error - chore(workflows): improve star-fork-notification - chore(workflows): improve star-fork-notification - chore(workflows): star-fork-notification - docs: update changelog - docs: update metadata - perf(UI): improve list accessory tag color - fix: searchText is empty when acivated from arguments - docs: update Eudic icon - perf(UI): use list tag accessory to show exam type - chore: update raycast/api to 1.45.0 - perf(UI): update Eudic icon - chore: update @types/react to 18.0.25 - chore: update @raycast/api to 1.43 - docs: update changelog - docs: update release note - perf: improve release note info - fix: auto get a new deepL key if quota exceeded - chore: add Icon for file - chore: change npm registry to https, npm update some package - chore: fix commintlint error - fix: update French say voice - docs: update README - chore: update @raycast/api and @types/react - docs: update changelog - fix: arguments no longer empty but its properties empty cause crash - docs: update changelog and release note - fix: action list key error - docs: update README - docs: update README - refactor: improve show query webItem action - docs: update metadata - docs: update changelog - docs: update changelog and release note - perf: improve language detect, mark two identical language as prior - feat: add support for new 25 languages including Ukrainian, total support for 48 languages - perf: improve getting Youdao web cookie - perf: change delay get system proxy time to 3000ms - feat: support arguments for Easydict - feat: add open web query in detail page - docs: update README - perf: improve translating multi-line text show details markdown - perf: improve remove self html tag function - feat: add a `Copy Text` action on show more details page - docs: update package.json - perf: change to show `Open in Eudic` first if Eudic is installed by default - fix: unexpected proxy error, use hpagent instead of https-proxy-agent - chore: update agent-base to 6.0.2 - style: improve code - docs: update README - docs: add use with PopClip - perf: change to keep two phonetic if word has - docs: update changelog and release note - perf: handle no cat and no def case, eg 艾 - perf: improve modern Chinese dict subsense and no cat case - perf: improve modern Chinese dict dot color - perf: improve modern Chinese dict markdown, handle subsense - perf: improve modern Chinese dict details markdown - perf: improve Youdao Chinese phonetic - perf: change to always display show more details - perf: add show Copy Text first option, add shortcut for web query action - perf: improve modern Chinese dict detail markdown - feat(UI): add Youdao modern Chinese dict - fix: linguee unfeatured show more details incorrectly - feat: use proxy in Linguee by default - fix: youdao web dictionary guess language may be incorrect - perf: cancel delayed proxy query if input is cleared - perf: improve playing word audio, change to use speechUrl first - fix: improve ts array type - perf: improve show more details - perf: improve word phonetic display - fix: youdao dict miss some word phonetic, eg. record - docs: change google.cn to google.com - docs: update README - docs: update README - docs: update README - docs: update changelog - docs: update package.json - perf: improve language detect - perf: improve handling detect API list, remove Google detect - chore: try to fix greetings.yml - chore: update greetings.yml - perf: when enable system proxy, do not delay Google request - perf: change delay query proxy time to 600ms - perf: improve getting system proxy agent - perf: delay query Google and DeepL with proxy - fix: get system proxy cause slowdown - fix: json.stringfy httpsAgent and parse can cause error - perf: change to use Google tld com and proxy by default - perf: turn on Volcano translate by default - docs: update README and changelog - docs: update metadata - perf: improve Linguee Wikipedia type display - perf: change to use Volcano https - perf: improve translation detail display - perf: improve Linguee check text is word - fix: linguee wikipedia cannot show more detail - perf: improve show more detail markdown - style: rename appleDetectLangChineseName - perf: add default Volcano access key - chore: update @raycast/api to 1.40.0 - docs: update package.json - docs: update README - docs: add github issue template - perf: use file-type to check wav audio file - docs: update README - chore: update github greetings - perf: use execa instead of exec - perf: if downloaded file is wav formate, try covert to m4a - perf: return is Chinese IP if check IP API throw error - perf: only use enabled detect API, except Google and Bing - perf: improve language detect - fix: volcano detection return youdaoLangCode is wrong - perf: change to use lowercase word Youdao web audio - docs: update README - perf: improve language function names - perf: use Samantha instead of Alex as English say command - feat: add show Volcano web translate top action - feat: add Volcano language detect - feat(UI): add Volcano translate display - refactor: improve Volcano generate sign API - fix: set defaultMaxListeners to 15 - Merge branch \'baidu-translate\' - feat: test Volcano translate API - perf: improve show more detail markdown - feat: add shortcut for showing more detail - perf: set Youdao Baike text language to Chinese - perf: improve Chinese and English language code usage - feat: add show detail action - perf: show Youdao dict when has baike or wikipedia - docs: update release note - perf: rename LanguageItem language code - perf: turn off DeepL and Baidu translate by default - perf: change axios timeout to 15s - docs: update README extension icon - docs: update README - Merge pull request #19 from Jax0rz/main - Update play audio icon - 规范图标大小和风格 - Update extension icon with a better look and style with Raycast standard. - fix: get Youdao web cookie may fail, casue crash - perf: change axios default timeout from 15s to 10s - perf: improve language detect - docs: update README - docs: update README - docs: update README - docs: update README - perf: improve Youdao dictionary show empty entry condition - perf: change Apple translate delay time to 1.0s - docs: update package.json - docs: update README and changelog - perf: add token for getting ip info - fix: when switch proxy, bing translate may encounter error - docs: update README and changelog - fix: when deepL get error code 456, return incorrect promise - fix: hide Youdao translate when use it as dictionary translation - perf: change default perferred languages - perf: stop Apple detection temporarily - chore: upgrade @raycast/api to 1.39.2 - fix: apple translate Chinese-Traditional error - perf: improve langauge detection accuracy when disable speed first - docs: update README - feat: add enable Bing translate preference option - feat: add Bing language detection - feat(UI): add Bing translate section - perf: improve to get bing config when fails - perf: change bing token expiration from 10 to 5 min - docs: update package.json - perf: improve if eles condition in setup() - perf: if bing translate result is empty, check ip and tld, then request again - perf: google tld use preferred language check first - perf: if enabled proxy, wait for getting system proxy and get selected text before request - refactor: improve get and update ip info, improve bing tld - perf: improve language detect last fail handing - feat: add bing web translate API - perf: add isChina to queryWordInfo - fix: detect language resovle undefined incrorrect condition - fix: enabled Youdao translate but not star requesting - fix: stop Apple translate if has cleared query - perf: improve word audio, use Youdao web audio first - perf: improve language detect - perf: separate Youdao dictionary and translation request - perf: improve playing audio - perf: improve Youdao web translate cookie - perf: improve download word audio, use Youdao type=2 from JSON - perf: delay auto playing word audio, avoid blocking UI - style: improve code - perf: improve language detect - perf: improve abort Apple script timeout - fix: enable Youdao API translation - perf: improve Apple scripts - refactor: improve language detect, remove local detect timer - perf: improve run execa apple script - refactor: use execa improve exec apple scripte - fix: show error toast may crash - refactor: improve detect language function, use Promise instead of callback - feat: add preferences language detection speed first option - perf: improve language detection - perf: improve Baidu language detect - perf: improve Tencent language detect - perf: improve axios config - perf: improve extension startup response speed, -0.5s - perf: improve language detection - perf: do not use Apple language detect, when preferred languages contain English - feat: add web Baidu language detect API - docs: update changelog - docs: update README and changelog - fix: linguee auto play word audio - perf: improve detect three identical valid language - perf: improve query word info phonetic display - feat: add Linguee phonetic and exam types - refactor: improve md5 function - fix: youdao web translate may return html error - perf: improve wikipedia dot color - feat: test Baidu web translate API - docs: update changelog - feat: only English word can automatically play audio - refactor: improve list display type judgement - feat: add Youdao dict wikipedia digest type - perf: improve Youdao word audio, change to use type=0 - feat: add Youdao dictionary baike type - perf: default turn on auto play audio - fix: change json file format - docs: update changelog - perf: do not show error toast when finish or cancel exec command - perf: return reject(undefined) when cancel request - perf: if exec already finished, do not kill and throw error - fix: handle Tencent translate unsupported language error - perf: kill process if exec shortcut timeout - docs: update changelog - perf: move `Open In Eudic` to first action - fix: youdao web translate may have multiple results - perf: improve translation from-to section title display - docs: update Youdao dictionary demo json - perf: use Youdao dictionary as first sort order - docs: update README - docs: update package.json and README - feat: enable sort dictionary and translation order - perf: improve api detect language, three api mark as true - perf: do not request Youdao translate when has enabled Youdao dictionary - perf: only show Youdao dictionary when has Details section - refactor: improve check dictionary or translation query type - perf: check Youdao web translate from-to language - perf: improve format check if Youdao dictionary has entries - perf: only query text is word enable play audio automatically - fix: show Youdao web translation only key is the same - fix: add check Youdao Chinese --> English isWord - perf: improve Youdao dictionary explanation display - fix: filter explanation empty string text display - perf: improve update Linguee translation - feat: use Youdao translation result as Youdao dictionary translation - perf: improve query Youdao dictionary function - perf: improve request type error toast - fix: youdao Chinese --> English explanation show incorrectly - perf: improve format Youdao web dict model - style: improve code - perf: improve Youdao dict forms display - perf: improve one line translation display - feat: use Youdao dictionary Get api ✨ - fix: handle Youdao web dict invalid result: const - fix: youdao translation one line break display - perf: improve Youdao dictionary translation display - fix: youdao web-translation may be undefined - perf: change Youdao translation from array to string - feat: add Youdao Chinese -> English dictionary - feat: add new Youdao web dictionary api - feat: use new Youdao web translate - chore: update github star workflow - chore: update github star workflow - feat: test Youdao web translate api - chore: update @raycast api to ^1.39.0 - perf: change lib to es2021 - perf: improve check text is word - perf: update check is word for playing word audio - perf: check queryWordInfo is a word - perf: add Youdao translated text too long toast handling - fix: set max trim text length to 1830, for Google web translate - perf: remove default Youdao appId and appKey - docs: update README - docs: update README - docs: update README - docs: update README - perf: only query Youdao dictionary when query text is word - perf: do not request Linguee if query text is not word - feat: add Youdao ai demo api - docs: update README - docs: update README - docs: update release note, style code - perf: only two api detect idential language, and it is preferred, use it - perf: if Baidu detect language is confirmed and perferred, use it - perf: update release note web url - docs: update README - fix: new version release prompt flicker when changing list focus - docs: update README and preference - docs: update release note - docs: update README - docs: update README - docs: update README and changelog - docs: update README and docs - docs: update README - fix: duplicate section key cause section title render incorrectly - refactor: improve Youdao dictionary display section data - style: rename file - docs: update REAMDE - docs: update REAMDE - refactor: improve transform error to errorInfo - docs: migrate docs to blob from wiki - style: add request cost time - style: comment debug log - style: rename enableSelectTargetLanguage - refactor: slim dataManager, move function to utils - refactor: slim dataManager - perf: improve dataManager structure - perf: change abortController to optional - refactor: change to use axios default signal - perf: add 15s timeout for axios default config - perf: add view long text log for debuging - docs: add parse reference - perf: change Portuguese google id to pt - perf: move check if preferred languages conflict to compenents - perf: change useEffect searchText to inputText - style: rename interface - refactor: add wordInfo propery for RequestTypeResult - perf: add emoji to translation section title in detail page - perf: clean code - perf: handle languages not supported by Apple in advance - style: rename LanguageItem properies name - perf: supplement google language id - perf: improve conversion between detected language id and youdao language id - perf: use detected language instead of auto source in Linguee - perf: improve check if preferred languages conflict - style: remove comments - perf: preferred to use Google language detect - refactor: move delay query timer to dataManager - perf: improve return List structure - perf: use Hongkong flag as traditional Chinese emoji - fix: select target language manually casuse cancel query - perf: stop query if text is cleared during language detection - refactor: move queryText() to dataManager - refactor: enable cancel Apple translate - perf: enable cancel Tencent translate request - feat: use axios to request Tencent translate, sign manually - feat: add Baidu translate web action - refactor: improve eudic web url - fix: web url is wrong - feat: use new Youdao dictionary web - refactor: improve access to web url - perf: improve language detect, preferred to use API detect - feat: add Google language detect - fix: detect language tencent and baidu type are wrong - perf: improve youdao error handle - refactor: improve show request error toast - perf: preferrd to use api language detect - style: improve code - perf: enable Google RPC use system proxy - feat: add Google RPC translate - fix: get youdao language id of apple detected language - perf: improve auto select target language - perf: improve google tld - refactor: improve detect language, add support for more Apple system language - fix: linguee web dictionary url is wrong - feat: apple detect language support English system language - feat: add Baidu auto detect language - perf: give priority to franc detect then simple detect language - perf: improve Linguee language support - perf: use undefined instead of null - perf: show the first translation fromTo language title - perf: only when linguee word item is empty, use query word fromTo language - fix: linguee word item is empty cause crash - fix: remove () regex is incorrect - perf: add example translation pos - perf: use emoji in section language title - perf: use country flag emoji as language icon - perf: move open in web to first - perf: change language detect type to enum string - perf: add get system proxy error toast - perf: clear query record list when clear query - perf: improve before querying loading state - perf: improve request loading state - fix: handle cancel request - fix: deepL translation do not display - perf: use DeepL result as Linguee translation - refactor: improve query text function structure - feat: show current query type open in web at the top action - perf: do not update when linguee result is empty - perf: query multiple lines of text, display one line - refactor: use cheerio to parse google translate - fix: google URIError: URI malformed - refactor: adjust query word info structure - perf: improve display section title - perf: dictionary section title add fromTo language - fix: get language of two except Chinese - perf: clear result before new input query - perf: add Linguee German tag_area - refactor: improve request params - feat: add linguee web dictionary action - perf: improve get linguee web url - perf: improve cancel request and clear query - refactor: use AbortController to cancel axios request - perf: filter null query result - feat: add linguee audio url, play word audio automatically - perf: improve French tag forms text - perf: improve French forms - perf: use user deepL key first - perf: improve deepl get a valid key - perf: improve youdao dictionary and translate display - feat: automatically get a valid deepL key - perf: improve code - fix: handle deepL request 456 error - fix: resolve merge conflicts - feat: add enable system proxy switch option - refactor: improve code structure - refactor: adjust types structure - fix: change target language cause crash - fix: show detail display incrorrently - refactor: check if need to show detail according to result - perf: improve linguee request error toast - perf: improve dictionary separator display - perf: change to only sort translation order - perf: change dictionary section title - perf: improve dictionary section title separator display - refactor: sort services order - refactor: separate the translation request - perf: improve dictionary section title display - perf: enable linguee switch - refactor: separate Youdao request - refactor: improve Youdao data structure - refactor: swtich to class to optimize data structure - refactor: improve list item structure, fix Youdao display - perf: change special forms icon color - perf: separate the html parsing function - perf: merge tag and type to frequencyTag - perf: improve query selector multiple class - docs: update changelog - docs: update README - docs: update changelog - docs: update changelog - feat: add show open in eudic option; improve deepL error toast - fix: open in eudic when downloading from web - docs: update changelog and package docs - docs: update package docs - fix: response data is garbled when querying French word - perf: add linguee French word translation example - perf: improve linguee display - fix: english \'good\' common type inrorrect display - perf: improve French display, add tag forms - perf: change default perferred languages - perf: change linguee source language to auto - perf: improve related words display - perf: add linguee example pos - fix: linguee no dictionary element cause crash - perf: add linguee wikipedia - perf: adjust unfeatured type color - perf: change isWord to required - fix: linguee display query word info language are wrong - perf: add linguee almost always used type - perf: show multiple example translations - perf: add word item featured property - perf: add linguee word audio url - perf: add related word type - style: clean up comments - docs: update changelog - perf: improve linguee display list type - feat(UI): add colorful list icon for linguee dictionary - fix: parse html from chinse error - fix: search linguee from chinese to english - feat: add http proxy agent - perf: improve linguee dictionary - perf: add examples - feat: test linguee dictionary - docs: update README - docs: update changelog - refactor: optimize web translation item - fix: get wrong Eudic web url - docs: upate README and changelog - docs: update changelog - docs: update README - docs: update README and changelog - perf: use google.cn if user ip is in China - perf: change the perferred languages to required - fix: youdao web translate language id is wrong - feat: use different Goole Translate domain according to preference languages - feat: add support for Google translation 🎉 - feat: test google crawler translate - docs: update changelog - docs: update changelog - fix: only show release prompt once if need - fix: handle Youdao reqeust exceptional error - docs: update changelog - docs: update README - docs: update README and changelog - perf: only query text is a word, show search Eudic and Youdao action - feat: update raycast api to 1.38.0, use new icon - refactor: improve web translation action - feat: add deepL web translate action - perf: improve input query experience - perf: optimize code - fix: action button frequently flick when rendering - perf: remove action when input is empty - fix: cancel update translation when deleting all input text - docs: update README - Merge pull request #14 from kxxoling/patch-1 - Fix links related to Bob - chore: update github action - chore: update github action - chore: update github action - docs: update README - docs: update README - chore: update star notification action - chore: add github follower change notification action - perf: handle tencent translation not supported language - perf: improve the synergy of api and local language detect - perf: add more apple detect languages - perf: improve the sorting of translation results - chore: update SECURITY - perf: improve new release prompt - docs: update README - docs: update README - style: clean code - chore: add npm run build before git commit - docs: update changelog and release log - docs: update README - docs: update README - perf: change franc detect confirmed confidence from 0.6 to 0.8 - perf: improve translate error prompt - docs: update README - perf: support deepL pro key - perf: improve user type translation order - feat: support user set translation display order manually - perf: clean code - perf: improve deepL request error prompt - feat: add deepL translate 🎉 - refactor: separate the crypto and default api keys file - feat: test deepl translate api - fix: repeatedly read selected text when input text is deleted to empty - docs: update README - docs: update README - chore: use isfeng bot gmail to send email - feat: add open command preferences action - docs: update README - chore: clean code - chore: update action - chore: change star link - chore: fix env event name - chore: set environment variable - chore: use env.xxx to use - chore: change to use env event name - chore: update echo env use - chore: try action env - chore: use markdown link - chore: update star or fork notification action - chore: update star or fork notification action - Revert "chore: update star or fork notification action" - Revert "chore: update star or fork notification action" - Revert "chore: update star or fork notification action" - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update star or fork notification action - chore: update manual action - chore: update manual action - chore: update email username and password - chore: change to use gmail - chore: update actions - chore: update manual action - chore: update repo forked notification action - chore: update repo forked notification action - chore: add repo forked notification action - docs: update README - perf: improve input text query - fix: when input text is empty, need to cancel previous request - feat: add an Easter egg for using popclip to open easydict - docs: update README and changelog - perf: change assets image name, change git ignore case to false - perf: improve release info, action icons - docs: update README - docs: remove not used images - docs: update README - docs: update README and changelog - perf: clean code - docs: update changelog - fix: select target language action hide auto language - perf: optimize code, add shell exec return child process - perf: improve ActionRecentUpdate - perf: improve release markdown display - perf: improve new release prompt - refactor: optimize ListActionPanel function - feat(UI): add new release remind - perf: improve debug log - perf: adjust franc detect low confidence to 0.1 - fix: play result text sound alway paly query text bug - perf: improve local language detect, use local detect when API detect over time - perf: improve query selected text response speed - perf: improve language detect - perf: modify action titles, make more succinct and clear - perf: improve local language detect - perf: change franc detect criterion to confidence > 0.5 - fix: return wrong language id when use franc detect unconfirmed language - fix: correct Arabic franc id typo, ara -> arb - perf: improve local language detect when all API detect error - refactor: improve local language detect accuracy with franc - feat: add franc to detect language type - docs: update README - docs: update README - docs: update README - feat(UI): add list icons for different types of translations - perf: improve request error handle and toast - fix: apple translate error when input contain special char - fix: handle error of tencent translate not support language - perf: support apple translate auto detect supported language - perf: only download word audio when need play sound - fix: apple script param not allow single quote, replace with double quote - perf: set max length of text to download youdao tts audio, 20 - perf: improve say command - fix: when tencent language detect not support, use auto - perf: improve api detect language accuracy - perf: improve local chinese language detect - feat: use apple translate when enabled - perf: add file header annotaion, improve function comments - refactor: separate language detect function - feat: use apple language detect if enabled - perf: improve play text sound - perf: change to run shortcuts in background - perf: if tencet detect language is not preffered language, then try use local detect - fix: apple script parameter use escaped string - perf: when afplay audio error, use say command - perf: improve continuous input query, cancel previous request - perf: improve youdao translation query failed error prompt - fix: open youdao code url error - perf: improve detect languge speed - perf: improve local english text detect - feat: add cacluate axios request cost time automaticly - feat: add shortcuts apple translate - feat: add shortcuts detect language - perf: change to lower case query - refactor: optimize easydict.ts structure - chore: update workflows - chore: update workflows - chore: update workflows - chore: add test workflows - chore: update .github/workflows/greetings - Merge pull request #9 from tisfeng/tisfeng-patch-2 - chore: add manual.yml - Merge pull request #8 from tisfeng/tisfeng-patch-1-1 - chore: add greetings.yml - docs: update README - Create SECURITY.md - docs: update README - chore: add commitlint - style: ignore .DS_Store, Icon/r - chore: add husky and lint-stage - doc: update README - doc: update CHANGELOG - style: run prettier - fix: resolve warnings - chore: add .eslintrc and .prettierc, resolve errors - doc: update metadata screenshots - feat: change copy action title to "Copy Text" - fix: change maxLineLengthOfEnglishTextDisplay from 100 to 95 - style: clean code - feat: only show word one phonetic - fix: only English word use youdao web audio - feat: improve the voice playback mode of query text - fix: wrong word condition judgment - feat: improve word pronunciation, give priority to Youdao online pronunciation - feat: add word translation subtitle - feat: improve the display of multiple translation results of simultaneous query - feat: only automatic play audio when query text is word - refactor: change the request method of query input text - fix: enable automatic query selected text - feat: add preferences for automatic pronunciation after querying words - feat: change to use youdao api speakUrl to play sound - feat: use crypto-js instead of crypto - feat: change to use youdao audio - feat: use iciba pronunciation, remove bing - feat: add bing paraphrase - feat: modify phonetic text - feat: add iciba dictionary api - feat: add bing phrase - refactor: bing crawl parse - feat: use us-phonetic and us speech - feat: add bing crawl translate - feat: move open in Eudic to first action - fix: setTranslateDisplayResult called two times - refactor: improve update translate display result fuction - fix: hide list details when deleting input until empty - style: change function or variable names - feat: modify the judgment condition of long text translation - feat: change query clipboard text to query selected text - feat: use encrypted appId and key to avoid platform key leak warning - feat: show multiple translation result on the list detail - feat: add title for list detail markdown - feat: improved multi-line text translation display on list detail - feat: show list detail when transaltion text too long - feat: allow to turn on/off multiple translate APIs manually - fix: baidu translation request error handling - chore: remove @alicloud/alimt20181012 - refactor: optimize request error handling - fix: tencent detect languagd id may different from its language id - refactor: optimize multiple translation structure, add Tencent translate result - feat: add Tencent translate API - feat: gve priority to the Tencent language detect API to identify the input text language. - feat: add tencent language detect API - feat: according to the translation language, generate web translate link - feat: set maxInputTextLength=2000 - fix: incorrect way to save and query clipboard records - doc: update README - doc: update README - chore: run prettier - chore: remove react-devtools - Merge pull request #3 from tisfeng/dependabot/npm_and_yarn/follow-redirects-1.15.1 - chore(deps): bump follow-redirects from 1.14.7 to 1.15.1 - Create codeql-analysis.yml - Merge pull request #1 from tisfeng/dependabot/npm_and_yarn/minimist-1.2.6 - Merge pull request #2 from tisfeng/dependabot/npm_and_yarn/ansi-regex-3.0.1 - chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 - chore(deps): bump minimist from 1.2.5 to 1.2.6 - doc: update README - chore: run npm, run prettier - feat: use new default Youdao app key and secret - doc: update README - feat: add README - feat: add extension screenshots in metadata - feat: remove translation section title localize - fix: correct the clipboard query interval from 1 minute to 10 minutes - doc: update package.json - refactor: adjust project code structure - feat: add the judgment that Caiyun token is empty - feat: add more request error prompts, such as app secret error - feat: add preferences of Baidu and Caiyun translate app secret or token - feat: remove preferece languages not supported by Baidu non-authenticated users - style: clean unused code - fix: get right request result error code - style: change languageId to youdaoLanguageId - feat: improve Details section title UI display - refactor: optimize request error code handling - feat: hide tooltip when displaying multiple translation types - feat: add request error handle - fix: handle Caiyun API not supported translation types - feat: supplement the language ID of Baidu translation - feat: use Use Chinese to display translation section titles when the preferred languages contain Chinese - feat: improve List.Item tooltip prompt - refactor: switch to new interface type; improve the UI of multiple translations - feat: display multiple translation results - feat: add Caiyun translate API - style: modify interface names to Youdao prefix - feat: add Baidu translate API - feat: automatically display open in Eudic action if installed - feat: add see educi translate results action - feat: modify play text sound action icon - feat: adjust feedback action order - feat: add see youdao translate results action - feat: change the default appId and appKey value - feat: modify request error prompt - feat: change preference appId and appKey type to password - feat: change language preferemce to optional, default Chinese-Simplified and English - feat: adjust the order of actions displayed in the action panel - feat: add preference to decide to display target translation language - feat: remove isAutomaticPaste preference - feat: remove delayFetchTranslateAPITime preference - feat: remove clipboardQueryInterval preference - style: alter title and placeholder - doc: alter preference descriptions - feat: change Feedback url to Raycast extensions issues - feat: change google translate from translate.google.com to translate.google.cn - feat: add prefence for querying clipboard time interval - style: alter descriptions - style: change extension names - feat: add List.Item icon tooltip, update @raycast/api to 1.35.1 - style: clean code - feat: add tooltips - feat: distinguish between WebTranslation and WebPhrase types - feat: modify delay translate time, from 400ms to 1000ms, defalut 600 - feat: optimize copy text when copy web result - feat: use diferent sound icon for light and dark mode - feat: optimize input text display and search request - feat: optimize the target language setting - feat: optimize fromLanguage type detection of input text - fix spell errors in some language names - feat: give priority to use English and Chinese as fromLanguage,and then auto - feat: use assets image as play sound icon - refactor: optimize code structure - feat: add word wfs, eg: goods,better,best - feat: add word exam types accessory - fix when text contain special char like "( cannot play sound - style: clean code - feat: set time interval for automatic query of the same clipboard word - feat: modify automatic query clipboard as optional, default true - style: clean up unused code - run prettier - feat: modify the say text truncate length from 16 to 40 - feat: change the default en-US say sound, from Alex to Samantha - feat: look up clipboard text when first enter - feat: make it easy to look up words in Eudic, simplify selected copy action - change names - feat: improve translation UI - feat: support to open in Eudic and search the queried text - change names - fork: Add Delay Fetch Translate API Time Options - modify name to Eudic - fork parrot-translate - Initial commit * fix: remove incorrect '|' in Chinese punctuation regex Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * chore: update changelog Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * refactor(DeepLX): remove unnecessary Promise wrapper Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix(dataManager): remove unnecessary duplicate error check Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix(dataManager): remove unnecessary duplicate error check Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * chore(mock): set `private` to `true` * fix(languages/DeepL): convert language codes to lowercase * fix: update package-lock to avoid using third-party registries * chore(changelog): remove PR references * fix(eslint): remove personalized rules * fix(lint): avoid short-circuit expressions * fix: typo * fix(eslint): remove `.eslintrc` * Update CHANGELOG.md and optimise images --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: raycastbot <bot@raycast.com>
- fix: raycast publish issue with bun - chore: update the metadata and ui for app to get api key - feat(raycast-extension): initial version of supermemory extension for raycast - feat: add one click install to cursor on connect to ai modal (raycast#436) - Update ADD_MEMORY_SHORTCUT_URL to new URL (raycast#434) - Rename CONTRIBUTING.md file (raycast#433) - fix: one more type error - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - fix - feat: new favicon (raycast#426) - fix: one more build error - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - fix - ui: enable chrome extension download (raycast#423) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - change /memories to /documents, remove unwanted dependency, biome format - feat: auto redirect to last site (raycast#422) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - update: Readme - fix: autumn caching issue (raycast#421) - ui: delete document and related memories dialog (raycast#420) - fix: connections activation autumn (raycast#419) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - make docs public - feat (extension) : Auto Search Toggle for Chat Applications (raycast#418) - feat: pro subscriber email config (raycast#417) - merged - small changes - extension: updated telemetry and batch upload (raycast#415) - fix: billing page (raycast#416) - feat: add mcp migrate route (raycast#410) - feat: openai python sdk (raycast#409) - fix: remove the scripting for extension (raycast#411) - feat: new tools package (raycast#407) - ux: support integration (raycast#405) - feat: add mcp url to clients in connect ai modal (raycast#406) - completely remove waitlist (raycast#404) - fix: tour guide fix on overlap (raycast#403) - changes to chrome extension (raycast#402) - ui: default open connect ai modal (raycast#401) - feat (extension): add claude.ai and t3.chat integration support (raycast#400) - feat: redesign MCP connection flow with step-based UI and v1 migration (raycast#399) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - temp disable waitlist for user testing - Merge pull request raycast#395 from supermemoryai/mahesh/browser-extension - fixed bun lock issue - Merge branch \'main\' into mahesh/browser-extension - fix: build - BETTER GRAPH (raycast#398) - migrated the search to API v4 - fix the css issue with button - feat: migrate from react-markdown to streamdown (raycast#394) - Add claude GitHub actions 1756491853286 (raycast#397) - refactor(ui): optimize menu hover width and simplify text layout (raycast#396) - tailwind css to popup - welcome page tailwind css integration - added app token registration for extension - updated bun lock file - feat: browser extension - ci: fix ai-sdk publish (raycast#393) - ci: temp add debugging to ai-sdk workflow (raycast#392) - Merge pull request raycast#384 from supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation - fix the commetns - feat: openai js and python sdk utilities (raycast#389) - feat: support project-specific installation commands (raycast#390) - chore: add repository to make auto publish work - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - includeFullDoc: true in search endpoint - Merge pull request raycast#377 from supermemoryai/mahesh/update-memory-detail-view - fix: memory limits cutoff (raycast#385) - fix: missing dialog title in consumer mobile drawer (raycast#386) - fix sentry server issue (raycast#388) - feat: add \'last used\' badge to login page (raycast#387) - added connections as well - added connections as well to integrations view - fix: redeploy - added summary and memory details to memory detail view - fix: name in wrangler - ci: add ai-sdk publish (raycast#381) - fix: ai-sdk config optional (raycast#380) - feat: add tsdown.config.ts (raycast#379) - fix: ai-sdk build (raycast#378) - fix: unused ts expect error - sentry sourcemaps - ui (memory detail): improved memory detail view and open chat - fix: env vars - feat: sentry integration (raycast#376) - Add AI SDK Utilities (raycast#375) - Enhanced Text Editor and format fixes with biome (raycast#371) - Merge pull request raycast#368 from supermemoryai/mahesh/doc-update - added usage notes - Update LICENSE - Merge pull request raycast#366 from supermemoryai/mahesh/supermemory-new - New Version of Supermemory Consumer App - Merge pull request raycast#355 from supermemoryai/archive - fix: typo - chore: new README with archival notice - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - don\'t treat it as tag - docs: More info about every endpoint - connections endpoints - update:docs - Fix: notion integration - settings openapi - Merge branch \'main\' of github.com:supermemoryai/supermemory - updated openapi - Change in wording - fix: Fixed overflowing content in add memory pop up (raycast#347) - fix extension tweet import (raycast#343) - Merge pull request raycast#345 from CodeWithShreyans/misc-fixes - auth info in endpoints - fix: duplicate in doc - fix: api reference page - fix: api reference page - version maybe? - docs. - openapi fix - v2 docs - Documentation edits made through Mintlify web editor - reduce padding - remove profile button for now - fix padding in add memory modal - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: tweets view - Minor cleanup and fix - auto generated openapi schema - Merge pull request raycast#339 from supermemoryai/hybrid-rag - add correct extension id - fix: discord links - Merge pull request raycast#338 from supermemoryai/Dhravya-patch-2 - Update README.md - Merge pull request raycast#335 from supermemoryai/hybrid-rag - hybrid rag looks good now - Merge pull request raycast#334 from supermemoryai/hybrid-rag - implemented proper hybrid search with date relevancy into consideration - implement hybrid search - better space selector - added a batch delete feature - edit space names - intuitive memory movement, avoid duplicates in home - twitter import fix - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request raycast#331 from supermemoryai/revert-325-patch-1 - Revert "Updated AddMemory.tsx component to fix overflow memory category/tabs UI " - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request raycast#325 from alankritkhatri/patch-1 - delete spaces - Merge pull request raycast#323 from movoid12/doc/update-doc - Updated AddMemory.tsx to fix overflow memory category/tabs while selecting the category of the new memory - docs: update AuthKit Remix Cloudflare anchor link - docs: remove getting started title - docs: intro title change - docs: added pricing page - docs: add notes about infrastructure - docs: update changelog - docs: v1 - add api reference - add api reference - api docs - redepl - initial docs setup - docs no submodule - docs without submodule - add docs - Hello World - auto-provision changes - fix: internal server error - fix: deleting memories - change embedding model - change embedding model - import tools: CSV and markdown (obsidian) - fix: postgres error - Merge branch \'main\' of github.com:supermemoryai/supermemory - Supermemory v2 Release 🚀 - huge update" - Merge pull request raycast#295 from supermemoryai/extension/duplicate-save-fix - fix: duplicate content saving data in extension - fix: extension on top - Merge pull request raycast#294 from supermemoryai/extension/drag-and-dismiss - fix: drag and import icons scrolling over page - Merge pull request raycast#293 from supermemoryai/extension/drag-and-dismiss - fix: horizontal overflow - Merge pull request raycast#292 from supermemoryai/extension/drag-and-dismiss - fix: extension icon scroll effect with page - extension: the UI Scroll issue fix - Merge pull request raycast#289 from supermemoryai/extension/drag-and-dismiss - fix: icon images issue - Merge pull request raycast#285 from supermemoryai/extension/drag-and-dismiss - feat: Drag and Dismiss extension features - Merge pull request raycast#275 from AVRSANAND/fix-bug-onboarding-links - Fix: Making links clickable in onboarding section in Step2 - ugh - fix: telegram bot - fix: all build errors - fix: editor build issue - Merge branch \'main\' of github.com:supermemoryai/supermemory - aaa - Merge pull request raycast#268 from supermemoryai/CodeTorso-main - trigger build - add lockfile - minor fixes - merge conflicts - Merge pull request raycast#259 from supermemoryai/cta-fix - update the cta after launch - Merge pull request raycast#258 from manuarora700/main - fix: navbar glitch - Merge pull request raycast#255 from aidenybai/chore/upgrade-million - Merge pull request raycast#240 from supermemoryai/telegram-markdown-mode - refactor(web): Update condition for development environment - undo changes - Merge branch \'main\' of github.com:supermemoryai/supermemory - revert and fix mem0 memories addition - merged - commit it - get this file in - popover ruining my day again - Merge pull request raycast#254 from CodeTorso/memo-page - little animation will be better - Merge pull request raycast#253 from CodeTorso/memo-page - better icons - editor - Merge branch \'leerob-perf-improvements\' - Merge pull request raycast#249 from aidenybai/chore/upgrade-million - build(package): Update @million/lint version - Fix Tailwind configuration and use Turbopack - chore: fix lockfile - Merge pull request raycast#246 from CodeTorso/next-fix - placeholder - fix: prop types in combobox - chore: update lockfile - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request raycast#245 from CodeTorso/next-fix - alert when deleting space - chore: bump extension version - Merge pull request raycast#244 from sijan2/main - fix: infinite save issue and improve timer logic in ContentApp - Merge pull request raycast#243 from CodeTorso/next-fix - why is this novel shit broke - Merge pull request raycast#242 from CodeTorso/next-fix - next fix, how did noone notice this ? - chore: Update Telegram bot with Markdown Support - update version - slow wait and save - made counter work, wait on ratelimits and handle errors gracefully - Merge branch \'main\' of github.com:supermemoryai/supermemory - check for ok instead of fuckall - Merge pull request raycast#235 from supermemoryai/feat/pwa - update lockfile - Merge pull request raycast#231 from supermemoryai/kush/be-queue-fixes - Merge branch \'main\' into kush/be-queue-fixes - update lock file - Merge pull request raycast#236 from CodeTorso/queue - one more commit needed - memory queue fix - Add PWA Support for Web App - Update README.md - Merge pull request raycast#234 from supermemoryai/Dhravya-patch-1 - Update README.md - fix: builds - Merge pull request raycast#230 from Yh010/bug/multiButtonPress - remove unwanted console logs - fix sapces; fix incorrect title for memory sources - Merge pull request raycast#229 from supermemoryai/fix/extension-nav - fixes multiple memory submission bug - feat: Add "View" button for chrome extension - im just tired - OOFOF well now posthog pls - Bruh LMFAMO - posthog - uncomment - make use of the promise-based thingy we\'re doing - Merge pull request raycast#193 from supermemoryai/kush/be-queue - updated kv and queues - change kv namespace ids - merged latest changes with queue branch and ready for prod - changes for prod - Merge branch \'kush/be-queue\' of https://github.com/Dhravya/supermemory into kush/be-queue - Fix job errors not reflecting in D1; add delays on document insert in vectorize to help with open ai rate limits - Merge pull request raycast#219 from Deepakchowdavarapu/readme-issue - Merge pull request raycast#206 from supermemoryai/better-markdown - Merge pull request raycast#223 from iiAbady/patch-1 - Merge pull request raycast#224 from iiAbady/patch-2 - optional chaining - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: entities urls might not be there - changes for staging - chore(ui): justify thinkpad to center - fix: delete uneeded ref page - Merge pull request raycast#221 from fyzanshaik/feature/memory-scrollbar - Removed unnecessary comment - Scroll bar added - Requested changes done fixed the links - Merge branch \'kush/be-queue\' of https://github.com/Dhravya/supermemory into kush/be-queue the commit. - added links - Merge pull request raycast#211 from NareshBiradar1/spelling-typo-necessary-in-introduction - Merge pull request raycast#214 from omwagh28/issue1 - Chrome extension Capitalized for better modularity - move limit to backend and thread service binding - Fix spelling typo: neccessary to necessary in Self-Hosting Guide introduction - Merge pull request raycast#209 from abhishekshah5486/fix-typo-volia - Corrected the typo Volia to Voila in the Import Twitter Bookmarks section of the README.md file - better markdown rendering - Merge branch \'main\' of github.com:supermemoryai/supermemory - remove pro mode for now - Merge pull request raycast#205 from krakenftw/deletespace - calculate how fucked we are - fix: stuff - handle errors properly - fix wrangler toml - Merge branch \'main\' of github.com:supermemoryai/supermemory - export memories option - lint - feat: delete space - Merge pull request raycast#204 from krakenftw/textospeech - fix: wrong icon for speaker-x - feat: selective disabling of buttons - feat: stop tts button added - feat: disable speaker button while speaking - fix: Small UI issue - Merge branch \'main\' of github.com:supermemoryai/supermemory - send a sliced version to the API - Merge pull request raycast#198 from krakenftw/textospeech - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: people skipping onboarding should still have supermemory.ai saved - Merge pull request raycast#201 from supermemoryai/fix/telegram-login - fix telegram bot link issue - feat: text to speech on answers - drizzle logic back in apps/web other stuff in the same place. - db schema in packages - queues so far - nevermind. disabled sentry. again. - enable sentry using tree shaking - disable sentry again. - Merge pull request raycast#189 from tushar-daiya/promiseToaster - cleaner - removed unnecessary - Merge pull request raycast#190 from supermemoryai/Welding-Torch-patch-2 - Merge pull request raycast#191 from supermemoryai/Welding-Torch-patch-3 - Fix \'Draw things to see here\' - It\'s \'Thinkpad\' not Canvas anymore - fixed error shows as success toast - sonner promise toaster added - Merge pull request raycast#186 from fyzanshaik/bugfix/github-key-interference - Merge pull request raycast#187 from tushar-daiya/keymaps/addmemory - dependency array removed - Add useKeyPress hook for keyboard event handling - Fix: Remove event listener through cleanup - Fix: Disable GitHub shortcuts in text field - fix ids not present in storecontent - fixed builds, added friend integration - merged - lockfile - lockfile - Merge pull request raycast#174 from supermemoryai/Welding-Torch-patch-1 - Merge pull request raycast#180 from dishit7/fix/openlink_in_newtab - Merge pull request raycast#182 from CodeTorso/backend - home page style - Merge pull request raycast#181 from supermemoryai/kush/fix-threads - fix tweets and sources - Merge pull request raycast#175 from aryankeluskar/main - Fix: Add target and rel attributes to external links for new tab opening - update turbo package - Update line of memories to not overflow - The extension is up-to date now - Merge pull request raycast#173 from siddarthpai/168 - fixes for issue raycast#168 - Merge pull request raycast#163 from aryasaatvik/pnpm - Merge pull request raycast#171 from JedPattersonn/jed/fix-breadcrumb - Fix Spaces Breadcrumb - catch - format - update docs and hook - Merge pull request raycast#140 from supermemoryai/kush/experimental-thread - Merge branch \'main\' into canvas - solve merge conflicts - ughh, regenerated migrations. my bad. - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge branch \'main\' of https://github.com/Dhravya/supermemory - onboarding page changes and ratelimiting - merged - Merge branch \'main\' of github.com:supermemoryai/supermemory - quickfixes - pnpm - telegram token - revert some files - fix script - update wrangler - fix eslint issue - disable telegram - address ts issues - done!! - fix error on drop - merge oopsies - Merge pull request raycast#145 from aryasaatvik/signout - Merge branch \'main\' into signout - let\'s go boys!! canvas - Merge pull request raycast#159 from aryasaatvik/docs - r2 link - update docs - parse suggestions for handling edge case - fix breadcrumbs and btter handling - better error handling - fix weird wrangler problems in prod for recommendations] - Merge pull request raycast#154 from supermemoryai/filtering - shitgit - fix - Update page.tsx - Update apps/web/app/(dash)/home/page.tsx - Merge branch \'main\' into filtering - better error handling - added recommended items - Merge pull request raycast#152 from supermemoryai/add/producthunt-badge - add: producthunt of the day badge to landing page - Merge pull request raycast#149 from aryasaatvik/has-onboarded - rerun schema update - tabs - complete onboarding on skip - Merge pull request raycast#147 from aryasaatvik/history - use hasOnboarded from user table instead of query param - add hasOnboarding to db - a11y support - Merge pull request raycast#139 from alankritkhatri/fix-memory-blur - setup migrations - drop unique constraint on name - add try catch in api/add for better error handling - feat: Improve batch processing for vector metadata updates; Support long form content - history dropdown - tabs lol - match text color - allow signout - feat: add thread support for twitter; add segregation in types of chunks and methods to process those chunks - fixed the blur in the add memory card/component by removing a tailwind class backdrop-blur-md. made changes in dash/dialogContentContainer.tsx anad dash/menu.tsx - Merge pull request raycast#137 from supermemoryai/pro-mode - fix: type error when getting full chat thread - remove lockfile (failing builds) - added ability to use pro mode, to do complex timeseries/location searches - Merge pull request raycast#133 from aryasaatvik/lockfile - Merge pull request raycast#135 from aryasaatvik/ui-tsconfig - add damn home icon - fix loaders, allow larger websites - resolve ts error for svg imports - remove redundant icon export - use ts from workspace - add lockfile - revert menu - producthunt link - fix: oopsies, not default function - /chat page redirects back to home - launch fixes: fix onboarding and no dead buttons - non-clickable when not selected - i don\'t understand git anymore - fix: lag in chatwindow submission - added telegram bot link - telegram bot link in dashboared - added history to page - onboarding UI - corrupt lockfile - retry deployment - minor changes in nav icons - merging - wtf is going on - changes in queryinput home layout - Merge pull request raycast#129 from Priyansh4444/patch - fix: forgot to close the Link tag since was on phone - feat/refactor: Using <Link> instead of <a> and hovering animation - remove everything inside raw tags - fix links - Merge pull request raycast#125 from supermemoryai/revert-121-codetorso - Revert "small commits big pr" - Merge branch \'main\' of github.com:supermemoryai/supermemory - memories and justification clubbed together, justification more nested - Merge pull request raycast#121 from supermemoryai/codetorso - Merge branch \'main\' into codetorso - believe in god, hope this works - added links on bottom of the page - change summary to answer - Merge pull request raycast#118 from MaheshtheDev/extension/space-fetch-issue - Merge pull request raycast#122 from malisettisamrat/fix/mobile-layout - Merge branch \'main\' into fix/mobile-layout - Merge branch \'main\' into codetorso - Merge remote-tracking branch \'origin/main\' - fixed mbile layout - Merge branch \'main\' into extension/space-fetch-issue - chore: Refactor handlePopoverChange function - Disabled sentry for now because of unreasonably large bundle size - attempt to deploy - deployment attempt - deployment attempt - onboarding page - inter font - accidentally left behind - a server rendered navbar - skeleton loaders for recent chats - recent searches feature and some other cool stuff - effect of disappearing text on input - improved textarea layout + home page imrpovemnts - searchparams refactor - bigger text, and fixing build errors - Refactor and add beutiful spacefilter - ig I need to commit lockfile - refactor /home - fix dependency errors - try new deploy strat - api routes to make mobile real - test - stuff - use tabs - breadcrumbs - added breadcrumbs for easier navigation on web - added sentry - Merge branch \'main\' of https://github.com/Dhravya/supermemory - small UX fixes and multi space save actually works now - Merge pull request raycast#115 from mrswastik-robot/mobile-responsiveness - quickfix: remove any instances of chunkings from raw tweets - push changes - Revert "added bun lockfile" - Merge pull request raycast#119 from Dhravya/ui-improvements - menu reduced size - chore: Refactor spaces fetch call activity - build using bun - added bun lockfile - Merge pull request raycast#117 from Dhravya/ui-improvements - more improved ui - Merge pull request raycast#116 from Dhravya/ui-improvements - ui changes :) - Merge pull request raycast#114 from GauravBurande/patch-1 - landingPage UI fixes on mobile screens - Update content.jsx the memory cards link opens in new tab - return whole response - Merge pull request raycast#111 from Dhravya/kush/misc-be-improvements - update Error messages and handling - chore: add prettier config feat: improve error handling for long documents feat: add chunk id\'s to db - Merge pull request raycast#109 from meetpateltech/terms - rename terms to tos - cleaned up migrations - Merge pull request raycast#107 from MaheshtheDev/maheshthedev/fix-filter - fix: filters in space and memories - Merge pull request raycast#101 from meetpateltech/improve-readme - Merge pull request raycast#106 from Dhravya/imgbot - fix merge conflicts - [ImgBot] Optimize images - Merge pull request raycast#94 from Dhravya/imgbot - Merge pull request raycast#100 from Kinfe123/fix/clean_ups - Merge branch \'main\' into fix/clean_ups - Merge pull request raycast#103 from MaheshtheDev/maheshthedev/update-readme - Update twitter import instructions and warning for signing - added privacy policy and TOS - added context menu saving - revamped extention - UX: Load while creating memory - small fixes with prompt formatting and browser rendering] - enter to submit, shift newline - Update README.md with new UI - use cloudflare AI gateway - merged - better-extension - improve readme - fix: change to signin path - fix: making the image work - fix: responsiveness on hero text - fix: responsiveness and image border radius - fix: centering the btn - removed scrollbar - Merge pull request raycast#99 from MaheshtheDev/fix/mobile-landing - Update og image URL and website link - Merge pull request raycast#88 from MaheshtheDev/fix/setup-guide - Merge pull request raycast#98 from MaheshtheDev/fix/mobile-landing - refactor: Update Cta and Footer components on the landing page - fix: add content modal had a bad blur - Merge branch \'main\' of https://github.com/Dhravya/supermemory - minor changes to landing page - attempt to make the add modal more accessible - add sharedtypes back to package.json - attempt to fix ci/cd again - try to fix ci/cd - try to fix ci/cd again - fix ci/cd - Merge pull request raycast#97 from govind-superu/linkFixed - slice the tweet text to prevent issues - fixed link - landing page fixes - UI update - mobile UI fixes - fix access controls - shareable spaces - spaces function - [ImgBot] Optimize images - fix link - minor changes in extension - merge conflicts - Merge pull request raycast#93 from Dhravya/editor - done! - Merge pull request raycast#91 from Dhravya/editor - dhravya\'s improvements - show updates in the extension - Merge pull request raycast#90 from Dhravya/editor - canvas (3/3) - more spacing in memories page - removed unwanted information from the memories page - revalidate page - makeshift notes page - ensure useriD while saving - search endpoint - save unique vectors for users from extension - UX improvement: Create space disabled when input value is \'\' - import using extension - added things - tailwind shadow dom - TODO; failed tailwind attempt - made fiter functinoal - added comments in memories page - memories page - fix typescript errors - user canvas (2/2) - schema - more tweaks - design improvement - config - fixed new chat button showing up on all pages - fix: Spaces filter not working - dynamic island no longer needed - new filter - User Canvas (1/2) - adding note to not to change binding value in database - allow pointer events - minor error fixes - fix: baseUrl should be same as Url - Merge pull request raycast#83 from lakshaybhushan/main - updated nav - minor spacing & color fix for showcase component - fixed alignment for twitter icon - Merge pull request raycast#82 from Kinfe123/feat/landing_revamp - text on landing pages - fix: adding self hostable - removed isDarkMode in canvas for now - change wrangler.toml to point to prod db - landing page minor changes - fix: prod issue - fix: minor padding and alignment leaks - Merge branch \'main\' into feat/landing_revamp - fix: import using absolute path - dev and prod databases - to a responsive future 🚀 - we close the modal once memory creation is started - close modal after adding memory - added toast for loading and fixed chathistory - removed loading stuff - minor fixes - chathistory - use gpt-4o again, responses are considerably better. - fix: redirect if not logged in - aaaaaaaa - oof - a lot of hotfixes to fix production build - trying to fix build - changed packagemanger for apps/web - dep update - build.yml - drizzle-orm in dependencies, prod wrangler.toml - Merge pull request raycast#80 from Dhravya/telegram-bot - reduced db calls here, we don\'t need that complex logic, can just do this lol - feat: loader for form submission - fix: ui revamp - fix: ui revamp responsiveness - fix: clean up - fix: wiping out the components - fix: making type safe - fix: unused import and unwanted import - fix: bg grid paattern - ts-ignore at the right place - some important housekeeping, crushed all build errors - made and documented the telegram bot (HYPE) - added backend route for telegram bot and others to be possible - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - feat: vector lookup and chat is twice as fast now - Add Extension (1/2) - added indexes and stuff - clean code+ user canvas (1/2) - centered layout - fix: auth page revamap - fix: auth page revamap - fix: auth page revamap - feet: auth page revamp - fix interactive canvas (2/2) - Merge pull request raycast#79 from Dhravya/chathistory - cleanup - deleted chatpage - merged code - addeed chathistory functionality - delete packagelock - Unreadable Canvas code, jk 😂 - fix: revamp - fix: ui revamp - fix: ui revamp - improve canvas drag and drop make sidepanel work - fix: ui revamp - fix: ui revamp - fix: padding leak - fix: zIndexing fixD - Fine tuning canvas (1/2) - fix: width issue - fix: margin leak - fix: input - fix: revamp - fix: revamp - fix: navbar revamp - fix: build - fix: import error - fix: import error - fix: import error - fix: prod issue - fix: section revamp - fix: section revaamp - feat: landing page revamp init - Merge pull request raycast#76 from Dhravya/kartik - Merge branch \'codetorso\' into kartik - added multi-turn conversations - works - Another Failed Attempt at streaming - Improve code, failed attempt at Streaming text - Add Drag & Drop code - Drag and Drop in Canvas! - Merge pull request raycast#75 from MaheshtheDev/fix/cta-bg - fix: Cta component background color - added logic to handle justification properly - darkmode by default - Create Embeddings for Canvas - EditorAI integrated! (1/4) - codetorso pull remote - Add Editor Endpoint - Merge pull request raycast#71 from Dhravya/vector-deduplication - include all selected spaces in the fetch call to backend - vector duplication no longer an issue. support for querying with multiple spaces. - Merge pull request raycast#70 from CodeTorso/codetorso - add js docs - gpt-4o is already a default model, so no error-checking required - add number of chunks to the respnose and only show unique values - added sources to the response - store full info - OCR try - added image support in the backend - add: animated query input - use a dev vectorize database to prevent pollution - include metadata in response, add type to metadata - proper URLs - fixed a bug - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - form to add content [PENDING LOADING STATE] - ui update: /chat - improve: /home page - Update Setup Guide - added way to save content and vectorize them. also refactored code and added a bypass to browser rendering - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - chore: Remove unused variables and dependencies - getspaces and other features integrated with the backend - [MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - omg - small stuff - Merge pull request raycast#59 from Dhravya/revert-58-v2 - make header and menu fixed instead of absolute to prevent movement on scroll - chat UI and markdown renderer ⚡ - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - added zod validation to embedQuery - fix backend - Revert "Add code for extension" - Merge pull request raycast#58 from CodeTorso/v2 - Merge pull request raycast#57 from CodeTorso/codetorso - smoothening animatio - Merge pull request raycast#56 from CodeTorso/codetorso - Icons now in our website integrated - full screen mode implemented - some documentation for backend - minor changes and improvements - Adding keyboard shortcuts, responsive design that 99% don\'t need but still - AI code refactored - Add Memories, Canvas, Editor - before color edits - widget - Add Dynamic Island - Implement extension - Implemented Highlight in Extension - added top bar nav - improvements in dash + chatUI - Add Extension Template - fixed some import bugs - Merge branch \'CodeTorso-improvements\' into v2 - fixed conflicts + my local changes - commented the backend code with it\'s limitations + optimised and removed a bunch of unnecessary queries - Scroll Nav hide and Twitter Animated Border Implemented - started implmeneting filter - proper redirects - added signin page - change input height - brought all the APIs back - fix global file stuff - Merge pull request raycast#52 from Dhravya/v2-refactor - added kartik\'s code - re-added license, readme, etc. - refactored UI, with shared components and UI, better rules and million lint - refactored UI, with shared components and UI, better rules and million lint - added social material - fixed the annoying SVG errors in the terminal - format documents - footer fix: Arrow color should be consistent, no need for stroke - added hover and border to signal clickability - fix: center follow on twitter button - Merge pull request raycast#50 from CodeTorso/improved-landing-page - Improved Input + Feature Section click + Twitter link + Footer link arrow - simple hover link animation - landing page improved for readability and smooth scroll - landing page complete ✅ - general layout, responsive - added browser rendering - feat: Rewrite backend to hono ⚡ - Update README.md - Merge pull request raycast#28 from luka1104/patch-1 - Update SETUP-GUIDE.md - Merge pull request raycast#26 from nexxeln/nexxel/faster-builds - ignore eslint and ts build errors - Merge pull request raycast#24 from Pelps12/main - Fix default behavior bug - edit prompt - Change "Enter" submit logic - switch back to gemini - don\'t remove value on completion - enter to send - Merge branch \'main\' of https://github.com/Dhravya/supermemory - fix: inArray requires atleast one value error - add link to cloudflare pages - help on the chrome ext - get chrome extension button - extension auth button - fix input scroll bug - added tracking code - added tracking code - Create LICENSE - increase highscore filter - added readme - attempt to make og image work - fixed the AI prompt - added limit - everything done - fix context menu - add profile and fix drawer scroll - space expand layout - fix route - fix - update routes - merge - new modals - 6144 char limit - maybe twitter images will work? - added wipefile - update db prepare statement - fix og image - added reset command - wipedata api - added edit route - delete route - delete route - more meta tags - manifest file for pwa - added favicon - changes to the quuq - fixed notes vectorize - get pagecount as well - notes in vector db - change ai model - attempt to fix browser rendering - made pageToMemory work - add page data to vector db - fix layout - Merge branch \'main\' of https://github.com/dhravya/supermemory - fix relaod bug - fix build fail - Merge branch \'main\' of https://github.com/Dhravya/supermemory - privacy page - pulled yash - fix phone layout - resolved conflicts - fixed spaces memories appearance-reappearance bug - added browser rendering for getting clean page content - fix notes - generate - delete spaces and memories - order by savedAt - fix metadata - conflicts - merge - fix edge case for getting metadata - fix favicons - space add - spaces dialog - search results - CloudflareAI for better streaming - switch to cloudfalre - memory item - e - comment extension dialog for now - merge - fix dialog to add spaces - aaaaaaaaaaaaa - vectorize function - bookmark tweets feature - mark runtime=edge for spaces - added logic for importing all tweets - Merge branch \'main\' of https://github.com/Dhravya/supermemory - added overlay for importing tweets - new route /spaces - merge - update store route - proper caching and KV - merge - fix: vector length issue - add modal to extension - increase number - removed pnpm lock - done - added ratelimits - properly show ids - spaces not showing bug fixed - minor edits to make stuff work - add search to context - sql queries - update sql queries - new db actions - Merge branch \'main\' of https://github.com/dhravya/supermemory - merge pls - Merge branch \'main\' of https://github.com/Dhravya/supermemory - ok - prepare statement - Merge branch \'main\' of https://github.com/Dhravya/supermemory - Import twitter bookmarks - schema update - clean url - new schema - add modal - Merge branch \'main\' of https://github.com/Dhravya/supermemory - notess - changes in how we save vectors - Merge pull request raycast#5 from Dhravya/new-ui - Merge branch \'main\' of https://github.com/Dhravya/supermemory into new-ui - save user ID with url to ensure that same website can be saved by users - novel editor - some branding attempts - ok - remove prepaer - added pre commit hook - test - testing - testing precommit - test - fix warning for formatting thing - test - test - switch to next-auth beta because of build fails - extension styling such that website content is not affected https://twitter.com/DhravyaShah/status/1778189224396922948 - added ext.css, prevent css mismatch - fix styling in extension, remove ai sidebar in extension - cleanups for production - Merge pull request raycast#4 from Dhravya/new-ui - better md - filter spaces support - spaces in the API - removed all pnpm-lock files - fix malformed data sometimes - new-ui WORKS AND DONE AND DUSTED - have a initial search query - chat implementation - // - new chat (incomplete) - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - test - removed unnecessary files - sources in search - messages list - messages streaminug - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - chat - setup for multi chat - made it functional - aggregate content from same space - better phone controls - better phone ui - fix memory modal closing - remove ui page - merge - move to context - fix: no longer pass down spaces - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - add modal - changed data structure to fetch spaces - (NEEDS MIGRATION)made sidebar functional - remove unused imports - fix type error - delete no longer needed components - `addSpace` function to the context - add context and fix sidebar - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - context added - make ext work with dev mode - memories that show up are legit now - use server in /ui - improve phone ux - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - add custom Bin component - fix content paths - add auto-animate - fix window undefined error - i dont even know - i dont even know - better focus states - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - animation with framer motion - remove debug lie - update cmdk - add fade-in anim - fix font weight - uptodate with main - update: catch up with main - change \'categories\' to \'spaces\' - fix: fix build fail, add category in storedcontenttypes - added category support in d1 db, changed schema - added category support: add and search - refactored ai backend code for composability - responsiveness - responsiveness and phone memory drawer - fix props - fix styles - memory bar - placeholder - input with icon - responsiveness - filter combo box - add wrangler.toml to gitignore - new layout - wrangler - new modifier - sidebar update - git add categoryitem - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - gracefully end stream - fix: donechunk fix - fix: streaming doesn\'t work when newline characters are malformed - fix: auth in extension - Merge pull request raycast#1 from Dhravya/gemini-api - remove unnecessasry comment - delete pnpm-lock.yaml - added gemini streaming in cf-ai-backend - rename to PageItem - rename to PageItem - add new page popover - add new page popover - Merge branch \'main\' of https://github.com/Dhravya/supermemory into new-ui - update .github - final - fix deploy-cf-worker - build checks - update CI and test - (ci): update CI again - (ci): update CI again - (ci): testing CI changes again - (ci): update ci - (ci): test changes in ci - (ci): update github action to an even better script with auto deploy to cloudflare workers for the ai module - added workflow to auto deploy workers - (ci): conditionally build and deploy - (ci): extension path mismatch fix - update extension: work on all *.dhr.wtf sites - fix delete button on dark mode - fix delete button on dark mode - List Item with Sidebar - List Item with Sidebar - redeploy: check for d1 database - redeploy: check for d1 database - . - . - add wrangler.toml - add wrangler.toml - Merge branch \'main\' of https://github.com/Dhravya/supermemory - Merge branch \'main\' of https://github.com/Dhravya/supermemory - remove github id - Update README.md - Update README.md - trigger workflow - this should pass - add env manually - fix: build command - added @radix-ui/react-dropdown-menu - build properly - upload to proper place - try to fix it again - fix: github action - use bun for builds - install in root dir - setup bun - force install - fix: packageManager spelling in build - fix: build extension - added push to cf action - added build and release github actions - untracked .next/ - removed .next - don\'t run cf-ai-backend - added messageposter button in page.tsx - to auto loginto extension - added dependencies - update: fixed type error in OpenaiEmbeddings and added tailwindcss-animate as requirement - fix: type error - setup and workflow: added example wrangler file - fix: hot update in dev mode! FINALLY - added policy - feat: added and fixed query and search interface - feat: Added AI query UI - extension workoing - implemented AI with citations and extension flow, using openai embedder - extension auth and sync working - completed API routes - set up cf ai worker - set up cf ai worker - EVERYTHING WORKING PERFECTLY - chaos - hide bun lockfile - initialised monorepo with auth and extension communication
* Add supermemory extension - fix: raycast publish issue with bun - chore: update the metadata and ui for app to get api key - feat(raycast-extension): initial version of supermemory extension for raycast - feat: add one click install to cursor on connect to ai modal (#436) - Update ADD_MEMORY_SHORTCUT_URL to new URL (#434) - Rename CONTRIBUTING.md file (#433) - fix: one more type error - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - fix - feat: new favicon (#426) - fix: one more build error - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - fix - ui: enable chrome extension download (#423) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - change /memories to /documents, remove unwanted dependency, biome format - feat: auto redirect to last site (#422) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - update: Readme - fix: autumn caching issue (#421) - ui: delete document and related memories dialog (#420) - fix: connections activation autumn (#419) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - make docs public - feat (extension) : Auto Search Toggle for Chat Applications (#418) - feat: pro subscriber email config (#417) - merged - small changes - extension: updated telemetry and batch upload (#415) - fix: billing page (#416) - feat: add mcp migrate route (#410) - feat: openai python sdk (#409) - fix: remove the scripting for extension (#411) - feat: new tools package (#407) - ux: support integration (#405) - feat: add mcp url to clients in connect ai modal (#406) - completely remove waitlist (#404) - fix: tour guide fix on overlap (#403) - changes to chrome extension (#402) - ui: default open connect ai modal (#401) - feat (extension): add claude.ai and t3.chat integration support (#400) - feat: redesign MCP connection flow with step-based UI and v1 migration (#399) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - temp disable waitlist for user testing - Merge pull request #395 from supermemoryai/mahesh/browser-extension - fixed bun lock issue - Merge branch \'main\' into mahesh/browser-extension - fix: build - BETTER GRAPH (#398) - migrated the search to API v4 - fix the css issue with button - feat: migrate from react-markdown to streamdown (#394) - Add claude GitHub actions 1756491853286 (#397) - refactor(ui): optimize menu hover width and simplify text layout (#396) - tailwind css to popup - welcome page tailwind css integration - added app token registration for extension - updated bun lock file - feat: browser extension - ci: fix ai-sdk publish (#393) - ci: temp add debugging to ai-sdk workflow (#392) - Merge pull request #384 from supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation - fix the commetns - feat: openai js and python sdk utilities (#389) - feat: support project-specific installation commands (#390) - chore: add repository to make auto publish work - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - includeFullDoc: true in search endpoint - Merge pull request #377 from supermemoryai/mahesh/update-memory-detail-view - fix: memory limits cutoff (#385) - fix: missing dialog title in consumer mobile drawer (#386) - fix sentry server issue (#388) - feat: add \'last used\' badge to login page (#387) - added connections as well - added connections as well to integrations view - fix: redeploy - added summary and memory details to memory detail view - fix: name in wrangler - ci: add ai-sdk publish (#381) - fix: ai-sdk config optional (#380) - feat: add tsdown.config.ts (#379) - fix: ai-sdk build (#378) - fix: unused ts expect error - sentry sourcemaps - ui (memory detail): improved memory detail view and open chat - fix: env vars - feat: sentry integration (#376) - Add AI SDK Utilities (#375) - Enhanced Text Editor and format fixes with biome (#371) - Merge pull request #368 from supermemoryai/mahesh/doc-update - added usage notes - Update LICENSE - Merge pull request #366 from supermemoryai/mahesh/supermemory-new - New Version of Supermemory Consumer App - Merge pull request #355 from supermemoryai/archive - fix: typo - chore: new README with archival notice - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - don\'t treat it as tag - docs: More info about every endpoint - connections endpoints - update:docs - Fix: notion integration - settings openapi - Merge branch \'main\' of github.com:supermemoryai/supermemory - updated openapi - Change in wording - fix: Fixed overflowing content in add memory pop up (#347) - fix extension tweet import (#343) - Merge pull request #345 from CodeWithShreyans/misc-fixes - auth info in endpoints - fix: duplicate in doc - fix: api reference page - fix: api reference page - version maybe? - docs. - openapi fix - v2 docs - Documentation edits made through Mintlify web editor - reduce padding - remove profile button for now - fix padding in add memory modal - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: tweets view - Minor cleanup and fix - auto generated openapi schema - Merge pull request #339 from supermemoryai/hybrid-rag - add correct extension id - fix: discord links - Merge pull request #338 from supermemoryai/Dhravya-patch-2 - Update README.md - Merge pull request #335 from supermemoryai/hybrid-rag - hybrid rag looks good now - Merge pull request #334 from supermemoryai/hybrid-rag - implemented proper hybrid search with date relevancy into consideration - implement hybrid search - better space selector - added a batch delete feature - edit space names - intuitive memory movement, avoid duplicates in home - twitter import fix - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request #331 from supermemoryai/revert-325-patch-1 - Revert "Updated AddMemory.tsx component to fix overflow memory category/tabs UI " - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request #325 from alankritkhatri/patch-1 - delete spaces - Merge pull request #323 from movoid12/doc/update-doc - Updated AddMemory.tsx to fix overflow memory category/tabs while selecting the category of the new memory - docs: update AuthKit Remix Cloudflare anchor link - docs: remove getting started title - docs: intro title change - docs: added pricing page - docs: add notes about infrastructure - docs: update changelog - docs: v1 - add api reference - add api reference - api docs - redepl - initial docs setup - docs no submodule - docs without submodule - add docs - Hello World - auto-provision changes - fix: internal server error - fix: deleting memories - change embedding model - change embedding model - import tools: CSV and markdown (obsidian) - fix: postgres error - Merge branch \'main\' of github.com:supermemoryai/supermemory - Supermemory v2 Release 🚀 - huge update" - Merge pull request #295 from supermemoryai/extension/duplicate-save-fix - fix: duplicate content saving data in extension - fix: extension on top - Merge pull request #294 from supermemoryai/extension/drag-and-dismiss - fix: drag and import icons scrolling over page - Merge pull request #293 from supermemoryai/extension/drag-and-dismiss - fix: horizontal overflow - Merge pull request #292 from supermemoryai/extension/drag-and-dismiss - fix: extension icon scroll effect with page - extension: the UI Scroll issue fix - Merge pull request #289 from supermemoryai/extension/drag-and-dismiss - fix: icon images issue - Merge pull request #285 from supermemoryai/extension/drag-and-dismiss - feat: Drag and Dismiss extension features - Merge pull request #275 from AVRSANAND/fix-bug-onboarding-links - Fix: Making links clickable in onboarding section in Step2 - ugh - fix: telegram bot - fix: all build errors - fix: editor build issue - Merge branch \'main\' of github.com:supermemoryai/supermemory - aaa - Merge pull request #268 from supermemoryai/CodeTorso-main - trigger build - add lockfile - minor fixes - merge conflicts - Merge pull request #259 from supermemoryai/cta-fix - update the cta after launch - Merge pull request #258 from manuarora700/main - fix: navbar glitch - Merge pull request #255 from aidenybai/chore/upgrade-million - Merge pull request #240 from supermemoryai/telegram-markdown-mode - refactor(web): Update condition for development environment - undo changes - Merge branch \'main\' of github.com:supermemoryai/supermemory - revert and fix mem0 memories addition - merged - commit it - get this file in - popover ruining my day again - Merge pull request #254 from CodeTorso/memo-page - little animation will be better - Merge pull request #253 from CodeTorso/memo-page - better icons - editor - Merge branch \'leerob-perf-improvements\' - Merge pull request #249 from aidenybai/chore/upgrade-million - build(package): Update @million/lint version - Fix Tailwind configuration and use Turbopack - chore: fix lockfile - Merge pull request #246 from CodeTorso/next-fix - placeholder - fix: prop types in combobox - chore: update lockfile - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request #245 from CodeTorso/next-fix - alert when deleting space - chore: bump extension version - Merge pull request #244 from sijan2/main - fix: infinite save issue and improve timer logic in ContentApp - Merge pull request #243 from CodeTorso/next-fix - why is this novel shit broke - Merge pull request #242 from CodeTorso/next-fix - next fix, how did noone notice this ? - chore: Update Telegram bot with Markdown Support - update version - slow wait and save - made counter work, wait on ratelimits and handle errors gracefully - Merge branch \'main\' of github.com:supermemoryai/supermemory - check for ok instead of fuckall - Merge pull request #235 from supermemoryai/feat/pwa - update lockfile - Merge pull request #231 from supermemoryai/kush/be-queue-fixes - Merge branch \'main\' into kush/be-queue-fixes - update lock file - Merge pull request #236 from CodeTorso/queue - one more commit needed - memory queue fix - Add PWA Support for Web App - Update README.md - Merge pull request #234 from supermemoryai/Dhravya-patch-1 - Update README.md - fix: builds - Merge pull request #230 from Yh010/bug/multiButtonPress - remove unwanted console logs - fix sapces; fix incorrect title for memory sources - Merge pull request #229 from supermemoryai/fix/extension-nav - fixes multiple memory submission bug - feat: Add "View" button for chrome extension - im just tired - OOFOF well now posthog pls - Bruh LMFAMO - posthog - uncomment - make use of the promise-based thingy we\'re doing - Merge pull request #193 from supermemoryai/kush/be-queue - updated kv and queues - change kv namespace ids - merged latest changes with queue branch and ready for prod - changes for prod - Merge branch \'kush/be-queue\' of https://github.com/Dhravya/supermemory into kush/be-queue - Fix job errors not reflecting in D1; add delays on document insert in vectorize to help with open ai rate limits - Merge pull request #219 from Deepakchowdavarapu/readme-issue - Merge pull request #206 from supermemoryai/better-markdown - Merge pull request #223 from iiAbady/patch-1 - Merge pull request #224 from iiAbady/patch-2 - optional chaining - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: entities urls might not be there - changes for staging - chore(ui): justify thinkpad to center - fix: delete uneeded ref page - Merge pull request #221 from fyzanshaik/feature/memory-scrollbar - Removed unnecessary comment - Scroll bar added - Requested changes done fixed the links - Merge branch \'kush/be-queue\' of https://github.com/Dhravya/supermemory into kush/be-queue the commit. - added links - Merge pull request #211 from NareshBiradar1/spelling-typo-necessary-in-introduction - Merge pull request #214 from omwagh28/issue1 - Chrome extension Capitalized for better modularity - move limit to backend and thread service binding - Fix spelling typo: neccessary to necessary in Self-Hosting Guide introduction - Merge pull request #209 from abhishekshah5486/fix-typo-volia - Corrected the typo Volia to Voila in the Import Twitter Bookmarks section of the README.md file - better markdown rendering - Merge branch \'main\' of github.com:supermemoryai/supermemory - remove pro mode for now - Merge pull request #205 from krakenftw/deletespace - calculate how fucked we are - fix: stuff - handle errors properly - fix wrangler toml - Merge branch \'main\' of github.com:supermemoryai/supermemory - export memories option - lint - feat: delete space - Merge pull request #204 from krakenftw/textospeech - fix: wrong icon for speaker-x - feat: selective disabling of buttons - feat: stop tts button added - feat: disable speaker button while speaking - fix: Small UI issue - Merge branch \'main\' of github.com:supermemoryai/supermemory - send a sliced version to the API - Merge pull request #198 from krakenftw/textospeech - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: people skipping onboarding should still have supermemory.ai saved - Merge pull request #201 from supermemoryai/fix/telegram-login - fix telegram bot link issue - feat: text to speech on answers - drizzle logic back in apps/web other stuff in the same place. - db schema in packages - queues so far - nevermind. disabled sentry. again. - enable sentry using tree shaking - disable sentry again. - Merge pull request #189 from tushar-daiya/promiseToaster - cleaner - removed unnecessary - Merge pull request #190 from supermemoryai/Welding-Torch-patch-2 - Merge pull request #191 from supermemoryai/Welding-Torch-patch-3 - Fix \'Draw things to see here\' - It\'s \'Thinkpad\' not Canvas anymore - fixed error shows as success toast - sonner promise toaster added - Merge pull request #186 from fyzanshaik/bugfix/github-key-interference - Merge pull request #187 from tushar-daiya/keymaps/addmemory - dependency array removed - Add useKeyPress hook for keyboard event handling - Fix: Remove event listener through cleanup - Fix: Disable GitHub shortcuts in text field - fix ids not present in storecontent - fixed builds, added friend integration - merged - lockfile - lockfile - Merge pull request #174 from supermemoryai/Welding-Torch-patch-1 - Merge pull request #180 from dishit7/fix/openlink_in_newtab - Merge pull request #182 from CodeTorso/backend - home page style - Merge pull request #181 from supermemoryai/kush/fix-threads - fix tweets and sources - Merge pull request #175 from aryankeluskar/main - Fix: Add target and rel attributes to external links for new tab opening - update turbo package - Update line of memories to not overflow - The extension is up-to date now - Merge pull request #173 from siddarthpai/168 - fixes for issue #168 - Merge pull request #163 from aryasaatvik/pnpm - Merge pull request #171 from JedPattersonn/jed/fix-breadcrumb - Fix Spaces Breadcrumb - catch - format - update docs and hook - Merge pull request #140 from supermemoryai/kush/experimental-thread - Merge branch \'main\' into canvas - solve merge conflicts - ughh, regenerated migrations. my bad. - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge branch \'main\' of https://github.com/Dhravya/supermemory - onboarding page changes and ratelimiting - merged - Merge branch \'main\' of github.com:supermemoryai/supermemory - quickfixes - pnpm - telegram token - revert some files - fix script - update wrangler - fix eslint issue - disable telegram - address ts issues - done!! - fix error on drop - merge oopsies - Merge pull request #145 from aryasaatvik/signout - Merge branch \'main\' into signout - let\'s go boys!! canvas - Merge pull request #159 from aryasaatvik/docs - r2 link - update docs - parse suggestions for handling edge case - fix breadcrumbs and btter handling - better error handling - fix weird wrangler problems in prod for recommendations] - Merge pull request #154 from supermemoryai/filtering - shitgit - fix - Update page.tsx - Update apps/web/app/(dash)/home/page.tsx - Merge branch \'main\' into filtering - better error handling - added recommended items - Merge pull request #152 from supermemoryai/add/producthunt-badge - add: producthunt of the day badge to landing page - Merge pull request #149 from aryasaatvik/has-onboarded - rerun schema update - tabs - complete onboarding on skip - Merge pull request #147 from aryasaatvik/history - use hasOnboarded from user table instead of query param - add hasOnboarding to db - a11y support - Merge pull request #139 from alankritkhatri/fix-memory-blur - setup migrations - drop unique constraint on name - add try catch in api/add for better error handling - feat: Improve batch processing for vector metadata updates; Support long form content - history dropdown - tabs lol - match text color - allow signout - feat: add thread support for twitter; add segregation in types of chunks and methods to process those chunks - fixed the blur in the add memory card/component by removing a tailwind class backdrop-blur-md. made changes in dash/dialogContentContainer.tsx anad dash/menu.tsx - Merge pull request #137 from supermemoryai/pro-mode - fix: type error when getting full chat thread - remove lockfile (failing builds) - added ability to use pro mode, to do complex timeseries/location searches - Merge pull request #133 from aryasaatvik/lockfile - Merge pull request #135 from aryasaatvik/ui-tsconfig - add damn home icon - fix loaders, allow larger websites - resolve ts error for svg imports - remove redundant icon export - use ts from workspace - add lockfile - revert menu - producthunt link - fix: oopsies, not default function - /chat page redirects back to home - launch fixes: fix onboarding and no dead buttons - non-clickable when not selected - i don\'t understand git anymore - fix: lag in chatwindow submission - added telegram bot link - telegram bot link in dashboared - added history to page - onboarding UI - corrupt lockfile - retry deployment - minor changes in nav icons - merging - wtf is going on - changes in queryinput home layout - Merge pull request #129 from Priyansh4444/patch - fix: forgot to close the Link tag since was on phone - feat/refactor: Using <Link> instead of <a> and hovering animation - remove everything inside raw tags - fix links - Merge pull request #125 from supermemoryai/revert-121-codetorso - Revert "small commits big pr" - Merge branch \'main\' of github.com:supermemoryai/supermemory - memories and justification clubbed together, justification more nested - Merge pull request #121 from supermemoryai/codetorso - Merge branch \'main\' into codetorso - believe in god, hope this works - added links on bottom of the page - change summary to answer - Merge pull request #118 from MaheshtheDev/extension/space-fetch-issue - Merge pull request #122 from malisettisamrat/fix/mobile-layout - Merge branch \'main\' into fix/mobile-layout - Merge branch \'main\' into codetorso - Merge remote-tracking branch \'origin/main\' - fixed mbile layout - Merge branch \'main\' into extension/space-fetch-issue - chore: Refactor handlePopoverChange function - Disabled sentry for now because of unreasonably large bundle size - attempt to deploy - deployment attempt - deployment attempt - onboarding page - inter font - accidentally left behind - a server rendered navbar - skeleton loaders for recent chats - recent searches feature and some other cool stuff - effect of disappearing text on input - improved textarea layout + home page imrpovemnts - searchparams refactor - bigger text, and fixing build errors - Refactor and add beutiful spacefilter - ig I need to commit lockfile - refactor /home - fix dependency errors - try new deploy strat - api routes to make mobile real - test - stuff - use tabs - breadcrumbs - added breadcrumbs for easier navigation on web - added sentry - Merge branch \'main\' of https://github.com/Dhravya/supermemory - small UX fixes and multi space save actually works now - Merge pull request #115 from mrswastik-robot/mobile-responsiveness - quickfix: remove any instances of chunkings from raw tweets - push changes - Revert "added bun lockfile" - Merge pull request #119 from Dhravya/ui-improvements - menu reduced size - chore: Refactor spaces fetch call activity - build using bun - added bun lockfile - Merge pull request #117 from Dhravya/ui-improvements - more improved ui - Merge pull request #116 from Dhravya/ui-improvements - ui changes :) - Merge pull request #114 from GauravBurande/patch-1 - landingPage UI fixes on mobile screens - Update content.jsx the memory cards link opens in new tab - return whole response - Merge pull request #111 from Dhravya/kush/misc-be-improvements - update Error messages and handling - chore: add prettier config feat: improve error handling for long documents feat: add chunk id\'s to db - Merge pull request #109 from meetpateltech/terms - rename terms to tos - cleaned up migrations - Merge pull request #107 from MaheshtheDev/maheshthedev/fix-filter - fix: filters in space and memories - Merge pull request #101 from meetpateltech/improve-readme - Merge pull request #106 from Dhravya/imgbot - fix merge conflicts - [ImgBot] Optimize images - Merge pull request #94 from Dhravya/imgbot - Merge pull request #100 from Kinfe123/fix/clean_ups - Merge branch \'main\' into fix/clean_ups - Merge pull request #103 from MaheshtheDev/maheshthedev/update-readme - Update twitter import instructions and warning for signing - added privacy policy and TOS - added context menu saving - revamped extention - UX: Load while creating memory - small fixes with prompt formatting and browser rendering] - enter to submit, shift newline - Update README.md with new UI - use cloudflare AI gateway - merged - better-extension - improve readme - fix: change to signin path - fix: making the image work - fix: responsiveness on hero text - fix: responsiveness and image border radius - fix: centering the btn - removed scrollbar - Merge pull request #99 from MaheshtheDev/fix/mobile-landing - Update og image URL and website link - Merge pull request #88 from MaheshtheDev/fix/setup-guide - Merge pull request #98 from MaheshtheDev/fix/mobile-landing - refactor: Update Cta and Footer components on the landing page - fix: add content modal had a bad blur - Merge branch \'main\' of https://github.com/Dhravya/supermemory - minor changes to landing page - attempt to make the add modal more accessible - add sharedtypes back to package.json - attempt to fix ci/cd again - try to fix ci/cd - try to fix ci/cd again - fix ci/cd - Merge pull request #97 from govind-superu/linkFixed - slice the tweet text to prevent issues - fixed link - landing page fixes - UI update - mobile UI fixes - fix access controls - shareable spaces - spaces function - [ImgBot] Optimize images - fix link - minor changes in extension - merge conflicts - Merge pull request #93 from Dhravya/editor - done! - Merge pull request #91 from Dhravya/editor - dhravya\'s improvements - show updates in the extension - Merge pull request #90 from Dhravya/editor - canvas (3/3) - more spacing in memories page - removed unwanted information from the memories page - revalidate page - makeshift notes page - ensure useriD while saving - search endpoint - save unique vectors for users from extension - UX improvement: Create space disabled when input value is \'\' - import using extension - added things - tailwind shadow dom - TODO; failed tailwind attempt - made fiter functinoal - added comments in memories page - memories page - fix typescript errors - user canvas (2/2) - schema - more tweaks - design improvement - config - fixed new chat button showing up on all pages - fix: Spaces filter not working - dynamic island no longer needed - new filter - User Canvas (1/2) - adding note to not to change binding value in database - allow pointer events - minor error fixes - fix: baseUrl should be same as Url - Merge pull request #83 from lakshaybhushan/main - updated nav - minor spacing & color fix for showcase component - fixed alignment for twitter icon - Merge pull request #82 from Kinfe123/feat/landing_revamp - text on landing pages - fix: adding self hostable - removed isDarkMode in canvas for now - change wrangler.toml to point to prod db - landing page minor changes - fix: prod issue - fix: minor padding and alignment leaks - Merge branch \'main\' into feat/landing_revamp - fix: import using absolute path - dev and prod databases - to a responsive future 🚀 - we close the modal once memory creation is started - close modal after adding memory - added toast for loading and fixed chathistory - removed loading stuff - minor fixes - chathistory - use gpt-4o again, responses are considerably better. - fix: redirect if not logged in - aaaaaaaa - oof - a lot of hotfixes to fix production build - trying to fix build - changed packagemanger for apps/web - dep update - build.yml - drizzle-orm in dependencies, prod wrangler.toml - Merge pull request #80 from Dhravya/telegram-bot - reduced db calls here, we don\'t need that complex logic, can just do this lol - feat: loader for form submission - fix: ui revamp - fix: ui revamp responsiveness - fix: clean up - fix: wiping out the components - fix: making type safe - fix: unused import and unwanted import - fix: bg grid paattern - ts-ignore at the right place - some important housekeeping, crushed all build errors - made and documented the telegram bot (HYPE) - added backend route for telegram bot and others to be possible - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - feat: vector lookup and chat is twice as fast now - Add Extension (1/2) - added indexes and stuff - clean code+ user canvas (1/2) - centered layout - fix: auth page revamap - fix: auth page revamap - fix: auth page revamap - feet: auth page revamp - fix interactive canvas (2/2) - Merge pull request #79 from Dhravya/chathistory - cleanup - deleted chatpage - merged code - addeed chathistory functionality - delete packagelock - Unreadable Canvas code, jk 😂 - fix: revamp - fix: ui revamp - fix: ui revamp - improve canvas drag and drop make sidepanel work - fix: ui revamp - fix: ui revamp - fix: padding leak - fix: zIndexing fixD - Fine tuning canvas (1/2) - fix: width issue - fix: margin leak - fix: input - fix: revamp - fix: revamp - fix: navbar revamp - fix: build - fix: import error - fix: import error - fix: import error - fix: prod issue - fix: section revamp - fix: section revaamp - feat: landing page revamp init - Merge pull request #76 from Dhravya/kartik - Merge branch \'codetorso\' into kartik - added multi-turn conversations - works - Another Failed Attempt at streaming - Improve code, failed attempt at Streaming text - Add Drag & Drop code - Drag and Drop in Canvas! - Merge pull request #75 from MaheshtheDev/fix/cta-bg - fix: Cta component background color - added logic to handle justification properly - darkmode by default - Create Embeddings for Canvas - EditorAI integrated! (1/4) - codetorso pull remote - Add Editor Endpoint - Merge pull request #71 from Dhravya/vector-deduplication - include all selected spaces in the fetch call to backend - vector duplication no longer an issue. support for querying with multiple spaces. - Merge pull request #70 from CodeTorso/codetorso - add js docs - gpt-4o is already a default model, so no error-checking required - add number of chunks to the respnose and only show unique values - added sources to the response - store full info - OCR try - added image support in the backend - add: animated query input - use a dev vectorize database to prevent pollution - include metadata in response, add type to metadata - proper URLs - fixed a bug - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - form to add content [PENDING LOADING STATE] - ui update: /chat - improve: /home page - Update Setup Guide - added way to save content and vectorize them. also refactored code and added a bypass to browser rendering - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - chore: Remove unused variables and dependencies - getspaces and other features integrated with the backend - [MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - omg - small stuff - Merge pull request #59 from Dhravya/revert-58-v2 - make header and menu fixed instead of absolute to prevent movement on scroll - chat UI and markdown renderer ⚡ - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - added zod validation to embedQuery - fix backend - Revert "Add code for extension" - Merge pull request #58 from CodeTorso/v2 - Merge pull request #57 from CodeTorso/codetorso - smoothening animatio - Merge pull request #56 from CodeTorso/codetorso - Icons now in our website integrated - full screen mode implemented - some documentation for backend - minor changes and improvements - Adding keyboard shortcuts, responsive design that 99% don\'t need but still - AI code refactored - Add Memories, Canvas, Editor - before color edits - widget - Add Dynamic Island - Implement extension - Implemented Highlight in Extension - added top bar nav - improvements in dash + chatUI - Add Extension Template - fixed some import bugs - Merge branch \'CodeTorso-improvements\' into v2 - fixed conflicts + my local changes - commented the backend code with it\'s limitations + optimised and removed a bunch of unnecessary queries - Scroll Nav hide and Twitter Animated Border Implemented - started implmeneting filter - proper redirects - added signin page - change input height - brought all the APIs back - fix global file stuff - Merge pull request #52 from Dhravya/v2-refactor - added kartik\'s code - re-added license, readme, etc. - refactored UI, with shared components and UI, better rules and million lint - refactored UI, with shared components and UI, better rules and million lint - added social material - fixed the annoying SVG errors in the terminal - format documents - footer fix: Arrow color should be consistent, no need for stroke - added hover and border to signal clickability - fix: center follow on twitter button - Merge pull request #50 from CodeTorso/improved-landing-page - Improved Input + Feature Section click + Twitter link + Footer link arrow - simple hover link animation - landing page improved for readability and smooth scroll - landing page complete ✅ - general layout, responsive - added browser rendering - feat: Rewrite backend to hono ⚡ - Update README.md - Merge pull request #28 from luka1104/patch-1 - Update SETUP-GUIDE.md - Merge pull request #26 from nexxeln/nexxel/faster-builds - ignore eslint and ts build errors - Merge pull request #24 from Pelps12/main - Fix default behavior bug - edit prompt - Change "Enter" submit logic - switch back to gemini - don\'t remove value on completion - enter to send - Merge branch \'main\' of https://github.com/Dhravya/supermemory - fix: inArray requires atleast one value error - add link to cloudflare pages - help on the chrome ext - get chrome extension button - extension auth button - fix input scroll bug - added tracking code - added tracking code - Create LICENSE - increase highscore filter - added readme - attempt to make og image work - fixed the AI prompt - added limit - everything done - fix context menu - add profile and fix drawer scroll - space expand layout - fix route - fix - update routes - merge - new modals - 6144 char limit - maybe twitter images will work? - added wipefile - update db prepare statement - fix og image - added reset command - wipedata api - added edit route - delete route - delete route - more meta tags - manifest file for pwa - added favicon - changes to the quuq - fixed notes vectorize - get pagecount as well - notes in vector db - change ai model - attempt to fix browser rendering - made pageToMemory work - add page data to vector db - fix layout - Merge branch \'main\' of https://github.com/dhravya/supermemory - fix relaod bug - fix build fail - Merge branch \'main\' of https://github.com/Dhravya/supermemory - privacy page - pulled yash - fix phone layout - resolved conflicts - fixed spaces memories appearance-reappearance bug - added browser rendering for getting clean page content - fix notes - generate - delete spaces and memories - order by savedAt - fix metadata - conflicts - merge - fix edge case for getting metadata - fix favicons - space add - spaces dialog - search results - CloudflareAI for better streaming - switch to cloudfalre - memory item - e - comment extension dialog for now - merge - fix dialog to add spaces - aaaaaaaaaaaaa - vectorize function - bookmark tweets feature - mark runtime=edge for spaces - added logic for importing all tweets - Merge branch \'main\' of https://github.com/Dhravya/supermemory - added overlay for importing tweets - new route /spaces - merge - update store route - proper caching and KV - merge - fix: vector length issue - add modal to extension - increase number - removed pnpm lock - done - added ratelimits - properly show ids - spaces not showing bug fixed - minor edits to make stuff work - add search to context - sql queries - update sql queries - new db actions - Merge branch \'main\' of https://github.com/dhravya/supermemory - merge pls - Merge branch \'main\' of https://github.com/Dhravya/supermemory - ok - prepare statement - Merge branch \'main\' of https://github.com/Dhravya/supermemory - Import twitter bookmarks - schema update - clean url - new schema - add modal - Merge branch \'main\' of https://github.com/Dhravya/supermemory - notess - changes in how we save vectors - Merge pull request #5 from Dhravya/new-ui - Merge branch \'main\' of https://github.com/Dhravya/supermemory into new-ui - save user ID with url to ensure that same website can be saved by users - novel editor - some branding attempts - ok - remove prepaer - added pre commit hook - test - testing - testing precommit - test - fix warning for formatting thing - test - test - switch to next-auth beta because of build fails - extension styling such that website content is not affected https://twitter.com/DhravyaShah/status/1778189224396922948 - added ext.css, prevent css mismatch - fix styling in extension, remove ai sidebar in extension - cleanups for production - Merge pull request #4 from Dhravya/new-ui - better md - filter spaces support - spaces in the API - removed all pnpm-lock files - fix malformed data sometimes - new-ui WORKS AND DONE AND DUSTED - have a initial search query - chat implementation - // - new chat (incomplete) - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - test - removed unnecessary files - sources in search - messages list - messages streaminug - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - chat - setup for multi chat - made it functional - aggregate content from same space - better phone controls - better phone ui - fix memory modal closing - remove ui page - merge - move to context - fix: no longer pass down spaces - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - add modal - changed data structure to fetch spaces - (NEEDS MIGRATION)made sidebar functional - remove unused imports - fix type error - delete no longer needed components - `addSpace` function to the context - add context and fix sidebar - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - context added - make ext work with dev mode - memories that show up are legit now - use server in /ui - improve phone ux - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - add custom Bin component - fix content paths - add auto-animate - fix window undefined error - i dont even know - i dont even know - better focus states - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - animation with framer motion - remove debug lie - update cmdk - add fade-in anim - fix font weight - uptodate with main - update: catch up with main - change \'categories\' to \'spaces\' - fix: fix build fail, add category in storedcontenttypes - added category support in d1 db, changed schema - added category support: add and search - refactored ai backend code for composability - responsiveness - responsiveness and phone memory drawer - fix props - fix styles - memory bar - placeholder - input with icon - responsiveness - filter combo box - add wrangler.toml to gitignore - new layout - wrangler - new modifier - sidebar update - git add categoryitem - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - gracefully end stream - fix: donechunk fix - fix: streaming doesn\'t work when newline characters are malformed - fix: auth in extension - Merge pull request #1 from Dhravya/gemini-api - remove unnecessasry comment - delete pnpm-lock.yaml - added gemini streaming in cf-ai-backend - rename to PageItem - rename to PageItem - add new page popover - add new page popover - Merge branch \'main\' of https://github.com/Dhravya/supermemory into new-ui - update .github - final - fix deploy-cf-worker - build checks - update CI and test - (ci): update CI again - (ci): update CI again - (ci): testing CI changes again - (ci): update ci - (ci): test changes in ci - (ci): update github action to an even better script with auto deploy to cloudflare workers for the ai module - added workflow to auto deploy workers - (ci): conditionally build and deploy - (ci): extension path mismatch fix - update extension: work on all *.dhr.wtf sites - fix delete button on dark mode - fix delete button on dark mode - List Item with Sidebar - List Item with Sidebar - redeploy: check for d1 database - redeploy: check for d1 database - . - . - add wrangler.toml - add wrangler.toml - Merge branch \'main\' of https://github.com/Dhravya/supermemory - Merge branch \'main\' of https://github.com/Dhravya/supermemory - remove github id - Update README.md - Update README.md - trigger workflow - this should pass - add env manually - fix: build command - added @radix-ui/react-dropdown-menu - build properly - upload to proper place - try to fix it again - fix: github action - use bun for builds - install in root dir - setup bun - force install - fix: packageManager spelling in build - fix: build extension - added push to cf action - added build and release github actions - untracked .next/ - removed .next - don\'t run cf-ai-backend - added messageposter button in page.tsx - to auto loginto extension - added dependencies - update: fixed type error in OpenaiEmbeddings and added tailwindcss-animate as requirement - fix: type error - setup and workflow: added example wrangler file - fix: hot update in dev mode! FINALLY - added policy - feat: added and fixed query and search interface - feat: Added AI query UI - extension workoing - implemented AI with citations and extension flow, using openai embedder - extension auth and sync working - completed API routes - set up cf ai worker - set up cf ai worker - EVERYTHING WORKING PERFECTLY - chaos - hide bun lockfile - initialised monorepo with auth and extension communication * chore: updated the api key token link * Update supermemory extension - fix: lint issues - chore: duplicate code blocks removal * fix: remove console logs * chore: updated the author name * Update supermemory extension - updated: eslint config - fix: greptile issues - chore: updated the author name - fix: remove console logs - fix: lint issues - chore: duplicate code blocks removal - chore: updated the api key token link - fix: raycast publish issue with bun - chore: update the metadata and ui for app to get api key - feat(raycast-extension): initial version of supermemory extension for raycast - fix: Migration guides - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - feat: Add memory vs rag and migration section to docs - ui: fix progress bar thickness on regular browser (#445) - fix: hardcode names (#444) - feat: layout design with theme improvements (#443) - UI: onboarding improvements (#435) - feat: new onboarding flow (#408) - feat: Claude memory integration - fix: build - hot-fix: chat conversation reaching max depth with update (#442) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - migrate docs to public - fix: disable experimental React Compiler in Next.js config and remove babel-plugin-react-compiler dependency. (#441) - chore: updated the author name - fix: remove console logs - fix: lint issues - chore: duplicate code blocks removal - chore: updated the api key token link - fix: raycast publish issue with bun - chore: update the metadata and ui for app to get api key - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - bump version - fix: SSR issue while localStorage is being accessed (#437) - feat(extension): Auto Logout when token is invalidated, Account Section (#438) - fix(pricing): update the new pricing limits on pro plan (#439) - feat(raycast-extension): initial version of supermemory extension for raycast * Update changelog title and date format * Update subtitles for add and search memories commands * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <per@raycast.com> Co-authored-by: raycastbot <bot@raycast.com>
* Add supermemory extension - fix: raycast publish issue with bun - chore: update the metadata and ui for app to get api key - feat(raycast-extension): initial version of supermemory extension for raycast - feat: add one click install to cursor on connect to ai modal (raycast#436) - Update ADD_MEMORY_SHORTCUT_URL to new URL (raycast#434) - Rename CONTRIBUTING.md file (raycast#433) - fix: one more type error - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - fix - feat: new favicon (raycast#426) - fix: one more build error - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - fix - ui: enable chrome extension download (raycast#423) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - change /memories to /documents, remove unwanted dependency, biome format - feat: auto redirect to last site (raycast#422) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - update: Readme - fix: autumn caching issue (raycast#421) - ui: delete document and related memories dialog (raycast#420) - fix: connections activation autumn (raycast#419) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - make docs public - feat (extension) : Auto Search Toggle for Chat Applications (raycast#418) - feat: pro subscriber email config (raycast#417) - merged - small changes - extension: updated telemetry and batch upload (raycast#415) - fix: billing page (raycast#416) - feat: add mcp migrate route (raycast#410) - feat: openai python sdk (raycast#409) - fix: remove the scripting for extension (raycast#411) - feat: new tools package (raycast#407) - ux: support integration (raycast#405) - feat: add mcp url to clients in connect ai modal (raycast#406) - completely remove waitlist (raycast#404) - fix: tour guide fix on overlap (raycast#403) - changes to chrome extension (raycast#402) - ui: default open connect ai modal (raycast#401) - feat (extension): add claude.ai and t3.chat integration support (raycast#400) - feat: redesign MCP connection flow with step-based UI and v1 migration (raycast#399) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - temp disable waitlist for user testing - Merge pull request raycast#395 from supermemoryai/mahesh/browser-extension - fixed bun lock issue - Merge branch \'main\' into mahesh/browser-extension - fix: build - BETTER GRAPH (raycast#398) - migrated the search to API v4 - fix the css issue with button - feat: migrate from react-markdown to streamdown (raycast#394) - Add claude GitHub actions 1756491853286 (raycast#397) - refactor(ui): optimize menu hover width and simplify text layout (raycast#396) - tailwind css to popup - welcome page tailwind css integration - added app token registration for extension - updated bun lock file - feat: browser extension - ci: fix ai-sdk publish (raycast#393) - ci: temp add debugging to ai-sdk workflow (raycast#392) - Merge pull request raycast#384 from supermemoryai/08-24-feat_ui_integrations_page_with_shortcuts_auto_api_key_generation - fix the commetns - feat: openai js and python sdk utilities (raycast#389) - feat: support project-specific installation commands (raycast#390) - chore: add repository to make auto publish work - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - includeFullDoc: true in search endpoint - Merge pull request raycast#377 from supermemoryai/mahesh/update-memory-detail-view - fix: memory limits cutoff (raycast#385) - fix: missing dialog title in consumer mobile drawer (raycast#386) - fix sentry server issue (raycast#388) - feat: add \'last used\' badge to login page (raycast#387) - added connections as well - added connections as well to integrations view - fix: redeploy - added summary and memory details to memory detail view - fix: name in wrangler - ci: add ai-sdk publish (raycast#381) - fix: ai-sdk config optional (raycast#380) - feat: add tsdown.config.ts (raycast#379) - fix: ai-sdk build (raycast#378) - fix: unused ts expect error - sentry sourcemaps - ui (memory detail): improved memory detail view and open chat - fix: env vars - feat: sentry integration (raycast#376) - Add AI SDK Utilities (raycast#375) - Enhanced Text Editor and format fixes with biome (raycast#371) - Merge pull request raycast#368 from supermemoryai/mahesh/doc-update - added usage notes - Update LICENSE - Merge pull request raycast#366 from supermemoryai/mahesh/supermemory-new - New Version of Supermemory Consumer App - Merge pull request raycast#355 from supermemoryai/archive - fix: typo - chore: new README with archival notice - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - Documentation edits made through Mintlify web editor - don\'t treat it as tag - docs: More info about every endpoint - connections endpoints - update:docs - Fix: notion integration - settings openapi - Merge branch \'main\' of github.com:supermemoryai/supermemory - updated openapi - Change in wording - fix: Fixed overflowing content in add memory pop up (raycast#347) - fix extension tweet import (raycast#343) - Merge pull request raycast#345 from CodeWithShreyans/misc-fixes - auth info in endpoints - fix: duplicate in doc - fix: api reference page - fix: api reference page - version maybe? - docs. - openapi fix - v2 docs - Documentation edits made through Mintlify web editor - reduce padding - remove profile button for now - fix padding in add memory modal - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: tweets view - Minor cleanup and fix - auto generated openapi schema - Merge pull request raycast#339 from supermemoryai/hybrid-rag - add correct extension id - fix: discord links - Merge pull request raycast#338 from supermemoryai/Dhravya-patch-2 - Update README.md - Merge pull request raycast#335 from supermemoryai/hybrid-rag - hybrid rag looks good now - Merge pull request raycast#334 from supermemoryai/hybrid-rag - implemented proper hybrid search with date relevancy into consideration - implement hybrid search - better space selector - added a batch delete feature - edit space names - intuitive memory movement, avoid duplicates in home - twitter import fix - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request raycast#331 from supermemoryai/revert-325-patch-1 - Revert "Updated AddMemory.tsx component to fix overflow memory category/tabs UI " - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request raycast#325 from alankritkhatri/patch-1 - delete spaces - Merge pull request raycast#323 from movoid12/doc/update-doc - Updated AddMemory.tsx to fix overflow memory category/tabs while selecting the category of the new memory - docs: update AuthKit Remix Cloudflare anchor link - docs: remove getting started title - docs: intro title change - docs: added pricing page - docs: add notes about infrastructure - docs: update changelog - docs: v1 - add api reference - add api reference - api docs - redepl - initial docs setup - docs no submodule - docs without submodule - add docs - Hello World - auto-provision changes - fix: internal server error - fix: deleting memories - change embedding model - change embedding model - import tools: CSV and markdown (obsidian) - fix: postgres error - Merge branch \'main\' of github.com:supermemoryai/supermemory - Supermemory v2 Release 🚀 - huge update" - Merge pull request raycast#295 from supermemoryai/extension/duplicate-save-fix - fix: duplicate content saving data in extension - fix: extension on top - Merge pull request raycast#294 from supermemoryai/extension/drag-and-dismiss - fix: drag and import icons scrolling over page - Merge pull request raycast#293 from supermemoryai/extension/drag-and-dismiss - fix: horizontal overflow - Merge pull request raycast#292 from supermemoryai/extension/drag-and-dismiss - fix: extension icon scroll effect with page - extension: the UI Scroll issue fix - Merge pull request raycast#289 from supermemoryai/extension/drag-and-dismiss - fix: icon images issue - Merge pull request raycast#285 from supermemoryai/extension/drag-and-dismiss - feat: Drag and Dismiss extension features - Merge pull request raycast#275 from AVRSANAND/fix-bug-onboarding-links - Fix: Making links clickable in onboarding section in Step2 - ugh - fix: telegram bot - fix: all build errors - fix: editor build issue - Merge branch \'main\' of github.com:supermemoryai/supermemory - aaa - Merge pull request raycast#268 from supermemoryai/CodeTorso-main - trigger build - add lockfile - minor fixes - merge conflicts - Merge pull request raycast#259 from supermemoryai/cta-fix - update the cta after launch - Merge pull request raycast#258 from manuarora700/main - fix: navbar glitch - Merge pull request raycast#255 from aidenybai/chore/upgrade-million - Merge pull request raycast#240 from supermemoryai/telegram-markdown-mode - refactor(web): Update condition for development environment - undo changes - Merge branch \'main\' of github.com:supermemoryai/supermemory - revert and fix mem0 memories addition - merged - commit it - get this file in - popover ruining my day again - Merge pull request raycast#254 from CodeTorso/memo-page - little animation will be better - Merge pull request raycast#253 from CodeTorso/memo-page - better icons - editor - Merge branch \'leerob-perf-improvements\' - Merge pull request raycast#249 from aidenybai/chore/upgrade-million - build(package): Update @million/lint version - Fix Tailwind configuration and use Turbopack - chore: fix lockfile - Merge pull request raycast#246 from CodeTorso/next-fix - placeholder - fix: prop types in combobox - chore: update lockfile - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge pull request raycast#245 from CodeTorso/next-fix - alert when deleting space - chore: bump extension version - Merge pull request raycast#244 from sijan2/main - fix: infinite save issue and improve timer logic in ContentApp - Merge pull request raycast#243 from CodeTorso/next-fix - why is this novel shit broke - Merge pull request raycast#242 from CodeTorso/next-fix - next fix, how did noone notice this ? - chore: Update Telegram bot with Markdown Support - update version - slow wait and save - made counter work, wait on ratelimits and handle errors gracefully - Merge branch \'main\' of github.com:supermemoryai/supermemory - check for ok instead of fuckall - Merge pull request raycast#235 from supermemoryai/feat/pwa - update lockfile - Merge pull request raycast#231 from supermemoryai/kush/be-queue-fixes - Merge branch \'main\' into kush/be-queue-fixes - update lock file - Merge pull request raycast#236 from CodeTorso/queue - one more commit needed - memory queue fix - Add PWA Support for Web App - Update README.md - Merge pull request raycast#234 from supermemoryai/Dhravya-patch-1 - Update README.md - fix: builds - Merge pull request raycast#230 from Yh010/bug/multiButtonPress - remove unwanted console logs - fix sapces; fix incorrect title for memory sources - Merge pull request raycast#229 from supermemoryai/fix/extension-nav - fixes multiple memory submission bug - feat: Add "View" button for chrome extension - im just tired - OOFOF well now posthog pls - Bruh LMFAMO - posthog - uncomment - make use of the promise-based thingy we\'re doing - Merge pull request raycast#193 from supermemoryai/kush/be-queue - updated kv and queues - change kv namespace ids - merged latest changes with queue branch and ready for prod - changes for prod - Merge branch \'kush/be-queue\' of https://github.com/Dhravya/supermemory into kush/be-queue - Fix job errors not reflecting in D1; add delays on document insert in vectorize to help with open ai rate limits - Merge pull request raycast#219 from Deepakchowdavarapu/readme-issue - Merge pull request raycast#206 from supermemoryai/better-markdown - Merge pull request raycast#223 from iiAbady/patch-1 - Merge pull request raycast#224 from iiAbady/patch-2 - optional chaining - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: entities urls might not be there - changes for staging - chore(ui): justify thinkpad to center - fix: delete uneeded ref page - Merge pull request raycast#221 from fyzanshaik/feature/memory-scrollbar - Removed unnecessary comment - Scroll bar added - Requested changes done fixed the links - Merge branch \'kush/be-queue\' of https://github.com/Dhravya/supermemory into kush/be-queue the commit. - added links - Merge pull request raycast#211 from NareshBiradar1/spelling-typo-necessary-in-introduction - Merge pull request raycast#214 from omwagh28/issue1 - Chrome extension Capitalized for better modularity - move limit to backend and thread service binding - Fix spelling typo: neccessary to necessary in Self-Hosting Guide introduction - Merge pull request raycast#209 from abhishekshah5486/fix-typo-volia - Corrected the typo Volia to Voila in the Import Twitter Bookmarks section of the README.md file - better markdown rendering - Merge branch \'main\' of github.com:supermemoryai/supermemory - remove pro mode for now - Merge pull request raycast#205 from krakenftw/deletespace - calculate how fucked we are - fix: stuff - handle errors properly - fix wrangler toml - Merge branch \'main\' of github.com:supermemoryai/supermemory - export memories option - lint - feat: delete space - Merge pull request raycast#204 from krakenftw/textospeech - fix: wrong icon for speaker-x - feat: selective disabling of buttons - feat: stop tts button added - feat: disable speaker button while speaking - fix: Small UI issue - Merge branch \'main\' of github.com:supermemoryai/supermemory - send a sliced version to the API - Merge pull request raycast#198 from krakenftw/textospeech - Merge branch \'main\' of github.com:supermemoryai/supermemory - fix: people skipping onboarding should still have supermemory.ai saved - Merge pull request raycast#201 from supermemoryai/fix/telegram-login - fix telegram bot link issue - feat: text to speech on answers - drizzle logic back in apps/web other stuff in the same place. - db schema in packages - queues so far - nevermind. disabled sentry. again. - enable sentry using tree shaking - disable sentry again. - Merge pull request raycast#189 from tushar-daiya/promiseToaster - cleaner - removed unnecessary - Merge pull request raycast#190 from supermemoryai/Welding-Torch-patch-2 - Merge pull request raycast#191 from supermemoryai/Welding-Torch-patch-3 - Fix \'Draw things to see here\' - It\'s \'Thinkpad\' not Canvas anymore - fixed error shows as success toast - sonner promise toaster added - Merge pull request raycast#186 from fyzanshaik/bugfix/github-key-interference - Merge pull request raycast#187 from tushar-daiya/keymaps/addmemory - dependency array removed - Add useKeyPress hook for keyboard event handling - Fix: Remove event listener through cleanup - Fix: Disable GitHub shortcuts in text field - fix ids not present in storecontent - fixed builds, added friend integration - merged - lockfile - lockfile - Merge pull request raycast#174 from supermemoryai/Welding-Torch-patch-1 - Merge pull request raycast#180 from dishit7/fix/openlink_in_newtab - Merge pull request raycast#182 from CodeTorso/backend - home page style - Merge pull request raycast#181 from supermemoryai/kush/fix-threads - fix tweets and sources - Merge pull request raycast#175 from aryankeluskar/main - Fix: Add target and rel attributes to external links for new tab opening - update turbo package - Update line of memories to not overflow - The extension is up-to date now - Merge pull request raycast#173 from siddarthpai/168 - fixes for issue raycast#168 - Merge pull request raycast#163 from aryasaatvik/pnpm - Merge pull request raycast#171 from JedPattersonn/jed/fix-breadcrumb - Fix Spaces Breadcrumb - catch - format - update docs and hook - Merge pull request raycast#140 from supermemoryai/kush/experimental-thread - Merge branch \'main\' into canvas - solve merge conflicts - ughh, regenerated migrations. my bad. - Merge branch \'main\' of github.com:supermemoryai/supermemory - Merge branch \'main\' of https://github.com/Dhravya/supermemory - onboarding page changes and ratelimiting - merged - Merge branch \'main\' of github.com:supermemoryai/supermemory - quickfixes - pnpm - telegram token - revert some files - fix script - update wrangler - fix eslint issue - disable telegram - address ts issues - done!! - fix error on drop - merge oopsies - Merge pull request raycast#145 from aryasaatvik/signout - Merge branch \'main\' into signout - let\'s go boys!! canvas - Merge pull request raycast#159 from aryasaatvik/docs - r2 link - update docs - parse suggestions for handling edge case - fix breadcrumbs and btter handling - better error handling - fix weird wrangler problems in prod for recommendations] - Merge pull request raycast#154 from supermemoryai/filtering - shitgit - fix - Update page.tsx - Update apps/web/app/(dash)/home/page.tsx - Merge branch \'main\' into filtering - better error handling - added recommended items - Merge pull request raycast#152 from supermemoryai/add/producthunt-badge - add: producthunt of the day badge to landing page - Merge pull request raycast#149 from aryasaatvik/has-onboarded - rerun schema update - tabs - complete onboarding on skip - Merge pull request raycast#147 from aryasaatvik/history - use hasOnboarded from user table instead of query param - add hasOnboarding to db - a11y support - Merge pull request raycast#139 from alankritkhatri/fix-memory-blur - setup migrations - drop unique constraint on name - add try catch in api/add for better error handling - feat: Improve batch processing for vector metadata updates; Support long form content - history dropdown - tabs lol - match text color - allow signout - feat: add thread support for twitter; add segregation in types of chunks and methods to process those chunks - fixed the blur in the add memory card/component by removing a tailwind class backdrop-blur-md. made changes in dash/dialogContentContainer.tsx anad dash/menu.tsx - Merge pull request raycast#137 from supermemoryai/pro-mode - fix: type error when getting full chat thread - remove lockfile (failing builds) - added ability to use pro mode, to do complex timeseries/location searches - Merge pull request raycast#133 from aryasaatvik/lockfile - Merge pull request raycast#135 from aryasaatvik/ui-tsconfig - add damn home icon - fix loaders, allow larger websites - resolve ts error for svg imports - remove redundant icon export - use ts from workspace - add lockfile - revert menu - producthunt link - fix: oopsies, not default function - /chat page redirects back to home - launch fixes: fix onboarding and no dead buttons - non-clickable when not selected - i don\'t understand git anymore - fix: lag in chatwindow submission - added telegram bot link - telegram bot link in dashboared - added history to page - onboarding UI - corrupt lockfile - retry deployment - minor changes in nav icons - merging - wtf is going on - changes in queryinput home layout - Merge pull request raycast#129 from Priyansh4444/patch - fix: forgot to close the Link tag since was on phone - feat/refactor: Using <Link> instead of <a> and hovering animation - remove everything inside raw tags - fix links - Merge pull request raycast#125 from supermemoryai/revert-121-codetorso - Revert "small commits big pr" - Merge branch \'main\' of github.com:supermemoryai/supermemory - memories and justification clubbed together, justification more nested - Merge pull request raycast#121 from supermemoryai/codetorso - Merge branch \'main\' into codetorso - believe in god, hope this works - added links on bottom of the page - change summary to answer - Merge pull request raycast#118 from MaheshtheDev/extension/space-fetch-issue - Merge pull request raycast#122 from malisettisamrat/fix/mobile-layout - Merge branch \'main\' into fix/mobile-layout - Merge branch \'main\' into codetorso - Merge remote-tracking branch \'origin/main\' - fixed mbile layout - Merge branch \'main\' into extension/space-fetch-issue - chore: Refactor handlePopoverChange function - Disabled sentry for now because of unreasonably large bundle size - attempt to deploy - deployment attempt - deployment attempt - onboarding page - inter font - accidentally left behind - a server rendered navbar - skeleton loaders for recent chats - recent searches feature and some other cool stuff - effect of disappearing text on input - improved textarea layout + home page imrpovemnts - searchparams refactor - bigger text, and fixing build errors - Refactor and add beutiful spacefilter - ig I need to commit lockfile - refactor /home - fix dependency errors - try new deploy strat - api routes to make mobile real - test - stuff - use tabs - breadcrumbs - added breadcrumbs for easier navigation on web - added sentry - Merge branch \'main\' of https://github.com/Dhravya/supermemory - small UX fixes and multi space save actually works now - Merge pull request raycast#115 from mrswastik-robot/mobile-responsiveness - quickfix: remove any instances of chunkings from raw tweets - push changes - Revert "added bun lockfile" - Merge pull request raycast#119 from Dhravya/ui-improvements - menu reduced size - chore: Refactor spaces fetch call activity - build using bun - added bun lockfile - Merge pull request raycast#117 from Dhravya/ui-improvements - more improved ui - Merge pull request raycast#116 from Dhravya/ui-improvements - ui changes :) - Merge pull request raycast#114 from GauravBurande/patch-1 - landingPage UI fixes on mobile screens - Update content.jsx the memory cards link opens in new tab - return whole response - Merge pull request raycast#111 from Dhravya/kush/misc-be-improvements - update Error messages and handling - chore: add prettier config feat: improve error handling for long documents feat: add chunk id\'s to db - Merge pull request raycast#109 from meetpateltech/terms - rename terms to tos - cleaned up migrations - Merge pull request raycast#107 from MaheshtheDev/maheshthedev/fix-filter - fix: filters in space and memories - Merge pull request raycast#101 from meetpateltech/improve-readme - Merge pull request raycast#106 from Dhravya/imgbot - fix merge conflicts - [ImgBot] Optimize images - Merge pull request raycast#94 from Dhravya/imgbot - Merge pull request raycast#100 from Kinfe123/fix/clean_ups - Merge branch \'main\' into fix/clean_ups - Merge pull request raycast#103 from MaheshtheDev/maheshthedev/update-readme - Update twitter import instructions and warning for signing - added privacy policy and TOS - added context menu saving - revamped extention - UX: Load while creating memory - small fixes with prompt formatting and browser rendering] - enter to submit, shift newline - Update README.md with new UI - use cloudflare AI gateway - merged - better-extension - improve readme - fix: change to signin path - fix: making the image work - fix: responsiveness on hero text - fix: responsiveness and image border radius - fix: centering the btn - removed scrollbar - Merge pull request raycast#99 from MaheshtheDev/fix/mobile-landing - Update og image URL and website link - Merge pull request raycast#88 from MaheshtheDev/fix/setup-guide - Merge pull request raycast#98 from MaheshtheDev/fix/mobile-landing - refactor: Update Cta and Footer components on the landing page - fix: add content modal had a bad blur - Merge branch \'main\' of https://github.com/Dhravya/supermemory - minor changes to landing page - attempt to make the add modal more accessible - add sharedtypes back to package.json - attempt to fix ci/cd again - try to fix ci/cd - try to fix ci/cd again - fix ci/cd - Merge pull request raycast#97 from govind-superu/linkFixed - slice the tweet text to prevent issues - fixed link - landing page fixes - UI update - mobile UI fixes - fix access controls - shareable spaces - spaces function - [ImgBot] Optimize images - fix link - minor changes in extension - merge conflicts - Merge pull request raycast#93 from Dhravya/editor - done! - Merge pull request raycast#91 from Dhravya/editor - dhravya\'s improvements - show updates in the extension - Merge pull request raycast#90 from Dhravya/editor - canvas (3/3) - more spacing in memories page - removed unwanted information from the memories page - revalidate page - makeshift notes page - ensure useriD while saving - search endpoint - save unique vectors for users from extension - UX improvement: Create space disabled when input value is \'\' - import using extension - added things - tailwind shadow dom - TODO; failed tailwind attempt - made fiter functinoal - added comments in memories page - memories page - fix typescript errors - user canvas (2/2) - schema - more tweaks - design improvement - config - fixed new chat button showing up on all pages - fix: Spaces filter not working - dynamic island no longer needed - new filter - User Canvas (1/2) - adding note to not to change binding value in database - allow pointer events - minor error fixes - fix: baseUrl should be same as Url - Merge pull request raycast#83 from lakshaybhushan/main - updated nav - minor spacing & color fix for showcase component - fixed alignment for twitter icon - Merge pull request raycast#82 from Kinfe123/feat/landing_revamp - text on landing pages - fix: adding self hostable - removed isDarkMode in canvas for now - change wrangler.toml to point to prod db - landing page minor changes - fix: prod issue - fix: minor padding and alignment leaks - Merge branch \'main\' into feat/landing_revamp - fix: import using absolute path - dev and prod databases - to a responsive future 🚀 - we close the modal once memory creation is started - close modal after adding memory - added toast for loading and fixed chathistory - removed loading stuff - minor fixes - chathistory - use gpt-4o again, responses are considerably better. - fix: redirect if not logged in - aaaaaaaa - oof - a lot of hotfixes to fix production build - trying to fix build - changed packagemanger for apps/web - dep update - build.yml - drizzle-orm in dependencies, prod wrangler.toml - Merge pull request raycast#80 from Dhravya/telegram-bot - reduced db calls here, we don\'t need that complex logic, can just do this lol - feat: loader for form submission - fix: ui revamp - fix: ui revamp responsiveness - fix: clean up - fix: wiping out the components - fix: making type safe - fix: unused import and unwanted import - fix: bg grid paattern - ts-ignore at the right place - some important housekeeping, crushed all build errors - made and documented the telegram bot (HYPE) - added backend route for telegram bot and others to be possible - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - feat: vector lookup and chat is twice as fast now - Add Extension (1/2) - added indexes and stuff - clean code+ user canvas (1/2) - centered layout - fix: auth page revamap - fix: auth page revamap - fix: auth page revamap - feet: auth page revamp - fix interactive canvas (2/2) - Merge pull request raycast#79 from Dhravya/chathistory - cleanup - deleted chatpage - merged code - addeed chathistory functionality - delete packagelock - Unreadable Canvas code, jk 😂 - fix: revamp - fix: ui revamp - fix: ui revamp - improve canvas drag and drop make sidepanel work - fix: ui revamp - fix: ui revamp - fix: padding leak - fix: zIndexing fixD - Fine tuning canvas (1/2) - fix: width issue - fix: margin leak - fix: input - fix: revamp - fix: revamp - fix: navbar revamp - fix: build - fix: import error - fix: import error - fix: import error - fix: prod issue - fix: section revamp - fix: section revaamp - feat: landing page revamp init - Merge pull request raycast#76 from Dhravya/kartik - Merge branch \'codetorso\' into kartik - added multi-turn conversations - works - Another Failed Attempt at streaming - Improve code, failed attempt at Streaming text - Add Drag & Drop code - Drag and Drop in Canvas! - Merge pull request raycast#75 from MaheshtheDev/fix/cta-bg - fix: Cta component background color - added logic to handle justification properly - darkmode by default - Create Embeddings for Canvas - EditorAI integrated! (1/4) - codetorso pull remote - Add Editor Endpoint - Merge pull request raycast#71 from Dhravya/vector-deduplication - include all selected spaces in the fetch call to backend - vector duplication no longer an issue. support for querying with multiple spaces. - Merge pull request raycast#70 from CodeTorso/codetorso - add js docs - gpt-4o is already a default model, so no error-checking required - add number of chunks to the respnose and only show unique values - added sources to the response - store full info - OCR try - added image support in the backend - add: animated query input - use a dev vectorize database to prevent pollution - include metadata in response, add type to metadata - proper URLs - fixed a bug - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - form to add content [PENDING LOADING STATE] - ui update: /chat - improve: /home page - Update Setup Guide - added way to save content and vectorize them. also refactored code and added a bypass to browser rendering - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - chore: Remove unused variables and dependencies - getspaces and other features integrated with the backend - [MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - omg - small stuff - Merge pull request raycast#59 from Dhravya/revert-58-v2 - make header and menu fixed instead of absolute to prevent movement on scroll - chat UI and markdown renderer ⚡ - Merge branch \'codetorso\' of https://github.com/Dhravya/supermemory into codetorso - added zod validation to embedQuery - fix backend - Revert "Add code for extension" - Merge pull request raycast#58 from CodeTorso/v2 - Merge pull request raycast#57 from CodeTorso/codetorso - smoothening animatio - Merge pull request raycast#56 from CodeTorso/codetorso - Icons now in our website integrated - full screen mode implemented - some documentation for backend - minor changes and improvements - Adding keyboard shortcuts, responsive design that 99% don\'t need but still - AI code refactored - Add Memories, Canvas, Editor - before color edits - widget - Add Dynamic Island - Implement extension - Implemented Highlight in Extension - added top bar nav - improvements in dash + chatUI - Add Extension Template - fixed some import bugs - Merge branch \'CodeTorso-improvements\' into v2 - fixed conflicts + my local changes - commented the backend code with it\'s limitations + optimised and removed a bunch of unnecessary queries - Scroll Nav hide and Twitter Animated Border Implemented - started implmeneting filter - proper redirects - added signin page - change input height - brought all the APIs back - fix global file stuff - Merge pull request raycast#52 from Dhravya/v2-refactor - added kartik\'s code - re-added license, readme, etc. - refactored UI, with shared components and UI, better rules and million lint - refactored UI, with shared components and UI, better rules and million lint - added social material - fixed the annoying SVG errors in the terminal - format documents - footer fix: Arrow color should be consistent, no need for stroke - added hover and border to signal clickability - fix: center follow on twitter button - Merge pull request raycast#50 from CodeTorso/improved-landing-page - Improved Input + Feature Section click + Twitter link + Footer link arrow - simple hover link animation - landing page improved for readability and smooth scroll - landing page complete ✅ - general layout, responsive - added browser rendering - feat: Rewrite backend to hono ⚡ - Update README.md - Merge pull request raycast#28 from luka1104/patch-1 - Update SETUP-GUIDE.md - Merge pull request raycast#26 from nexxeln/nexxel/faster-builds - ignore eslint and ts build errors - Merge pull request raycast#24 from Pelps12/main - Fix default behavior bug - edit prompt - Change "Enter" submit logic - switch back to gemini - don\'t remove value on completion - enter to send - Merge branch \'main\' of https://github.com/Dhravya/supermemory - fix: inArray requires atleast one value error - add link to cloudflare pages - help on the chrome ext - get chrome extension button - extension auth button - fix input scroll bug - added tracking code - added tracking code - Create LICENSE - increase highscore filter - added readme - attempt to make og image work - fixed the AI prompt - added limit - everything done - fix context menu - add profile and fix drawer scroll - space expand layout - fix route - fix - update routes - merge - new modals - 6144 char limit - maybe twitter images will work? - added wipefile - update db prepare statement - fix og image - added reset command - wipedata api - added edit route - delete route - delete route - more meta tags - manifest file for pwa - added favicon - changes to the quuq - fixed notes vectorize - get pagecount as well - notes in vector db - change ai model - attempt to fix browser rendering - made pageToMemory work - add page data to vector db - fix layout - Merge branch \'main\' of https://github.com/dhravya/supermemory - fix relaod bug - fix build fail - Merge branch \'main\' of https://github.com/Dhravya/supermemory - privacy page - pulled yash - fix phone layout - resolved conflicts - fixed spaces memories appearance-reappearance bug - added browser rendering for getting clean page content - fix notes - generate - delete spaces and memories - order by savedAt - fix metadata - conflicts - merge - fix edge case for getting metadata - fix favicons - space add - spaces dialog - search results - CloudflareAI for better streaming - switch to cloudfalre - memory item - e - comment extension dialog for now - merge - fix dialog to add spaces - aaaaaaaaaaaaa - vectorize function - bookmark tweets feature - mark runtime=edge for spaces - added logic for importing all tweets - Merge branch \'main\' of https://github.com/Dhravya/supermemory - added overlay for importing tweets - new route /spaces - merge - update store route - proper caching and KV - merge - fix: vector length issue - add modal to extension - increase number - removed pnpm lock - done - added ratelimits - properly show ids - spaces not showing bug fixed - minor edits to make stuff work - add search to context - sql queries - update sql queries - new db actions - Merge branch \'main\' of https://github.com/dhravya/supermemory - merge pls - Merge branch \'main\' of https://github.com/Dhravya/supermemory - ok - prepare statement - Merge branch \'main\' of https://github.com/Dhravya/supermemory - Import twitter bookmarks - schema update - clean url - new schema - add modal - Merge branch \'main\' of https://github.com/Dhravya/supermemory - notess - changes in how we save vectors - Merge pull request raycast#5 from Dhravya/new-ui - Merge branch \'main\' of https://github.com/Dhravya/supermemory into new-ui - save user ID with url to ensure that same website can be saved by users - novel editor - some branding attempts - ok - remove prepaer - added pre commit hook - test - testing - testing precommit - test - fix warning for formatting thing - test - test - switch to next-auth beta because of build fails - extension styling such that website content is not affected https://twitter.com/DhravyaShah/status/1778189224396922948 - added ext.css, prevent css mismatch - fix styling in extension, remove ai sidebar in extension - cleanups for production - Merge pull request raycast#4 from Dhravya/new-ui - better md - filter spaces support - spaces in the API - removed all pnpm-lock files - fix malformed data sometimes - new-ui WORKS AND DONE AND DUSTED - have a initial search query - chat implementation - // - new chat (incomplete) - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - test - removed unnecessary files - sources in search - messages list - messages streaminug - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - chat - setup for multi chat - made it functional - aggregate content from same space - better phone controls - better phone ui - fix memory modal closing - remove ui page - merge - move to context - fix: no longer pass down spaces - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - add modal - changed data structure to fetch spaces - (NEEDS MIGRATION)made sidebar functional - remove unused imports - fix type error - delete no longer needed components - `addSpace` function to the context - add context and fix sidebar - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - context added - make ext work with dev mode - memories that show up are legit now - use server in /ui - improve phone ux - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - add custom Bin component - fix content paths - add auto-animate - fix window undefined error - i dont even know - i dont even know - better focus states - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - animation with framer motion - remove debug lie - update cmdk - add fade-in anim - fix font weight - uptodate with main - update: catch up with main - change \'categories\' to \'spaces\' - fix: fix build fail, add category in storedcontenttypes - added category support in d1 db, changed schema - added category support: add and search - refactored ai backend code for composability - responsiveness - responsiveness and phone memory drawer - fix props - fix styles - memory bar - placeholder - input with icon - responsiveness - filter combo box - add wrangler.toml to gitignore - new layout - wrangler - new modifier - sidebar update - git add categoryitem - Merge branch \'new-ui\' of https://github.com/Dhravya/supermemory into new-ui - gracefully end stream - fix: donechunk fix - fix: streaming doesn\'t work when newline characters are malformed - fix: auth in extension - Merge pull request raycast#1 from Dhravya/gemini-api - remove unnecessasry comment - delete pnpm-lock.yaml - added gemini streaming in cf-ai-backend - rename to PageItem - rename to PageItem - add new page popover - add new page popover - Merge branch \'main\' of https://github.com/Dhravya/supermemory into new-ui - update .github - final - fix deploy-cf-worker - build checks - update CI and test - (ci): update CI again - (ci): update CI again - (ci): testing CI changes again - (ci): update ci - (ci): test changes in ci - (ci): update github action to an even better script with auto deploy to cloudflare workers for the ai module - added workflow to auto deploy workers - (ci): conditionally build and deploy - (ci): extension path mismatch fix - update extension: work on all *.dhr.wtf sites - fix delete button on dark mode - fix delete button on dark mode - List Item with Sidebar - List Item with Sidebar - redeploy: check for d1 database - redeploy: check for d1 database - . - . - add wrangler.toml - add wrangler.toml - Merge branch \'main\' of https://github.com/Dhravya/supermemory - Merge branch \'main\' of https://github.com/Dhravya/supermemory - remove github id - Update README.md - Update README.md - trigger workflow - this should pass - add env manually - fix: build command - added @radix-ui/react-dropdown-menu - build properly - upload to proper place - try to fix it again - fix: github action - use bun for builds - install in root dir - setup bun - force install - fix: packageManager spelling in build - fix: build extension - added push to cf action - added build and release github actions - untracked .next/ - removed .next - don\'t run cf-ai-backend - added messageposter button in page.tsx - to auto loginto extension - added dependencies - update: fixed type error in OpenaiEmbeddings and added tailwindcss-animate as requirement - fix: type error - setup and workflow: added example wrangler file - fix: hot update in dev mode! FINALLY - added policy - feat: added and fixed query and search interface - feat: Added AI query UI - extension workoing - implemented AI with citations and extension flow, using openai embedder - extension auth and sync working - completed API routes - set up cf ai worker - set up cf ai worker - EVERYTHING WORKING PERFECTLY - chaos - hide bun lockfile - initialised monorepo with auth and extension communication * chore: updated the api key token link * Update supermemory extension - fix: lint issues - chore: duplicate code blocks removal * fix: remove console logs * chore: updated the author name * Update supermemory extension - updated: eslint config - fix: greptile issues - chore: updated the author name - fix: remove console logs - fix: lint issues - chore: duplicate code blocks removal - chore: updated the api key token link - fix: raycast publish issue with bun - chore: update the metadata and ui for app to get api key - feat(raycast-extension): initial version of supermemory extension for raycast - fix: Migration guides - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - feat: Add memory vs rag and migration section to docs - ui: fix progress bar thickness on regular browser (raycast#445) - fix: hardcode names (raycast#444) - feat: layout design with theme improvements (raycast#443) - UI: onboarding improvements (raycast#435) - feat: new onboarding flow (raycast#408) - feat: Claude memory integration - fix: build - hot-fix: chat conversation reaching max depth with update (raycast#442) - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - migrate docs to public - fix: disable experimental React Compiler in Next.js config and remove babel-plugin-react-compiler dependency. (raycast#441) - chore: updated the author name - fix: remove console logs - fix: lint issues - chore: duplicate code blocks removal - chore: updated the api key token link - fix: raycast publish issue with bun - chore: update the metadata and ui for app to get api key - Merge branch \'main\' of https://github.com/supermemoryai/supermemory - bump version - fix: SSR issue while localStorage is being accessed (raycast#437) - feat(extension): Auto Logout when token is invalidated, Account Section (raycast#438) - fix(pricing): update the new pricing limits on pro plan (raycast#439) - feat(raycast-extension): initial version of supermemory extension for raycast * Update changelog title and date format * Update subtitles for add and search memories commands * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <per@raycast.com> Co-authored-by: raycastbot <bot@raycast.com>
- linted - Remove dicelab notebook screenshot (raycast#93) - package-lock and raycast generated - Implement Raycast extension for Dicelab - Plan Raycast extension with Rust dice DSL (raycast#91) - Initialize Raycast extension structure - Align branding with Dicelab (raycast#89) - Update AGENTS.md - Update AGENTS.md - Move CodeMirror deps to production and drop manual screenshot (raycast#88) - Fix not operator (!`) support in named roll PMF calculations (raycast#87) - feat: display node group distributions in single combined chart (raycast#86) - Add binary operators & (and), | (or) and ! (not) to the language (raycast#85) - Add comprehensive tests and documentation for dice analysis fix (raycast#84) - Implement named roll groups feature (raycast#83) - Add files via upload - Improve WebAssembly error messages with detailed information (raycast#81) - Fix variable resolution in critical damage evaluation (raycast#80) - Add comprehensive implementation plan for multi-line expression support (raycast#79) - Fix dice variable assignment bug that caused re-evaluation on each reference (raycast#78) - Complete tech debt migration: remove deprecated modules (raycast#74) (raycast#76) - Optimize GitHub Actions workflows for faster build times (raycast#73) - Restructure web folder for better organization and maintainability (raycast#71) - Add files via upload (raycast#70) - Implement comprehensive SEO optimization for Dicebook (raycast#69) - Refactor app.js into modular components for improved maintainability (raycast#68) - Add simple mode UI with toggle, examples, and PMF chart support (raycast#67) - Refactor codebase to use only \'let\' keyword for variable assignment (raycast#66) - Set up JS build pipeline with esbuild (raycast#64) - Create symlink from CLAUDE.md to AGENTS.md (raycast#65) - Update AGENTS.md - Create robots.txt - fmt - Update context.rs - Create cloudflare-pages.yml - rm pkg - Add comment support to dicebook language (raycast#63) - Add wasm-backed CodeMirror highlighting (raycast#62) - Improve conditional alias rendering (raycast#52) - Add Elven Accuracy note to guide (raycast#51) - Implement attack roll crit handling and defaults (raycast#46) - Remove remaining Polyhedra branding (raycast#43) - Fix syntax guide collapse styling (raycast#42) - Add ANALYZE PMF support and visualization (raycast#38) - Add support for conditional expressions (raycast#37) - Refactor engine and evaluator to use shared interpreter (raycast#36) - Refactor dice roll logging format (raycast#35) - Prevent power operator from rolling extra times (raycast#34) - Add structured logging controls and UI toggles (raycast#33) - Ensure code editor disables text correction (raycast#31) - Show context reset in status bar (raycast#30) - Add notebook persistence and dicebook import/export (raycast#29) - Expose proficiency bonus alias in D&D importer (raycast#28) - Add notebook-style multi-cell web console (raycast#27) - Enhance web code editor with highlighting and line numbers (raycast#26) - Support aliasing grouped expressions (raycast#25) - Support multi-line statement parsing (raycast#24) - Add include command for preset aliases (raycast#23) - Add caret group repetition support (raycast#22) - Format aliases in human-readable notation (raycast#21) - Handle DDB character value skill overrides (raycast#20) - Clarify dice keyword spacing and placeholder guidance (raycast#19) - Add import command support (raycast#18) - Improve alias layout wrapping (raycast#17) - Merge pull request raycast#14 from egeucak/codex/update-cors-proxy-for-fetch-requests - Merge branch \'master\' into codex/update-cors-proxy-for-fetch-requests - Merge pull request raycast#16 from egeucak/codex/github-mention-improve-ddb-import-resiliency-and-share-link - Propagate save directory errors - Improve web DDB input parsing - Add additional DDB fetch fallbacks - Enable ResponseType feature for WASM builds - Merge pull request raycast#15 from egeucak/codex/github-mention-improve-ddb-import-resiliency-and-share-link - Limit DDB ID fallback to path segments - Handle opaque fetch responses in WASM importer - Document wasm-pack setup in README - Replace Jina proxy fallback with AllOrigins - Merge pull request raycast#13 from egeucak/codex/update-cors-proxy-for-fetch-requests - Update WASM proxy fallback - Merge pull request raycast#12 from egeucak/codex/fix-wasm-pack-build-issue-and-update-agents.md - Fix wasm fetch helper and update instructions - Merge pull request raycast#11 from egeucak/codex/fix-webassembly-import-error-from-dndbeyond - Add CORS-friendly fallback for wasm DDB import - Merge pull request raycast#10 from egeucak/codex/investigate-missing-set-aliases-on-website - Fix alias list rendering in web console - Merge pull request raycast#9 from egeucak/codex/analyze-and-fix-webassembly-loading-issue - Fix web console wasm bundle path - Merge pull request raycast#8 from egeucak/codex/fix-wasm-pack-build-failure - Add CI instructions and format context storage access - Revert wasm-opt explanation in README - Merge pull request raycast#7 from egeucak/codex/add-github-actions-workflow-for-wasm - Add GitHub Pages deployment workflow - Merge pull request raycast#6 from egeucak/codex/create-web-site-with-wasm-integration - Add browser console for wasm evaluator - Merge pull request raycast#5 from egeucak/codex/split-evaluation-logic-for-wasm-compatibility - Add wasm bindings and split engine module - Merge pull request raycast#4 from egeucak/codex/add-comprehensive-tests-for-cli-and-context - Format lexer guard to satisfy rustfmt - Fix clippy collapsible if warnings - Format Rust code - Add tests for CLI, context, and parsing - Merge pull request raycast#3 from egeucak/codex/add-ci-workflow-for-rust-projects - Add CI workflow for Rust checks - Merge pull request raycast#2 from egeucak/codex/refactor-main.rs-into-modules - Refactor logic into dedicated modules - Merge pull request raycast#1 from egeucak/codex/setup-rust-project-structure - Initialize polyhedra CLI - Add initial README for polyhedra project
- chore: update quick message icons (raycast#53) - chore: apply task changes (raycast#52) - fix: add missing icon to submit task action (raycast#51)
* Add jules-agents extension - chore: delete pnpm lockfile and reformat imports in list-sessions.tsx - feat: add empty state to session list; refactor: remove command subtitles - Merge pull request #40 from iHildy/finalize-for-publish - feat: add jules-agents metadata images - Merge pull request #39 from iHildy/feat/remove-todo-file-6250359568516323776 - refactor: Remove TODO.md file - feat: add code review page with diff parsing, file detail view, and PR actions - Merge pull request #35 from iHildy/fix-branch-launch - feat: Update BranchDropdown to use branch displayName for values, add id prop, and include name in GitHubBranch type. - remove launch image for future retake - docs: add launch session screenshot.docs: add launch session screenshot. - chore: update initial changelog entry details for publish - docs: update README features, adding AI summaries and media viewer, and refining existing descriptions. - Merge pull request #31 from iHildy/feat/expand-copy-actions-16439737926273651148 - chore: resolve merge conflicts - feat: add copy actions - Merge pull request #30 from iHildy/feat/default-activity-filter-14919614857441043627 - chore: resolve merge conflicts - feat: Add default activity filter preference and rename activity filter options. - Merge pull request #29 from iHildy/feature/bash-output-highlighting-2335402209823619386 - feat: improve bash output exit code formatting with N/A and success/failure emojis - Merge pull request #28 from iHildy/feat/media-view-9271202486108135820 - feat: Add large media view and refactor save media action with improved feedback and Finder integration. - feat: Expand Copy Actions - feat: Add preference for default activity filter - feat: Improve display of bashOutput artifacts - feat: Add dedicated view for media artifacts - feat: add session actions, state, and consistent title formatting to menu bar and session list - Merge pull request #25 from iHildy/feat/enhanced-menu-bar-actions-14777859912089807860 - Merge pull request #24 from iHildy/feat/plan-view-actions-18084592357480163770 - chore: resolve merge conflicts - Merge pull request #22 from iHildy/feat/ai-features-11910118265150615531 - Merge branch \'main\' into feat/ai-features-11910118265150615531 - feat: Use AI.ask for prompt refinement and enhance session summary generation by omitting artifacts, truncating content, and displaying in a detail view. - ran ray lint fix - Merge pull request #21 from iHildy/add-list-sources-command-14180347300047980930 - Merge branch \'add-list-sources-command-14180347300047980930\' of https://github.com/iHildy/jules-agents into add-list-sources-command-14180347300047980930 - Merge branch \'main\' into add-list-sources-command-14180347300047980930 - Merge branch \'main\' into add-list-sources-command-14180347300047980930 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with \'#\' will be ignored, and an empty message aborts # the commit. - feat: Implement refresh actions for source and session lists, and allow pre-selecting source for new sessions. - Merge pull request #19 from iHildy/feat/branch-dropdown-857002017458243301 - Merge pull request #18 from iHildy/feat/activity-filtering-13456472570523024561 - fix: Provide default strings for undefined activity messages and session failure reasons - Merge pull request #23 from iHildy/feat/hide-session-id-details-15101675663783078513 - refactor: remove redundant metadata separators and created time label from session detail - feat: Enhance Menu Bar Actions - feat: Add approve and deny actions to plan detail view - refactor: make step index optional and reorder session actions - feat: Hide session ID from details view - feat: Add AI-powered features - feat: Add list-sources command - feat(launch-session): Replace branch text input with dropdown - feat: Add filtering to Activity Feed - feat: Add API function to fetch session activities and UI to decline or view plans. - feat: derive default starting branch from sources and show form loading state - feat: refactor `useSources` to fetch all sources using `usePromise` instead of paginated `useFetch`. - feat: implement detailed plan viewer with view/copy actions and improved plan activity markdown - docs: Add TODO list outlining planned features and refinements for the Jules Agents Extension. - feat: Add `requirePlanApproval` and `autoCreatePR` preferences and use them as default launch options. - feat: format and display human-readable session states in list view - feat: Add session filtering by status and repository, and reorder session detail metadata. - feat: enhance session display by formatting repository names and truncating session titles. - first commit * feat: Add `Detail` fallback when session is missing and display session title in navigation. * refactor: remove Preferences interface and its imports, and update changelog release date * remove manual ExtensionPreferences interface def Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * Update jules-agents extension - fix(lint): remove unused useMemo import (#47) - Merge pull request #46 from iHildy/refactor/merge-ntfelix-and-improve-ux - refactor(activities): Extract useLastActivity and fix revalidation - refactor: integrate quick message form and improve session list ux - Merge pull request #43 from iHildy/fix/changelog-and-preferences-interface - Merge pull request #42 from iHildy/final-for-publish-2 - Merge pull request #41 from iHildy/final-for-publish * Fix React warnings in launch-session command (#48) * fix: resolve key uniqueness and uncontrolled form errors (#49) * Update jules-agents extension - chore: update quick message icons (#53) - chore: apply task changes (#52) - fix: add missing icon to submit task action (#51) * Update * Update jules-agents extension - allow no_repo as a next time source - Merge branch \'main\' into feat/remember-last-source - feat: add no repo option for testing (#55) - respond to PR comments of #55 - feat: persist last selected source - Add "Built with Jules" badge to README.md (#54) - feat: add no repo option for testing * Update CHANGELOG.md and optimise images --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> Co-authored-by: Dhruv Suthar <intelligentjimmy@gmail.com> Co-authored-by: raycastbot <bot@raycast.com>
Description
An extension to view
console.devlists.Type of change
Screencast
Betas
Tools
Interviews
Checklist