-
Notifications
You must be signed in to change notification settings - Fork 3.1k
v0.5.44: keyboard shortcuts, autolayout, byok, testing improvements #2587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
waleedlatif1
wants to merge
24
commits into
main
Choose a base branch
from
staging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+43,866
−13,030
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…est ref pattern` (#2569) * fix(shortcut): fixed global commands provider to follow best practices * cleanup * ack PR comment
…orrect state update (#2571)
…nt block does (#2572) * fix(router): update router to handle azure creds the same way the agent block does * cleanup
…envs to redis (#2573) * fix(cancel-workflow-exec): move cancellation tracking for multi-task envs to redis * cleanup cancellation keys after execution
…pacing between blocks (#2575) * feat(autolayout): add fitToView on autolayout and reduce horizontal spacing between blocks * remove additional yaml code
…prevent unnecessary API calls, consolidate utils (#2576) * fix(change-detection): move change detection logic to client-side to prevent unnecessary API calls, consolidate utils * added tests * ack PR comments * added isPublished to API response
…ot local ones to align with the rest of the canvas components (#2577) * improvement(variables): update workflows to use deployed variables, not local ones to align with the rest of the canvas components * update change detection to ignore trigger id since it is runtime metadata and not actually required to be redeployed
* feat(byok): byok for hosted model capabilities * fix type * add ignore lint * accidentally added feature flags * centralize byok fetch for LLM calls * remove feature flags ts * fix tests * update docs
* remove exa from byok * improvement(byok): remove web search block exa * fix autolayout * fix type
* feat(chat-otp): added db fallback for chat otp * ack PR comments
* feat(docs): added vector search * ack comments
…eanup ui on schedule info component (#2584) * improvement(schedules): use tanstack query to fetch schedule data, cleanup ui on schedule info component * update trigger-save UI, increase auto disable to 100 consecutive from 10 * updated docs * consolidate consts
Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
* feat(tests): added testing package, overhauled tests * fix build
Contributor
|
Skipped: This PR changes more files than the configured file change limit: ( |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
* fix(build): update dockerfile to contain testing package deps * added logger package
* feat(light): restored light theme * feat: styling consolidation, note block upgrades * improvement(zoom-prevention): moved downstream * fix(notifications): mismatching workflow ID * feat(light): button variant updates and controls consolidation * improvement: UI consolidation * feat: badges, usage limit; fix(note): iframe security; improvement(s-modal): sizing * improvement: oauth modal, subscription * improvement(team): ui/ux * feat: emcn, subscription, tool input * improvement(copilot): styling consolidation * feat: colors consolidation * improvement(ui): light styling * fix(build): unused billing component * improvement: addressed comments
* fixed typeform * fixed supabase tools * salesforce fix * removed comments * pinecone fix * fixed intercom * regex constant * removed fallback logic
#2592) * fix(block-name): updating block name should update downstream var refs * remove random comments
* feat(kb): added tags information to kb docs table * improvement(base): table and tags styling --------- Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu>
…wn, custom tools modal improvements, light mode fixes (#2594) * improvement(tag-dropdown): added option to select block in tag dropdown, custom tools modal improvements, light mode fixes * fix UI bugs * remove unused components * tag drop ordering fix
…rallel-loop work correctly (#2593) * fix(parallel): add parallel sentinel to make parallel-parallel and parallel-loop work correctly * fix regular -> parallel + copilot nested subflows * add tests * consolidate to always explode parallel dag at runtime
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
latest ref pattern(fix(shortcut): fixed global keyboard commands provider to followlatest ref pattern#2569)