Skip to main content
End-user facing changes across Copilot, Agents, Workflows, and MCP Gateway since Apigene 5.0. Internal, infra, and CI-only releases are omitted.
WorkflowsCopilotSettings
v5.13.0

Workflow History and run simulation replay

Review past workflow runs like Actions history — filter, share, and replay step-by-step on the graph.

What’s new

  • Workflows history — New Workflows nav item with org-wide run history (admins see all; members see their own)
  • Run detail — Inputs, step traces, and result with copy/share; default Simulation opens the graph replay for the recorded run
  • Activity timeline — Last-7-days histogram by run status with brush-to-filter (same pattern as Actions)
  • Workflow Recording — Organization setting: Full, Headers only, or Disabled (HITL approval checkpoints still persist when disabled so resume works)
  • Share links — Share a run via /workflow-history/share/{run_id} with the same detail + simulation UI

Improvements

  • Real non-dry-run executions are persisted when a workflow id is present (not only approval waits)
  • Display names for agent and workflow in the history table and detail view
  • Dry runs are never written to history
WorkflowsMCPCopilot
v5.12.0

Workflow dry-run, outputs, and richer run insights

Simulate workflows before going live, shape final results with an output node, and inspect each step more clearly.

What’s new

  • Dry-run / simulation — Run a workflow without side effects to validate logic, see step status on the graph, and review inputs and outputs in the inspector
  • Output node (apigene.output) — Define the final structured result of a workflow run
  • On-error handling — Configure how workflows respond when a step fails
  • Richer expressions — Inline object and array literals and improved nesting in workflow expressions
  • MCPrun_workflow supports dry_run and optional step data in results

Improvements

  • Copy and download workflow run results as JSON
  • Step tracing, elapsed time, and result size in the workflows UI
  • Resizable workflow inspector and clearer run status visualization
WorkflowsMCPCopilot
v5.11.0

Approvals, LLM steps, and parallel joins

Pause for human approval, call an LLM inside a workflow, and join parallel branches before continuing.

What’s new

  • Human-in-the-loop approvals — Pause a run for review, then approve or reject and resume from Copilot or MCP (resume_workflow)
  • LLM node (apigene.llm) — Call a language model as a first-class workflow step
  • Join node (apigene.join) — Wait for parallel branches and continue with combined results
  • Richer conditions — More string operators for if / expression logic

Improvements

  • Clearer graph UI for approved, rejected, and waiting nodes
  • Better workflow compile and lint error messages
WorkflowsMCPCopilotDashboard
v5.10.0

Agent workflows and chat pinning

Build, lint, and run multi-step agent workflows from Copilot and MCP, and keep important chats pinned.

What’s new

  • Workflows on agents — Create and manage workflows from a dedicated Workflows tab
  • Workflow graph editor — Design steps visually with improved layout and node tooling
  • Workflow linting — Catch compile issues early with actionable hints
  • MCP workflow tools — Author, run, and manage workflows from MCP clients
  • Pin chat threads — Pin important conversations in the sidebar
  • Dashboard analytics — Conversation analytics on the dashboard

Improvements

  • Clearer message timestamps in chat
  • More reliable interactive / streaming app handling in chat
Copilot
v5.9.1

Chat layout fix

Fixes

  • Empty chat is centered again (layout no longer stretches when there are no messages)
CopilotAppsSecurity
v5.9.0

Interactive apps in chat and safer secrets

What’s new

  • Interactive apps in chat — Richer in-conversation app experiences alongside assistant replies

Improvements

  • Interaction history masks sensitive values
  • Application / spec APIs no longer return stored security secrets in list and update responses
TasksCopilotAppsSettings
v5.8.0

Tasks, chat search, and app secrets

Schedule and run tasks from Copilot, find threads faster, and manage provider secrets more safely.

What’s new

  • Tasks — Create, schedule, and run tasks from the product navigation and task management UI
  • Model per task — Choose which chat model a task uses
  • Thread search and filters — Search and filter conversations in the sidebar
  • Provider secret management — Clearer handling of secrets for application / provider configuration

