-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Comparing changes
Open a pull request
base repository: simstudioai/sim
base: v0.7.32
head repository: simstudioai/sim
compare: v0.7.33
- 12 commits
- 111 files changed
- 3 contributors
Commits on Jul 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7bcae15 - Browse repository at this point
Copy the full SHA 7bcae15View commit details -
fix(landing): rename /comparison route to /comparisons for naming con…
…sistency (#5651) Aligns with the /integrations/[slug] convention (plural category, singular item). Adds a 301 redirect (both the bare hub page and every competitor detail page) so previously indexed URLs keep working, and updates every internal reference: footer nav, sitemap generation, and all import specifiers/canonical URLs/breadcrumb JSON-LD within the route itself.
Configuration menu - View commit details
-
Copy full SHA for 5b5dd19 - Browse repository at this point
Copy the full SHA 5b5dd19View commit details
Commits on Jul 14, 2026
-
feat(community): replace Discord community links with Slack across ap…
…p, docs, emails, and readme (#5653)
Configuration menu - View commit details
-
Copy full SHA for 2e5b33c - Browse repository at this point
Copy the full SHA 2e5b33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f64be3c - Browse repository at this point
Copy the full SHA f64be3cView commit details -
improvement(url-state): migrate list search/sort/filter view-state to…
… nuqs (#5648) * improvement(url-state): migrate list search/sort/filter view-state to nuqs * fix(url-state): clear mcpServerId selection when the selected workflow MCP server is deleted * fix(url-state): resolve-gated MCP server detail view + replace-on-close for detail back navigation * fix(url-state): explicit Suspense boundary for account settings sections
Configuration menu - View commit details
-
Copy full SHA for 3e97589 - Browse repository at this point
Copy the full SHA 3e97589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9f593 - Browse repository at this point
Copy the full SHA 8b9f593View commit details -
fix(landing): align author-page UI with the site shell and link bylin…
…es to it (#5655) * fix(landing): align author-page UI with the site shell and link bylines to it Rebuilds ContentAuthorPage/ContentAuthorLoading to match the standard page-shell pattern used by ContentIndexPage/ContentPostPage (max-w-[1460px] header, BackLink, framed post-list rows with hover states) instead of the previous bare max-w-[900px] container with a 2-column image grid. Adds a styled not-found fallback matching the comparisons/integrations pattern. The byline author Link in ContentPostPage now points at the internal author page (/{basePath}/authors/{id}) instead of the author's external X/GitHub profile, giving the author page a real navigation entry point for the first time - previously it was only reachable via the sitemap. Also fixes both author-page route files to match on any of a post's authors (post.authors.some(a => a.id === id)) instead of only the primary author (post.author.id === id), so posts with co-authors show up on every listed author's page, consistent with the sitemap's own author enumeration. * fix(landing): address review findings on author-page UI rebuild - Not-found fallback no longer renders a nested <main id='main-content'> - blog/layout.tsx and library/layout.tsx already provide that landmark, so the fallback now uses <section> like the rest of the component. - Byline author link now encodeURIComponent()s the author id before using it as a route segment. - Loading skeleton's post-list wrapper now matches the real page's mx-auto max-w-[1460px] shell (was mx-20/max-lg:mx-8, which stretches past the header on wide viewports). * fix(landing): make author Person.image an absolute URL in JSON-LD Same class of bug as the earlier article-image fix: author.avatarUrl is a site-relative path, so Person.image was emitting an invalid relative URL for crawlers. Prefixes with SITE_URL, matching buildArticleJsonLd's existing pattern. * fix(landing): align author not-found fallback width with the site convention max-w-[1446px]/px-12 was copied from comparisons/not-found.tsx, which turns out to be the outlier - models/not-found.tsx and integrations/not-found.tsx both use max-w-[1460px]/px-20, matching the rest of the site's shell and this component's own success-state header. * fix(landing): encode author id consistently in every author URL builder The byline link encoded the author id, but buildAuthorMetadata's canonical URL, buildAuthorGraphJsonLd's Person.url/BreadcrumbList item, and sitemap.ts's buildAuthorPages URL still interpolated the raw id - a mismatch could point sitemap/canonical/structured-data URLs at a different route than the actual page. All four now encodeURIComponent() consistently.
Configuration menu - View commit details
-
Copy full SHA for 5dc8d8f - Browse repository at this point
Copy the full SHA 5dc8d8fView commit details -
improvement(url-state): shared sort/search url-state helpers + task a…
…nd log selection deep links (#5652) * improvement(url-state): shared sort/search url-state helpers + task and log selection deep links * improvement(url-state): audit fixes — cancel pending deep-link on click, void settings search setter * fix(url-state): review fixes — trim-on-read filters, replace-on-close for task modal, unified executionId write path * improvement(url-state): final audit polish — consistent handler deps, document schedules-refetch invariant * improvement(url-state): compose useSettingsSearch on the shared setter, trim chunk query read * chore(skills): sync url-state skill edits through the canonical SKILL.md * fix(url-state): reset chunk page in the same write as a search change
Configuration menu - View commit details
-
Copy full SHA for 3d67b50 - Browse repository at this point
Copy the full SHA 3d67b50View commit details -
improvement(admin): filter out banned users (#5659)
* improvement(admin): filter out banned users * fix timestamp glitch
Configuration menu - View commit details
-
Copy full SHA for c7151a1 - Browse repository at this point
Copy the full SHA c7151a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d6c159 - Browse repository at this point
Copy the full SHA 3d6c159View commit details -
feat(chat): natural-language tool titles, past-tense completion, and …
…smooth agent-group narration (#5660) * feat(chat): natural-language tool titles, past-tense completion, and smooth agent-group narration * improvement(chat): drop per-row status icons on subagent tool calls * fix(chat): restrict narration seam space to sentence boundaries * improvement(chat): promote inline comments to TSDoc, support bold-italic in narration markdown * fix(chat): gate narration seam repair on channel transitions, render nested inline markdown recursively * improvement(chat): flip Gathering thoughts to past tense on completion * fix(chat): classify inline-markdown tokens by split parity, require non-space emphasis boundaries
Configuration menu - View commit details
-
Copy full SHA for 8d7d590 - Browse repository at this point
Copy the full SHA 8d7d590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377f963 - Browse repository at this point
Copy the full SHA 377f963View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.32...v0.7.33