feat(issue): add body field to IssueItem type and implement issue creation and completion routes
- Added 'body' field to IssueItem type in index.ts - Created new routes for issue creation and completion in issue.ts - Implemented validation for required parameters in issue creation and completion - Added a new list route for issues in list.ts
This commit is contained in:
3
agent/routes/issues/list.ts
Normal file
3
agent/routes/issues/list.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createSkill, tool } from '@kevisual/router';
|
||||
import { app, cnb } from '../../app.ts';
|
||||
|
||||
Reference in New Issue
Block a user