mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-21 20:28:24 +08:00
Merge remote-tracking branch 'origin/main' into garrytan/resolver-factoring
# Conflicts: # CHANGELOG.md # investigate/SKILL.md # investigate/SKILL.md.tmpl # office-hours/SKILL.md # office-hours/SKILL.md.tmpl # ship/SKILL.md # ship/SKILL.md.tmpl
This commit is contained in:
@@ -115,6 +115,6 @@ describe('Sidebar prompt injection defense', () => {
|
||||
|
||||
test('sidebar-agent falls back to defaults if queue has no args', () => {
|
||||
// Backward compatibility: if old queue entries lack args, use defaults
|
||||
expect(AGENT_SRC).toContain("'--allowedTools', 'Bash,Read,Glob,Grep'");
|
||||
expect(AGENT_SRC).toContain("'--allowedTools', 'Bash,Read,Glob,Grep,Write'");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user