Sanity logosanity.ioAll Systems Operational© Sanity 2026
Change Site Theme

Changelog

Track new features, improvements, and fixes across all Sanity products.

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Changelog

Track new features, improvements, and fixes across all Sanity products.

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

On this page

Filter by product

Filter by product

Apps
  • 6
  • 1
  • 18
  • 1
  • 6
  • 7
  • 6
  • 14
  • 3
  • 310
  • 2
  • 1
Integrations & Libraries
  • 15
  • 6
  • 2
  • 4
  • 2
  • 2
  • 9
  • 1
  • 1
  • 1
  • 6
  • 9
  • 4
  • 1
  • 3
Subscribe to the changelog
  • RSS (Latest)
  • RSS (Full)
  • JSON Feed (Latest)
  • JSON Feed (Full)
  1. Changelog
  2. Integrations & Libraries
  3. JavaScript Client

Enhancements to agent action handling and stega URL filtering

Published: August 4, 2025

v7.8.2

Highlights

Agent Actions

Agent Actions that take support groq instruction parameters now accept a perspective. For example:

await client.agent.action.generate({
  // ...
  instruction: "Develop a new movie. Use these details to generate the concept: $background ",
  instructionParams: {
    background: {
      type: "groq",
      perspective: 'draft',
      query: "*[_id=$id]",
      params: {
        id: "123456"
      }
    }
  }
})

Bugfixes

  • Agent Action prompt now correctly uses format: 'string' typing instead of 'text'.
  • Updates to the supported URL patterns for stega should now prevent issues with disappearing overlays in presentation.

Related documentation

  • Creating instructions

  • Prompt quick start

Loading...

On this page

  • Highlights
  • Agent Actions
  • Bugfixes
Sanity logo

Documentation

    • Overview
    • Platform introduction
    • Next.js quickstart
    • Nuxt.js quickstart
    • Astro quickstart
    • React Router quickstart
    • Studio quickstart
    • Build with AI
    • Content Lake
    • Functions
    • APIs and SDKs
    • Agent Actions
    • Visual Editing
    • Blueprints
    • Platform management
    • Dashboard
    • Studio
    • Canvas
    • Media Library
    • App SDK
    • Content Agent
    • HTTP API
    • CLI
    • Libraries
    • Specifications
    • Changelog
    • User guides
    • Developer guides
    • Courses and certifications
    • Join the community
    • Templates

Related documentation

  • Creating instructions

  • Prompt quick start

await client.agent.action.generate({
  // ...
  instruction: "Develop a new movie. Use these details to generate the concept: $background ",
  instructionParams: {
    background: {
      type: "groq",
      perspective: 'draft',
      query: "*[_id=$id]",
      params: {
        id: "123456"
      }
    }
  }
})

Previous Changelog

User presence and useUser hooks

July 24, 2025

Sanity React App SDK

Next Changelog

Added support for AVIF image uploads

August 15, 2025

Content Lake