| 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工具生成生成页面/区块/应用 | 11 days ago |
| init project Match-id-61778b743a9dc8d8df471dcb285fb229931648a6 | 2 years ago |
| init project Match-id-61778b743a9dc8d8df471dcb285fb229931648a6 | 2 years ago |
| fix: Enable ModelManager, Workspace(ApplicationCenter, and TemplateCenter), completion & apply linter fixes (#1719) | 6 months ago |
| 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 | 18 days ago |
| refactor: move global composable to common package (#610) | 1 year ago |
| feat:add drawer, container, file-upload components (#1813) * feat:add drawer, container, file-upload components * feat:reviews * fix:reviews | 28 days ago |
| 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工具生成生成页面/区块/应用 | 11 days ago |
| 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工具生成生成页面/区块/应用 | 11 days ago |
| 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> | 8 days ago |
| feat: upgrade vue-repl (#1459) | 11 months ago |
| 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工具生成生成页面/区块/应用 | 11 days ago |
| feat: Add material upload script (#1516) | 11 months ago |
| 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工具生成生成页面/区块/应用 | 11 days ago |
| feat: add pnpm to project | 2 years ago |
| feat!: registry support hotfix (#1349) | 1 year ago |
| fix: add prettier version ^2 to workspace resolve lint-staged error and format all codes (#1129) | 1 year ago |
| feat: add basic instruction for coding agents (#1793) | 3 months ago |
| docs: 文件名称CHANGELOG拼写错误,修改文件名称 (#389) | 2 years ago |
| feat: add basic instruction for coding agents (#1793) | 3 months ago |
| | 2 years ago |
| | 2 years ago |
| feat: Add dockerfile (#1531) | 11 months ago |
| init project Match-id-61778b743a9dc8d8df471dcb285fb229931648a6 | 2 years ago |
| fix: Modify the redirection document address (#1758) | 5 months ago |
| fix: Modify the redirection document address (#1758) | 5 months ago |
| 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工具生成生成页面/区块/应用 | 11 days ago |
| feat: add pnpm to project | 2 years ago |
| feat:Migration of tiny robot version to 0.4.0 (#1804) | 1 month ago |
| doc: logo supportDarkMode (#1642) | 9 months ago |
| 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工具生成生成页面/区块/应用 | 11 days ago |
| feat: upgrade vue-repl (#1459) | 11 months ago |
| 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> | 8 days ago |
| chore: export basic types (#1692) | 8 months ago |
| feat: add ESLint TypeScript rules and fix all ESLint errors (#1145) 项目ts改造基础,使用eslint9+typescript。在@vue/eslint-config-typescript默认配置上进行修改 | 1 year ago |
| chore: export basic types (#1692) | 8 months ago |