-
Notifications
You must be signed in to change notification settings - Fork 3.3k
v0.3.44: removing unused routes, whitelabeling terms & policy URLs, e2b remote code execution, copilot improvements #1230
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
Sep 3, 2025
- fix(organizations): remove org calls when billing is disabled (fix(organizations): remove org calls when billing is disabled #1211)
- fix(build): consolidate pdf parsing dependencies, remove extraneous html deps (fix(build): consolidate pdf parsing dependencies, remove extraneous html deps #1212)
- fix(build): add missing pdf-parse dep, add docker build in staging (fix(build): add missing pdf-parse dep, add docker build in staging #1213)
- feat(workspace-vars): add workspace scoped environment + fix cancellation of assoc. workspace invites if org invite cancelled (feat(workspace-vars): add workspace scoped environment + fix cancellation of assoc. workspace invites if org invite cancelled #1208)
- improvement(performance): added new indexes for improved session performance (improvement(performance): added new indexes for improved session performance #1215)
- improvement(copilot): improve context inputs and fix some bugs (improvement(copilot): improve context inputs and fix some bugs #1216)
- fix(ui): dark mode styling for switch, trigger modal UI, signup/login improvements with auto-submit for OTP (fix(ui): dark mode styling for switch, trigger modal UI, signup/login improvements with auto-submit for OTP #1214)
- improvement(hygiene): refactored routes to be more restful, reduced code surface area and removed redundant code (improvement(hygiene): refactored routes to be more restful, reduced code surface area and removed redundant code #1217)
- fix(wand): remove duplicate transfer encoding header meant to be set by nginx proxy (fix(wand): remove duplicate transfer encoding header meant to be set by nginx proxy #1221)
- fix 80th migration
- add if not exists check
- fix if not exists check
- make 79th migration idempotent
- fix(whitelabel): make terms and privacy URL envvars available at build time (fix(whitelabel): make terms and privacy URL envvars available at build time #1222)
- feat(llms): added additional params to llm-based blocks for alternative models (feat(llms): added additional params to llm-based blocks for alternative models #1223)
- feat(e2b-execution): add remote code execution to support Python + Imports (feat(e2b-execution): add remote code execution to support Python + Imports #1226)
- feat(copilot): stats tracking (feat(copilot): stats tracking #1227)
- feat(tools): add MongoDB (feat(tools): add MongoDB #1225)
- fix(e2b-env-var): use isTruthy and getEnv (fix(e2b-env-var): use isTruthy and getEnv #1228)
- fix(styling): fix styling inconsistencies in dark mode, fix invites fetching to show active members
…tml deps (#1212) * fix(build): consolidate pdf parsing dependencies, remove extraneous html deps * add types
…1213) * fix(build): add missing pdf-parse dep * add docker build (no push) in staging
…tion of assoc. workspace invites if org invite cancelled (#1208) * feat(env-vars): workspace scoped environment variables * fix cascade delete or workspace invite if org invite with attached workspace invites are created * remove redundant refetch * feat(env-vars): workspace scoped environment variables * fix redirect for invitation error, remove check for validated emails on workspace invitation accept * styling improvements * remove random migration code * stronger typing, added helpers, parallelized envvar encryption --------- Co-authored-by: waleedlatif1 <walif6@gmail.com>
* Add logs v1 * Update * Updates * Updates * Fixes * Fix current workflow in context * Fix mentions * Error handling * Fix chat loading * Hide current workflow from context * Run workflow fix * Lint
… improvements with auto-submit for OTP (#1214) * fix(ui): fix dark mode styling for switch, fix trigger modal UI * auto-submit OTP when characters are entered * trim leading and trailing whitespace from name on signup, throw more informative error messages on reset pass
…ode surface area and removed redundant code (#1217) * improvement(invitations): consolidate invite-error and invite pages, made API endpoints more restful and reduced code surface area for invitations by 50% * refactored logs API routes * refactor rate limit api route, consolidate usage check api endpoint * refactored chat page and invitations page * consolidate ollama and openrouter stores to just providers store * removed unused route * removed legacy envvar methods * remove dead, legacy routes for invitations PUT and workflow SYNC * improvement(copilot): improve context inputs and fix some bugs (#1216) * Add logs v1 * Update * Updates * Updates * Fixes * Fix current workflow in context * Fix mentions * Error handling * Fix chat loading * Hide current workflow from context * Run workflow fix * Lint * updated invitation log * styling for invitation pages --------- Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com>
…ve models (#1223) * feat(llms): added additional params to llm-based blocks for alternative models * add hidden temp param to other LLM-based blocks
…ports (#1226) * feat(e2b-execution): add remote code execution via e2b * ux improvements * fix streaming * progress * fix tooltip text * make supported languages an enum * fix error handling * fix tests
* Add copilot stats table schema * Move db to agent * Lint * Fix tests
* added mongo, haven't tested * fixed bugs, refined prompts, added billing for wand if billing enabled * add docs * ack PR comments
…etching to show active members (#1229) * fix(styling): fix unreadble text in dark mode * fix styling inconsistencies in kb * refetch permissions on invite modal open --------- Co-authored-by: Vikhyath Mondreti <vikhyath@simstudio.ai>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.