From d924b6bc9feca6e5ddf6d2e5ee053896195e4e2d Mon Sep 17 00:00:00 2001 From: evalstate Date: Wed, 5 Aug 2026 20:21:49 +0100 Subject: [PATCH] fix: configure fast-agent registry model --- fast-agent/agent.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fast-agent/agent.json b/fast-agent/agent.json index 0a9fb311..cfb220ba 100644 --- a/fast-agent/agent.json +++ b/fast-agent/agent.json @@ -1,7 +1,7 @@ { "id": "fast-agent", "name": "fast-agent", - "version": "0.9.30", + "version": "0.10.1", "description": "Code and build agents with comprehensive multi-provider support", "repository": "https://github.com/evalstate/fast-agent", "website": "https://fast-agent.ai", @@ -11,10 +11,13 @@ "license": "Apache 2.0", "distribution": { "uvx": { - "package": "fast-agent-acp==0.9.30", + "package": "fast-agent-acp==0.10.1", "args": [ "-x" - ] + ], + "env": { + "FAST_AGENT_MODEL": "codexplan" + } } } }