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 |
|
Waleed
|
b7bbef8620
|
v0.5.23: kb, logs, general ui improvements, token bucket rate limits, docs, mcp, autolayout improvements (#2286)
* 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
* 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
* feat(i18n): update translations (#2275)
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
* fix(tools): updated kalshi and polymarket tools to accurately reflect outputs (#2274)
* feat(i18n): update translations (#2276)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
* fix(autolayout): align by handle (#2277)
* fix(autolayout): align by handle
* use shared constants everywhere
* cleanup
* fix(copilot): fix custom tools (#2278)
* Fix title custom tool
* Checkpoitn (broken)
* Fix custom tool flash
* Edit workflow returns null fix
* Works
* Fix lint
* 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>
* 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>
* fix(creds): glitch allowing multiple credentials in an integration (#2282)
* improvement: custom tools modal, logs-details (#2283)
* fix(docs): fix copy page button and header hook (#2284)
* 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
* fix(container): resize heuristic improvement (#2285)
* estimate block height for resize based on subblocks
* fix hydration error
* make more conservative
---------
Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com>
Co-authored-by: mosa <mosaxiv@gmail.com>
Co-authored-by: Emir Karabeg <78010029+emir-karabeg@users.noreply.github.com>
Co-authored-by: Adam Gough <77861281+aadamgough@users.noreply.github.com>
v0.5.23
|
2025-12-10 00:57:58 -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
|
52edbea659
|
v0.5.22: rss feed trigger, sftp tool, billing fixes, 413 surfacing, copilot improvements
v0.5.22
|
2025-12-09 10:27:36 -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
|
d480057fd3
|
fix(migration): migration got removed by force push (#2253)
|
2025-12-08 14:08:12 -08:00 |
|
Vikhyath Mondreti
|
c197b04bcc
|
fix(migration): migration got removed by force push (#2253)
|
2025-12-08 14:07:03 -08:00 |
|
Waleed
|
c27c233da0
|
v0.5.21: google groups, virtualized code viewer, ui, autolayout, docs improvements
v0.5.21
|
2025-12-08 13:10:50 -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 |
|
Waleed
|
b49b8eeb9d
|
feat(i18n): update translations (#2238)
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
|
2025-12-07 19:43:12 -08:00 |
|
Waleed
|
5b9f3d3d02
|
feat(docs): added additional self-hosting documentation (#2237)
* feat(docs): added additional self-hosting documentation
* added more
|
2025-12-07 19:25:44 -08:00 |
|
Vikhyath Mondreti
|
05022e3468
|
fix(copilot-autolayout): more subflow cases and deal with resizing (#2236)
* fix sidebar hydration issue accurately
* improve autolayout subflow cases
* fix DOM structure to prevent HMR hydration issues
|
2025-12-07 19:14:18 -08:00 |
|
Vikhyath Mondreti
|
9f884c151c
|
feat(credits): prepurchase credits (#2174)
* add credit balances
* add migrations
* remove handling for disputes
* fix idempotency key
* prep merge into staging
* code cleanup
* add back migration + prevent enterprise from purchasing credits
* remove circular import
* add dispute blocking
* fix lint
* fix: hydration error
* remove migration before merge staging
'
* moved credits addition to invoice payment success
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu>
|
2025-12-06 19:11:58 -08:00 |
|
Adam Gough
|
92c03b825b
|
improvement(salesforce): fixed refresh and added endpoints (#2177)
* added salesforce other tools
* modified scope and change salesforce refresh
* fixed refresh
* remove dup code
|
2025-12-06 19:03:25 -08:00 |
|