Skip to content

Commit dfc54c2

Browse files
committed
github/files.js: fix remaining bare delegate.js references (comment-only)
1 parent e957978 commit dfc54c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

connectors/github/files.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
// live. They are read by a DIFFERENT model, for a DIFFERENT purpose, than
88
// the FUNCTIONS declarations Gemini sees in connectors/gemini/agent_delegate.js
99
// during its own internal tool-calling loop -- editing one has no effect on
10-
// the other. Do not assume changes here propagate to delegate.js, and never
11-
// port this "use delegate_agent instead" phrasing onto delegate.js's own
10+
// the other. Do not assume changes here propagate to agent_delegate.js, and never
11+
// port this "use delegate_agent instead" phrasing onto agent_delegate.js's own
1212
// function declarations (see the warning at the top of that file for why).
1313
//
1414
// NOTE ON "clone via bash_tool" TEXT BELOW (added 2026-07-28, see Notion

0 commit comments

Comments
 (0)