fix(core): refresh system prompt references (#39245)

This commit is contained in:
Aiden Cline 2026-07-27 21:52:31 -05:00 committed by GitHub
commit 62320947d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 27 additions and 27 deletions

View file

@ -42,7 +42,7 @@ describe("SystemPromptPlugin", () => {
expect(PROMPT_META).toContain("`read` for reading files")
expect(PROMPT_META).toContain("`edit` for editing")
expect(PROMPT_META).toContain("`write` for creating files")
expect(PROMPT_META).toContain("https://opencode.ai/v2/llms.txt")
expect(PROMPT_META).toContain("https://opencode.ai/v2/docs/")
expect(PROMPT_META).not.toMatch(
/TodoWrite|Task tool|WebFetch|\bBash\b|https:\/\/opencode\.ai\/docs/,
)