Skip to content

Release Notes: What's New

2026.08.18

INFO

TOP 3 highlights

  1. Added app cloning — clone Skills, pages, menus, and BFF scripts.
  2. Added enterprise Agent plugin (suite) configuration management, along with new general-purpose Git, Yunxiao, DingTalk, Feishu, and Context7 suites.
  3. Added role-based permissions for runtime knowledge base documents.
  • Added app cloning with support for cloning Skills, pages, menus, and BFF scripts, plus permission checks.
  • Added the ability to save approval initiation forms as drafts.
  • Added support for approval node loop-back splitting and node execution ordinals.
  • Added enterprise Agent plugin (suite) management, with dev-mode configuration isolation, runtime enablement configuration, environment configuration templates, and icon display.
  • Added a general-purpose Git cloud Agent suite.
  • Added a Yunxiao cloud Agent suite.
  • Added a dev-mode Context7 suite with on-demand installation.
  • Added Skill examples — attach examples to a Skill.
  • Added @ mentions.
  • Added granular developer role permissions; rabetbase-cli supports fine-grained developer role permissions by capability.
  • Added role-based permissions for runtime knowledge base documents.
  • Improved the DingTalk and Feishu cloud Agent suites.
  • Improved approval forms by removing the formDataSourceEnabled data source restriction.
  • Updated the default model list.
  • Improved database metadata extraction — moved to a standalone service, with handling for missing tables.
  • Improved mobile style adaptation.
  • Fixed a BFF script copy error.
  • Fixed a page cloning error.
  • Fixed dataset deleted-column tombstone resurrection and false positives in partial updates.
  • Fixed false detection of model context overflow.
  • Fixed stale authentication state not being cleared after suite configuration changes.

2026.08.13

INFO

Breaking changes

  1. The dev-mode chat Agent has been replaced by the cloud Agent environment.
  2. Permission management has moved to the app runtime; admins and Owners can manage permissions. View guide >>
  3. Dev-mode Skills and Knowledges management has fully moved to the runtime; the enterprise knowledge base is managed centrally by admins / Owners. View guide >>
  4. Both dev-mode and runtime Agents get the new DeepSeek V4 Flash fast model.
  • The dev-mode Agent has switched to the cloud Agent environment; the chat entry point has moved to the app runtime at /app/:code/agent, and the original dev-mode chat entry is now offline.
  • Permission management has fully moved to the app runtime. Manage roles and members under "App Management - Members & Permissions"; admins (ADMIN) and Owners can manage permissions.
  • Dev-mode Skills and Knowledges management has fully moved to the app runtime; the corresponding dev-mode menus are now hidden. The enterprise knowledge base is likewise managed centrally by admins / Owners. View guide >>
  • Upgraded Agent conversation recommendations: recommended prompt lists are now generated dynamically based on user type, database presence, and page presence.
  • The database comparison page adds diff-snapshot refresh and full-table re-analysis, plus a "changes only" toggle to simplify switching the full-table view.
  • Fixed issues including empty-state flicker on first load of the dataset overview and abnormal detail page display after deleting a dataset.
  • Upgraded the @yuntoo/agent-chat component, improving chat interactions and stability.

2026.08.07

INFO

This release adds features and fixes for the TypeScript SDK

  1. Added client.services runtime services — the SDK can now call OCR recognition and file upload directly.
  2. Added the Client AK auth mode — access runtime /client/ endpoints with just an accessKey.
  3. Added batchCreate for bulk creation — up to 1000 records per call.
  • Added the client.services runtime service namespace, unifying OCR recognition and file capabilities.
  • Added OCR recognition via client.services.ocr.recognize, supporting 11 types including invoices, ID cards, bank cards, business licenses, vehicle licenses, license plates, and tables.
  • Added file upload and retrieval: client.services.file.upload uploads files, and client.services.file.queryUrl gets access URLs.
  • Added the $notNull condition operator; filter queries now support not-null checks on fields.
  • Fixed aggregate query parameters — aligned to column while remaining compatible with the legacy field form.

2026.08.06

INFO

