mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 07:58:36 +00:00
fix(heartbeat): align response tool prompts (#76458)
* fix(heartbeat): align response tool prompts * docs(changelog): credit heartbeat prompt fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user