feat: export new CursorCall interface and executeCursorTask function
CI / test (push) Has been cancelled
CI / test (push) Has been cancelled
This commit is contained in:
@@ -12,8 +12,11 @@ export {
|
||||
type CodingExecutorOptions,
|
||||
type CodingResult,
|
||||
type CodingScenario,
|
||||
type CursorCall, // New thin interface
|
||||
type CursorEffect,
|
||||
createCursorExecutor,
|
||||
createCursorExecutor, // Legacy
|
||||
executeCursorTask, // New thin executor
|
||||
writeTaskResponded,
|
||||
} from './cursor-agent.js';
|
||||
// Rule
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user