Adam Gough
5de5ff5baa
fix: added logic for webhook subBlock
2025-06-02 10:08:39 -07:00
Adam Gough
7b50046fbf
cleaned up logic
2025-06-02 10:07:29 -07:00
Adam Gough
44c8f0556a
fix: added greptile changes
2025-06-02 10:01:58 -07:00
Adam Gough
060b676313
Remove package-lock.json and update workflow components
2025-06-02 10:01:58 -07:00
Adam Gough
44f10488db
fix: styling and rid of 5 second sync
2025-06-02 10:01:58 -07:00
Adam Gough
9c8e0d8dcf
fix: deployed state preview persists across workflows
2025-06-02 10:01:58 -07:00
Adam Gough
ad91e59d38
saving checkpoint
2025-06-02 10:01:58 -07:00
Adam Gough
316985c664
fix: removed needsDeployment duplication
2025-06-02 10:01:58 -07:00
Adam Gough
6986a4edf9
fix: undid greptile change
2025-06-02 10:01:58 -07:00
Adam Gough
36cd271984
fix: added greptile comments
2025-06-02 10:01:58 -07:00
Adam Gough
d024f8da89
fix: removed more debugging
2025-06-02 10:01:58 -07:00
Adam Gough
8e6101b0e3
fix: removed debug
2025-06-02 10:01:58 -07:00
Adam Gough
86d94074ac
improvement: changed modal to toggle instead of button
2025-06-02 10:01:58 -07:00
Adam Gough
e9892d7f32
fix: removed comments
2025-06-02 10:01:57 -07:00
Adam Gough
a0b27570f7
fix: added remaining subblock isPreview tag
2025-06-02 10:00:50 -07:00
Adam Gough
590764e5dc
fix: subblock rerender fixed
2025-06-02 09:56:43 -07:00
Adam Gough
a0f80c8102
fix: attempt for subBlocks still failing
2025-06-02 09:54:13 -07:00
Adam Gough
0f2dd48887
fix: working on subblock rendering
2025-06-02 09:54:13 -07:00
Adam Gough
dc1433eecf
fix: good except for subblocks
2025-06-02 09:54:13 -07:00
Emir Karabeg
d9e99a4fab
feat(knowledge) ( #449 )
...
* feat(knowledge): setup knowledge and base UI
* improvement(knowledge): empty state UI
* feat(knowledge): created schema
* added s3 bucket for kbs
* fix: remove dummy values
* feat(knowledge): embedding view; schema adjustments; migration history; navigation
* feat(knowledge): block/tool for vector search
---------
Co-authored-by: Waleed Latif <walif6@gmail.com >
2025-06-02 03:41:23 -07:00
Waleed Latif
7d640823c3
fix(variables): added block/variable name validation to prevent invalid characters, fixed block renaming issue with drag handler ( #448 )
...
* added block name and variable name validation to prevent invalid characters, fixed block renaming issue with drag handler
* also collapse multiple whitespaces into one
2025-06-01 23:51:07 -07:00
Waleed Latif
de2ce6fcb7
feat(slack): added slack oauth for sim bot & maintained old custom bot, fixed markdown rendering ( #445 )
...
* fix formatting of contributors chart
* added slack oauth, removed hardcoded localhosts and use NEXT_PUBLIC_APP_URL instead
* remove conditional rendering of subblocks for tools in an agent blcok
* updated tests
* added permission to read private channels that bot was invited to
* acknowledge PR comments, added additional typing & fallbacks
* fixed build error
* remove fallback logic for password fields
* reverted changes to middleware
* cleanup
2025-06-01 20:34:19 -07:00
Waleed Latif
2e77d4625a
feat(email): add customizable "FROM" email for resend ( #447 )
...
* add customizable from email on resend via envvar
* use existing getBaseDomain utility
2025-06-01 14:33:10 -07:00
Waleed Latif
a94f61702c
feat(contributors): added contributors page ( #444 )
...
* added contributors page
* added debounce to prefetch, acked PR comments
2025-05-31 13:09:08 -07:00
Adam Gough
c5727ef018
feat(tools): added microsoft excel tools/block ( #441 )
...
* got the read excel tool working
* added read manual ID insertion
* write working
* tool finished
* removed old logic
* removed logic that was causing credential error
* cleaned up
* ran bun lint
* removed logger
* added back merging logic
* fix: removed comments
* fix: added greptile changes
* ran bun lint
* removed function
* added microsoft excel docs
* fix: icon format
* fix: docs
* ran lint
---------
Co-authored-by: Adam Gough <adamgough@Adams-MacBook-Pro.local >
2025-05-30 19:11:45 -07:00
Waleed Latif
e17cdc9698
fix(formatting): fixed widths & heights for auto-formatting
2025-05-30 19:04:38 -07:00
Waleed Latif
4239810bb2
feat(ux): added auto-layout for workflows ( #443 )
...
* added auto-layout
* cleanup & fixes
* disable auto-format during debugging & during execution
* nits, acknowledged PR comments
2025-05-30 18:50:00 -07:00
Waleed Latif
a9196314d7
fix(tools): fix linear block
2025-05-30 00:47:02 -07:00
Waleed Latif
88d8a1b104
feat(tools): added linear tools/block ( #439 )
...
* feat(linear): add Linear Issue Reader and Writer tools with types
* chore(tools): register Linear tools in global tool registry
* feat(icons): add LinearIcon for Linear block
* feat(blocks): register Linear block in global block registry
* feat(linear): implement OAuth integration for Linear block
* feat(linear): add dynamic team and project selectors for Linear block
* feat(linear): add backend API endpoints for teams and projects
* feat(linear): update UI components for Linear selectors and modal
* refactor(linear): update create/read issue tools and types
* chore(linear): update block config for Linear integration
* fix(auth): update auth and oauth logic for Linear
* minor fix
* improvement[linear]: require teamId and projectId for all tools and types
* style[lint]: fix code style and lint errors
* chore(linear): install @linear/sdk package
* fix[linear]: address greptile-apps feedback for type safety and error handling
* fix[linear]: handle teams API response errors
* modified icon, added docs
---------
Co-authored-by: sriram2k4 <sriramthehacker01@gmail.com >
2025-05-30 00:10:37 -07:00
Waleed Latif
50cbc890c2
fix(validation): added validation for inputs for signup & email, added tests ( #438 )
...
* add validation for signup/login fields
* added validation for inputs for signup & email, added tests
* acknowledged PR comments
2025-05-29 23:45:33 -07:00
Waleed Latif
b2450530d1
refactor(agent-handler): simplify agent handler, update tests, fix resolution of env vars in function execution ( #437 )
...
* refactored agent handler, fixed envvar resolution for function block
* resolve missing envvar resolution from function execution for custom tool
* fix path traversal risk
* removed extraneous comments
* ack PR comments
2025-05-29 18:20:19 -07:00
Waleed Latif
3b82e7d224
improvement(providers): added enhanced error logging
2025-05-28 19:43:37 -07:00
Waleed Latif
ca6884cdc2
fix(memories): simplified memories, added memories subblock for agent ( #432 )
...
* fix(memories): simplified memories, added memories subblock for agent
* removed raw data from memory block, simplified memory config
* fix(persistence): persist collapsed state for responseFormat code subblock (#429 )
* fix(persistence): persist collapsed state for responseFormat code subblock
* add additional type safety
* acknowledged PR comments
2025-05-28 17:48:43 -07:00
Waleed Latif
2fb0894c2a
fix(persistence): persist collapsed state for responseFormat code subblock ( #429 )
...
* fix(persistence): persist collapsed state for responseFormat code subblock
* add additional type safety
2025-05-28 17:19:57 -07:00
Waleed Latif
6e682f5f47
fix(doc-generator): added in missing microsoft docs, fixed doc generator
2025-05-28 10:11:35 -07:00
Waleed Latif
84b9d766e9
fix(subscriptions): fix disabled subs
2025-05-28 08:19:36 -07:00
Waleed Latif
7169f33a84
fix(nodes): simplify response format for loops/parallels
2025-05-27 00:38:40 -07:00
Waleed Latif
79bea155b3
fix(parallel): add numbered parallel and loop blocks for multiple instances of sub-nodes
2025-05-26 23:40:53 -07:00
Waleed Latif
80a7bf5e5f
fix(footer): fix footer in landing page to enter platform
2025-05-26 18:46:07 -07:00
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
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
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
Waleed Latif
ae38f20367
fix(parallel): fixed dropdown, set active execution block for parallel flow
2025-05-25 16:42:36 -07:00