Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agents.candu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Changelog

Customer-facing updates to Candu Actions, grouped by release.
June 2, 2026
FixWizards
More reliable fullscreen wizard progress
Improved fullscreen progress handling for initial-submission wizard flows, so users can move from progress to the next wizard step without confusing stuck states.
June 1, 2026
Feature
Google Gemini support for Candu Actions

What changed

Candu Actions now supports Google-backed AI capabilities, including Gemini model options in the product UI and provider support in the backend.This release also includes Candu SDK 1.3.29, published alongside the Google provider work.

Why it matters

Teams can choose Gemini models for AI action workflows alongside existing provider options.
May 29, 2026
ImprovementWizards
Fullscreen action progress refined for multi-tool turns

What changed

Refined fullscreen tool progress for multi-action turns, including clearer phase coordination, smoother checklist motion, better pending states in simple chat, and Storybook coverage aligned to production behavior.

Why it matters

Longer-running action workflows are easier to follow while Candu Actions is working.
May 22, 2026
FeatureWizards
Attachment support for action workflows
Added attachment tool-call and dropzone support across the SDK, backend, and product UI, so wizards and action flows can collect files when a workflow needs documents, images, or other uploaded context.
May 20, 2026
Improvement
Agent version history and authoring polish
Added agent version history and shipped authoring improvements including quicker launch access, better tooltip positioning, copy support for tool slugs, and agent deletion support.
May 19, 2026
ImprovementWizards
Wizard interaction polish
Polished wizard interactions across the SDK, backend, and product UI after the primitives redesign, making guided action flows feel more consistent as users move between prompts, tool UI, and results.
May 14, 2026
FeatureWizards
Redesigned wizard UI primitives

What changed

Redesigned the wizard UI primitives across SDK, backend, and product surfaces, with updated interaction patterns and implementation support for richer guided flows.

Why it matters

Builders can create guided action flows from reusable primitives instead of one-off UI patterns.
May 12, 2026
FeatureWizards
More wizard form field types
Added number and email field support so wizard forms can collect structured input with fields that match the expected data.
May 8, 2026
ImprovementSecurity
Better context handling for long action histories

What changed

Added safeguards for wizard history context, including response-mask application, bounded truncation for oversized tool results, pruning for over-budget history, and logging when context preparation changes the payload.

Why it matters

Longer action sessions can keep useful context without carrying oversized tool output into later turns.
May 7, 2026
ImprovementWizards
Improved Candu Actions chat and progress UX

What changed

Improved simple chat, fullscreen progress, streaming behavior, tool timing, thinking states, and wizard tool UI for Candu Actions workflows.

Why it matters

Users get clearer feedback while tools run and smoother transitions back to the assistant response.
April 29, 2026
FeatureWizards
Thumbnail-grid choices for wizards
Added thumbnail-card support for wizard choice UI and aligned the backend configuration around the thumbnailGrid pattern, letting wizards present visual choices when text-only options are not enough.
April 28, 2026
Improvement
Support for multi-tool action turns
Added support for multiple tool responses in the SDK and updated backend guidance so Candu Actions can complete several related steps in a single turn.
April 27, 2026
Feature
Initial file upload support for action workflows
Added initial file upload support across the product UI, SDK, and backend, including S3-backed upload handling for workflows that need uploaded files as user input.
April 27, 2026
Fix
Clearer handling for invalid tool calls
Added handling for cases where the model asks for a tool that is not available, marking those situations as errors so failed tool calls are easier to detect, recover from, and debug.
April 22, 2026
FeatureWizards
Modal and inline wizard launch modes

What changed

Added modal wizard mode, product-side wizard open mode, initial-submission triggering for agent actions, and an inline selector trigger.

Why it matters

Teams can start guided action flows from more places in the product, with launch behavior that better matches the surrounding UI.
April 21, 2026
Improvement
Improved action logs and session visibility

What changed

Improved action logs, session detail screens, and backend log handling.

Why it matters

Teams have better visibility into what happened during an action session when they need to review or troubleshoot it.
April 16, 2026
FeatureWizards
Simple mode and visible tool progress

What changed

Added simple mode for Candu Actions experiences and surfaced tool progress while agents are working.

Why it matters

Product teams can embed lighter-weight AI action experiences while still showing users when work is in progress.
April 13, 2026
Feature
Agent placement configuration

What changed

Added placement data models, backend storage, controller support, and product UI for configuring where Candu Actions agents appear.

Why it matters

Teams can manage where action experiences show up instead of treating placement as a one-off implementation detail.
April 13, 2026
Improvement
Code Chat editing polish

What changed

Added multi-line input and copy button support for Code Chat, plus better defaults for snapshot capture.

Why it matters

Code Chat helps teams talk directly to their product and discover possible actions; these editing improvements make longer prompts and repeated iteration easier.
April 9, 2026
Improvement
Unified SDK foundation for Candu Actions

What changed

Integrated the Candu Actions experience into the SDK and moved the product toward a unified SDK path.

Why it matters

A shared SDK foundation makes it easier to ship Candu Actions consistently across embedded and product-managed surfaces.
April 8, 2026
Improvement
Session summaries for agent activity

What changed

Added support for generating session summaries from agent activity and applying those summaries at the right points in the workflow.

Why it matters

Longer sessions become easier to review without reading every intermediate turn.