TOP 3 highlights

  1. Added mobile access — let your cloud Agent work 7×24 from anywhere and keep delivering business results. View guide >>
  2. Added Agent personal memory — cloud Agents retain personal memory across sessions and can write to your personal knowledge base.
  3. Added analysis support for the SQLServer, MariaDB, TiDB, Oracle, and OceanBase relational databases.
  • Added mobile access — let your cloud Agent work 7×24 from anywhere. View guide >>
  • Added Agent personal memory — cloud Agents retain personal memory across sessions and can write to your personal knowledge base.
  • Added built-in Skill creation for cloud Agents — a cloud Agent can create and capture new Skills while executing tasks.
  • Added pinning and unpinning for AI conversations.
  • Added lovrabet skill push --diagram-file — submit and validate a Mermaid flowchart when publishing a new Skill version.
  • Added the lovrabet skill diagram-show command to view the flowchart of a published Skill version.
  • Added dedicated tool confirmation descriptions to the lovrabet CLI — confirmation prompts for high-risk operations can now show custom explanations.
  • Added rabetbase page restore to recover accidentally deleted standard pages and source-code pages.
  • Added rabetbase menu external-link-update to update external-link menu URLs.
  • Added rabetbase ocr recognize, a dev-mode OCR recognition command.
  • Added analysis support for the SQLServer, MariaDB, TiDB, Oracle, and OceanBase relational databases.
  • Improved cloud Agent startup and readiness — ready runtimes are reused and readiness stages are now explicit, making task launches faster and more stable.
  • Improved task admission error messages — rejected tasks now return granular error codes and reasons.
  • Relaxed lovrabet skill install to read-only risk; installing a Skill no longer requires write confirmation.
  • Relaxed the risk levels of lovrabet ocr recognize and file upload commands to read-only.
  • Improved built-in Skill display names — built-in Skills such as docx, pdf, pptx, and xlsx now show Chinese display names.

2026.08.05

INFO

TOP 3 highlights

  1. AI Workbench upgraded (v2.0) — Artifact display, permission control, and a task tree view.
  2. Added the approval flow design-time CLI and Skill; rabetbase now supports designing approval flows locally.
  3. Added rabetbase sql validate MyBatis XML validation, extending SQL checks to MyBatis mapper files.
  • Added Artifact display in the AI Workbench — Agent deliverables can be viewed and managed right in the workbench. View guide >>
  • Added AI Workbench permission control, with session-level permission prompts and management.
  • Added a task and session tree view in the AI Workbench for browsing task and session history hierarchically.
  • Added the approval flow design-time CLI and Skill — design, manage, and sync approval flows locally with rabetbase.
  • Added rabetbase sql validate MyBatis XML validation for SQL statements in MyBatis mapper files.
  • Added rabetbase menu move for migrating menu nodes with validation.
  • Added rabetbase menu external-link-create for audited creation of external-link menus.
  • Added rabetbase menu delete for batch deletion, removing leaf nodes first.
  • rabetbase menu list now returns each menu's last-updated time.
  • Added the lovrabet CLI Codeup MR control plane — manage merge requests from the CLI.
  • Added dataset-to-page relations that automatically track which pages reference each dataset.
  • Added the personal Agent rules API — runtime apps can read personal Agent configuration. View guide >>
  • Added the Sandbox Artifact Skill — Agents can manage Artifact deliverables through a Skill.
  • Improved AI Workbench session layout and interaction experience.
  • Improved AI Workbench message list loading.
  • Improved Agent Markdown rendering — relative paths are automatically converted to download URLs.
  • The AI Workbench now defaults to premium models.
  • Hardened authentication for the uploadFile and OCR endpoints.
  • Improved the user center authorization error component and redirect flow.
  • Fixed empty failed messages not displaying in the AI Workbench.
  • Fixed permission prompts not clearing after switching sessions in the AI Workbench.
  • Fixed a JSON type conversion error in the dataset dictionary.
  • Fixed inaccurate pageId batch query counts.

2026.07.30

INFO

TOP 3 highlights

  1. Cloud Agents got a major performance and stability boost, with noticeably faster task response
  2. Added drag-and-drop file upload in the AI chat input box.
  3. Added Agent scheduled tasks — learn more <cite doc-id="VaL2wzGZSiQoqDkyYzScQFqinWj" file-type="wiki" title="用 Lovrabet 设置定时任务,自动汇总并发送最近工作项" type="doc"></cite>
