Skip to content

chore(deps): update dependency ai to v6.0.188#3372

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/ai-6.x-lockfile
May 21, 2026
Merged

chore(deps): update dependency ai to v6.0.188#3372
renovate[bot] merged 1 commit into
mainfrom
renovate/ai-6.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 21, 2026

This PR contains the following updates:

Package Change Age Confidence
ai (source) 6.0.1856.0.188 age confidence

Release Notes

vercel/ai (ai)

v6.0.188

Compare Source

Patch Changes
  • c98715a: Add allowSystemInMessages option to ToolLoopAgent.

    This exposes the same option that exists on streamText and generateText, whether role: "system" messages are allowed in the prompt or messages fields. When unset, system messages are rejected because they can create a prompt injection attack risk. Ideally, use the instructions option instead. Set to true to allow system messages, or false to explicitly reject them.

    const agent = new ToolLoopAgent({
      model,
      allowSystemInMessages: true,
    });
    
    await agent.generate({
      messages: [
        { role: "system", content: "Server context" },
        { role: "user", content: "Hello" },
      ],
    });

    The option can also be returned from prepareCall for dynamic per-call configuration.

v6.0.187

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) May 21, 2026 02:08
@github-actions github-actions Bot added the type: chore Routine tasks like conversions, reorganization, and maintenance work. label May 21, 2026
@renovate renovate Bot merged commit 8ac719d into main May 21, 2026
10 checks passed
@renovate renovate Bot deleted the renovate/ai-6.x-lockfile branch May 21, 2026 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: chore Routine tasks like conversions, reorganization, and maintenance work.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants