Uh oh!
There was an error while loading. Please reload this page.
feat(comparisons): add code-sandbox and session-policy rows - #6517
Conversation
Add two comparison rows covering configurable code sandboxes and admin-configurable session policy, populated for Sim and all 20 competitor profiles. Source Sim's facts from the docs rather than the codebase, and repoint the execution-limits row at the Run Time Limits table.
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Each of Sim’s 20 competitor profiles (plus The feature catalog adds org session policies and configurable workspace sandboxes, and refreshes sandboxed code execution (E2B or Daytona, Function base image). Sim’s own compare facts for sandboxes and session policies are aligned to docs.sim.ai; execution time limits cite the Run time limits docs (Enterprise async up to 7 days). Several competitors get corrected or expanded custom code step facts (e.g. Retool, Tines, Workato). Reviewed by Cursor Bugbot for commit a3a39f4. Configure here. |
Greptile SummaryThis PR extends the comparison dataset with configurable code-sandbox and session-policy coverage for Sim and all supported competitors.
Confidence Score: 5/5The PR appears safe to merge because no blocking failure remains. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| apps/sim/lib/compare/data/types.ts | Adds required typed facts for configurable sandbox runtimes and session policies. |
| apps/sim/app/(landing)/comparisons/comparison-sections.ts | Registers both new fact keys in their matching security and integrations sections. |
| apps/sim/lib/compare/data/sim.ts | Adds sourced Sim facts for sandbox configuration and organization session policies while updating execution-limit sourcing. |
| apps/sim/lib/compare/data/feature-catalog.ts | Adds the corresponding feature-catalog records and refreshes the sandboxed-execution entry. |
| apps/sim/lib/compare/data/competitors/crewai.ts | Adds sourced CrewAI assessments for sandbox-runtime configuration and session-policy support. |
| apps/sim/lib/compare/data/competitors/langchain.ts | Adds sourced LangChain assessments covering LangSmith sandboxes and self-hosted session controls. |
Reviews (2): Last reviewed commit: "fix(comparisons): resolve customCodeStep..." | Re-trigger Greptile
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…nd Workato Both profiles documented code steps in the new codeSandboxRuntime row while their adjacent customCodeSteps row still read Unknown/unclear, so the rendered table gave contradictory answers for the same capability. Settle both from the vendor docs already cited by the sandbox row.
waleedlatif1
commented
Aug 11, 2026
waleedlatif1
commented
Aug 11, 2026
@cursor review |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit a3a39f4. Configure here.
Uh oh!
There was an error while loading. Please reload this page.
Summary
codeSandboxRuntime(configurable code sandboxes) andsessionPolicy(custom session policy) — populated for Sim and all 20 competitor profilesconfigurable-workspace-sandboxesandorg-session-policiesto the feature catalog, and refresh the stalesandboxed-code-executionentry (E2B or Daytona, Function base image)Type of Change
Testing
Type-check and biome clean. Every fact was researched against live vendor documentation, then independently re-verified by a second pass that fetched each cited URL, confirmed it substantiates the specific claim, and searched for contradicting evidence in both directions.
Notable corrections caught by that second pass:
CodeInterpreterTool, which was removed fromcrewai-tools(PR improvement(emails): align transactional emails with the platform neutral design system #5309, 2026-04-07; CERT/CC VU#221883)SANDBOXES_ENABLEDalone does not enable sandboxes, and import-free JavaScript ignores the sandbox selection entirely. A 10 MB request-body cap not supported by either cited page was removed from the execution-limits row.Notes for review
Facts whose
valuebeginsYes:/No:render as a bare icon and discardshortValue. Conditional capabilities (self-hosted only, package-layer only, tier-gated, delegated to another product layer) therefore use the dataset's existingPartial:convention so the qualifier survives into the rendered table, and negatives established only by absence useNot publicly documented:. This removes unearned checkmarks and unearned crosses alike.Checklist