DESKTOP-RTLN3BA\$punk
fb5b0da816
feat(marketing): CI-first homepage, connector API pages, and hero chat demo
...
- Homepage rebuilt around competitive-intelligence positioning: connector grid,
how-it-works, use-case art, compare table, FAQ, and a scripted new-chat hero
demo (typewriter prompt, agent timeline, streamed answer, /login on send)
- Marketing pages for the Reddit/YouTube/Maps/SERP/Web Crawl scrape APIs at
/<slug>, a /connectors hub, and a bespoke /mcp-connector page
- Remove stale app/dashboard/[search_space_id] tree that broke the build
(canonical route is [workspace_id])
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 20:28:27 -07:00
DESKTOP-RTLN3BA\$punk
1bf7f116d6
chore: linting
2026-06-25 20:20:26 -07:00
Rohan Verma
94fdb8a113
Merge pull request #1539 from CREDO23/improve-chat-agent-context-and-citations
...
[FEAT] Unified [n] citation registry for KB + web, pull-based retrieval
2026-06-25 13:34:52 -07:00
Anish Sarkar
d5e2540e51
refactor(api): rename personal access tokens to API keys and update related UI components for consistency
2026-06-25 23:22:11 +05:30
CREDO23
2beafbdec8
agent: retire eager KB priority/planner path and its dead flags
...
The pull-based KB design (on-demand search_knowledge_base tool + pre-injected
workspace tree) fully replaced the old eager retrieval path. Remove its last
remnants:
- Delete KnowledgePriorityMiddleware (knowledge_search.py) and its tests.
- Drop the kb_priority state field + reducer default; trim
KbContextProjectionMiddleware to project only workspace_tree_text.
- Remove the now-dead feature flags enable_kb_priority_preinjection and
enable_kb_planner_runnable across backend (flags, route schema, tests,
env examples) and frontend (settings toggle, zod schema).
- Scrub <priority_documents> and stale KnowledgePriorityMiddleware references
from prompts, docstrings, and the ADR.
No functional change: nothing wrote kb_priority and neither flag gated live
behavior after the cutover. Full backend suite green (pre-existing unrelated
failures aside).
2026-06-25 18:37:14 +02:00
Anish Sarkar
d6bffa6f07
chore: fix linting
2026-06-25 04:31:22 +05:30
Anish Sarkar
f98d874185
fix(dashboard):use session aware loading
2026-06-24 03:59:19 +05:30
Anish Sarkar
0687561f5b
feat: add personal access token settings UI
2026-06-19 20:29:03 +05:30
Anish Sarkar
61f071ae68
refactor(web): replace Card component with Alert for messaging channels notification to enhance user experience
2026-06-17 00:06:41 +05:30
Anish Sarkar
9b7e278114
refactor(config): update GATEWAY_ENABLED variable to FALSE and adjust related configurations for improved messaging gateway handling
2026-06-16 23:49:26 +05:30
Anish Sarkar
3f69bfd5e4
refactor(web): replace instances of BACKEND_URL with buildBackendUrl for improved URL handling
2026-06-16 14:51:25 +05:30
DESKTOP-RTLN3BA\$punk
05190da0a9
chore: linting
2026-06-11 15:31:43 -07:00
DESKTOP-RTLN3BA\$punk
c3695e7837
feat: update auto-reload settings and enhance payment session creation
...
- Added currency parameter to the Stripe checkout session for auto-reload setup.
- Integrated AutoReloadSettings component into the BuyMorePage for improved user experience.
- Removed deprecated AutoReloadSettings component from user settings directory.
- Updated import paths for AutoReloadSettings in purchases page to reflect new structure.
2026-06-11 13:29:40 -07:00
DESKTOP-RTLN3BA\$punk
a7407502d3
feat(refactor): refactor payment system to implement unified credit wallet.
...
- Updated environment variables and - configurations for credit purchases via Stripe, replacing legacy page pack system.
- Introduced auto-reload feature for credit top-ups and modified database models to track credit transactions.
- Updated notification system to handle insufficient credits and auto-reload failures.
- Adjusted API routes and schemas to reflect changes in credit management.
2026-06-10 16:49:03 -07:00
DESKTOP-RTLN3BA\$punk
ce952d2ad1
chore: linting
2026-06-09 00:42:26 -07:00
Anish Sarkar
799a83239f
feat(gateway): add Slack and Telegram gateway configuration and enablement checks
2026-06-01 23:58:28 +05:30
Anish Sarkar
fc2467be3d
feat(gateway): improve WhatsApp account mode handling and connection filtering
2026-06-01 23:08:56 +05:30
Anish Sarkar
a151e8f729
feat(gateway): enhance WhatsApp account management and connection handling
2026-06-01 22:49:46 +05:30
Anish Sarkar
2d1a6be776
feat(gateway): implement search space management for messaging channels
2026-06-01 21:39:09 +05:30
Anish Sarkar
455a3ee021
feat(web): add Discord messaging channel setup
2026-06-01 20:59:52 +05:30
Anish Sarkar
ad24c3a369
feat(web): add Slack messaging channel setup
2026-06-01 12:37:35 +05:30
Anish Sarkar
389a51d494
feat(gateway): enhance WhatsApp bridge with pairing timeout and health check integration
2026-05-29 13:37:45 +05:30
Anish Sarkar
bba33b5947
feat(web): add WhatsApp messaging channel controls
2026-05-29 10:21:37 +05:30
Anish Sarkar
5f9d16530d
feat(web): add messaging channels settings page
2026-05-27 23:41:18 +05:30
Anish Sarkar
74fff64779
feat(menu): add Privacy Policy and Terms of Service options to the application menu
2026-05-25 22:26:14 +05:30
Anish Sarkar
61234e125f
refactor: remove team memory components and related settings from user and search space settings
2026-05-20 12:01:26 +05:30
Anish Sarkar
73043a0756
feat: enhance memory API responses with limits and update UI components for memory limit handling
2026-05-20 03:17:05 +05:30
Anish Sarkar
89a8438864
feat: wire memory settings to memory API
2026-05-20 02:02:42 +05:30
Anish Sarkar
d66295aedd
chore: ran linting
2026-05-19 21:02:07 +05:30
Anish Sarkar
ee3a6dc45f
refactor: enhance DesktopContent and HotkeysContent components with improved loading states, updated styling, and consistent use of separators
2026-05-19 18:22:30 +05:30
Anish Sarkar
78ad19dd6a
refactor: enhance PromptsContent with dropdown menu for actions, update loading states, and improve styling consistency
2026-05-19 12:59:02 +05:30
Anish Sarkar
3b168e987d
feat: add TeamPage component and remove TeamDialog for improved team management interface
2026-05-19 11:40:06 +05:30
Anish Sarkar
49e1395299
refactor: enhance user settings components with updated icons, improved loading states, and consistent alert structures
2026-05-19 11:11:14 +05:30
Anish Sarkar
d129ddd8f7
refactor: implement new layout structure for search space and user settings with clear ownership
2026-05-19 01:04:59 +05:30
Anish Sarkar
b7a6e3af3d
refactor: update alert components across various files to use a consistent structure and styling
2026-05-18 23:46:16 +05:30
Anish Sarkar
e0ecea61f8
refactor: extract user avatar color and initials logic into a new utility module, update related components to use the new functions
2026-05-18 21:40:23 +05:30
Anish Sarkar
08142f9add
refactor: implement UserSettingsPage and UserSettingsPanel components, replacing UserSettingsDialog and enhancing user settings navigation
2026-05-18 01:51:31 +05:30
Anish Sarkar
5bcda6b83b
refactor: replace action log sheet with dialog component and update related references
2026-05-18 01:34:41 +05:30
Anish Sarkar
3d42712b3f
refactor: replace button elements with Button component for improved consistency and styling across multiple UI components
2026-05-14 14:17:44 +05:30
Anish Sarkar
198c38b335
refactor: replace button elements with Button component for consistent styling across various UI components
2026-05-14 13:30:20 +05:30
Anish Sarkar
75b7a9cc6c
refactor: update UI components to enhance hover effects and color consistency
2026-05-13 23:53:09 +05:30
DESKTOP-RTLN3BA\$punk
c938d39277
feat: moved most things behind correct feature flag
2026-05-02 23:10:48 -07:00
DESKTOP-RTLN3BA\$punk
ae9d36d77f
feat: unified credits and its cost calculations
2026-05-02 14:34:23 -07:00
DESKTOP-RTLN3BA\$punk
e6433f78c4
Merge commit ' 61f4d05cd1' into dev_mod
2026-04-28 09:25:41 -07:00
DESKTOP-RTLN3BA\$punk
31a372bb84
feat: updated agent harness
2026-04-28 09:22:19 -07:00
DESKTOP-RTLN3BA\$punk
8d50f90060
chore: linting
Obsidian Plugin Lint / lint (push) Has been cancelled
2026-04-27 14:04:50 -07:00
CREDO23
2d962f6dd2
Merge upstream/dev
2026-04-27 22:44:40 +02:00
CREDO23
97488218db
Expose Screenshot Assist in desktop login and settings with shared shortcut defaults.
2026-04-27 18:49:40 +02:00
CREDO23
8034f372e7
Remove desktop suggestion UI and refresh settings surfaces
2026-04-24 19:18:09 +02:00
Anish Sarkar
9b1b9a90c0
Merge remote-tracking branch 'upstream/dev' into feat/obsidian-plugin
2026-04-24 21:34:55 +05:30