-
Notifications
You must be signed in to change notification settings - Fork 3.2k
v0.5.18: ui fixes, nextjs16, workspace notifications, admin APIs, loading improvements, new slack tools #2213
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
Merged
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
Collaborator
waleedlatif1
commented
Dec 5, 2025
- fix(settings): fix long description on wordpress integration (fix(settings): fix long description on wordpress integration #2195)
- fix(envvar): fix envvar dropdown positioning, remove dead code (fix(envvar): fix envvar dropdown positioning, remove dead code #2196)
- fix(subscription): fixed text clipping on subscription panel (fix(subscription): fixed text clipping on subscription panel #2198)
- fix(profile-pics): remove sharp dependency for serving profile pics in settings (fix(profile-pics): remove sharp depenencey for serving profile pics in settings #2199)
- fix(enterprise-plan): seats should be taken from metadata (fix(enterprise-plan): seats should be taken from metadata #2200)
- improvement: modal UI (improvement: modal UI #2202)
- chore(deps): upgrade to nextjs 16 (chore(deps): upgrade to nextjs 16 #2203)
- feat(error-notifications): workspace-level configuration of slack, email, webhook notifications for workflow execution (feat(error-notifications): workspace-level configuration of slack, email, webhook notifications for workflow execution #2157)
- feat(i18n): update translations (feat(i18n): update translations #2204)
- fix(images): updated helm charts with branding URL guidance, removed additional nextjs image optimizations (fix(images): updated helm charts with branding URL guidance, removed additional nextjs image optimizations #2205)
- feat(admin): added admin APIs for admin management (feat(admin): added admin APIs for admin management #2206)
- fix(env-vars): refactor for workspace/personal env vars to work with server side execution correctly (fix(env-vars): refactor for workspace/personal env vars to work with server side execution correctly #2197)
- feat(copilot): superagent (feat(copilot): superagent #2201)
- improvement: loading, optimistic actions (improvement: loading, optimistic actions #2193)
- fix(import): fix array errors on import/export (fix(import): fix array errors on import/export #2211)
- feat(tools): added more slack tools (feat(tools): added more slack tools #2212)
* fix(enterprise): seats need to be picked up from metadata not column * fix env var access * fix user avatar
* fix: trigger-save delete modal * improvement: old modal styling
* chore(deps): upgrade to nextjs 16 * upgraded fumadocs * ensure vercel uses bun * fix build * fix bui;d * remove redundant vercel.json
…ail, webhook notifications for workflow execution (#2157) * feat(notification): slack, email, webhook notifications from logs * retain search params for filters to link in notification * add alerting rules * update selector * fix lint * add limits on num of emails and notification triggers per workspace * address greptile comments * add search to combobox * move notifications to react query * fix lint * fix email formatting * add more alert types * fix imports * fix test route * use emcn componentfor modal * refactor: consolidate notification config fields into jsonb objects * regen migration * fix delete notif modal ui * make them multiselect dropdowns * update tag styling * combobox font size with multiselect tags'
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
…additional nextjs image optimizations (#2205)
…server side execution correctly (#2197) * fix(env-var-resolution): new executor env var resolution changes * add sessionuser id" * cleanup code * add doc update * fix build * fix client session pass through" * add type change * fix env var with hitl * fix types
* Superagent poc * Checkpoint brokeN * tool call rag * Fix * Fixes * Improvements * Creds stuff * Fix * Fix tools * Fix stream * Prompt * Update sheets descriptions * Better * Copilot components * Delete stuff * Remove db migration * Fix migrations * Fix things * Copilot side superagent * Build workflow from chat * Combine superagent into copilkot * Render tools * Function execution * Max mode indicators * Tool call confirmations * Credential settings * Remove betas * Bump version * Dropdown options in block metadata * Copilot kb tools * Fix lint * Credentials modal * Fix lint * Cleanup * Env var resolution in superagent tools * Get id for workflow vars * Fix insert into subflow * Fix executor for while and do while loops * Fix metadata for parallel * Remove db migration * Rebase * Add migrations back * Clean up code * Fix executor logic issue * Cleanup * Diagram tool * Fix tool naems * Comment out g3p * Remove popup option * Hide o3 * Remove db migration * Fix merge conflicts * Fix lint * Fix tests * Remove webhook change * Remove cb change * Fix lint * Fix * Fix lint * Fix build * comment out gemini * Add gemini back * Remove bad test * Fix * Fix test * Fix * Nuke bad test * Fix lint --------- Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com> Co-authored-by: Waleed <walif6@gmail.com> Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
* improvement: loading, optimistic operations * improvement: folders update * fix usage indicator rounding + new tsconfig * remove redundant checks * fix hmr case for missing workflow loads * add abstraction for zustand/react hybrid optimism * remove comments --------- Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai>
* Fix import/export * Remove copilot gdrive tools * Null * Fix lint * Add copilot validation * Fix validation
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. |
Co-authored-by: icecrasher321 <icecrasher321@users.noreply.github.com>
* Fix validation error * Fix lint
* fix(custom-bot-slack): dependsOn incorrectly set for bot_token" * fix other references to be compatible * fix dependsOn for things depending on authMethod"
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.