Release Notes: What's New
2026.08.18
INFO
TOP 3 highlights
- Added app cloning — clone Skills, pages, menus, and BFF scripts.
- Added enterprise Agent plugin (suite) configuration management, along with new general-purpose Git, Yunxiao, DingTalk, Feishu, and Context7 suites.
- 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-clisupports 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
formDataSourceEnableddata 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
- The dev-mode chat Agent has been replaced by the cloud Agent environment.
- Permission management has moved to the app runtime; admins and Owners can manage permissions. View guide >>
- Dev-mode Skills and Knowledges management has fully moved to the runtime; the enterprise knowledge base is managed centrally by admins / Owners. View guide >>
- Both dev-mode and runtime Agents get the new
DeepSeek V4 Flashfast 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-chatcomponent, improving chat interactions and stability.
2026.08.07
INFO
This release adds features and fixes for the TypeScript SDK
- Added
client.servicesruntime services — the SDK can now call OCR recognition and file upload directly. - Added the Client AK auth mode — access runtime
/client/endpoints with just anaccessKey. - Added
batchCreatefor bulk creation — up to 1000 records per call.
- Added the
client.servicesruntime 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.uploaduploads files, andclient.services.file.queryUrlgets access URLs. - Added the
$notNullcondition operator;filterqueries now support not-null checks on fields. - Fixed
aggregatequery parameters — aligned tocolumnwhile remaining compatible with the legacyfieldform.
2026.08.06
INFO
TOP 3 highlights
- Added mobile access — let your cloud Agent work 7×24 from anywhere and keep delivering business results. View guide >>
- Added Agent personal memory — cloud Agents retain personal memory across sessions and can write to your personal knowledge base.
- 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-showcommand to view the flowchart of a published Skill version. - Added dedicated tool confirmation descriptions to the
lovrabetCLI — confirmation prompts for high-risk operations can now show custom explanations. - Added
rabetbase page restoreto recover accidentally deleted standard pages and source-code pages. - Added
rabetbase menu external-link-updateto 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 installto read-only risk; installing a Skill no longer requires write confirmation. - Relaxed the risk levels of
lovrabet ocr recognizeand 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
- AI Workbench upgraded (v2.0) — Artifact display, permission control, and a task tree view.
- Added the approval flow design-time CLI and Skill;
rabetbasenow supports designing approval flows locally. - Added
rabetbase sql validateMyBatis 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 validateMyBatis XML validation for SQL statements in MyBatis mapper files. - Added
rabetbase menu movefor migrating menu nodes with validation. - Added
rabetbase menu external-link-createfor audited creation of external-link menus. - Added
rabetbase menu deletefor batch deletion, removing leaf nodes first. rabetbase menu listnow returns each menu's last-updated time.- Added the
lovrabetCLI 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
uploadFileand 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
- Cloud Agents got a major performance and stability boost, with noticeably faster task response
- Added drag-and-drop file upload in the AI chat input box.
- 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-indexesfor optional JOIN index auditing — audits top-level JOIN equality conditions against--schemasindex metadata. - Improved app owner transfer logic.
- Tightened permission control on the
queryCurrentRoleAPI. - 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 apifailing to recognize numeric AppCode identifiers. - Fixed data source ambiguity in
rabetbase page relation-audit.
2026.07.28
INFO
TOP 3 highlights
- 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 scheduled task management commands; the
lovrabetCLI can view and manage app scheduled tasks.
- Added scheduled task management commands; the
lovrabetCLI 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 analyzeoutput. - 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 reportnow requires login authentication.- Improved the metadata filter API —
orconditions 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
rabetbaseupdates a database connection. - Fixed approval flow step status calculation errors.
- Fixed page template
sumDatenot 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
- Added approval flow templates — six templates including single approver, sequential countersign, and parallel any-sign.
- Added the device code authorization flow; the
lovrabetCLI can sign in via device code in browser-less environments. - 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
lovrabetCLI 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
- Added
rabetbase dataset generate-start— generate data object (DO V2) datasets from natural language or structured text. - Added
rabetbase dataset relation-create/update/delete— maintain dataset relations from the CLI. - 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
- Added
lovrabet skill installandlovrabet skill push— install Skills locally or push local Skills to the enterprise space. - Added
rabetbase dataset restore— restore accidentally deleted dataset metadata byid,code, ordbid. - Improved
lovrabet app-config get— it now returns the configuration value instead of only checking existence.
- Added
lovrabet skill installandlovrabet skill push— install Skills locally or push local Skills to the enterprise space. - Added
rabetbase dataset restore— restore accidentally deleted dataset metadata byid,code, ordbid. - Improved
lovrabet app-config get— it now returns the configuration value instead of only checking existence.
2026.07.14
INFO
TOP 3 highlights
- Added
lovrabet file uploadandlovrabet file query-url— upload local files and get long-lived or permanent access links. - Added runtime database connection support for OceanBase MySQL / Oracle, MariaDB, and TiDB.
- Added
lovrabet bff detail— query a Backend Function's API contract byappCodeandfunctionName.
- Added
lovrabet file uploadandlovrabet 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 byappCodeandfunctionName. - 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
lovrabetCLI rate-limit handling — a unified error code and retry hint are shown when rate-limited.
2026.07.11
INFO
TOP 3 highlights
- Added the
rabetbase rolecommand group — list, create, and modify custom roles and manage members from the CLI. - Added the
rabetbase permitcommand group — configure page, menu, and API dataset permissions for roles. - Added the
rabetbase app-configcommand group — view, set, and delete runtimeapp-configentries from the CLI.
- Added the
rabetbase rolecommand group — list, create, and modify custom roles and manage members from the CLI. - Added the
rabetbase permitcommand group — configure page, menu, and API dataset permissions for roles. - Added the
rabetbase app-configcommand group — view, set, and delete runtimeapp-configentries from the CLI. - Added
rabetbase workspace add/remove— register or remove apps in the local workspace. - Renamed
rabetbase project inittorabetbase workspace init --appcode; the original command remains as a compatible alias.
2026.07.10
INFO
TOP highlight
- 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
- 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
- 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
- Added message notifications, with channel registration and notification channel registration.
- Added parent-child table relations to the business model graph.
- 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
- Added
lovrabetCLI commands includingartifact,personal-bff, andapi-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
lovrabetCLI commands includingartifact,personal-bff, andapi-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;
rabetbaseandlovrabetproactively prompt the upgrade command when a new version is detected. - Improved
rabetbase dataset list— it now returns bothDB_TABLEandMETADATAdatasets by default, with--sourcefiltering. - Improved [Breaking] dataset relation command naming — renamed from
dataset link-*todataset relation-*; the oldlink-*commands are removed.
2026.05.30
INFO
TOP 3 highlights
- 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.
- 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
- Improved
rabetbase issue report— auto-truncates overly long descriptions and masks sensitive information. - Improved [Breaking]
rabetbase page generate-start— returns a dry-run preview by default; actual generation requires an explicit--apply. - Added error reporting guidance — platform API or CLI errors now prompt a copyable
rabetbase issue reportcommand.
- Added error reporting guidance — platform API or CLI errors now prompt a copyable
rabetbase issue reportcommand. - 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, andi18nInfo. - Improved request source tracking —
rabetbaseandlovrabetplatform/runtime requests now uniformly carry theX-Invoke-Sourceheader.
2026.04.28
INFO
TOP 3 highlights
- Added the
lovrabet updatecommand — check for and update to the latest version from the terminal, with a bundled jq binary. - Improved [Breaking] service naming — Data Query is renamed Instant API across the board.
- Added the
rabetbase dataset deletecommand.
- Added the
rabetbase dataset deletecommand. - Added the
rabetbase dataset link-create/link-update/link-deletecommands. - Added the
lovrabet updatecommand — check for and update to the latest version from the terminal, with a bundled jq binary. - Improved
db analyzeanddb 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
- 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
- Added [Breaking] Rabetbase CLI 2.0 — the command prefix upgrades from
lovrabettorabetbase. - 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.
- Added [Breaking] Rabetbase CLI 2.0 — the command prefix upgrades from
lovrabettorabetbase. - 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
- Added the Lovrabet Skills community — fully open, with community-standard installation.
- Added the
--enable-bff-saveoption 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-saveoption to the dev-mode Lovrabet MCP@lovrabet/dataset-mcp-server, enabling automatic Backend Function authoring and saving.