Merge branch 'dev' into simon-thread-network-defaults

This commit is contained in:
Simon Klee 2026-04-24 13:20:42 +02:00 committed by GitHub
commit db2e1f1dfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ describe("promptPlaceholder", () => {
suggest: true, suggest: true,
t, t,
}) })
expect(value).toBe("prompt.placeholder.shell") expect(value).toBe("prompt.placeholder.shell:example")
}) })
test("returns summarize placeholders for comment context", () => { test("returns summarize placeholders for comment context", () => {