Waleed
|
14846ab05c
|
feat(i18n): update translations (#2299)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-10 21:16:32 -08:00 |
|
Waleed
|
6c99c841f4
|
fix(tools): fixed zendesk tools, kb upload failure for md files, stronger typing (#2297)
* fix(tools): fixed zendesk tools, kb upload failure for md files, stronger typing
* ack PR comments
|
2025-12-10 20:42:16 -08:00 |
|
Waleed
|
37d7902fcd
|
fix(dashboard): prevent dashboard from getting unmounted when on the logs page (#2298)
|
2025-12-10 20:41:26 -08:00 |
|
Emir Karabeg
|
1e563b1e0a
|
fix(ui/ux): templates and knowledge pages (#2296)
|
2025-12-10 19:56:23 -08:00 |
|
Vikhyath Mondreti
|
1d62ece915
|
fix(billing): copilot should directly deduct credit balance (#2294)
|
2025-12-10 18:25:36 -08:00 |
|
Emir Karabeg
|
bbab2ff732
|
improvement(ui/ux): small styling improvements (#2293)
* improvement: action-bar duplicate, copilot header name truncating, dashboard table scrolling
* improvement: workflow block handle positioning
* improvement: copilot notification fix message
* improvement: dashboard layout, popover hovering
* fix: filtering table into row, workflow name truncating
|
2025-12-10 17:20:59 -08:00 |
|
Emir Karabeg
|
76bc2fae83
|
improvement(log-details): polling, trace spans (#2292)
|
2025-12-10 13:08:24 -08:00 |
|
Vikhyath Mondreti
|
1cfe229056
|
fix(redis): cleanup access pattern across callsites (#2289)
* fix(redis): cleanup access pattern across callsites
* swap redis command to be non blocking
|
2025-12-10 12:37:33 -08:00 |
|
Waleed
|
6791d968b8
|
fix(mcp): added backfill effect to add missing descriptions for mcp tools (#2290)
|
2025-12-10 11:57:18 -08:00 |
|
Waleed
|
163db5cf50
|
fix(agent): filter out empty params to ensure LLM can set tool params at runtime (#2288)
|
2025-12-10 11:38:54 -08:00 |
|
Waleed
|
bbbb13af7e
|
feat(folders): add the ability to create a folder within a folder in popover (#2287)
|
2025-12-10 11:19:57 -08:00 |
|
Vikhyath Mondreti
|
6fd4087a79
|
fix(container): resize heuristic improvement (#2285)
* estimate block height for resize based on subblocks
* fix hydration error
* make more conservative
|
2025-12-10 00:20:03 -08:00 |
|
Adam Gough
|
cb6e763714
|
improvement(chat): add the ability to download files from the deployed chat (#2280)
* added teams download and chat download file
* Removed comments
* removed comments
* component structure and download all
* removed comments
* cleanup code
* fix empty files case
* small fix
|
2025-12-09 22:08:03 -08:00 |
|
Waleed
|
d06b360b1d
|
fix(docs): fix copy page button and header hook (#2284)
|
2025-12-09 21:58:54 -08:00 |
|
Emir Karabeg
|
0713580862
|
improvement: custom tools modal, logs-details (#2283)
|
2025-12-09 21:50:09 -08:00 |
|
Vikhyath Mondreti
|
f421f27d3f
|
fix(creds): glitch allowing multiple credentials in an integration (#2282)
|
2025-12-09 21:07:14 -08:00 |
|
Emir Karabeg
|
0083c89fa5
|
feat(ui): logs, kb, emcn (#2207)
* feat(kb): emcn alignment; sidebar: popover primary; settings-modal: expand
* feat: EMCN breadcrumb; improvement(KB): UI
* fix: hydration error
* improvement(KB): UI
* feat: emcn modal sizing, KB tags; refactor: deleted old sidebar
* feat(logs): UI
* fix: add documents modal name
* feat: logs, emcn, cursorrules; refactor: logs
* feat: dashboard
* feat: notifications; improvement: logs details
* fixed random rectangle on canvas
* fixed the name of the file to align
* fix build
---------
Co-authored-by: waleed <walif6@gmail.com>
|
2025-12-09 20:50:28 -08:00 |
|
mosa
|
3cec449402
|
fix(ime): prevent form submission during IME composition steps (#2279)
* fix(ui): prevent form submission during IME composition steps
* chore(gitignore): add IntelliJ IDE files to .gitignore
---------
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
Co-authored-by: Waleed <walif6@gmail.com>
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-09 19:58:33 -08:00 |
|
Siddharth Ganesan
|
c5b3fcb181
|
fix(copilot): fix custom tools (#2278)
* Fix title custom tool
* Checkpoitn (broken)
* Fix custom tool flash
* Edit workflow returns null fix
* Works
* Fix lint
|
2025-12-09 17:42:17 -08:00 |
|
Vikhyath Mondreti
|
dd7db6e144
|
fix(autolayout): align by handle (#2277)
* fix(autolayout): align by handle
* use shared constants everywhere
* cleanup
|
2025-12-09 16:28:25 -08:00 |
|
Waleed
|
306043eedb
|
feat(i18n): update translations (#2276)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-09 16:20:43 -08:00 |
|
Waleed
|
569598b39e
|
fix(tools): updated kalshi and polymarket tools to accurately reflect outputs (#2274)
|
2025-12-09 15:35:36 -08:00 |
|
Waleed
|
cc66aa5a3e
|
feat(i18n): update translations (#2275)
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
|
2025-12-09 15:25:03 -08:00 |
|
Vikhyath Mondreti
|
aea32d423f
|
feat(rate-limiter): token bucket algorithm (#2270)
* fix(ratelimit): make deployed chat rate limited
* improvement(rate-limiter): use token bucket algo
* update docs
* fix
* fix type
* fix db rate limiter
* address greptile comments
|
2025-12-09 14:57:17 -08:00 |
|
Waleed
|
22abf98835
|
fix(mcp): prevent redundant MCP server discovery calls at runtime, use cached tool schema instead (#2273)
* fix(mcp): prevent redundant MCP server discovery calls at runtime, use cached tool schema instead
* added backfill, added loading state for tools in settings > mcp
* fix tool inp
|
2025-12-09 12:44:53 -08:00 |
|
Waleed
|
aa1d896b38
|
feat(i18n): update translations (#2268)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-09 00:46:09 -08:00 |
|
Waleed
|
2fcd07e82d
|
feat(triggers): added rss feed trigger & poller (#2267)
|
2025-12-08 23:07:07 -08:00 |
|
Vikhyath Mondreti
|
0db5ba1b27
|
fix(org-limits): remove fallbacks for enterprise plan (#2255)
* fix(org-limits): remove fallbacks for enterprise plan
* remove comment
* remove comments
* make logger use new helper
|
2025-12-08 21:43:43 -08:00 |
|
Waleed
|
e390ba0491
|
feat(dropdowns): added searchbox to the operation dropdown for all blocks (#2266)
|
2025-12-08 20:54:59 -08:00 |
|
Vikhyath Mondreti
|
2f0509adaf
|
fix(nextjs-size-limit): surface 413s accurately (#2265)
* fix(api-call-size-limit): cannot exceed nextjs size limits
* fix
* Convert to buffer
---------
Co-authored-by: Siddharth Ganesan <siddharthganesan@gmail.com>
|
2025-12-08 20:54:25 -08:00 |
|
Waleed
|
9f0584a818
|
feat(redis): added redis option for rate limiter, 10x speed improvement in rate limit checks & reduction of DB load (#2263)
* feat(redis): added redis option for rate limiter, 10x speed improvement in rate limit checks & reduction of DB load
* ack PR comments
* improvements
|
2025-12-08 20:39:29 -08:00 |
|
Siddharth Ganesan
|
6b4d76298f
|
fix(custom-tools, copilot): custom tools state + copilot fixes (#2264)
* Workspace env vars
* Fix execution animation on copilot run
* Custom tools toolg
* Custom tools
* Fix custom tool
* remove extra fallback
* Fix lint
|
2025-12-08 20:14:49 -08:00 |
|
Vikhyath Mondreti
|
b7a1e8f5cf
|
fix(pre-proc-checks): deployed checks should precede cost/ratelimit increments" (#2250)
|
2025-12-08 20:04:21 -08:00 |
|
Waleed
|
3ce2788562
|
feat(i18n): update translations (#2262)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-08 19:40:42 -08:00 |
|
Waleed
|
17a084cd61
|
feat(copilot): updated copilot keys to have names, full parity with API keys page (#2260)
|
2025-12-08 19:28:40 -08:00 |
|
Waleed
|
dafd2f5ce8
|
feat(tools): added sftp tool to accompany smtp and ssh tools (#2261)
|
2025-12-08 19:21:10 -08:00 |
|
Waleed
|
5af67d08ba
|
feat(i18n): update translations (#2259)
* feat(i18n): update translations
* fix chinese page
---------
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-08 17:58:49 -08:00 |
|
Waleed
|
209b0f1906
|
feat(tools): added duckduckgo (#2258)
|
2025-12-08 17:34:18 -08:00 |
|
Waleed
|
e067b584ee
|
feat(admin): updated admin routes to consolidate duplicate behavior (#2257)
* feat(admin): updated admin routes to consolidate duplicate behavior
* ack PR comments
|
2025-12-08 17:29:55 -08:00 |
|
Waleed
|
87084edbe6
|
fix(timeouts): increased timeouts for function execution & agent (#2256)
|
2025-12-08 16:25:58 -08:00 |
|
Vikhyath Mondreti
|
99e0b81233
|
improvement(org): remove dead seats get endpoint (#2247)
* improvement(org): remove dead seats get endpoint
* remove more dead code
* remove fallback limit
|
2025-12-08 15:38:08 -08:00 |
|
Vikhyath Mondreti
|
c197b04bcc
|
fix(migration): migration got removed by force push (#2253)
|
2025-12-08 14:07:03 -08:00 |
|
Waleed
|
4fb039f3e8
|
feat(i18n): update translations (#2249)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-08 12:44:37 -08:00 |
|
Waleed
|
feb591867e
|
fix(docs): fix salesforce docs & update styling (#2248)
|
2025-12-08 12:08:53 -08:00 |
|
Waleed
|
598c3bc684
|
feat(i18n): update translations (#2246)
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
|
2025-12-08 10:45:48 -08:00 |
|
Vikhyath Mondreti
|
01b2f809d1
|
feat(cursor): add cursor block and tools (#2245)
* fix(autolayout): reduce horizontal spacing in autolayout
* feat(cursor): add cursor cloud agents tools
* address greptile prompt
|
2025-12-08 09:49:28 -08:00 |
|
Waleed
|
d200f664e8
|
feat(i18n): update translations (#2244)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-08 00:26:39 -08:00 |
|
Waleed
|
e2b077f582
|
fix(conditional): don't error in condition blocks when no conditions are satisfied (#2243)
* fix(conditional): don't error in condition blocks when no conditions are satisfied
* updated docs
|
2025-12-08 00:15:51 -08:00 |
|
Waleed
|
d09fd6cf92
|
fix(import): fixed trigger save on export/import flow (#2239)
* fix(import): fixed trigger save on export/import flow
* optimized test runners
* ack PR comments
|
2025-12-07 23:00:28 -08:00 |
|
Vikhyath Mondreti
|
434d12956e
|
fix(autolayout): reduce horizontal spacing in autolayout (#2240)
|
2025-12-07 22:36:10 -08:00 |
|