CREDO23
|
041401aefc
|
add custom quick-ask actions: model, migration, schemas, CRUD routes
|
2026-03-28 23:49:50 +02:00 |
|
CREDO23
|
407059ce84
|
add action chip in composer with prompt prepend at send time
|
2026-03-28 23:45:11 +02:00 |
|
CREDO23
|
c2644aa6a2
|
wire / action picker in Composer with keyboard navigation
|
2026-03-28 23:20:10 +02:00 |
|
CREDO23
|
3be0988a7b
|
add ActionPicker component for / command trigger
|
2026-03-28 23:16:02 +02:00 |
|
CREDO23
|
cb6f4562de
|
add / action trigger to InlineMentionEditor
|
2026-03-28 23:12:33 +02:00 |
|
CREDO23
|
58ac17fb81
|
fix: move quickAskMode to IPC to prevent sessionStorage leak between windows
|
2026-03-27 20:35:29 +02:00 |
|
CREDO23
|
9f13da3fd1
|
fix Ask SurfSense: pre-fill with initialText and cursor positioning
|
2026-03-27 20:07:55 +02:00 |
|
CREDO23
|
f36e5f8287
|
redesign action menu: grid layout, search, Ask SurfSense, fix action groups
|
2026-03-27 19:50:36 +02:00 |
|
CREDO23
|
151d6a853e
|
use sessionStorage for quickAskMode to survive route changes
|
2026-03-27 19:20:14 +02:00 |
|
CREDO23
|
f9a6e648cf
|
fix: don't clear pendingText on read to survive auth remount
|
2026-03-27 19:10:15 +02:00 |
|
CREDO23
|
af2129ebb6
|
move quick-ask page into dashboard route for auth context
|
2026-03-27 18:55:03 +02:00 |
|
CREDO23
|
8d60fc7279
|
remove searchSpacesAtom from quick-ask, forward params via dashboard
|
2026-03-27 18:41:58 +02:00 |
|
CREDO23
|
59e0579cc0
|
simplify action menu to plain buttons, remove old quickAskText from thread
|
2026-03-27 18:24:34 +02:00 |
|
CREDO23
|
cc9cb3919e
|
show paste-back button only for transform actions
|
2026-03-27 17:47:02 +02:00 |
|
CREDO23
|
6c59b3ee95
|
auto-submit quick-ask prompt from URL param
|
2026-03-27 17:43:32 +02:00 |
|
CREDO23
|
06f02fba0a
|
navigate directly to chat with search space id
|
2026-03-27 17:38:34 +02:00 |
|
CREDO23
|
98e12dd195
|
load /quick-ask page in panel
|
2026-03-27 17:19:13 +02:00 |
|
CREDO23
|
d48f6aafce
|
add quick-ask page with default action menu
|
2026-03-27 17:17:27 +02:00 |
|
CREDO23
|
2a8f393cde
|
add quick-ask action type definition
|
2026-03-27 17:13:37 +02:00 |
|
CREDO23
|
f931f08f00
|
rename keyboard to platform module, add getSelectedText
|
2026-03-27 16:53:09 +02:00 |
|
CREDO23
|
1133a36fe2
|
extract keyboard module with macOS and Windows support
|
2026-03-27 15:59:41 +02:00 |
|
CREDO23
|
2f08d401fa
|
destroy panel on dismiss, remove activate to preserve selection
|
2026-03-26 20:58:04 +02:00 |
|
CREDO23
|
bc16c0362d
|
check accessibility permission before paste-back
|
2026-03-26 20:34:37 +02:00 |
|
CREDO23
|
2adffccd92
|
add paste-back button to assistant action bar
|
2026-03-26 20:30:19 +02:00 |
|
CREDO23
|
5bb4f5c084
|
implement replace handler with clipboard swap and paste-back
|
2026-03-26 20:12:33 +02:00 |
|
CREDO23
|
6e74f462a2
|
add replaceText type to ElectronAPI
|
2026-03-26 20:11:15 +02:00 |
|
CREDO23
|
f931b4cf9d
|
expose replaceText in preload
|
2026-03-26 20:10:10 +02:00 |
|
CREDO23
|
6597649fd1
|
add REPLACE_TEXT IPC channel
|
2026-03-26 20:09:04 +02:00 |
|
CREDO23
|
0abbfbfe27
|
save clipboard contents on shortcut trigger
|
2026-03-26 20:08:23 +02:00 |
|
CREDO23
|
0f846cd9c4
|
track frontmost app on shortcut trigger
|
2026-03-26 20:06:01 +02:00 |
|
CREDO23
|
6619f9598c
|
Merge remote-tracking branch 'upstream/dev' into electon-desktop
# Conflicts:
# surfsense_web/components/assistant-ui/thread.tsx
|
2026-03-25 19:03:19 +02:00 |
|
CREDO23
|
2af4784e63
|
cross-platform panel: toolbar fallback for Windows/Linux
|
2026-03-25 18:26:28 +02:00 |
|
CREDO23
|
743172785d
|
escape to hide, clamp panel to screen bounds, disable maximize
|
2026-03-25 18:00:00 +02:00 |
|
CREDO23
|
2ae83e8b28
|
keep panel floating, handle window opens, disable fullscreen
|
2026-03-25 17:05:03 +02:00 |
|
CREDO23
|
7cbb67f0dd
|
scroll to cursor after inserting clipboard text
|
2026-03-25 16:36:52 +02:00 |
|
CREDO23
|
f3d6ae95e1
|
fix: pull-based clipboard text and cursor at end with br
|
2026-03-25 16:22:32 +02:00 |
|
CREDO23
|
4a5a28805d
|
start at /dashboard, focus cursor after clipboard text
|
2026-03-25 16:08:39 +02:00 |
|
CREDO23
|
91ad36027d
|
fix: send clipboard text after page load on first open
|
2026-03-25 15:57:20 +02:00 |
|
Rohan Verma
|
a474c4651c
|
Merge pull request #970 from MODSetter/dev_mod
docs: update CONTRIBUTING.md to clarify branching workflow and PR sub…
|
2026-03-25 03:10:02 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
8d6e249c10
|
docs: update CONTRIBUTING.md to clarify branching workflow and PR submission process
|
2026-03-25 03:09:05 -07:00 |
|
Rohan Verma
|
8227d1852f
|
Merge pull request #966 from MODSetter/dev
feat: HITL Workflows and Fixing Real-Time Sync
|
2026-03-25 00:10:15 -07:00 |
|
Rohan Verma
|
bca94f84fe
|
Merge pull request #965 from MODSetter/dev_mod
fix: add CheckIcon and CopyIcon imports to user-message component
|
2026-03-25 00:07:50 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
a73c4430e0
|
fix: add CheckIcon and CopyIcon imports to user-message component
|
2026-03-24 21:50:40 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
ccf8454db5
|
Merge commit '59e21db42b' into dev
|
2026-03-24 21:20:30 -07:00 |
|
Rohan Verma
|
59e21db42b
|
Merge pull request #961 from MODSetter/fix/pricing-map-index
Add index parameter to plans.map callback in Pricing component
|
2026-03-24 20:45:05 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
e3f5b7923a
|
Add index parameter to plans.map callback in Pricing component
Made-with: Cursor
|
2026-03-24 20:44:14 -07:00 |
|
Rohan Verma
|
c7cd3c6a9d
|
Merge pull request #960 from LikiosSedo/fix/stable-keys-pricing
fix: replace `key={index}` with stable keys in pricing component
|
2026-03-24 20:37:47 -07:00 |
|
Rohan Verma
|
3bc4cbd22d
|
Merge pull request #959 from LikiosSedo/fix/add-noopener-link-toolbar
fix: add `rel="noopener noreferrer"` to external link in link-toolbar
|
2026-03-24 20:37:35 -07:00 |
|
Rohan Verma
|
c69085def7
|
Merge pull request #958 from LikiosSedo/fix/hero-section-timeout-cleanup
fix: add missing `setTimeout` cleanup in hero section collision effect
|
2026-03-24 20:37:19 -07:00 |
|
Rohan Verma
|
1252d8e1fa
|
Merge pull request #957 from LikiosSedo/fix/remove-unused-sidebar-header-imports
fix: remove unused `useRouter` and `useParams` in SidebarHeader
|
2026-03-24 20:36:47 -07:00 |
|