fix(core): refresh system prompt references (#39245)
This commit is contained in:
parent
0cb9bb567e
commit
62320947d9
10 changed files with 27 additions and 27 deletions
|
|
@ -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/,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue