Skip to content

Releases: devforth/adminforth-agent

v1.3.1

20 Apr 12:29

Choose a tag to compare

1.3.1 (2026-04-20)

Bug Fixes

  • correct link instructions in SKILL.md for fetch_data and mutate_data (c6eada6)

v1.3.0

20 Apr 12:22

Choose a tag to compare

1.3.0 (2026-04-20)

Features

  • enhance system prompt and skill documentation for data mutation confirmations (0efef3c)

v1.2.2

20 Apr 12:16

Choose a tag to compare

1.2.2 (2026-04-20)

Bug Fixes

  • focus chat input when we are creating new session (9ab0d07)

v1.2.1

20 Apr 11:27

Choose a tag to compare

1.2.1 (2026-04-20)

Bug Fixes

  • resolve circular module initialization between ai and @ai-sdk/vue (02588c8)

v1.2.0

20 Apr 10:07

Choose a tag to compare

1.2.0 (2026-04-20)

Bug Fixes

  • remove unnecessary type assertion for promptCacheRetention in createAgentChatModel (fc2ac2a)
  • update languageLabel computation to handle 'vega-lite' case (67f1fc9)

Features

  • add OpenAI responses continuation middleware and integrate with agent (2440952)

v1.1.1

20 Apr 08:35

Choose a tag to compare

1.1.1 (2026-04-20)

Bug Fixes

  • improoved style of used tools history (683a830)
  • update timestamp of session on new message sent. Close history tab, when we're creating new session (c5c3b44)

v1.1.0

20 Apr 08:11

Choose a tag to compare

1.1.0 (2026-04-20)

Features

  • implement tool call tracking for API-based tools (611a655)

v1.0.0

20 Apr 07:30

Choose a tag to compare

1.0.0 (2026-04-20)

Bug Fixes

  • add woodpecker release script (be944b5)
  • block switching between sessions when generation in progress (930cff9)
  • correct appearance of the "scroll to bottom" button and clear chat history, when we click "new chat" (94ab86b)
  • correct dark theme support (1ac3f04)
  • correct date handling in newly created session (ae538f3)
  • correct mobile support (1da64a2)
  • correct package.json format (6558e38)
  • correct saving of current session in cache (4787415)
  • correct style (a5aa67b)
  • correct tool name in documentation and increase default maxTokens limit (371cdf2)
  • limit width of generated message (3cb9997)
  • show "Thinking..." message after mesage is send and add limit to the height of the thinking container (c3555ae)
  • update variable names for clarity and implement session turn deletion (8b8f326)

Features

  • add ability to attach agent to the body of app (8b27158)
  • add durationMs to ToolCallEvent and track execution time in createApiTool (3521138)
  • add fetch_data skill and update mutate_data instructions for user confirmation (4c604ee)
  • add group by date at the sessions history page (b7f2f7b)
  • add mutate_data skill for record management actions (ff0e69b)
  • add resize for the chat surface (b624558)
  • add sequence debug middleware and integrate with agent call flow (f9b9efa)
  • add tool call event tracking for API tools (879a56b)
  • add toolCallId to ToolCallEvent and update sequence debug handling (e6621c3)
  • add tools rendering[1] (c7eb344)
  • add tools rendering[2] (47c8a29)
  • add userTimeZone support across various components and update dependencies (4e994ef)
  • do a router.push whenever user click on the link in the chat response (5153fe4)
  • enhance agent response streaming with structured chunk handling and improved logging (8d756e1)
  • enhance agent system prompt and skill loading with custom components directory support (ee0b1df)
  • enhance serialization in sanitizeForYaml and add jsonPayload to ToolHttpResponse (e20b3f9)
  • export contextSchema and implement buildAgentSystemPrompt for agent system prompts (0c59d36)
  • group executed tools, if 2 or more tools with the same name were executed (e584fd5)
  • implement agent chat model and response handling in AdminForth plugin (ec1f882)
  • implement API-based tools and enhance error serialization (6eda36c)
  • implement API-based tools middleware and related functionalities (62f28d7)
  • implement data sanitization for frontend-specific outputs in API tools (bcb7304)
  • implement skill registry and fetch skill tool for dynamic skill loading (577a143)
  • implement turns history (with bugs) (78a5086)
  • save state between sessions (7e8696a)