fix(heartbeat): align response tool prompts (#76458)

* fix(heartbeat): align response tool prompts

* docs(changelog): credit heartbeat prompt fix
This commit is contained in:
Vincent Koc
2026-05-03 07:19:56 -07:00
committed by GitHub
parent 103b6d50a5
commit 877eb1cbed
14 changed files with 88 additions and 28 deletions

View File

@@ -66,7 +66,7 @@ function configure() {
defaults: {
...cfg.agents?.defaults,
model: { primary: modelRef, fallbacks: [] },
agentRuntime: { id: "codex", fallback: "none" },
agentRuntime: { id: "codex" },
workspace: path.join(state, "workspace"),
skipBootstrap: true,
timeoutSeconds: 420,