-
Notifications
You must be signed in to change notification settings - Fork 3.7k
v0.7.23: comparison table, security hardening, subflow & streaming improvements #5421
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
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0249516
fix(compare): swap LangChain logo, fix comparison-table horizontal sc…
waleedlatif1 818fa00
fix(mothership): stop chat perf decay from permanently-animated strea…
TheodoreSpeaks 82eff54
feat(custom-block): deploy a workflow as a reusable org-scoped block …
TheodoreSpeaks acf4afb
fix(mothership): block subflow re-parenting in embedded workflow view…
TheodoreSpeaks 04432b6
fix(copilot): validate credential-link URL scheme before rendering (#…
waleedlatif1 b98c7c4
fix(tools): bound download response size for drive/slack/onedrive (#5…
waleedlatif1 1a371e5
fix(uploads): bound multipart body read in workspace-file and knowled…
waleedlatif1 a1fbb57
fix(stt): bound audio download response size (#5412)
waleedlatif1 41fb863
fix(webhooks): validate and pin EmailBison apiBaseUrl before outbound…
waleedlatif1 0d6994d
refactor(uploads): hoist execution permission check out of upload loo…
waleedlatif1 4b13398
fix(mcp): make SSRF-guarded fetch structurally mandatory in OAuth aut…
waleedlatif1 f456ed9
improvement(chat): smooth streaming — eased stick-to-bottom glide and…
TheodoreSpeaks 3edaae3
fix(mcp): correct fetchFn fallback order in mcpAuthGuarded (#5423)
waleedlatif1 ee1824c
improvement(compare): accuracy and consistency pass on comparison pag…
waleedlatif1 82eb6dc
fix(404): use ChipLink for return-home CTA on root not-found page (#5…
waleedlatif1 85f80fa
fix(compare): render two already-populated fact rows that were missin…
waleedlatif1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
58 changes: 0 additions & 58 deletions
58
apps/sim/app/(interfaces)/chat/components/message/components/file-download.test.tsx
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
globals.css, which the team style rule reserves for cases where a local component file genuinely cannot carry the change.::selectionis a global pseudo-element that cannot be scoped to a single component, so the change is functionally justified — but the new--selection-mutedvariable is only consumed by::selection, so it could be inlined as a literal there instead of adding two new global custom properties.Rule Used: Avoid editing the globals.css file unless absolute... (source)
Learned From
simstudioai/sim#367
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!