summaryrefslogtreecommitdiff
path: root/internal/hexaiaction/parse_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-08 12:02:40 +0300
committerPaul Buetow <paul@buetow.org>2025-09-08 12:02:40 +0300
commit75cf6abd55bfb60324fc47cf91eac08dbb8b87b4 (patch)
tree6ef90d8014fe4d9a757d3f7e95bf736b70e4c685 /internal/hexaiaction/parse_test.go
parent0dcf347c3fbc6e4ffb7e46294f5dd92dbbcd98ef (diff)
docs: move tmux documentation to its own file
Diffstat (limited to 'internal/hexaiaction/parse_test.go')
-rw-r--r--internal/hexaiaction/parse_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/hexaiaction/parse_test.go b/internal/hexaiaction/parse_test.go
index f81ab54..ba5cd96 100644
--- a/internal/hexaiaction/parse_test.go
+++ b/internal/hexaiaction/parse_test.go
@@ -77,6 +77,8 @@ func (f *fakeClient) Chat(_ context.Context, msgs []llm.Message, _ ...llm.Reques
return f.out, f.err
}
+func (f *fakeClient) DefaultModel() string { return "m" }
+
func TestRuners_Prompts(t *testing.T) {
cfg := appconfig.App{
PromptCodeActionRewriteSystem: "SYS-R",