Merge pull request #291 from rowboatlabs/dev

Dev
This commit is contained in:
Ramnique Singh 2025-11-18 23:36:33 +05:30 committed by GitHub
commit 108fbb28fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@rowboatlabs/rowboatx",
"version": "0.7.0",
"version": "0.8.0",
"main": "index.js",
"type": "module",
"scripts": {

View file

@ -15,6 +15,5 @@ export const CopilotAgent: z.infer<typeof Agent> = {
name: "rowboatx",
description: "Rowboatx copilot",
instructions: CopilotInstructions,
model: "gpt-5.1",
tools,
}