Stay up to date with the latest features, improvements, and updates to the Kaman AI platform.
v3.19
Run Workflows in the Background and Track Their Progress
June 10, 2026
Kick off a workflow and get an immediate run ID instead of waiting for it to finish
Check a running workflow's live status and see exactly which step it's on
Workflows that pause for your input are now clearly flagged as waiting, not failed
New Features
Workflows can now be started in the background — you get a run ID right away and can keep working while the workflow runs.
A new status check lets you see whether a run is still going, finished, failed, or waiting on you, along with the step it's currently working on.
Once a background workflow finishes, its full result is available from the same status check — so you get the output back without re-running anything.
Improvements
When a workflow pauses because it needs information from you, it's now shown as "waiting for input" with the exact fields required — instead of looking like an error.
Previous Releases
v3.18
June 7, 2026
Agents Recover Gracefully Instead of Stopping Silently
No more "agent stopped unexpectedly" with no explanation — temporary glitches now retry automatically
When something genuinely can't be answered, you get a clear, specific reason instead of a blank stop
Smarter automatic recovery from busy services, timeouts, and empty model responses
Improvements
The assistant now automatically retries when the AI service is briefly busy, times out, or returns an empty response — so short-lived hiccups resolve themselves without you having to resend.
Each kind of problem now gets the right response: transient issues are retried, overly long conversations are trimmed and re-tried automatically, and only genuinely unrecoverable issues are shown to you.
Fixes
Fixed the case where the assistant could stop with "The agent stopped unexpectedly without producing a response" and no detail. These situations are now either recovered automatically or explained with a clear, actionable message (for example, a content-safety block or a service being temporarily unavailable).
v3.17
May 24, 2026
No More Stuck Agents on Long Conversations
Agents on long chats no longer appear to hang while quietly re-summarizing in a loop
Faster responses on heavy workflows — no wasted summarization passes between turns
Same aggressive context management, without the silent loop
Fixes
Fixed an issue where, after a conversation grew past the compression threshold, the agent could re-summarize the same context every turn without making progress — making it look like the agent was stuck. Compression now skips a pass when nothing meaningful has been added since the last one.
v3.16
May 19, 2026
More Breathing Room for Long-Running Agents
Agents working on large artifacts no longer time out mid-response
Complex multi-step tasks have far more room before hitting depth limits
Smoother experience for heavy workflows like reports, code generation, and data tasks
Improvements
Streaming chunk timeout raised from 1 minute to 10 minutes — large artifact generation no longer cut short when the model takes longer to respond
Per-message iteration ceilings raised 10× — long multi-tool conversations and intricate workflows no longer hit the safety brake on legitimate work
Agent graph depth limit raised from 50 to 500 — the “maximum processing depth” error during long multi-step tasks should now be far less common
Sub-agent iteration default raised from 25 to 250 — delegated sub-tasks have more room to finish without manual override
WebSocket chat depth limit raised from 100 to 1000 — chat-based agents match the rest of the platform
Model proxy request timeout raised from 2 minutes to 10 minutes — long Claude/OpenAI/Bedrock streaming responses no longer silently end mid-stream on large-context turns
v3.15
April 29, 2026
Smarter Recovery, Tighter Boundaries
Streaming responses recover gracefully on provider hiccups — no more half-rendered messages
Model fallback now kicks in on any provider issue, not just rate limits
Memory and connections cleaned up automatically across long-running processes
Improvements
Streaming responses end cleanly with a proper completion marker even when the upstream model errors mid-stream
Model fallback chain now retries on server errors, network failures, and provider timeouts — not just rate limits
VM tool latency reduced — agents now share a single response channel instead of opening one per call
Chat history and iteration-tracking memory now self-evict idle entries so long-running processes don't grow unbounded
Fixes
Personal VM secret comparison hardened against timing-attack inference
Git webhooks refuse unsigned requests instead of falling through silently when no secret is configured
VM debug proxy restricted to admins and private IP ranges only — no longer a relay for arbitrary traffic
v3.14
April 29, 2026
Sturdier Conversations, Cleaner Failures
Agents no longer silently forget mid-conversation when the database hiccups
Stuck LLM responses now fail fast instead of hanging until the request timeout
Tools are quicker to respond — no more 60-second waits for replies that already arrived
Improvements
Conversation memory now recovers automatically from temporary database issues
Detect hung LLM responses within 60 seconds — fall back instead of waiting minutes
Tool execution responses are picked up immediately even when they arrive instantly
Fixes
Closed a path where two clients could collide on the same session ID and abort each other's stream
Background history writes can no longer fire after a session ends
Health endpoint now reports conversation-state persistence outages as degraded
v3.13
April 28, 2026
Tighter Permissions, Safer Billing
Permission grants are now strictly scoped to your organization
Billing flows now use your authenticated identity — no more impersonation risk
Internal service authentication hardened across the platform
Improvements
Resource permission management is now restricted to the org owner or org admins — no more cross-tenant edits possible
Newsletter sending is now admin-only
Build pipeline made resilient to transient DNS issues during dependency fetch
Fixes
Closed a path where billing checkout could be initiated under another user's identity
Removed hard-coded service-to-service fallback secrets that could ship to production unintentionally
Webhook authentication now refuses to operate when its secret is unconfigured
v3.12
April 27, 2026
Faster, Steadier, Easier to Diagnose
Agent answers feel more consistent — same question, same approach
Faster first responses on simple chats (less waiting before the agent starts typing)
When something goes wrong, you can finally see exactly what happened in your session
New Features
Per-session log viewer — paste a session ID, get the full timeline across services in one view (for ops and support)
Health dashboard now shows live status of every backend dependency (database, cache, queue, model proxy) at a glance
Improvements
Agents now respond faster on simple text chats — skipping work that wasn't needed
Agent answers are more consistent run-to-run — same question gets the same approach
Plugin and workflow saves return to you immediately, even if the background sync is busy
Auth checks are now cached for a short window — fewer round-trips, faster API responses
Database connection pooling is loud about real outages instead of pretending things are slow
Fixes
Fixed a data-loss path where buffered writes could vanish if the database hiccupped at exactly the wrong moment
Closed gaps where row-level security predicates could silently degrade under malformed inputs
Removed a path where encrypted credentials could fall back to being treated as plaintext
Stopped a bug where DSL imports could create duplicate tools/agents on transient database errors
Scheduled tasks no longer get stuck in a 'still running' state when their notification step fails
Agent Hub real-time updates now log failures instead of silently dropping them
v3.11
March 25, 2026
Free Monthly Credits, Agent Delegation, and Trust & Transparency
Every new account now gets free credits each month — no credit card required
Agents can now delegate tasks to other agents for complex multi-step work
Configurable credit display, improved billing, and updated legal pages for full transparency
New Features
Free monthly credits for all new accounts — explore agents and workflows at no cost
Configurable credit display multiplier — credits are now shown as display credits (e.g. 5,000 credits instead of $5)
Agent delegation — agents can now call other agents to break down complex tasks across specialized roles
Delegate agent UI — teal-accented progress cards and modal show when an agent hands off work to another
Audit Trail section added to Security Fabric compliance page