Elias Stepanik
da30ec8a6b
Add skip button to onboarding modal with persistence
...
Add skip functionality to the Welcome to Core onboarding modal that
prevents it from showing again after the user clicks skip.
Changes:
- Add skip button in modal header with ghost styling
- Persist onboarding completion state to localStorage
- Check localStorage before showing modal on future visits
- Apply persistence to both skip and complete flows
The modal will no longer appear after being skipped or completed,
improving user experience for returning users.
2025-10-30 12:01:17 +02:00
Harshith Mullapudi
f39c7cc6d0
feat: remove trigger and run base on bullmq ( #126 )
...
* feat: remove trigger and run base on bullmq
* fix: telemetry and trigger deploymen
* feat: add Ollama container and update ingestion status for unchanged documents
* feat: add logger to bullmq workers
* 1. Remove chat and deep-search from trigger
2. Add ai/sdk for chat UI
3. Added a better model manager
* refactor: simplify clustered graph query and add stop conditions for AI responses
* fix: streaming
* fix: docker docs
---------
Co-authored-by: Manoj <saimanoj58@gmail.com>
2025-10-26 12:56:12 +05:30
Harshith Mullapudi
b78713df41
fix: add cascade to all files, return 401 when session is cleared
2025-10-24 22:10:41 +05:30
Harshith Mullapudi
00f983079f
1. Added onboarding
...
2. fix: remove custom tool calls in chat and link directly to mcp
2025-10-21 11:32:36 +05:30
Harshith Mullapudi
95636f96a8
Feat: ability to delete the account and clean up all resources
2025-10-21 11:32:36 +05:30
Harshith Mullapudi
b0e141c2a2
1. fix: delete api key is not working
...
2. moved docs into main repo
2025-10-18 22:23:13 +05:30
Harshith Mullapudi
3bdf051b32
fix: add option to remove episode from space
2025-10-09 16:12:30 +05:30
Harshith Mullapudi
a14b83d66d
fix: document view is broken in log view
2025-10-09 15:44:24 +05:30
Harshith Mullapudi
bcc0560cf0
Feat: Space ( #93 )
...
* Feat: change space assignment from statement to episode
* feat: add default spaces and improve integration, space tools discovery in MCP
* feat: change spaces to episode based
* Feat: take multiple spaceIds while ingesting
* Feat: modify mcp tool descriptions, add spaceId in mcp url
* feat: add copy
* bump: new version 0.1.24
---------
Co-authored-by: Manoj <saimanoj58@gmail.com>
2025-10-09 12:38:42 +05:30
Harshith Mullapudi
665f98d7bf
fix: reduce the graph iterations
2025-10-02 13:20:24 +05:30
Harshith Mullapudi
489fb5934a
feat: add stripe billing for cloud ( #81 )
...
* feat: add stripe billing for cloud
* fix: mcp tools
2025-10-02 10:58:11 +05:30
Harshith Mullapudi
7903dd08c3
fix: graph is not working in chrome 140
2025-09-29 09:48:52 +05:30
Harshith Mullapudi
1509e8d502
fix: show loading in onboarding form
2025-09-22 22:26:18 +05:30
Harshith Mullapudi
840ca64174
fix: UI for document logs
...
feat: added logs API to delete the episode
2025-09-19 08:18:59 +05:30
Manoj
43c3482351
Feat: generate space summary by topics
2025-09-19 08:18:59 +05:30
Harshith Mullapudi
15d04fb577
feat: obsidian and figma logos
2025-09-15 12:09:40 +05:30
Harshith Mullapudi
3de929cdd1
bump: new version 0.1.22
2025-09-15 12:05:04 +05:30
Harshith Mullapudi
d4c4e16ac2
feat: changed the activity UI
2025-09-15 12:05:04 +05:30
Harshith Mullapudi
c1c93e0cb1
fix: ui fixes
2025-09-15 12:05:04 +05:30
Harshith Mullapudi
35bb158089
fix: save onboarding answers
2025-09-08 23:45:54 +05:30
Harshith Mullapudi
6b165bfa7f
fix: onboarding
2025-09-08 23:45:54 +05:30
Harshith Mullapudi
4a0a57cb97
Feat: add documents to the kg ( #64 )
...
* Feat: add documents to the kg
* Feat: add versioning to documents
* Fix: invalidation of evolved facts
* fix: mcp return
* fix: invalidAt is not displayed in graph popover
* Fix: use document id for the flow
* refactor: consolidate document versioning around sessionId instead of documentId
* fix: add docs link in welcome email
* fix: give more time for larger graphs to settle on
* bump: new version 0.1.20
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-09-03 12:39:46 +05:30
Harshith Mullapudi
0b88a2cd49
fix: print response to understand email delivery
2025-09-01 19:43:21 +05:30
Harshith Mullapudi
d062df14aa
fix: emails are not sent on welcome
2025-08-27 22:44:32 +05:30
Harshith Mullapudi
6588e36037
Feat: show patterns in space
2025-08-26 23:33:46 +05:30
Harshith Mullapudi
5d3bdf9bca
fix: source is not passed to memory tools
2025-08-24 19:47:33 +05:30
Harshith Mullapudi
cdb6788ef0
Feat: add MCP logs
2025-08-24 12:22:12 +05:30
Harshith Mullapudi
256cdb8bdc
Feat: single mcp server for all integrations
2025-08-24 12:22:12 +05:30
Harshith Mullapudi
9d34e5d926
Fix: facts page is not opening
2025-08-24 12:22:12 +05:30
Harshith Mullapudi
cfb0af6d08
Feat: logs UI fix
2025-08-24 12:22:12 +05:30
Harshith Mullapudi
162a565752
Fix: UI fixes for space facts page, changed extension-search api
2025-08-23 00:54:07 +05:30
Harshith Mullapudi
1fa7fd93d5
Feat: spaces ( #51 )
...
* feat: Episode ingestion update
Benchmarking CORE
* Feat: Spaces in knowledge graph
* fix: remove daily assignment
* Feat: add spaces
* Feat: spaces
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-21 11:53:45 +05:30
Harshith Mullapudi
988f2e4753
Fix: deployment to docker ( #41 )
2025-08-13 09:59:03 +05:30
Harshith Mullapudi
4882f227d2
Feat: clusters ( #37 )
...
* Feat: clustering fact statements
* Feat: cluster drift
* Feat: add recall count and model to search
* Feat: Github integration
* Fix: clustering UI
* Improve graph
* Bump: new version
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-05 15:31:15 +05:30
Harshith Mullapudi
2a6acaf899
Feat: webhooks for oauth apps ( #32 )
...
* Fix: integration account webhooks
* Fix: activity webhook
* Feat: add integration credentials API
* Fix: user rules for integrations
* Feat: make self hosting simple
* Fix: add init container functionality
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-08-01 10:34:16 +05:30
Harshith Mullapudi
81c18ce9bb
Fix: integration account handling and improve webhook event processing ( #31 )
...
* Feat: add onboarding screens
* Fix: integration account handling and improve webhook event processing
* Bump version: 0.1.12
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-25 11:56:44 +05:30
Harshith Mullapudi
b380f2657f
Feat: add mcp oauth2.1 support ( #30 )
...
* Feat: add mcp oauth2.1 support
* Fix: integration mcp is not loading
* Feat: add slack integration
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-24 03:06:24 -07:00
Harshith Mullapudi
0a3bbdb878
Fix: linting issues
2025-07-23 13:06:39 +05:30
Harshith Mullapudi
b0ff41823e
Fix: show credits in the dropdown
2025-07-23 12:54:51 +05:30
Harshith Mullapudi
8d9ddcf375
Fix: core cli to work with core repo ( #26 )
...
* Fix: core cli to work with core repo
* Fix: cli working and mcp proxy
2025-07-22 10:17:40 +05:30
Harshith Mullapudi
c4467a2306
Bump: new version
2025-07-19 16:46:35 +05:30
Harshith Mullapudi
714399cf41
Feat: OAuth support for external apps ( #22 )
...
* Feat: OAuth support for external apps
* Fix: OAuth screen
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-19 16:44:15 +05:30
Harshith Mullapudi
6e308408be
Feat: cli for core ( #24 )
...
* Feat: cli for cor
* Fix: add deploy registry namespace to Docker configurations
* Feat: cli for init, start and stop
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-18 22:30:46 +05:30
Harshith Mullapudi
d11cc5dc93
Fix: UI components
2025-07-18 16:57:08 +05:30
Harshith Mullapudi
1d8fab67b2
Feat: added loading transition
2025-07-18 15:06:35 +05:30
Harshith Mullapudi
ac811bfcb3
Fix: delete episode api -> ingestion delete api
2025-07-17 15:17:58 +05:30
Harshith Mullapudi
7fa0320d91
Feat: now you can delete a episode
2025-07-17 13:10:29 +05:30
Harshith Mullapudi
038acea669
Feat: added integration connect and mcp oAuth ( #20 )
...
* Feat: added integration connect and mcp oAuth
* Feat: add mcp support to chat
* Fix: UI for integrations and logs
* Fix: ui
* Fix: proxy server
* Feat: enhance MCP tool integration and loading functionality
* Fix: added header
* Fix: Linear integration sync
---------
Co-authored-by: Manoj K <saimanoj58@gmail.com>
2025-07-17 12:41:32 +05:30
Harshith Mullapudi
30e5462e14
Feat: added logs UI
2025-07-15 22:02:41 +05:30
Harshith Mullapudi
5dca80b4de
Feat: logs ui
2025-07-15 22:02:41 +05:30