| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Merge branch 'main' into feat/landing_revamp | Kinfe Michael Tariku | 2024-06-25 | 331 | -948/+17329 | |
| | |\ | |/ |/| | ||||||
| * | | dev and prod databases | Dhravya | 2024-06-25 | 1 | -3/+5 | |
| * | | to a responsive future 🚀 | Dhravya | 2024-06-25 | 4 | -80/+63 | |
| * | | we close the modal once memory creation is started | Dhravya | 2024-06-24 | 1 | -2/+1 | |
| * | | close modal after adding memory | Dhravya | 2024-06-24 | 1 | -0/+2 | |
| * | | added toast for loading and fixed chathistory | Dhravya | 2024-06-24 | 2 | -3/+3 | |
| * | | removed loading stuff | Dhravya | 2024-06-24 | 1 | -5/+3 | |
| * | | minor fixes | Dhravya | 2024-06-24 | 4 | -11/+14 | |
| * | | chathistory | Dhravya | 2024-06-24 | 4 | -9/+70 | |
| * | | use gpt-4o again, responses are considerably better. | Dhravya | 2024-06-24 | 3 | -10/+9 | |
| * | | fix: redirect if not logged in | Dhravya | 2024-06-24 | 6 | -21/+20 | |
| * | | aaaaaaaa | Dhravya | 2024-06-24 | 1 | -2/+2 | |
| * | | oof | Dhravya | 2024-06-24 | 1 | -2/+2 | |
| * | | a lot of hotfixes to fix production build | Dhravya | 2024-06-24 | 5 | -76/+7 | |
| * | | trying to fix build | Dhravya | 2024-06-24 | 1 | -1/+1 | |
| * | | changed packagemanger for apps/web | Dhravya | 2024-06-24 | 1 | -0/+1 | |
| * | | dep update | Dhravya | 2024-06-24 | 1 | -0/+1 | |
| * | | build.yml | Dhravya | 2024-06-24 | 1 | -1/+1 | |
| * | | drizzle-orm in dependencies, prod wrangler.toml | Dhravya | 2024-06-24 | 6 | -11/+25 | |
| * | | Merge pull request #80 from Dhravya/telegram-bot | Dhravya Shah | 2024-06-24 | 22 | -262/+591 | |
| |\ \ | ||||||
| | * | | reduced db calls here, we don't need that complex logic, can just do this lol | Dhravya | 2024-06-24 | 3 | -63/+13 | |
| | * | | ts-ignore at the right place | Dhravya | 2024-06-23 | 1 | -2/+2 | |
| | * | | some important housekeeping, crushed all build errors | Dhravya | 2024-06-23 | 12 | -201/+113 | |
| | * | | made and documented the telegram bot (HYPE) | Dhravya | 2024-06-23 | 7 | -7/+307 | |
| | * | | added backend route for telegram bot and others to be possible | Dhravya | 2024-06-23 | 2 | -2/+169 | |
| |/ / | ||||||
| * | | Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codet... | Dhravya | 2024-06-23 | 31 | -183/+411 | |
| |\ \ | ||||||
| | * | | Add Extension (1/2) | codetorso | 2024-06-24 | 14 | -0/+228 | |
| | * | | clean code+ user canvas (1/2) | codetorso | 2024-06-24 | 15 | -147/+177 | |
| | * | | centered layout | codetorso | 2024-06-24 | 3 | -10/+6 | |
| | * | | fix interactive canvas (2/2) | codetorso | 2024-06-23 | 1 | -27/+1 | |
| * | | | feat: vector lookup and chat is twice as fast now | Dhravya | 2024-06-23 | 5 | -105/+130 | |
| * | | | added indexes and stuff | Dhravya | 2024-06-23 | 5 | -9/+735 | |
| |/ / | ||||||
| * | | Merge pull request #79 from Dhravya/chathistory | Dhravya Shah | 2024-06-22 | 33 | -626/+1007 | |
| |\ \ | ||||||
| | * | | cleanupchathistory | Dhravya | 2024-06-22 | 4 | -19/+10 | |
| | * | | deleted chatpage | Dhravya | 2024-06-22 | 1 | -120/+0 | |
| | * | | merged code | Dhravya | 2024-06-22 | 61 | -2536/+1125 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | delete packagelock | codetorso | 2024-06-23 | 2 | -21424/+1 | |
| * | | | Unreadable Canvas code, jk 😂 | codetorso | 2024-06-22 | 10 | -48/+319 | |
| * | | | improve canvas drag and drop make sidepanel work | codetorso | 2024-06-22 | 37 | -2185/+183 | |
| * | | | Fine tuning canvas (1/2) | codetorso | 2024-06-22 | 3 | -56/+87 | |
| * | | | Merge pull request #76 from Dhravya/kartik | CodeTorso | 2024-06-20 | 18 | -25/+21631 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'codetorso' into kartik | CodeTorso | 2024-06-20 | 56 | -362/+1452 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| | * | | | add: animated query input | Kartik | 2024-06-17 | 3 | -57/+128 | |
| | * | | | ui update: /chat | Kartik | 2024-06-16 | 5 | -1/+21521 | |
| | * | | | improve: /home page | Kartik | 2024-06-16 | 12 | -22/+39 | |
| | * | | | Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codet... | Kartik | 2024-06-15 | 36 | -310/+1259 | |
| | |\ \ \ | ||||||
| | * | | | | chore: Remove unused variables and dependencies | Kartik | 2024-06-15 | 2 | -7/+0 | |
| | | | * | | addeed chathistory functionality | Dhravya | 2024-06-22 | 15 | -118/+522 | |
| | |_|/ / |/| | | | ||||||
| * | | | | added multi-turn conversations | Dhravya | 2024-06-19 | 3 | -72/+141 | |
| * | | | | works | Dhravya | 2024-06-19 | 3 | -52/+33 | |