Waleed Latif
334f12c602
improvement(docs): add analytics
2025-05-26 13:34:22 -07:00
Waleed Latif
819c0cc8eb
improvement(logs): added filtering by trigger type
2025-05-26 13:10:50 -07:00
Waleed Latif
38afdeb83a
fix(build): add tailwind dep
2025-05-26 12:45:16 -07:00
Waleed Latif
cbfe9a69fe
fix(logs): fix log filtering by moving filtering to server-side ( #424 )
...
* moved log filtering server-side from client-side to handle pagination and lots of logs, added tests
* fix docs
2025-05-26 12:42:40 -07:00
Adam Gough
ad4060aa92
fit(loop-ui): fixed some UI issues, added tests for parallel and loop nodes ( #421 )
...
* basic change
* fixed drag
* testing and UI fixes
* ran bun
* added greptile comments
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-05-26 12:05:23 -07:00
Waleed Latif
6afb453fc0
improvement(oauth): refactor oauth apis to dedicated tools routes, fix docs ( #423 )
...
* migrate oauth apis to dedicated tools routes
* added tests
* fix docs
* fix confluence file selector
2025-05-26 12:00:03 -07:00
dependabot[bot]
8e6057a39e
chore(deps-dev): bump @types/node from 20.17.50 to 22.15.21 in /apps/sim ( #417 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.17.50 to 22.15.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 22.15.21
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-26 09:54:21 -07:00
Waleed Latif
76253de031
chore: update CONTRIBUTING.md
2025-05-26 09:53:29 -07:00
Waleed Latif
4d03c8b6ac
feat(search): added search to variables & credentials, fixed missing docs
2025-05-26 09:42:32 -07:00
Emir Karabeg
28dd9e89f8
fix(lint): resolve CSS class sorting and formatting issues in trace spans
2025-05-26 01:53:14 -07:00
Sriram
3e809d24c4
fix(logs): improve timeline resizing behavior in trace spans ( #419 )
2025-05-26 01:39:46 -07:00
dependabot[bot]
3f468dc302
chore(deps): bump lucide-react ( #415 )
...
Bumps the docs-dependencies group in /apps/docs with 1 update: [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react ).
Updates `lucide-react` from 0.479.0 to 0.511.0
- [Release notes](https://github.com/lucide-icons/lucide/releases )
- [Commits](https://github.com/lucide-icons/lucide/commits/0.511.0/packages/lucide-react )
---
updated-dependencies:
- dependency-name: lucide-react
dependency-version: 0.511.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: docs-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-25 18:57:22 -07:00
dependabot[bot]
911f2881de
chore(deps): bump the actions-updates group with 3 updates ( #414 )
...
Bumps the actions-updates group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action ), [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun ) and [codecov/codecov-action](https://github.com/codecov/codecov-action ).
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
Updates `oven-sh/setup-bun` from 1 to 2
- [Release notes](https://github.com/oven-sh/setup-bun/releases )
- [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2 )
Updates `codecov/codecov-action` from 3 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions-updates
- dependency-name: oven-sh/setup-bun
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions-updates
- dependency-name: codecov/codecov-action
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-25 18:57:00 -07:00
Waleed Latif
b74e71a47a
chore: update dependabot
2025-05-25 18:48:07 -07:00
Waleed Latif
ae38f20367
fix(parallel): fixed dropdown, set active execution block for parallel flow
2025-05-25 16:42:36 -07:00
Waleed Latif
b1126e3d6a
feat(loop): added loop block & parallel block logic ( #411 )
...
* feat(subflows): implement parallel and loop nodes
* fixed linter errors
* added loop block logic
* added parallel executioon
* added input resolution for collections for parallel & loop blocks
* refactored tests, cleaned up some unnecessary logic
* prevent self connections now that we have loop blocks
* refactored path tracker
* lint
* acknowledged PR comments, added tests
* added tests for loops
---------
Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu >
2025-05-25 14:39:56 -07:00
Waleed Latif
ef8ae60afd
fix(file-upload): fixed file upload for mistral parse
2025-05-24 22:44:18 -07:00
Adam Gough
8ec194a604
feat(tools): added support for ms teams attachments ( #412 )
...
* added support for attachments in teams
* ran linter
* fixed small error
* run lint
* removed comments
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-05-24 22:28:31 -07:00
Waleed Latif
950e055a8d
fix(file-upload): re-enabled file upload for mistral & url for file upload ( #408 )
...
* re-enabled file upload for mistral & url for file upload
* consolidated env checks
2025-05-24 20:58:49 -07:00
Adam Gough
79b761c022
feat(tools): created outlook tools/block ( #409 )
...
* feat: first round of tools for outlook
* added more
* outlook finished
* added bun and docs
* fix: added greptile comments
* added greptile and bun lint
* got rid of HTML
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-05-24 20:57:49 -07:00
Adam Gough
45c92067e2
feat(tools): added microsoft teams tools/block ( #405 )
...
* feat: microsoft teams block added
* updated name
* oauth working
* fixing accessToken
* saving accessToken spot
* all four tools are working
* display name better
* finished teams tool
* Remove package-lock.json from PR
* added greptile comments
* added scopes, removed ;, removed loggers
* solved credential bug
* added docs and rebased
* fixed lint checks
* more bun lint
* bun lint errors solved
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-05-24 14:02:37 -07:00
Waleed Latif
8c268e23dd
chore(biome): removed prettier, added biome ( #407 )
...
* chore: replace prettier with biome and add linting
* chore: update devcontainer settings to use biome for linting and remove eslint, prettier
* chore: update docker-compose to use Postgres 17-alpine and standardize quotes
* chore: fixed more BUT disabled most rules due to limit
* added additional rules, fixed linting & ts errors
* added additional rules
* rebased & linted
* fixed oauth
* updated biome & minor modifications
---------
Co-authored-by: Aditya Tripathi <aditya@climactic.co >
2025-05-24 03:11:38 -07:00
Waleed Latif
0c8a773e56
improvement(chat): optimized chat performance & pass/email flow for chat ( #406 )
2025-05-23 12:23:50 -07:00
Waleed Latif
c77a21e9b4
fix(chat-rendering): fixed rendering of tables, code. added copy, fixed error for settings sync, added additional formatting and styles to chat ( #404 )
...
* fix: styling of tables, need to add pushing message to top
* message gets sent with some offset space
* fixed scroll
* updated styles, scrolling still messed up
* fixed rendering of tables, code. added copy, fixed error for settings sync, added additional formatting and styles to chat
* acknowledged PR comments
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-05-23 00:25:47 -07:00
Waleed Latif
5664890065
feat(models): added claude sonnet 4 and opus 4
2025-05-22 10:06:45 -07:00
Adam Gough
328d361a70
fix(deployed-workflow): fixed the deployment status changes across workflows. ( #382 )
...
* fixed deployment state
* fix: moved the deployment status logic to registry store
* removed head
* fix: changes detected for existing deployment
* fix: auto changes detected
* fix: rid of debugging
* fix: added greptile comments
* removed logic for change detection to hook to reduce load on control bar
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
Co-authored-by: Adam Gough <adamgough@Mac.lan >
Co-authored-by: Waleed Latif <walif6@gmail.com >
2025-05-21 20:19:05 -07:00
Waleed Latif
afcc66afc6
fix(execution): async executions when envvars are not set ( #397 )
2025-05-21 20:15:51 -07:00
Waleed Latif
0015dc93de
feat(image-gen): added gpt-image-1 and safe storage for base64 data ( #396 )
...
* added gpt-image-1 and safe storage for base64 data
* acknowledged PR comments
* updated README
* update CONTRIBUTING.md
2025-05-21 15:12:51 -07:00
Aditya Tripathi
6d380c28e3
refactor(ollama): ollama host -> url (convention) + readme and compose to reflect the same ( #394 )
...
* chore(docker): add OLLAMA_HOST environment variable to local and production configurations; update README for docker compose commands
* refactor(env): rename OLLAMA_HOST to OLLAMA_URL in configuration files and update related references
2025-05-21 14:28:10 -07:00
Waleed Latif
a94fd8703f
fix(api): fixed POST request for API blocks ( #392 )
2025-05-21 11:57:38 -07:00
Waleed Latif
b9b662bf6d
update README.md
2025-05-21 09:13:13 -07:00
Waleed Latif
a5b809c8e9
fix(docs): fixed naming semantics for memory tools, updated doc generator, & included docs for memory block ( #389 )
...
* added docs for memories
* updated doc generator script to better find outputs
* include google drive new tools in docs
2025-05-20 23:48:18 -07:00
Waleed Latif
31ccaa5227
feat(google-drive): added additional tools to interact with google drive ( #387 )
...
* added additional google drive tools
* added folder id and doc id fields for google docs and google drive, added additional google drive tools
* added google drive upload to list of google drive tools
* consolidated consts
* resolved PR comments
2025-05-20 23:13:03 -07:00
Emir Karabeg
d2cf31b42c
improvement(mem0): tool input options
2025-05-20 22:56:11 -07:00
Waleed Latif
4cd80947bd
fix(cors): allow workflow executions via API in the browser ( #386 )
...
* updated CORS to allow workflow executions via API in the browser
* ack PR comment
2025-05-20 19:12:35 -07:00
Emir Karabeg
33123c6361
improvement(memory): return memories in add, adjusted other memory tools
2025-05-20 13:03:50 -07:00
Waleed Latif
6170b80086
fix(streaming): added ability to stream back responses for agent even if there are downstream blocks ( #385 )
2025-05-20 12:33:46 -07:00
Emir Karabeg
bacf733503
improvement(memory): consolidated expected return value
2025-05-20 11:51:11 -07:00
Waleed Latif
6f8f307a5d
fix(docs): fix docs sidebar
2025-05-20 10:03:19 -07:00
Emir Karabeg
1ebcaf5bfd
improvement(reddit): better error logging
2025-05-20 01:27:39 -07:00
Waleed Latif
47090713ef
Revert "feat(package): add tsconfig pkg to share across packages in monorepo …" ( #381 )
...
This reverts commit f5cbcfb514 .
2025-05-19 17:03:54 -07:00
Waleed Latif
f5cbcfb514
feat(package): add tsconfig pkg to share across packages in monorepo ( #380 )
...
* add tsconfig pkg to share across packages in monorepo
* fixed docs build
* acknowledged PR comments
2025-05-19 16:58:51 -07:00
Waleed Latif
2a4590e649
fix(invite): allow anyone with access to the workspace to invite others, remove invite from dev environment ( #379 )
...
* allow anyone with access to the workspace to invite others
* hide invite members in dev
* remove invite member from sidebar in dev
2025-05-19 15:52:21 -07:00
Emir Karabeg
533f765c34
improvement(chat-deploy): added conversation ID to input
2025-05-19 13:33:23 -07:00
Emir Karabeg
0af7fb2a7a
feat(memory): added memory block and tool ( #372 )
...
* feat(memory): added memory block and service
* feat(memory): ran migrations
* improvement(memory): appending memories; console messages
* feat(memory): added agent raw message history input UI
* feat(agent-messages): added agent message history
* improvement: added tests
2025-05-19 02:57:06 -07:00
Waleed Latif
b29827c4ee
fix(errors): fix error handling for signup/signin
2025-05-19 01:26:00 -07:00
Emir Karabeg
8f75e795f2
improvement(ui): auth
2025-05-19 00:33:28 -07:00
Waleed Latif
1ec9770df3
fix(errors): fix error handling for signup/signin
2025-05-19 00:32:41 -07:00
Emir Karabeg
c8b2c9ea63
improvement(subdomain): added header links
2025-05-18 23:49:04 -07:00
Waleed Latif
fd82b99c5c
feat(waitlist): remove waitlist, update login/signup/verify styling to match landing, remove OTP in dev/docker ( #377 )
...
* removed waitlist on landing
* remove OTP in dev or docker, remove invite members from sidebar in dev/docker
* modified signup, login, verify, and reset password to match landing
* add README for npm package
* acknowledged PR comments
* restore cmd+enter functionality
2025-05-18 23:04:22 -07:00