feat: 添加工作空间保持存活功能,更新相关依赖和配置
This commit is contained in:
@@ -2,6 +2,7 @@ import { createSkill, tool } from '@kevisual/router';
|
||||
import { app, cnb } from '../../app.ts';
|
||||
import z from 'zod';
|
||||
import './skills.ts';
|
||||
import './keep.ts';
|
||||
|
||||
// 启动工作空间
|
||||
app.route({
|
||||
@@ -113,7 +114,7 @@ app.route({
|
||||
args: {
|
||||
pipelineId: tool.schema.string().optional().describe('流水线 ID,优先使用'),
|
||||
sn: tool.schema.string().optional().describe('流水线构建号'),
|
||||
sns: tool.schema.array(z.string()).optional().describe('流水线构建号'),
|
||||
sns: tool.schema.array(z.string()).optional().describe('批量流水线构建号'),
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user