Skip to content

Releases: pedroibr/agentos

v10.2.0

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 18:56
a87dc3e

Improved voice-session continuity so stopping a live session preserves the local conversation and resuming rehydrates prior context instead of restarting from scratch. Also updated the start button label for resumable voice sessions and tightened embed height fill so it reaches the bottom of its available container more cleanly.

v10.1.5

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 17:44
d07a956

Added optional per-agent sidebar post presentation controls, including post image and post title toggles, plus a configurable back link in the embed sidebar. Also updated the text composer placeholder to use a more neutral prompt.

v10.1.4

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 16:50
6d7a48a

Updates

  • added a Record button to the text-mode composer using MediaRecorder
  • transcribed uploaded audio on the backend through a new text-transcription endpoint
  • inserted the transcribed text into the message input without auto-sending it
  • kept the existing realtime voice workflow unchanged

v10.1.3

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 15:08
bad5db1

Updates

  • moved text-only conversations to the OpenAI Responses API while keeping voice on the Realtime API
  • added dedicated realtime and text model settings per agent
  • fixed multi-turn text history formatting for Responses API requests
  • improved session UX so saving ends the current session and New chat fully resets it

v10.1.2

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 14:30
04048c7

Updates

  • moved URL context parameter configuration from global settings to each agent
  • persisted validated session context with saved transcripts
  • surfaced session context in the Sessions detail view under the Context block
  • preserved fallback support for older agents and bumped the plugin version to 10.1.2

v10.1.1

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 14:08
c24bce8

Updates

  • standardized the AgentOS admin list screens to feel more native to WordPress
  • made item names directly clickable and moved actions into row actions
  • added bulk delete support for agents, subscriptions, users, and sessions
  • updated the plugin version to 10.1.1 and documented the release

v10.1

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 13:45
a3c6677

AgentOS v10.1 adds the external Integration API with Bearer authentication, provisioning endpoints for AgentOS users and subscriptions, aggregate usage retrieval for automations, and Settings controls for generating the integration API key.

v10.0

Choose a tag to compare

@pedroibr pedroibr released this 17 Mar 10:59
0eba0e6

AgentOS v10.0\n\nHighlights:\n- refreshed embed layout and responsive behavior across desktop and mobile\n- smoother transcript auto-scroll and improved saved-session transcript handling\n- current-session feedback moved into the conversation panel\n- plugin version bumped to 10.0 with update notes recorded in docs/update.md