mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
Inline.
This commit is contained in:
@@ -369,8 +369,7 @@ export class TestRig {
|
||||
try {
|
||||
const service = new AcknowledgedAgentsService();
|
||||
for (const [name, content] of Object.entries(agents)) {
|
||||
const hash = AcknowledgedAgentsService.computeHash(content);
|
||||
await service.acknowledge(projectRoot, name, hash);
|
||||
await service.acknowledge(projectRoot, name, content);
|
||||
}
|
||||
} finally {
|
||||
if (originalHome) {
|
||||
|
||||
Reference in New Issue
Block a user