Siddharth Ganesan
3656d3d7ad
Updates ( #1237 )
2025-09-03 13:19:34 -07:00
Waleed
11d8188415
fix(rce): always use VM over RCE for custom tools ( #1233 )
2025-09-03 08:16:50 -07:00
Waleed
36c98d18e9
fix(team): fix organization invitation URL for teams ( #1232 )
2025-09-03 08:05:38 -07:00
Waleed
baef8d77f9
fix(styling): fix styling inconsistencies in dark mode, fix invites fetching to show active members ( #1229 )
...
* fix(styling): fix unreadble text in dark mode
* fix styling inconsistencies in kb
* refetch permissions on invite modal open
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-09-02 21:17:15 -07:00
Vikhyath Mondreti
b74ab46820
fix(e2b-env-var): use isTruthy and getEnv ( #1228 )
2025-09-02 20:03:43 -07:00
Waleed
533b4c53e0
feat(tools): add MongoDB ( #1225 )
...
* added mongo, haven't tested
* fixed bugs, refined prompts, added billing for wand if billing enabled
* add docs
* ack PR comments
2025-09-02 18:55:45 -07:00
Siddharth Ganesan
c2d668c3eb
feat(copilot): stats tracking ( #1227 )
...
* Add copilot stats table schema
* Move db to agent
* Lint
* Fix tests
2025-09-02 18:17:50 -07:00
Vikhyath Mondreti
1a5d5ddffa
feat(e2b-execution): add remote code execution to support Python + Imports ( #1226 )
...
* feat(e2b-execution): add remote code execution via e2b
* ux improvements
* fix streaming
* progress
* fix tooltip text
* make supported languages an enum
* fix error handling
* fix tests
2025-09-02 18:15:29 -07:00
Waleed
9de0d91f9a
feat(llms): added additional params to llm-based blocks for alternative models ( #1223 )
...
* feat(llms): added additional params to llm-based blocks for alternative models
* add hidden temp param to other LLM-based blocks
2025-09-02 13:29:03 -07:00
Waleed
3db73ff721
fix(whitelabel): make terms and privacy URL envvars available at build time ( #1222 )
2025-09-02 12:54:30 -07:00
Vikhyath Mondreti
9ffb48ee02
make 79th migration idempotent
2025-09-02 10:48:22 -07:00
Vikhyath Mondreti
1f2a317ac2
fix if not exists check
2025-09-02 10:39:53 -07:00
Vikhyath Mondreti
a618d289d8
add if not exists check
2025-09-02 10:38:33 -07:00
Vikhyath Mondreti
461d7b2342
Merge branch 'staging' of github.com:simstudioai/sim into staging
2025-09-02 10:27:08 -07:00
Vikhyath Mondreti
4273161c0f
fix 80th migration
2025-09-02 10:26:57 -07:00
Waleed
54d42b33eb
fix(wand): remove duplicate transfer encoding header meant to be set by nginx proxy ( #1221 )
2025-09-02 09:15:25 -07:00
Waleed
2c2c32c64b
improvement(hygiene): refactored routes to be more restful, reduced code surface area and removed redundant code ( #1217 )
...
* improvement(invitations): consolidate invite-error and invite pages, made API endpoints more restful and reduced code surface area for invitations by 50%
* refactored logs API routes
* refactor rate limit api route, consolidate usage check api endpoint
* refactored chat page and invitations page
* consolidate ollama and openrouter stores to just providers store
* removed unused route
* removed legacy envvar methods
* remove dead, legacy routes for invitations PUT and workflow SYNC
* improvement(copilot): improve context inputs and fix some bugs (#1216 )
* Add logs v1
* Update
* Updates
* Updates
* Fixes
* Fix current workflow in context
* Fix mentions
* Error handling
* Fix chat loading
* Hide current workflow from context
* Run workflow fix
* Lint
* updated invitation log
* styling for invitation pages
---------
Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com >
2025-09-01 21:22:23 -07:00
Waleed
65e861822c
fix(ui): dark mode styling for switch, trigger modal UI, signup/login improvements with auto-submit for OTP ( #1214 )
...
* fix(ui): fix dark mode styling for switch, fix trigger modal UI
* auto-submit OTP when characters are entered
* trim leading and trailing whitespace from name on signup, throw more informative error messages on reset pass
2025-09-01 21:19:12 -07:00
Siddharth Ganesan
12135d2aa8
improvement(copilot): improve context inputs and fix some bugs ( #1216 )
...
* Add logs v1
* Update
* Updates
* Updates
* Fixes
* Fix current workflow in context
* Fix mentions
* Error handling
* Fix chat loading
* Hide current workflow from context
* Run workflow fix
* Lint
2025-09-01 16:51:58 -07:00
Waleed
f75c807580
improvement(performance): added new indexes for improved session performance ( #1215 )
2025-09-01 16:00:15 -07:00
Vikhyath Mondreti
9ea7ea79e9
feat(workspace-vars): add workspace scoped environment + fix cancellation of assoc. workspace invites if org invite cancelled ( #1208 )
...
* feat(env-vars): workspace scoped environment variables
* fix cascade delete or workspace invite if org invite with attached workspace invites are created
* remove redundant refetch
* feat(env-vars): workspace scoped environment variables
* fix redirect for invitation error, remove check for validated emails on workspace invitation accept
* styling improvements
* remove random migration code
* stronger typing, added helpers, parallelized envvar encryption
---------
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-09-01 15:56:58 -07:00
Waleed
5bbb349d8a
fix(build): add missing pdf-parse dep, add docker build in staging ( #1213 )
...
* fix(build): add missing pdf-parse dep
* add docker build (no push) in staging
2025-09-01 13:04:16 -07:00
Waleed
ea09fcecb7
fix(build): consolidate pdf parsing dependencies, remove extraneous html deps ( #1212 )
...
* fix(build): consolidate pdf parsing dependencies, remove extraneous html deps
* add types
2025-09-01 10:19:24 -07:00
Waleed
9ccb7600f9
fix(organizations): remove org calls when billing is disabled ( #1211 )
2025-09-01 09:48:58 -07:00
Waleed
43cb124d97
fix(parsers): fix md, pptx, html kb uploads ( #1209 )
...
* fix md, pptx, html
* consolidate consts
2025-08-31 00:52:42 -07:00
Waleed
76889fde26
fix(permissions): remove permissions granted by org membership ( #1206 )
...
* fix(permissions): remove cross-functional permissions granted by org membership
* code hygiene
2025-08-30 18:14:01 -07:00
Vikhyath Mondreti
7780d9b32b
fix(enterprise-billing): simplification to be fixed-cost ( #1196 )
...
* fix(enterprise-billing): simplify
* conceptual improvement
* add seats to enterprise sub meta
* correct type
* fix UI
* send emails to new enterprise users
* fix fallback
* fix merge conflict issue
---------
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-08-30 17:26:17 -07:00
Waleed
4a703a02cb
improvement(tools): update mysql to respect ssl pref ( #1205 )
2025-08-30 13:48:39 -07:00
Waleed
a969d09782
feat(parsers): added pptx, md, & html parsers ( #1202 )
...
* feat(parsers): added pptx, md, & html parsers
* ack PR comments
* file renaming, reorganization
2025-08-30 02:11:01 -07:00
Waleed
df3d532495
fix(deps): downgrade nextjs ( #1200 )
2025-08-29 21:44:51 -07:00
Waleed
f4f8fc051e
improvement(kb): add fallbacks for kb configs ( #1199 )
2025-08-29 21:09:09 -07:00
Waleed
a3838302e0
feat(kb): add adjustable concurrency and batching to uploads and embeddings ( #1198 )
2025-08-29 18:37:23 -07:00
Waleed
4310dd6c15
imporvement(pg): added wand config for writing sql queries for generic db blocks & supabase postgrest syntax ( #1197 )
...
* add parallel ai, postgres, mysql, slight modifications to dark mode styling
* bun install frozen lockfile
* new deps
* improve security, add wand to short input and update wand config
2025-08-29 18:32:07 -07:00
Waleed
813a0fb741
feat(tools): add parallel ai, postgres, mysql, slight modifications to dark mode styling ( #1192 )
...
* add parallel ai, postgres, mysql, slight modifications to dark mode styling
* bun install frozen lockfile
* new deps
2025-08-29 17:25:02 -07:00
Waleed
7e23e942d7
fix(billing-ui): open settings when enterprise sub folks press usage indicator ( #1194 )
2025-08-29 16:11:32 -07:00
Siddharth Ganesan
7fcbafab97
Use direct fetch ( #1193 )
2025-08-29 16:10:36 -07:00
Siddharth Ganesan
056dc2879c
Fix/wand ( #1191 )
...
* Switch to node
* Refactor
2025-08-29 15:50:26 -07:00
Siddharth Ganesan
1aec32b7e2
Switch to node ( #1190 )
2025-08-29 15:18:07 -07:00
Vikhyath Mondreti
4e3a3bd1b1
run bun install
2025-08-29 14:23:31 -07:00
Vikhyath Mondreti
36773e8cdb
Revert "feat(integrations): added parallel AI, mySQL, and postgres block/tools ( #1126 )"
...
This reverts commit 766279bb8b .
2025-08-29 14:14:45 -07:00
Waleed
f2502f5e48
fix(database): revert changes related to db URL ( #1185 )
...
* fix(database): revert changes related to db URL
* cleanup
2025-08-29 09:33:40 -07:00
Vikhyath Mondreti
f3c4f7e20a
fix
2025-08-29 00:35:15 -07:00
Vikhyath Mondreti
f578f43c9a
graceful exit for drizzle migration
2025-08-29 00:25:47 -07:00
Vikhyath Mondreti
5c73038023
fix(db): attempt parsing cert and db url separately ( #1183 )
2025-08-29 00:17:05 -07:00
Waleed
ed11456de3
fix(db): accept self-signed certs ( #1181 )
2025-08-28 23:19:02 -07:00
Waleed
ca015deea9
fix(ssl): add envvar for optional ssl cert ( #1179 )
2025-08-28 23:00:43 -07:00
Adam Gough
6ac59a3264
Revert "fix(cursor-and-input): fixes cursor and input canvas error ( #1168 )" ( #1178 )
...
This reverts commit aa84c75360 .
2025-08-28 21:06:30 -07:00
Adam Gough
aa84c75360
fix(cursor-and-input): fixes cursor and input canvas error ( #1168 )
...
* fixed long input
* lint
* fix gray canvas
* fixed auto-pan
* remove duplicate useEffect
* fix auto-pan for wide mode
* removed any
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-08-28 20:17:10 -07:00
Vikhyath Mondreti
ebb8cf8bf9
fix(slack): set depends on for slack channel channel subblock ( #1177 )
...
* fix(slack): set depends on for slack channel
* use foreign credential check
* fix
* fix clearing of block
2025-08-28 20:11:30 -07:00
Siddharth Ganesan
cadfcdbfbd
Fix ( #1176 )
2025-08-28 19:21:29 -07:00