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: fix(models): memory fixes, provider code typing, cost calculation cleanup (#2515)

  • improvement(memory): should not be block scoped

  • cleanup provider code

  • update other providers

  • cleanup fallback code

  • remove flaky test

  • fix memory

  • move streaming fix to right level

  • cleanup streaming server

  • make memories workspace scoped

  • update docs

  • fix dedup logic

  • fix streaming parsing issue for multiple onStream calls for same block

  • fix(provieders): support parallel agent tool calls, consolidate utils

  • address greptile comments

  • remove all comments

  • fixed openrouter response format handling, groq & cerebras response formats

  • removed duplicate type


Co-authored-by: waleed walif6@gmail.com
Commit: 8c2c49e
Workflow: https://github.com/simstudioai/sim/actions/runs/20447229677

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 Dec 23, 2025

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

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Dec 23, 2025 0:11am

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 23, 2025

Greptile Summary

This PR updates translations across 5 languages (German, Spanish, French, Japanese, Chinese) to reflect recent changes to the Memory tool documentation. The updates follow the automated translation workflow triggered by PR #2515, which introduced significant changes to the memory management system.

Key changes:

  • Simplified Memory API by removing legacy blockId, blockName, and id parameters across all tools
  • Changed memory scoping from block-level to workspace-level
  • Added new "Agent Memory Types" section documenting Full Conversation, Sliding Window (Messages), and Sliding Window (Tokens) modes
  • Updated descriptions and parameter requirements to match the new simplified architecture
  • Minor formatting cleanup in Chinese Intercom documentation (removed extra blank lines)
  • Updated i18n.lock file with new content hashes

All translations accurately reflect the English source content with proper technical terminology, consistent formatting, and preserved code examples.

Confidence Score: 5/5

  • This PR is safe to merge with no issues found
  • This is an automated translation update with no code changes. All translations accurately reflect the English source documentation, maintain consistent formatting, preserve technical terms appropriately, and include all necessary structural elements.
  • No files require special attention

Important Files Changed

Filename Overview
apps/docs/content/docs/de/tools/memory.mdx German translation updated to match new English memory documentation structure, removing legacy parameters and adding agent memory types section
apps/docs/content/docs/es/tools/memory.mdx Spanish translation updated to match new English memory documentation structure, removing legacy parameters and adding agent memory types section
apps/docs/content/docs/fr/tools/memory.mdx French translation updated to match new English memory documentation structure, removing legacy parameters and adding agent memory types section
apps/docs/content/docs/ja/tools/memory.mdx Japanese translation updated to match new English memory documentation structure, removing legacy parameters and adding agent memory types section
apps/docs/content/docs/zh/tools/memory.mdx Chinese translation updated to match new English memory documentation structure, removing legacy parameters and adding agent memory types section
apps/docs/content/docs/zh/tools/intercom.mdx Minor formatting fix: removed two blank lines for consistency
apps/docs/i18n.lock Updated translation lock file with new content hashes reflecting the documentation changes

Sequence Diagram

sequenceDiagram
    participant Trigger as PR #2515 Merged
    participant GH as GitHub Actions
    participant Lingo as Lingo.dev AI
    participant EN as English Docs
    participant DE as German Docs
    participant ES as Spanish Docs
    participant FR as French Docs
    participant JA as Japanese Docs
    participant ZH as Chinese Docs
    participant Lock as i18n.lock

    Trigger->>GH: Detect changes to en/tools/memory.mdx
    GH->>EN: Read updated English content
    EN->>Lingo: Send source content
    
    par Translate to all languages
        Lingo->>DE: Translate to German
        Lingo->>ES: Translate to Spanish
        Lingo->>FR: Translate to French
        Lingo->>JA: Translate to Japanese
        Lingo->>ZH: Translate to Chinese
    end
    
    par Update documentation files
        DE->>GH: Write de/tools/memory.mdx
        ES->>GH: Write es/tools/memory.mdx
        FR->>GH: Write fr/tools/memory.mdx
        JA->>GH: Write ja/tools/memory.mdx
        ZH->>GH: Write zh/tools/memory.mdx
        ZH->>GH: Fix zh/tools/intercom.mdx formatting
    end
    
    GH->>Lock: Update content hashes
    GH->>Trigger: Create PR #2530
Loading

@waleedlatif1 waleedlatif1 merged commit e01d4cb into staging Dec 23, 2025
7 checks passed
@waleedlatif1 waleedlatif1 deleted the auto-translate/staging-merge-20447229677 branch December 23, 2025 00:12
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.

3 participants