From b09b4b15945a8aa8e59a0b2eef88b29f1cd3a4d5 Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:21:34 +0530 Subject: [PATCH 1/2] fix copilot model --- apps/cli/src/application/assistant/agent.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/cli/src/application/assistant/agent.ts b/apps/cli/src/application/assistant/agent.ts index cb95e0fe..afcefafa 100644 --- a/apps/cli/src/application/assistant/agent.ts +++ b/apps/cli/src/application/assistant/agent.ts @@ -15,6 +15,5 @@ export const CopilotAgent: z.infer = { name: "rowboatx", description: "Rowboatx copilot", instructions: CopilotInstructions, - model: "gpt-5.1", tools, } \ No newline at end of file From 58756d1950a4308535bfbd2acd3b24739885b103 Mon Sep 17 00:00:00 2001 From: Ramnique Singh <30795890+ramnique@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:21:52 +0530 Subject: [PATCH 2/2] bump v --- apps/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index 866fbc96..508857dc 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@rowboatlabs/rowboatx", - "version": "0.7.0", + "version": "0.8.0", "main": "index.js", "type": "module", "scripts": {