feat: export new CursorCall interface and executeCursorTask function
CI / test (push) Has been cancelled

This commit is contained in:
2026-04-17 15:28:29 +00:00
parent 2c1ed1419e
commit 90f7ba5a62
+4 -1
View File
@@ -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 {