Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

Automated translation updates triggered by changes to documentation.

This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.

Original trigger: feat(models): added gpt-5.1 (#2007)
Commit: f8070f9
Workflow: https://github.com/simstudioai/sim/actions/runs/19386397618

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Other: ___________

Testing

This PR includes automated translations for modified English documentation content:

  • 🇪🇸 Spanish (es) translations
  • 🇫🇷 French (fr) translations
  • 🇨🇳 Chinese (zh) translations
  • 🇯🇵 Japanese (ja) translations
  • 🇩🇪 German (de) translations

What reviewers should focus on:

  • Verify translated content accuracy and context
  • Check that all links and references work correctly in translated versions
  • Ensure formatting, code blocks, and structure are preserved
  • Validate that technical terms are appropriately translated

Checklist

  • Code follows project style guidelines (automated translation)
  • Self-reviewed my changes (automated process)
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

@vercel
Copy link

vercel bot commented Nov 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Nov 15, 2025 7:34am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 15, 2025

Greptile Overview

Greptile Summary

Automated translation update that propagates model list changes from PR #2007 to all supported language versions of the Agent block documentation. The changes add GPT-5.1 to the OpenAI model list and update Anthropic models (Claude 3.7 Sonnet → Claude 4.5 Sonnet, Claude Opus 4.1) and provider list (DeepSeek → Azure OpenAI, OpenRouter).

Key Changes:

  • Added GPT-5.1 to all 5 language versions
  • Updated Anthropic model versions across all translations
  • Replaced DeepSeek with Azure OpenAI and OpenRouter in provider lists
  • Updated i18n.lock checksum to reflect content changes

The translations maintain consistent formatting, preserve all technical terms correctly, and accurately reflect the English source changes.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Automated translation PR that accurately propagates simple model list updates to documentation files with no logic changes, proper formatting preservation, and correct i18n.lock checksum update
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
apps/docs/content/docs/de/blocks/agent.mdx 5/5 Updated model list to include GPT-5.1 and new Anthropic/provider options, matching English source
apps/docs/content/docs/es/blocks/agent.mdx 5/5 Updated model list to include GPT-5.1 and new Anthropic/provider options, matching English source
apps/docs/content/docs/fr/blocks/agent.mdx 5/5 Updated model list to include GPT-5.1 and new Anthropic/provider options, matching English source
apps/docs/content/docs/ja/blocks/agent.mdx 5/5 Updated model list to include GPT-5.1 and new Anthropic/provider options, matching English source
apps/docs/content/docs/zh/blocks/agent.mdx 5/5 Updated model list to include GPT-5.1 and new Anthropic/provider options, matching English source
apps/docs/i18n.lock 5/5 Updated checksum for content section 12 to reflect agent.mdx model list changes

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant GH as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant Repo as Repository
    
    Dev->>Repo: Commit English docs update (f8070f9)
    Note over Dev,Repo: Added GPT-5.1 to agent.mdx
    Repo->>GH: Trigger i18n workflow
    GH->>Lingo: Send English content changes
    Note over Lingo: Translate to 5 languages
    Lingo->>GH: Return translations (de, es, fr, ja, zh)
    GH->>Repo: Update translated docs
    GH->>Repo: Update i18n.lock checksum
    GH->>Repo: Create PR #2009
    Note over Repo: Ready for review
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit b5d9964 into staging Nov 15, 2025
8 of 9 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-19386397618 branch November 15, 2025 07:33
waleedlatif1 added a commit that referenced this pull request Nov 17, 2025
* test(pr): hackathon (#1999)

* test(pr): github trigger (#2000)

* fix(usage-indicator): conditional rendering, upgrade, and ui/ux (#2001)

* fix: usage-limit indicator and render conditonally on is billing enabled

* fix: upgrade render

* fix(notes): fix notes, tighten spacing, update deprecated zustand function, update use mention data to ignore block positon (#2002)

* fix(pdfs): use unpdf instead of pdf-parse (#2004)

* fix(modals): fix z-index for various modals and output selector and variables (#2005)

* fix(condition): treat condition input the same as the code subblock (#2006)

* feat(models): added gpt-5.1 (#2007)

* improvement: runpath edges, blocks, active (#2008)

* feat(i18n): update translations (#2009)

* fix(triggers): check triggermode and consolidate block type (#2011)

* fix(triggers): disabled trigger shouldn't be added to dag (#2012)

* Fix disabled blocks

* Comments

* Fix api/chat trigger not found message

* fix(tags): only show start block upstream if is ancestor (#2013)

* fix(variables): Fix resolution on double < (#2016)

* Fix variable <>

* Ling

* Clean

* feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect (#2015)

* feat(billing): add notif for first failed payment, added upgrade email from free, updated providers that supported granular tool control to support them, fixed envvar popover, fixed redirect to wrong workspace after oauth connect

* fix build

* ack PR comments

* feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI (#2017)

* feat(performance): added reactquery hooks for workflow operations, for logs, fixed logs reloading, fix subscription UI

* use useInfiniteQuery for logs fetching

* fix(copilot): run workflow supports input format and fix run id (#2018)

* fix(router): fix error edge in router block + fix source handle problem (#2019)

* Fix router block error port handling

* Remove comment

* Fix edge execution

* improvement: code subblock, action bar, connections (#2024)

* improvement: action bar, connections

* fix: code block draggable resize

* fix(response): fix response block http format (#2027)

* Fix response block

* Lint

* fix(notes): fix notes block spacing, additional logs for billing transfer route (#2029)

---------

Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com>
Co-authored-by: Emir Karabeg <78010029+emir-karabeg@users.noreply.github.com>
Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com>
Sg312 pushed a commit that referenced this pull request Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants