Commit Graph

910 Commits

Author SHA1 Message Date
xuanlid 37ae62e53a
fix: Modify code check (#1827) 2026-07-30 16:10:46 +08:00
xuanlid 484898fd0a
fix: Modify max-old-space-size (#1825) 2026-07-23 17:17:00 +08:00
Hexqi 6bb0427070
Merge pull request #1823 from opentiny/release/v2.11.x
Release/v2.11.x
2026-07-14 19:48:25 +08:00
lichunn f88d79d663
v2.11.0 (#1822) 2026-07-14 14:58:50 +08:00
xuanlid a9894ba3af
fix: Modify of the sender style in the AI dialog box (#1821) 2026-07-14 09:26:36 +08:00
lichunn 3ff6548126
v2.11.0-rc.1 (#1820)
* fix:同步cli组件

* fix:修复部分图标样式问题

* 2.11.0-rc.1
2026-07-13 16:18:27 +08:00
lichunn d83e3d411b
v2.11.0-rc.0 (#1819) 2026-07-03 09:21:10 +08:00
xuanlid 60472e03c0
feat: add vue to dsl (#1785)
* feat: introduce vue-to-dsl plugin (#1590)

* test: add tests for data-binding & lifecycles (#1592)

* fix: Modify abnormal render

* feat:add upload in toolbars

* feat:add upload in toolbars

* fix: create page error

* fix: create page error

* fix: create page error

* feat: add blockSchema

* feat: add utils process

* feat: Modify create sequence and file name

* feat: Modify block schema

* feat: JSSlot

* feat: v-for, v-if / v-else-if / v-else

* feat: generate only the blocks actually used

* feat: computed

* feat: merge classes

* feat:  #footer/#header/#reference and other slot

* feat:  state, computed, icon,block processing

* feat:  build error

* feat:  build error

* feat:  image resource, block error

* feat:  ref

* feat:  build error

* feat:  add import reminder

* feat:  routeLink and routeView

* feat:  dynamically obtaining material

* fix: Modify review

* fix: block import error, application status merged

* fix: 应用状态

* fix: gh-page

* fix: datasource

* fix: gh-page

* fix: i18n flattening

* fix: i18n

* fix: gh-pages

* fix: gh-pages

---------

Co-authored-by: 东南dnf <zjy2414@outlook.com>
2026-07-02 16:55:01 +08:00
lichunn 8a5634c966
Fix:robot image issues and add test cases (#1815)
* fix:调整RobotChat逻辑和修复图片上传问题

* feat:添加测试用例

* fix:fix review
2026-06-30 09:20:27 +08:00
Hexqi a79c9dfc34
feat: suport mockserver file as database and add dsl-genenrator skill (#1792)
背景:当前各类软件提供CLI/MCP/Skill 让本地AI Agent能够快速接入使用已是大势所趋。 TinyEngine当前没有对外提供这类的工具或者能力,该PR主要 通过 标准Schema(JSON文件)做为桥梁,通过DSL Skill 来方便用户使用本地Agent工具来 快速生成页面/区块/应用,并同步到TinyEngine应用中。

主要特性:

file启动模式:mockserver 新增file(默认为db)启动方式,使用该模式时,mockserver接口从文件(data/**/*.json文件)中获取数据,也会更新到文件中
使用方式:项目根目录执行 pnpm dev:file
dsl-generator skill:添加项目级skill,可以在Claude Code/Cursor/OpenCode/Codex等本地Agent中使用该skill 生成页面/区块/应用的DSL到 data/**/*.json中,配合file启动模式,实现让本地AI Agent工具生成生成页面/区块/应用
2026-06-29 17:00:04 +08:00
Hexqi 72230558ce
chore(ci): deploy workflow support custom backend url (#1810)
* chore(ci): change deploy workflow backend input from environment choice to custom URL

- Replace alpha/production dropdown with a string input for backend URL
- Default to https://agent.bytedev.site/
- Allows any custom backend URL to be specified at dispatch time
2026-06-22 11:49:47 +08:00
xuanlid 6390a94967
feat:add drawer, container, file-upload components (#1813)
* feat:add drawer, container, file-upload components

* feat:reviews

* fix:reviews
2026-06-12 10:13:17 +08:00
xuanlid 7db6a09bf7
feat:add anchor component and icons (#1812)
* feat:add anchor component and icons

* feat:icon

* feat:icon color
2026-06-08 10:24:55 +08:00
xuanlid fdad82145f
feat: add alert, link, divider components (#1811) 2026-06-04 11:40:44 +08:00
lichunn 87ac1e0c5c
feat:Migration of tiny robot version to 0.4.0 (#1804) 2026-05-31 20:35:24 +08:00
xuanlid 4769de9386
fix: 在仅需修改数据源“请求参数JSON”配置或“请求处理”相关配置时,点右上角保存有效 (#1807) 2026-05-27 16:07:00 +08:00
lichunn 59e8548715
Feat:Add AI assistant to canvas node (#1800)
* feat:画布点击节点实现AI对话修改

* feat:添加节点AI助手交互

* feat:添加AI返回JSON处理
2026-04-30 18:10:03 +08:00
chilingling 7f3c45168d
feat(preview): auto format generated code in preview mode (#1794) 2026-04-29 18:14:37 +08:00
Hexqi e80fb49346
fix(ci): remove workflow-level env block exposing secrets (#1799)
* fix: remove workflow-level env block exposing AK/SK secrets in deploy-cdn.yml

Agent-Logs-Url: https://github.com/hexqi/tiny-engine/sessions/3df4833b-3a72-4060-a7e5-683f8f0213a9

Co-authored-by: hexqi <18585869+hexqi@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-04-01 16:20:33 +08:00
lichunn 21cb852013
feat: Add action menu component (#1798) 2026-03-31 20:20:21 +08:00
lichunn 06b9cd8bfe
feat:Add model management mock (#1795) 2026-03-31 19:04:09 +08:00
lichunn ab2f9baac2
fix:Error message when creating the same page for different applications (#1797) 2026-03-31 17:32:06 +08:00
xuanlid afb0d790d5
fix: add tiny-dropdown component (#1796) 2026-03-31 17:31:37 +08:00
chilingling e0821bcdd9
fix: generate code should convert quote on vue template (#1464) 2026-03-30 20:37:45 +08:00
chilingling 9f888ace95
feat: add basic instruction for coding agents (#1793) 2026-03-30 20:36:42 +08:00
chilingling e35908b805
fix: update gen code unit test (#1790) 2026-03-23 09:50:17 +08:00
chilingling cc8c643e46
docs: remove old dsl doc (#1789) 2026-03-19 19:15:33 +08:00
xuanlid 95ec88bbb5
fix: Modify UI reviews (#1786) 2026-03-18 15:08:06 +08:00
Hexqi 3474daae68
fix: add flag to fix css issue (#1784) 2026-03-13 16:27:35 +08:00
xuanlid 7c4bdc0571
fix: Modify some chart previews are not displayed (#1782) 2026-03-09 15:54:24 +08:00
chilingling 7cc98a1164
fix: onUpdate prefix event name faild to save (#1778) 2026-03-06 11:15:46 +08:00
Hexqi 8319cbfabe
fix: serialize page_content to resolve mockserver create page error (#1780) 2026-03-06 11:07:32 +08:00
xuanlid 8caa5aab8e
fix: Modify codecheck (#1777) 2026-02-27 14:51:29 +08:00
Hexqi 423be3d1d0
Merge pull request #1775 from opentiny/release/v2.10.x
Release/v2.10.x
2026-02-14 10:06:39 +08:00
lichunn d956d78cf9
v2.10.0 (#1774) 2026-02-13 22:41:11 +08:00
lichunn fcb15b0753
fix:Login module UI optimization (#1769) 2026-02-13 20:34:32 +08:00
lichunn cd231d8991
fix:Create duplicate model error (#1772) 2026-02-13 20:33:36 +08:00
lichunn 19f6fa1b3e
fix:appcenter my app id issue (#1771) 2026-02-13 20:33:00 +08:00
Hexqi 2f41c2318f
fix: chat issue (#1770) 2026-02-13 18:49:02 +08:00
lichunn a6add41d14
v2.10.0-rc.0 (#1767) 2026-02-10 16:39:36 +08:00
xuanlid 52ab14b87c
fix: Modify docs style (#1765) 2026-02-10 15:34:28 +08:00
betterdancing 7fd6dc59de
fix(model): Updating the Model-Driven UI and Performing Interface Joint Commissioning (#1764) 2026-02-10 15:27:54 +08:00
lichunn 19cec51d1b
fix:Refresh the page after logging in (#1763) 2026-02-09 17:38:04 +08:00
xuanlid 1e8cd29041
fix: Add DefaultValue to Chart Properties (#1760) 2026-02-04 15:12:57 +08:00
betterdancing e23d199b2d
fix(model): fix several base model component bugs (#1761) 2026-02-03 19:43:02 +08:00
betterdancing 13864061ca
feat(model):The model driver is optimized, and built-in interfaces for adding, deleting, modifying, and querying are added (#1756) 2026-02-03 16:35:40 +08:00
lichunn be00161583
feat:add apps and schema db (#1759) 2026-02-03 14:44:19 +08:00
betterdancing e731e10b35
docs: Add documents of app-preview & resource-management (#1687) 2026-02-03 09:47:57 +08:00
xuanlid f6bab5cc5c
fix: Modify the redirection document address (#1758) 2026-02-02 19:13:03 +08:00
Hexqi ad898b9abe
fix: code-check (#1757) 2026-01-31 14:44:43 +08:00