Skip to content

Releases: devforth/adminforth

v2.27.0-next.71

20 Apr 13:20

Choose a tag to compare

v2.27.0-next.71 Pre-release
Pre-release

2.27.0-next.71 (2026-04-20)

Features

  • update TurnDebugShow to display token counts and add ForeignInlineListPlugin to sessions (1a72c03)

v2.27.0-next.70

20 Apr 10:17

Choose a tag to compare

v2.27.0-next.70 Pre-release
Pre-release

2.27.0-next.70 (2026-04-20)

Bug Fixes

  • correct syntax for component binding in ThreeDotsMenu (8c268c1)

v2.27.0-next.69

20 Apr 10:10

Choose a tag to compare

v2.27.0-next.69 Pre-release
Pre-release

2.27.0-next.69 (2026-04-20)

Features

  • add cached prompt tokens display and calculation in debug tool (9e5af25)

v2.27.0-next.68

20 Apr 07:15

Choose a tag to compare

v2.27.0-next.68 Pre-release
Pre-release

2.27.0-next.68 (2026-04-20)

Bug Fixes

  • update installation command for agent plugin to use correct package name (571590d)

v2.27.0-next.67

20 Apr 06:43
290b93a

Choose a tag to compare

v2.27.0-next.67 Pre-release
Pre-release

2.27.0-next.67 (2026-04-20)

Bug Fixes

  • correct file path for API example in page injections documentation (8d4d9ef)

v2.27.0-next.66

19 Apr 20:36

Choose a tag to compare

v2.27.0-next.66 Pre-release
Pre-release

2.27.0-next.66 (2026-04-19)

Features

  • add Agent Plugin documentation and image assets (5ca0af3)

v2.27.0-next.65

19 Apr 19:27

Choose a tag to compare

v2.27.0-next.65 Pre-release
Pre-release

2.27.0-next.65 (2026-04-19)

Bug Fixes

  • add CompletionTool type export to CompletionAdapter (77c8516)
  • update carsResourseTemplate to use dynamic labels based on data source (1a055f0)

v2.27.0-next.64

19 Apr 19:23

Choose a tag to compare

v2.27.0-next.64 Pre-release
Pre-release

2.27.0-next.64 (2026-04-19)

Bug Fixes

  • update model version to gpt-5.4-mini in AdminForthAgent configuration (fff01f1)

v2.27.0-next.63

18 Apr 12:24

Choose a tag to compare

v2.27.0-next.63 Pre-release
Pre-release

2.27.0-next.63 (2026-04-18)

Bug Fixes

  • don't run tests over HTTP, run natively without spawning HTTP server (a113dec)
  • dont mutate filters (fixes bug with get_resource_data on sqlite with listed field involved in filters), and normalize them handling across data connectors for consistent query execution (07f5c64)

Features

  • update resource handling to exclude backend-only metadata and enhance frontend resource types (865d64f)

v2.35.0

17 Apr 10:33
bf29503

Choose a tag to compare

2.35.0 (2026-04-17)

Bug Fixes

  • add id to the header (7822040)
  • improve logging format in modifyResourceConfig method (3cf02d3)
  • refactor example ./custom/Dashboard.vue for better visibility (4c4e525)
  • temporarty turn off pnpm audit in release script (73c19f3)
  • update condition for rendering custom component in ResourceListTable (a8b599a)
  • update OpenAI model and reasoning settings in AdminForthAgent (0a2cff0)

Features

  • add ajv as a dependency and enhance CompletionAdapter with tools support (bdccee3)
  • add Context7 and MCP documentation to tags.yml; update bulkHandler reference in Actions.md (f5275be)
  • add dashboard component and API integration for car metrics overview (b918e69)
  • add description field to endpoint options and schemas for improved API documentation (f2d81ba)
  • enhance OpenAPI documentation generation with new schema handling and descriptions (48815e1)
  • integrate OpenAPI support and validation in AdminForth (3358225)
  • integrate Zod for schema validation in Express routes and update documentation (c7ba474)
  • update CreateEditSkeleton component to accept resource prop and enhance Skeleton loading states (d0c0997)
  • update getting started guide with resource creation instructions and validation settings (70dae64)