Waleed Latif
350a0dca57
fix(build): ignore the cli package when building our core project in vercel
2025-03-05 13:16:48 -08:00
Waleed Latif
9af2d21283
fix(landing): programatically fetch github stars
2025-03-05 13:10:41 -08:00
Emir Karabeg
f56d2d1f71
feat(logs/folders): moved file structure and added relevant layouts
2025-03-05 12:58:32 -08:00
Waleed Latif
630033b858
fix(db): keep db connections alive for longer to prevent issues in dev
2025-03-05 12:57:48 -08:00
Emir Karabeg
1485a9e498
fix(landing): updated stars
2025-03-05 12:15:19 -08:00
Waleed Latif
cac85c6c24
feat(npm): Rename CLI package from @sim/cli to @simstudio/cli and update references
2025-03-05 11:59:44 -08:00
Waleed Latif
34dfdf3119
fix: moved migrations script into scripts/ dir
2025-03-05 00:18:34 -08:00
Emir Karabeg
0a7bd68ca4
improvement(ui): added links to landing
2025-03-04 23:20:18 -08:00
Emir Karabeg
2d005ec900
feat(long-description): added long description to blocks and info in workflow bloc kheader
2025-03-04 22:46:30 -08:00
Emir Karabeg
440b287899
improvement(ux): added slight running animation
2025-03-04 22:11:14 -08:00
Emir Karabeg
743c4fd0bf
fix(ui): notifications fade out remove flash
2025-03-04 21:52:47 -08:00
Emir Karabeg
4f3e771e0e
fix(ux): zoom in/out on inputs
2025-03-04 21:30:52 -08:00
Emir Karabeg
93b292f58a
improvement(ui): account styling
2025-03-04 19:30:29 -08:00
Waleed Latif
301b156139
feat(npm): added logic to disable auth, middleware validation, & db syncing for npm package
2025-03-04 17:56:14 -08:00
Emir Karabeg
2eb02a3369
feat(account): added account to settings
2025-03-04 16:39:56 -08:00
Waleed Latif
9d4b3edbd7
fix: enforce proxy use for all exa endpoints
2025-03-04 15:10:20 -08:00
Waleed Latif
74180549b1
fix: renamed /api/execute to /api/function/execute
2025-03-04 13:48:27 -08:00
Waleed Latif
7d50d914fd
feat(auth): added cookie cache since session changes are infrequent
2025-03-04 13:44:41 -08:00
Waleed Latif
6e7c34992b
fix(executor/function): fix resolution of tag inputs to function block
2025-03-04 13:38:09 -08:00
Waleed Latif
fd08e7e5eb
fix: build issues with npx sim
2025-03-04 12:15:06 -08:00
Waleed Latif
f41750ed5b
feat: updated README.md
2025-03-04 12:09:21 -08:00
Waleed Latif
d0f0f479a2
fix(npx): remove dependency on ora and test command, runs smooth
2025-03-04 11:53:10 -08:00
Waleed Latif
23e3c37750
feat: updated README.md and CONTRIBUTING.md to match new paths for scripts
2025-03-04 11:47:21 -08:00
Waleed Latif
b3347afa4e
feat(npx): added scaffolding for 'npx sim' command that relies on localStorage only, can be ran from anywhere with Nodejs
2025-03-04 11:45:55 -08:00
Waleed Latif
d309176c5e
feat: tested & refined devcontainer
2025-03-04 10:40:47 -08:00
Emir Karabeg
3470036a40
improvement(file-structure): standardized components in folders
2025-03-04 10:34:56 -08:00
Emir Karabeg
2799651f05
fix(ui): minor changes; max zoom
2025-03-04 10:29:41 -08:00
Emir Karabeg
d117be8764
improvement(ui): loop-input badge padding
2025-03-04 09:36:24 -08:00
Emir Karabeg
790d73d40b
fix(tool-input): search fixed
2025-03-04 09:28:57 -08:00
Waleed Latif
2472e28f85
fix(api): make api key check case insensitive
2025-03-03 23:56:07 -08:00
Emir Karabeg
39b3c61d3c
fix(deployment: fixed api key get
2025-03-03 21:30:30 -08:00
Emir Karabeg
0708663b22
fix(executor-workflows): min loop error
2025-03-03 21:06:59 -08:00
Emir Karabeg
3b28f7c653
fix(db-sync): runtime type error
2025-03-03 21:04:42 -08:00
Waleed Latif
9825e46732
feat(loops): additional logic to ensure we enforce min and max loops, removed unused type
2025-03-03 19:47:18 -08:00
Waleed Latif
0a7684c523
feat(loops): allow user to specify min number of loops, on top of the existing maxIterations functionality
2025-03-03 19:47:18 -08:00
Emir Karabeg
76dbc4a52f
Feat/db sync ( #94 )
...
* feat(db-sync): added general sync file and implemented environment sync
* improvement(workflows-store): structured workflows store system better and added getter for values across stores
* fix(stores): deleted workflows/types since unused
* improvement(db-sync): added workflow event syncs and debounce
* improvement(db-sync): clean and upgraded db-sync system; environment sync implemented
* improvement(db-sync): added batch sync with registry; init bug needs fixing
* improvement(db-sync): finalized sync system and implemented for workflow
* fix(db-sync): fixed client-side rendering
* improvement(db-sync): created backwards sync system; environment implemented
* improvement(db-sync): added colors to db
* fix(db-sync): color sync with db
* improvement(db-sync): added workflow backwards sync; fixing color bug and race condition
* fix(db-stores): color sync
* feature(db-sync): db-sync complete; need to sync history
* improvement(db-sync): added scheduling
* fix(db-sync): environment sync to db
2025-03-03 19:43:39 -08:00
Waleed Latif
7b5168fdd6
feat: added groq as a provider
2025-03-03 14:00:32 -08:00
Waleed Latif
4e51d25278
feat: Update README.md and CONTRIBUTING.md
2025-03-03 13:28:16 -08:00
Waleed Latif
9ad75b53a2
feat: added dev container as an option to run & develop sim studio
2025-03-03 13:27:48 -08:00
Waleed Latif
2f58ff0fbc
feat: Update README.md and CONTRIBUTING.md
2025-03-03 13:14:04 -08:00
Waleed Latif
619839bbb0
fix: update package.json to remove deprecated drizzle-kit command
2025-03-03 13:09:35 -08:00
Waleed Latif
0287538584
feat(docs): Update README.md and CONTRIBUTING.md
2025-03-03 12:33:29 -08:00
Waleed Latif
890e380c2c
feat(docker): added docker + scripts to get started
2025-03-03 12:23:30 -08:00
Waleed Latif
db3c711378
fix: removed unneeded txt file
2025-03-03 10:35:49 -08:00
Waleed Latif
12c2566f30
feat: added exa ai blocks/tools
2025-03-02 14:15:17 -08:00
Waleed Latif
4771541d27
fix(code): removed deprecated flags from next config, removed unused webcontainer provider
2025-03-02 10:40:51 -08:00
Waleed Latif
90a3f618f3
fix(code): fix styling for dark mode code block
2025-03-01 18:20:35 -08:00
Waleed Latif
a345b2ffab
feat(code): added complex code execution for agents' custom tools, added envvar resolution/styling/dropdown for agent custom tool code modal
2025-03-01 17:03:03 -08:00
Waleed Latif
9d55ec4e5c
feat(code): additional cleanup for stdout response from WebContainer
2025-03-01 15:30:37 -08:00
Emir Karabeg
f48884aaf2
improvement(ui): tool input subblock title and x placeholder
2025-03-01 15:30:37 -08:00