refactor: keep gateway agent helper internal

This commit is contained in:
Peter Steinberger
2026-05-02 06:09:10 +01:00
parent cb9d7884cc
commit cbec76c198

View File

@@ -120,7 +120,7 @@ function createGatewayTimeoutFallbackSession(agentId?: string): {
};
}
export async function agentViaGatewayCommand(opts: AgentCliOpts, runtime: RuntimeEnv) {
async function agentViaGatewayCommand(opts: AgentCliOpts, runtime: RuntimeEnv) {
protectJsonStdout(opts);
const body = (opts.message ?? "").trim();
if (!body) {