fix(coding-agent): unify source provenance, closes #1734
This commit is contained in:
@@ -14,7 +14,6 @@ export {
|
||||
export { type BashExecutorOptions, type BashResult, executeBash, executeBashWithOperations } from "./bash-executor.js";
|
||||
export type { CompactionResult } from "./compaction/index.js";
|
||||
export { createEventBus, type EventBus, type EventBusController } from "./event-bus.js";
|
||||
|
||||
// Extensions system
|
||||
export {
|
||||
type AgentEndEvent,
|
||||
@@ -59,3 +58,4 @@ export {
|
||||
type TurnEndEvent,
|
||||
type TurnStartEvent,
|
||||
} from "./extensions/index.js";
|
||||
export { createSyntheticSourceInfo } from "./source-info.js";
|
||||
|
||||
Reference in New Issue
Block a user