Releases: devforth/adminforth-agent
Releases · devforth/adminforth-agent
v1.3.1
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.0
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)