Skip to content

Commit 0155405

Browse files
committed
Fix build: add Steer/FollowUp to mockRuntime in cli tests
1 parent e4cc4c6 commit 0155405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cli/runner_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ func (m *mockRuntime) ExecuteMCPPrompt(context.Context, string, map[string]strin
6060
func (m *mockRuntime) UpdateSessionTitle(context.Context, *session.Session, string) error { return nil }
6161
func (m *mockRuntime) TitleGenerator() *sessiontitle.Generator { return nil }
6262
func (m *mockRuntime) Close() error { return nil }
63+
func (m *mockRuntime) Steer(runtime.QueuedMessage) error { return nil }
64+
func (m *mockRuntime) FollowUp(runtime.QueuedMessage) error { return nil }
6365
func (m *mockRuntime) RegenerateTitle(context.Context, *session.Session, chan runtime.Event) {}
6466

6567
func (m *mockRuntime) Resume(_ context.Context, req runtime.ResumeRequest) {

0 commit comments

Comments
 (0)