mirror of
https://github.com/garrytan/gstack.git
synced 2026-07-11 02:13:47 +02:00
fix: resolve merge conflicts with main (v0.13.7.0)
Main landed v0.13.7.0 (Community Wave) using the same version as this branch. Bumped to v0.13.8.0, kept both CHANGELOG entries in order. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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