:::
  • Added an API to query the current user's roles in an app.
  • Added default CC configuration for approval end nodes.
  • Added drag-and-drop file upload in the AI chat input box.
  • Added rabetbase dataset business-group-candidates, which aggregates business-grouping candidate facts and recommends dataset business groups.
  • Added rabetbase sql validate --check-indexes for optional JOIN index auditing — audits top-level JOIN equality conditions against --schemas index metadata.
  • Improved app owner transfer logic.
  • Tightened permission control on the queryCurrentRole API.
  • Improved the approval callback logic for inviting members to an app.
  • Improved app role deletion logic.
  • Improved the async menu regrouping flow — it now concludes with a terminal-state confirmation.
  • Improved menu publishing by removing app locking.
  • Improved platform multilingual support and consolidated error codes.
  • Improved workbench UI and interaction experience.
  • Improved the website About page — unified bilingual brand messaging and restructured the capability narrative.
  • The AI conversation history panel now auto-refreshes history when opened.
  • Improved AI conversation message updates by removing optimistic message updates.
  • Improved Agent permission request display.
  • Improved the device authorization flow — after authorizing, users are consistently redirected to the workbench with the source passed through.
  • Fixed Artifact personal ownership isolation.
  • Fixed AI session live-events being pushed to a mismatched session.
  • Fixed session events being lost for running tasks.
  • Fixed language switching accidentally triggering a workbench redirect.
  • Fixed viewing a tenant accidentally switching the current tenant.
  • Fixed rabetbase api failing to recognize numeric AppCode identifiers.
  • Fixed data source ambiguity in rabetbase page relation-audit.

2026.07.28

INFO

TOP 3 highlights

  1. Added approval actions in the workbench — handle approval tasks right where you work.
  2. Added process forms and field permissions — approval flows support form-level and field-level permission configuration.
  3. Added scheduled task management commands; the lovrabet CLI can view and manage app scheduled tasks.
  • Added scheduled task management commands; the lovrabet CLI can view and manage app scheduled tasks.
  • Added multi-source knowledge support to lovrabet kb search — search results now cover every source visible to the current user.
  • Added the Lovrabet embedded native tool runtime — Agents can call Lovrabet native tools directly.
  • Added issue reporting categories — issues can be filed by category.
  • Added server-side analysis duration estimates to rabetbase db analyze output.
  • Added approval actions in the workbench — handle approval tasks right where you work.
  • Added process forms and field permissions — approval flows support form-level and field-level permission configuration.
  • Added the ability to initiate standalone approval flows from a Backend Function.
  • Added approval query script extensions.
  • Added DO availability markers for database connections — the connection list now shows which DOs are available.
  • Added database table business-grouping analysis and persistence.
  • Added a runtime API for Agent settings — runtime apps can read Agent configuration.
  • Added app-level Task status SSE for subscribing to task status in real time.
  • Added Agent task source statistics with scheduled task correlation.
  • Tasks now switch models automatically by channel.
  • Improved the website homepage with a new demo entry point and a know-how visualization module.
  • rabetbase issue report now requires login authentication.
  • Improved the metadata filter API — or conditions now degrade to the first condition.
  • Improved business knowledge graph data source filtering to show only database connections with available DOs.
  • Improved loading hints and app language display when entering an app.
  • Fixed CLI writes being misreported as complete when they failed.
  • Fixed masked credentials being overwritten when rabetbase updates a database connection.
  • Fixed approval flow step status calculation errors.
  • Fixed page template sumDate not rendering.
  • Fixed the showcase being inaccessible across tenants.
  • Fixed canceled tasks not entering the interruption flow.
  • Fixed missing translations on some workbench pages.

2026.07.23

INFO

TOP 3 highlights

  1. Added approval flow templates — six templates including single approver, sequential countersign, and parallel any-sign.
  2. Added the device code authorization flow; the lovrabet CLI can sign in via device code in browser-less environments.
  3. Added an approval flow management entry on the dataset detail page — create, publish, and delete approval flows in form or JSON mode.
  • Added the device code authorization flow; the lovrabet CLI can sign in via device code in browser-less environments.
  • Added process engine APIs to query the current user's approval tasks and delegation info by process instance.
  • Added approval flow templates — six templates including single approver, sequential countersign, and parallel any-sign.
  • Added an approval flow management entry on the dataset detail page — create, publish, and delete approval flows in form or JSON mode.
  • Added logical-delete field markers for datasets — configured logical-delete fields are now visible at a glance in the field list.
  • The sidebar now remembers its menu width across refreshes and re-logins.
  • Improved responsive layout with automatic hints and adaptation on narrow screens.
  • Improved approval node history — results now include the withdrawn state.
  • Fixed notification messages to no longer include process run history links.
  • Fixed sync issues with sub_info, foreign keys, relation details, field options, and controlled data sources when parent-child table relations change.

2026.07.18

INFO

TOP 3 highlights

  1. Added rabetbase dataset generate-start — generate data object (DO V2) datasets from natural language or structured text.
  2. Added rabetbase dataset relation-create/update/delete — maintain dataset relations from the CLI.
  3. Added database analysis batch planning — generate deterministic batched analysis plans by table size.
  • Added rabetbase dataset relation-create/update/delete — maintain dataset relations from the CLI.
  • Added rabetbase dataset generate-start — generate data object (DO V2) datasets from natural language or structured text.
  • Added database analysis batch planning — generate deterministic batched analysis plans by table size.
  • Added rabetbase notification configCode — discover and view message notification configuration codes.

2026.07.16

INFO

TOP 3 highlights

  1. Added lovrabet skill install and lovrabet skill push — install Skills locally or push local Skills to the enterprise space.
  2. Added rabetbase dataset restore — restore accidentally deleted dataset metadata by id, code, or dbid.
  3. Improved lovrabet app-config get — it now returns the configuration value instead of only checking existence.
  • Added lovrabet skill install and lovrabet skill push — install Skills locally or push local Skills to the enterprise space.
  • Added rabetbase dataset restore — restore accidentally deleted dataset metadata by id, code, or dbid.
  • Improved lovrabet app-config get — it now returns the configuration value instead of only checking existence.

2026.07.14

INFO

TOP 3 highlights

  1. Added lovrabet file upload and lovrabet file query-url — upload local files and get long-lived or permanent access links.
  2. Added runtime database connection support for OceanBase MySQL / Oracle, MariaDB, and TiDB.
  3. Added lovrabet bff detail — query a Backend Function's API contract by appCode and functionName.
  • Added lovrabet file upload and lovrabet file query-url — upload local files and get long-lived or permanent access links.
  • Added lovrabet bff detail — query a Backend Function's API contract by appCode and functionName.
  • Added array ID support to lovrabet data update — update multiple records by ID in one call.
  • Added runtime database connection support for OceanBase MySQL / Oracle, MariaDB, and TiDB.
  • Improved lovrabet CLI rate-limit handling — a unified error code and retry hint are shown when rate-limited.

2026.07.11

INFO

TOP 3 highlights

  1. Added the rabetbase role command group — list, create, and modify custom roles and manage members from the CLI.
  2. Added the rabetbase permit command group — configure page, menu, and API dataset permissions for roles.
  3. Added the rabetbase app-config command group — view, set, and delete runtime app-config entries from the CLI.
  • Added the rabetbase role command group — list, create, and modify custom roles and manage members from the CLI.
  • Added the rabetbase permit command group — configure page, menu, and API dataset permissions for roles.
  • Added the rabetbase app-config command group — view, set, and delete runtime app-config entries from the CLI.
  • Added rabetbase workspace add/remove — register or remove apps in the local workspace.
  • Renamed rabetbase project init to rabetbase workspace init --appcode; the original command remains as a compatible alias.

2026.07.10

INFO

TOP highlight

  1. Added Skill recommended trigger examples — recommended trigger phrases are kept and validated in Skill metadata.
  • Added Skill recommended trigger examples — recommended trigger phrases are kept and validated in Skill metadata.

2026.07.03

INFO

TOP highlight

  1. Added Skill namespaces — organize and publish Skills by namespace, and manage members and visibility.
  • Added Skill namespaces — organize and publish Skills by namespace, and manage members and visibility.

2026.06.25

INFO

TOP highlight

  1. Added the DB-Agent analysis report — generated automatically after analysis finishes, it identifies deprecated tables, deprecated fields, and unclassified tables, and offers permission configuration advice and Backend Function write-field validation advice.
  • Added the DB-Agent analysis report — generated automatically after analysis finishes, it identifies deprecated tables, deprecated fields, and unclassified tables, and offers permission configuration advice and Backend Function write-field validation advice.

2026.06.23

INFO

TOP 3 highlights

  1. Added message notifications, with channel registration and notification channel registration.
  2. Added parent-child table relations to the business model graph.
  3. Added child-table editing in the page editor.
  • Added parent-child table relations to the business model graph.
  • Added parent-child table display in smart components.
  • Added child-table editing in the page editor.
  • Added message notifications, with channel registration and notification channel registration.

2026.06.13

INFO

TOP 3 highlights

  1. Added lovrabet CLI commands including artifact, personal-bff, and api-doc.
  2. Added global-root installation for official built-in Skills — install once, share across all projects.
  3. Added rabetbase page relation-audit — validates page field and dataset relation bindings before generating a smart list page.
  • Added lovrabet CLI commands including artifact, personal-bff, and api-doc.
  • Added global-root installation for official built-in Skills — install once, share across all projects.
  • Added rabetbase page relation-audit — validates page field and dataset relation bindings before generating a smart list page.
  • Added new-version detection to the CLIs; rabetbase and lovrabet proactively prompt the upgrade command when a new version is detected.
  • Improved rabetbase dataset list — it now returns both DB_TABLE and METADATA datasets by default, with --source filtering.
  • Improved [Breaking] dataset relation command naming — renamed from dataset link-* to dataset relation-*; the old link-* commands are removed.

2026.05.30

INFO

TOP 3 highlights

  1. Added DB-Agent support for PostgreSQL.
  2. Added a code editor component to the component library — create, edit, and display.
  3. Added a code-edit type for DO models.
  • Added DB-Agent support for PostgreSQL.
  • Added a code editor component to the component library — create, edit, and display.
  • Added a code-edit type for DO models.

2026.05.19

INFO

TOP 3 highlights

  1. Improved rabetbase issue report — auto-truncates overly long descriptions and masks sensitive information.
  2. Improved [Breaking] rabetbase page generate-start — returns a dry-run preview by default; actual generation requires an explicit --apply.
  3. Added error reporting guidance — platform API or CLI errors now prompt a copyable rabetbase issue report command.
  • Added error reporting guidance — platform API or CLI errors now prompt a copyable rabetbase issue report command.
  • Improved [Breaking] rabetbase page generate-start — returns a dry-run preview by default; actual generation requires an explicit --apply.
  • Improved rabetbase issue report — auto-truncates overly long descriptions and masks sensitive information such as cookies, Authorization headers, AccessKeys, passwords, private keys, and JWTs.
  • Improved lovrabet app list — it now returns the app's actual i18n configuration: enableI18n, languages, and i18nInfo.
  • Improved request source tracking — rabetbase and lovrabet platform/runtime requests now uniformly carry the X-Invoke-Source header.

2026.04.28

INFO

TOP 3 highlights

  1. Added the lovrabet update command — check for and update to the latest version from the terminal, with a bundled jq binary.
  2. Improved [Breaking] service naming — Data Query is renamed Instant API across the board.
  3. Added the rabetbase dataset delete command.
  • Added the rabetbase dataset delete command.
  • Added the rabetbase dataset link-create / link-update / link-delete commands.
  • Added the lovrabet update command — check for and update to the latest version from the terminal, with a bundled jq binary.
  • Improved db analyze and db create — results now include links to the corresponding workbench pages.
  • Improved [Breaking] service naming — Data Query is renamed Instant API across the board.
  • Improved dev-mode CLI terminology: standard page generation is now uniformly called the Smart List Page.
  • Improved bff push — runtime script caches are cleared automatically after pushing, so changes take effect immediately.

2026.04.21

INFO

TOP highlight

  1. Added the Lovrabet CLI — an AI operations suite for business scenarios, letting you query and operate business data directly from Agents like Claude Code, Cursor, and Codex.
  • Added the Lovrabet CLI — an AI operations suite for business scenarios, letting you query and operate business data directly from Agents like Claude Code, Cursor, and Codex.

2026.04.05

INFO

TOP 3 highlights

  1. Added [Breaking] Rabetbase CLI 2.0 — the command prefix upgrades from lovrabet to rabetbase.
  2. Added Skills 2.0 — 37 CLI command references and 10 development guides, with installation moving to the community-standard Skill system.
  3. Added a Claude Code hands-on demo document.
  • Added [Breaking] Rabetbase CLI 2.0 — the command prefix upgrades from lovrabet to rabetbase.
  • Added Skills 2.0 — 37 CLI command references and 10 development guides, with installation moving to the community-standard Skill system.
  • Added a Claude Code hands-on demo document.
  • Improved the integration development guides — fully aligned with CLI 2.0: 16 Chinese sources updated and 15 English translations redone, each with a new "AI-assisted development" tip.

2026.03.27

INFO

TOP highlights

  1. Added the Lovrabet Skills community — fully open, with community-standard installation.
  2. Added the --enable-bff-save option to the dev-mode Lovrabet MCP @lovrabet/dataset-mcp-server, enabling automatic Backend Function authoring and saving.
  • Added the Lovrabet Skills community — fully open, with community-standard installation.
  • Added the --enable-bff-save option to the dev-mode Lovrabet MCP @lovrabet/dataset-mcp-server, enabling automatic Backend Function authoring and saving.

基于飞书知识库同步生成,内容以飞书源文档为准