Waleed Latif
db1cf8a6db
fix(placeholder): fix starter block placeholder ( #1071 )
2025-08-20 21:01:37 -07:00
Vikhyath Mondreti
c6912095f7
fix placeholder text
2025-08-20 20:38:15 -07:00
Waleed Latif
154d9eef6a
fix(gpt-5): fix chat-completions api ( #1070 )
2025-08-20 20:36:12 -07:00
Emir Karabeg
c2ded1f3e1
fix(theme-provider): preventing flash on page load ( #1067 )
...
* fix(theme-provider): preventing flash on page load
* consolidated themes to use NextJS theme logic
* improvement: optimized latency
2025-08-20 20:20:23 -07:00
Waleed Latif
ff43528d35
fix(gpt-5): fixed verbosity and reasoning params ( #1069 )
...
* fix(gpt-5): fixed verbosity and reasoning parsm
* fixed dropdown
* default values for verbosity and reasoning effort
* cleanup
* use default value in dropdown
2025-08-20 20:18:02 -07:00
Vikhyath Mondreti
692ba69864
fix type
2025-08-20 20:00:41 -07:00
Adam Gough
cb7ce8659b
fix(msverify): changed consent for microsoft ( #1057 )
...
* changed consent
* changed excel error message and default sheets
* changed variable res for excel
---------
Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net >
2025-08-20 19:54:51 -07:00
Vikhyath Mondreti
5caef3a37d
fix(input-format): first time execution bug ( #1068 )
2025-08-20 19:52:04 -07:00
Waleed Latif
a6888da124
fix(semantics): fix incorrect imports ( #1066 )
...
* fix(semantics): fix incorrect import
* fixed all incorrecr imports
2025-08-20 19:02:52 -07:00
Vikhyath Mondreti
07b0597f4f
improvement(trigger): upgrade import path for trigger ( #1065 )
2025-08-20 18:41:13 -07:00
Vikhyath Mondreti
71e2994f9d
improvement(trigger): upgrade trigger ( #1063 )
2025-08-20 18:33:01 -07:00
Vikhyath Mondreti
9973b2c165
Merge branch 'staging' of github.com:simstudioai/sim into staging
2025-08-20 18:26:08 -07:00
Vikhyath Mondreti
d9e5777538
use personal access token
2025-08-20 18:24:17 -07:00
Waleed Latif
dd74267313
feat(nextjs): upgrade nextjs to 15.5 ( #1062 )
2025-08-20 18:22:35 -07:00
Vikhyath Mondreti
1db72dc823
pin version
2025-08-20 18:13:15 -07:00
Vikhyath Mondreti
da707fa491
improvement(gh-action): add gh action to deploy to correct environment for trigger.dev ( #1060 )
...
* improvement(gh-action): add gh action to deploy to correct environment for trigger.dev
* add dep installation
* change away from pull request target
2025-08-20 18:10:43 -07:00
Vikhyath Mondreti
9ffaf305bd
feat(input-format): add value field to test input formats ( #1059 )
...
* feat(input-format): add value field to test input formats
* fix lint
* fix typing issue
* change to dropdown for boolean
2025-08-20 18:03:47 -07:00
Waleed Latif
26e6286fda
fix(billing): fix team plan upgrade ( #1053 )
2025-08-20 17:05:35 -07:00
Waleed Latif
c795fc83aa
feat(azure-openai): allow usage of azure-openai for knowledgebase uploads and wand generation ( #1056 )
...
* feat(azure-openai): allow usage of azure-openai for knowledgebase uploads
* feat(azure-openai): added azure-openai for kb and wand
* added embeddings utils, added the ability to use mistral through Azure
* fix(oauth): gdrive picker race condition, token route cleanup
* fix test
* feat(mailer): consolidated all emailing to mailer service, added support for Azure ACS (#1054 )
* feat(mailer): consolidated all emailing to mailer service, added support for Azure ACS
* fix batch invitation email template
* cleanup
* improvement(emails): add help template instead of doing it inline
* remove fallback version
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-08-20 17:04:52 -07:00
Waleed Latif
cea42f5135
improvement(gpt-5): added reasoning level and verbosity to gpt-5 models ( #1058 )
2025-08-20 17:04:39 -07:00
Waleed Latif
6fd6f921dc
feat(mailer): consolidated all emailing to mailer service, added support for Azure ACS ( #1054 )
...
* feat(mailer): consolidated all emailing to mailer service, added support for Azure ACS
* fix batch invitation email template
* cleanup
* improvement(emails): add help template instead of doing it inline
2025-08-20 16:02:49 -07:00
Vikhyath Mondreti
7530fb9a4e
Merge pull request #1055 from simstudioai/fix/picker-race-cond
...
fix(oauth): gdrive picker race condition, token route cleanup
2025-08-20 15:03:57 -07:00
Vikhyath Mondreti
9a5b035822
fix test
2025-08-20 13:55:54 -07:00
Vikhyath Mondreti
0c0b6bf967
fix(oauth): gdrive picker race condition, token route cleanup
2025-08-20 12:33:46 -07:00
Siddharth Ganesan
b39bdfd55e
feat(copilot-docs): update readme and docs with local hosting instructions ( #1043 )
...
* Docs
* Lint
2025-08-20 09:47:50 -07:00
Waleed Latif
214a0358b6
fix(billing): fix upgrade to team plan ( #1045 )
2025-08-20 00:28:07 -07:00
Waleed Latif
bbb5e53e43
improvement(supabase): add supabase upsert tool, insert/replace on PK conflict ( #1038 )
2025-08-19 21:21:09 -07:00
Waleed Latif
79e932fed9
feat(logs): added sub-workflow logs, updated trace spans UI, fix scroll behavior in workflow registry sidebar ( #1037 )
...
* added sub-workflow logs
* indent input/output in trace spans display
* better color scheme for workflow logs
* scroll behavior in sidebar updated
* cleanup
* fixed failing tests
2025-08-19 21:21:09 -07:00
Vikhyath Mondreti
9ad36c0e34
fix(oauth-block): race condition for rendering credential selectors and other subblocks + gdrive fixes ( #1029 )
...
* fix(oauth-block): race condition for rendering credential selectors and other subblocks
* fix import
* add dependsOn field to track cros-subblock deps
* remove redundant check
* remove redundant checks
* remove misleading comment
* fix
* fix jira
* fix
* fix
* confluence
* fix triggers
* fix
* fix
* make trigger creds collab supported
* fix for backwards compat
* fix trigger modal
2025-08-19 21:21:09 -07:00
Waleed Latif
2771c688ff
improvement(supabase): added more verbose error logging for supabase operations ( #1035 )
...
* improvement(supabase): added more verbose error logging for supabase operations
* updated docs
2025-08-19 21:21:09 -07:00
Waleed Latif
d58ceb4bce
improvement(api): add native support for form-urlencoded inputs into API block ( #1033 )
2025-08-19 21:21:09 -07:00
Waleed Latif
69773c3174
improvement(console): increase console max entries for larger workflows ( #1032 )
...
* improvement(console): increase console max entries for larger workflows
* increase safety limit for infinite loops
2025-08-19 21:21:09 -07:00
Waleed Latif
9aa1fe8037
fix(logger): fixed logger to show prod server-side logs ( #1027 )
2025-08-19 00:44:24 -07:00
Emir Karabeg
1b7c111c46
Update README.md ( #1026 )
...
* Update README.md
* Update README.md
2025-08-18 23:10:18 -07:00
Siddharth Ganesan
bdfb56b262
fix(copilot): streaming ( #1023 )
...
* Fix 1
* Fix
* Bugfix
* Make thinking streaming smoother
* Better autoscroll, still not great
* Updates
* Updates
* Updates
* Restore checkpoitn logic
* Fix aborts
* Checkpoitn ui
* Lint
* Fix empty file
2025-08-18 22:48:56 -07:00
Emir Karabeg
4a7de31eee
uploaded brandbook ( #1024 )
2025-08-18 22:04:55 -07:00
Waleed Latif
adfe56c720
improvement(logger): restore server-side logs in prod ( #1022 )
2025-08-18 21:01:38 -07:00
Emir Karabeg
72e3efa875
improvement(settings): ui/ux ( #1021 )
...
* completed general
* completed environment
* completed account; updated general and environment
* fixed skeleton
* finished credentials
* finished privacy; adjusted all colors and styling
* added reset password
* refactor: team and subscription
* finalized subscription settings
* fixed copilot key UI
2025-08-18 20:57:29 -07:00
Vikhyath Mondreti
b40fa3aa6e
fix(picker-ui): picker UI confusing when credential not set + Microsoft OAuth Fixes ( #1016 )
...
* fix(picker-ui): picker UI confusing when credential not set
* remove comments
* remove chevron down
* fix collaboration oauth
* fix jira"
* fix
* fix ms excel selector
* fix selectors for MS blocks
* fix ms selectors
* fix
* fix ms onedrive and sharepoint
* fix to grey out dropdowns
* fix background fetches
* fix planner
* fix confluence
* fix
* fix confluence realtime sharing
* fix outlook folder selector
* check outlook folder
* make shared hook
---------
Co-authored-by: waleedlatif1 <walif6@gmail.com >
2025-08-18 20:21:23 -07:00
Waleed Latif
f924edde3a
improvement(console): redact api keys from console store ( #1020 )
2025-08-18 16:36:33 -07:00
Waleed Latif
073030bfaa
improvement(serializer): filter out advanced mode fields when executing in basic mode, persist the values but don't include them in serialized block for execution ( #1018 )
...
* improvement(serializer): filter out advanced mode fields when executing in basic mode, persist the values but don't include them in serialized block for execution
* fix serializer exclusion logic
2025-08-18 16:34:53 -07:00
Siddharth Ganesan
871f4e8e18
fix(copilot): env key validation ( #1017 )
...
* Fix v1
* Use env var
* Lint
* Fix env key validation
* Remove logger
* Fix agent url
* Fix tests
2025-08-18 16:00:56 -07:00
Siddharth Ganesan
091343a132
fix(copilot): fix origin ( #1015 )
...
* Fix v1
* Use env var
* Lint
2025-08-18 13:57:31 -07:00
Waleed Latif
63c66bfc31
fix(webhook): pin webhook URL when creating/saving generic webhook trigger ( #1014 )
...
* fix(webhook): pin webhook URL when creating a new generic webhook trigger
* change instructions copy
* remove unrelated scripts
* added optional API key for webhooks, validation tests
* remove extraneous logs
2025-08-18 13:39:49 -07:00
Waleed Latif
445ca78395
fix(export): swap upload & download icons ( #1013 )
2025-08-18 10:22:55 -07:00
Waleed Latif
5a8a703ecb
fix(duplicate): fixed detached state on duplication ( #1011 )
2025-08-18 08:51:18 -07:00
Waleed Latif
6f64188b8d
fix(control-bar): fix icons styling in disabled state ( #1010 )
2025-08-18 08:22:06 -07:00
Vikhyath Mondreti
52fa388f81
update migration file for notekeeping purpose
2025-08-18 01:56:34 -07:00
Vikhyath Mondreti
dc19525a6f
reduce batch size to prevent timeouts
2025-08-18 01:10:47 -07:00
Vikhyath Mondreti
09b95f41ea
syntax issue in migration
2025-08-18 00:58:09 -07:00