Improvements

  • Faster chat loading and paginated thread history
  • “Run now” for tasks no longer times out behind long-running proxies
  • Task names must be unique within the organization
  • MCP lists can include tool details when needed
AgentsCopilot
v5.7.1

Agent skills download and clearer errors

What’s new

  • Download agent skills — Export an agent’s skill harness as a downloadable package from the agent editor

Improvements

  • Friendlier error screens with Try again and Go home instead of the default crash page
Copilot
v5.6.0

Chat file handling and prompt input

Improvements

  • More reliable file handling in chat and the prompt input
  • More responsive prompt input layout on smaller screens
CopilotAppsSettings
v5.5.1

Use-case proposals and app server URL

What’s new

  • Use-case proposals in chat — Prompt input can surface suggested use cases to get started faster
  • Server URL selection — Choose and validate the application server URL in app settings

Improvements

  • Smoother loading behavior on the audit logs page
CopilotSettingsSecurityAudit
v5.5.0

Chat commands, follow-ups, and audit coverage

Save reusable chat prompts, control follow-up suggestions, and see more sensitive activity in audit.

What’s new

  • Chat commands (prompt presets) — Save, pick, and reuse prompts from the chat input, including agent selection
  • Follow-up suggestions — Toggle suggested follow-up prompts in chat settings
  • Personal settings snapshots — Manage settings snapshots from personal settings
  • Broader audit logging — Audit entries for API token generation and organization settings changes

Improvements

  • Interaction / action views handle redacted request bodies safely
  • Organizations can control when interaction bodies are recorded
  • Prompt commands are sorted by name for easier browsing
CopilotSkillsAppsModels
v5.4.0

Chat message queue, skills download, and clearer model errors

Keep typing while the assistant works, download skill docs, and get clearer Bedrock feedback.

What’s new

  • Message queue — Queue follow-up messages while a chat response is still running
  • Download SKILL.md — Export skill documentation from the skills table
  • More file types in chat — Broader file support in the prompt input
  • LLM checks on install — Installing an application checks that a model provider is configured

Improvements

  • Clearer Bedrock chat errors and filtering of unavailable / end-of-life models
  • Agent icons display correctly in the tool picker and selected-agent list
  • Better reindexing status feedback on application metadata
AuthSelf-hosted
v5.3.0

Keycloak authentication

What’s new

  • Keycloak auth provider — Sign in with Keycloak for deployments that use enterprise IdP authentication
CopilotModels
v5.2.0

Reasoning support and new models

What’s new

  • Model reasoning — Copilot supports generic model reasoning with configurable reasoning effort
  • Fable 5 — Fable 5 available as a chat model option
AppsMock
v5.1.1

Mock execution for API actions

Test applications without hitting live APIs.

What’s new

  • Mock execution mode — Generate mock API responses for interactions when mock mode is enabled
  • Optional LLM fallback for mocks — Prefer schema-based mocks by default; optionally fall back to an LLM when examples are insufficient
  • Force reindex — Force an application reindex when refreshing agentic metadata
SkillsSettings
v5.1.0

Skills upload UX and branding polish

Improvements

  • Tabbed skill upload dialog with clearer file mapping
  • More consistent branding and localization across Copilot
ModelsSkillsAuthSettings
v5.0.0

Apigene 5.0 — org models, skill registry, and self-serve auth

First 5.x release: tenant-scoped models, discoverable skills, and Apigene-native sign-in.

What’s new

  • Org-scoped model credentials — LLM keys come from Settings → Models per organization (no shared global OPENAI_API_KEY on the API)
  • Amazon Bedrock & Microsoft Foundry — Configure Bedrock (including API-key auth) and Azure / Microsoft Foundry providers with clearer validation
  • Skill registry — Find and install skills from the skill registry in Agent Builder
  • Apigene authentication — Native Apigene sign-in adapter and sign-in UI (alongside existing providers)
  • Self-service organizations — Admins can create an organization during signup
  • GPT-5.5 — GPT-5.5 available in the model list

Improvements

  • Searchable model picker with collapsible providers
  • Clearer organization settings layout with sticky save for unsaved changes