Waleed
7c0a3c15ac
improvement(build): migrate to blacksmith sticky disks for faster builds, other build improvements ( #2611 )
2025-12-27 18:09:29 -08:00
Vikhyath Mondreti
1720fa8749
feat(compare-schema): ci check to make sure schema.ts never goes out of sync with migrations ( #2449 )
...
* feat(compare-schema): ci check to make sure schema.ts never goes out of sync with migrations
* test out of sync [do not merge]
* Revert "test out of sync [do not merge]"
This reverts commit 9771f66b84 .
2025-12-18 11:25:19 -08:00
Waleed
323e03520d
feat(releases): tag releases to main with version numbers, speed up docker builds ( #2337 )
...
* feat(releases): tag releases to main with version numbers, speed up docker builds
* resize runners
2025-12-12 15:57:10 -08:00
Waleed
c864d17991
chore(deps): upgrade to bun v1.3 ( #2181 )
...
* chore(deps): upgrade to bun v1.3
* ack PR comments
2025-12-04 00:43:01 -08:00
Emir Karabeg
3dbf0f5679
feat: keyboard navigation; improvement: SEO/GEO; refactor: file structure, unused fonts; fix: chat streaming, notification stack ( #2083 )
...
* improvement: panel tabs handler on click
* fix: output break words
* feat: keyboard navigation; improvement: SEO/GEO; refactor: file structure, unused fonts; fix: chat streaming, notification stack
* feat: unresolved value handling on error; fix: layout refresh; refactor: delete old panel
* refactor: control bar delete; improvement: workflow constants; fix: clear notifications keyboard shortcut
* update developers count
* fixed relative imports
---------
Co-authored-by: waleed <walif6@gmail.com >
2025-11-20 19:37:09 -08:00
Waleed
4a0450d1fc
fix(embeddings): modified embeddings utils to only index english docs ( #2078 )
2025-11-20 14:03:49 -08:00
Waleed
00ae718692
improvement(runners): upgrade runners, remove trigger deploy action ( #2082 )
2025-11-20 13:49:17 -08:00
Waleed
570b8d61f0
improvement(runners): added blacksmith optimizations to workflows and dockerfiles to enhance performance ( #2055 )
...
* added blacksmith optimizations to workflows and dockerfiles to enhance performance. please review before pushing to production
* remove cache from and cache to directives from docker based actions, per blacksmith docs
---------
Co-authored-by: Connor Mulholland <connormul@Connors-MacBook-Pro.local >
2025-11-19 13:07:03 -08:00
Waleed
4b37f92f3a
improvement(ci): migrate to blacksmith runners ( #1879 )
2025-11-10 18:53:21 -08:00
Emir Karabeg
eed2072723
feat/platform-v3 ( #1698 )
...
* feat(fonts): season replacing geist
* feat(emcnn): created emcn
* feat(sidebar): created new sidebar with header and workflow list
* improvement(sidebar): expanded workflow/folder item text sizing and adjusted button padding
* feat(sidebar): added search UI, updated workflows styling
* improvement: globals styling with antialiased in dark mode only
* feat(sidebar): blocks and triggers ui/ux updated
* refactor(sidebar): moved logic into hooks
* feat(sidebar): improved workflow/folder dragging UI/UX; refactored logic into hooks
* improvement(sidebar): adjusted triggers/blocks padding for header
* improvement(sidebar): dragging hover handler; closed folders by default minus active path
* improvement(sidebar): panel resize logic
* improvement(sidebar): blocks and triggers expanded indicator
* feat(tooltips): new emcn component emerged
* feat(sidebar): workflow list handling updated
* refactor: added cursorrules
* feat(panel): new panel layout
* improvement(workspaces): firname's workspace instead of fn ln's workspace
* feat(platform): panel header, new emcn icons, more button variants, refactor sidebar components
* improvement(emcn): added button variants
* feat(panel): tab system
* feat(copilot): refactor, adjusted welcome and user-input UI/UX
* feat(copilot): baseline user-input ui/ux improvement
* feat(emcn): badge outline variant
* fix: build errors
* feat(copilot): base UI copilot
* refactor(workflow-block): added hooks, components
* feat(design): created design panel and removed isWide
* refactor(subblock): edited components, styling
* feat: emcn, editor
* feat(panel): toolbar, editor
* feat(workflow-block): refactor, adjust base styling
* feat(workflow-block): new block, edge
* feat: workflow-block, connections, action-bar, copilot
* feat: panel, workflow, emcn, workflow block, subblocks; clean copilot
* sim-326: remove remote code execution toggle, hide dropdown for language if E2B is not enabled
* feat: sidebar navigation, tag coloring; refactor: rebased to staging
* fix: build errors
* improvement: subblock styles
* feat: workspaces, terminal, emcn, controls
* feat: delete workflow
* fix: rebased
* fix build errors
---------
Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai >
2025-11-08 10:58:31 -08:00
Waleed
3a0019bd13
fix(docker): remove prebuild lint check from docker ( #1681 )
2025-10-17 22:10:25 -07:00
Waleed
c6ef5785c8
fix(i18n): fix SDK and guardrails translation corruption, restore i18n gh action for docs ( #1652 )
...
* fix(i18n): fix SDK and guardrails translation corruption
* re-enable i18n gh action
2025-10-15 22:52:48 -07:00
Waleed
d325fdde6c
fix(i18n): exclude SDK files from automatic translation to prevent corruption ( #1634 )
...
* fix(i18n): exclude SDK files from automatic translation to prevent corruption
* fix(i18n): temporarily disable auto-translate action while fixing translation corruption
* disable i18n action
2025-10-14 19:09:19 -07:00
Waleed
1773530325
fix(sdk): fixed ts sdk publishing job to use later node version ( #1619 )
2025-10-13 12:13:50 -07:00
Waleed
5a943bca32
fix(ci): pin all workflows and Dockerfiles to Bun v1.2.22 ( #1598 )
2025-10-10 17:36:06 -07:00
Waleed
923595f57e
fix(webhooks): use next public app url instead of request origin for webhook registration ( #1596 )
...
* fix(webhooks): use next public app url instead of request origin for webhook registration
* ack PR comments
* ci: pin Bun to v1.2.22 to avoid Bun 1.3 breaking changes
2025-10-10 17:19:51 -07:00
Waleed
1a0fdb32fe
chore(docs): update docs ( #1578 )
2025-10-08 00:55:18 -07:00
Waleed
9d45b8df1e
fix(ts-sdk): fix job to publish ts sdk ( #1576 )
2025-10-08 00:46:30 -07:00
Waleed
86ed32ea10
feat(kb): added json/yaml parser+chunker, added dedicated csv chunker ( #1539 )
...
* feat(kb): added json/yaml parser+chunker, added dedicated csv chunker
* ack PR comments
* improved kb upload
2025-10-04 14:59:21 -07:00
Vikhyath Mondreti
35d857ef2e
fix(trigger): inject project id env var in correctly ( #1520 )
2025-10-01 17:16:28 -07:00
Waleed
896f7bb0a0
fix(ci): update trigger.dev ci to only push to staging on merge to staging & for prod as well ( #1518 )
2025-10-01 13:22:04 -07:00
Siddharth Ganesan
7e6a5dc7e2
Fix/remove trigger promotion ( #1513 )
...
* Revert trigger promotion
* Move trigger
* Fix ci
2025-09-30 18:29:28 -07:00
Siddharth Ganesan
c1a3500bde
fix(ci): capture correct deployment version output ( #1512 )
...
* Capture correct deployment version output
* Add trigger access token to each step
* Use correct arn
2025-09-30 16:36:19 -07:00
Siddharth Ganesan
561b6f2778
fix(ci): fix trigger version capture
2025-09-30 16:20:25 -07:00
Siddharth Ganesan
cdfee16b8a
Fix trigger ci creds ( #1510 )
2025-09-30 14:03:38 -07:00
Siddharth Ganesan
9f6cb1becf
fix(ci): trigger permissions
2025-09-30 13:53:02 -07:00
Siddharth Ganesan
dca8745c44
fix(ci): add skip promotion to trigger ci
2025-09-30 13:37:07 -07:00
Siddharth Ganesan
87c00cec6d
improvement(ci): trigger.dev pushes ( #1506 )
...
* Fix trigger workflow ci
* Update trigger location
2025-09-30 13:22:24 -07:00
Siddharth Ganesan
e76fc8c2da
Remove migrations ci ( #1501 )
2025-09-30 10:43:41 -07:00
Siddharth Ganesan
7de9e5fb19
fix(ci): fix docker manifest build
2025-09-29 20:55:52 -07:00
Waleed
67c993d743
fix(ci): remove atomic updates for trigger ( #1478 )
2025-09-27 22:37:28 -07:00
Waleed
38dd2d0f23
improvement(ci): ensure atomicity in trigger deploys, improve overall ci organization ( #1477 )
...
* improvement(chat): deployed chat no longer uses subdomains, uses sim.ai/chat/[identifier]
* improvement(ci): ensure atomicity in trigger deploys, improve overall ci organization
* Revert "improvement(chat): deployed chat no longer uses subdomains, uses sim.ai/chat/[identifier]"
This reverts commit c68c052601 .
---------
Co-authored-by: waleed <waleed>
2025-09-27 22:11:06 -07:00
Waleed
7146ce512d
feat(ci): use blacksmith for ci ( #1454 )
...
* feat(ci): use blacksmith for ci
* consolidate ecr + ghcr builds for linux/amd64
2025-09-25 17:37:12 -07:00
Siddharth Ganesan
7e8ac5c27f
fix(ci): docker ( #1451 )
...
* Docker ci 2
* Bun issues
* bun lock
2025-09-25 13:23:06 -07:00
Siddharth Ganesan
c12b3d2550
Remove double calling of ci ( #1450 )
2025-09-25 12:39:39 -07:00
Siddharth Ganesan
d381a69c9f
feat(ci): consolidate ci, make db migrations dependent on ecr success, remove turbopack for staging/prod builds ( #1449 )
...
* Remove turbopack
* Fix ci errors
* Sim agent import fix
* Lint
* Ci orchestration
* Lint
* Ci updates
* Tdz fix for generate
* Remove logger
* Fix imports
* Lint
2025-09-25 12:26:25 -07:00
Siddharth Ganesan
2c7c8d582e
Add dh login ( #1448 )
2025-09-24 18:20:45 -07:00
Siddharth Ganesan
426873245f
feat(infra): add ci for aws image push ( #1447 )
...
* Stash
* Ci for aws v1
* Fix ecr
2025-09-24 17:45:26 -07:00
Siddharth Ganesan
ca6ff7edb6
feat(infra): add staging docker image
2025-09-24 15:18:40 -07:00
Waleed
994eb8db2a
feat(i18n): added japanese and german translations ( #1428 )
...
* feat(changelog): added changelog
* feat(i18n): added japanese and german translations
* reordered
---------
Co-authored-by: waleed <waleed>
2025-09-23 15:13:31 -07:00
Waleed
aa01e7e58a
fix(actions): update trigger.dev github action ( #1417 )
2025-09-22 12:38:31 -07:00
Waleed
cd084e8236
fix(actions): updated i18n gh action to use PAT instead of default token ( #1377 )
2025-09-18 11:29:02 -07:00
Vikhyath Mondreti
9de7a00373
improvement(code-structure): move db into separate package ( #1364 )
...
* improvement(code-structure): move db into separate package
* make db separate package
* remake bun lock
* update imports to not maintain two separate ones
* fix CI for tests by adding dummy url
* vercel build fix attempt
* update bun lock
* regenerate bun lock
* fix mocks
* remove db commands from apps/sim package json
2025-09-17 15:41:13 -07:00
Waleed
17cf72834d
improvement(gh): fix i18n github action to run on merge to staging ( #1350 )
...
* update infra and remove railway
* improvement(ci): fix i18n github action
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
2025-09-16 17:34:53 -07:00
Waleed
d4165f5be6
feat(docs): added footer for page navigation, i18n for docs ( #1339 )
...
* update infra and remove railway
* feat(docs): added footer for page navigation, i18n for docs
* Revert "update infra and remove railway"
This reverts commit abfa2f8d51 .
* added SEO-related stuff
* fix image sizes
* add missing pages
* remove extraneous comments
2025-09-15 17:31:35 -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
Vikhyath Mondreti
faa094195a
change bun install to be based on frozen-lockfile flag"
...
"
2025-08-29 13:42:20 -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
Waleed
ca015deea9
fix(ssl): add envvar for optional ssl cert ( #1179 )
2025-08-28 23:00:43 -07:00
Waleed
5ae5429296
chore(deps): upgrade trigger.dev in gh action ( #1171 )
2025-08-28 17:08:59 -07:00