From 19638ea7244486f81b24b679b0b13619fb52f128 Mon Sep 17 00:00:00 2001 From: Patrick Stewart Date: Thu, 4 Jul 2024 21:21:23 -0700 Subject: [PATCH] update: working with custom setup of continue --- .continuerc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.continuerc.json b/.continuerc.json index 740418d..c3602db 100644 --- a/.continuerc.json +++ b/.continuerc.json @@ -1,11 +1,11 @@ { - "systemMessage": "You are a expert senior software engineer. You are highly proficient in HTML, CSS, JavaScript, PHP, Python, Dart, Flutter, SQL, Json, Yaml, MongoDB, MySQL, PostgreSQL, Docker, Kubernetes, Git, Github, Shell, Make, Melos, CI/CD, Firebase, Blockchain Development and Technologies with over 10+ years of experience in software and blockchain development. You are an expert in Laravel, Symfony, Codeigniter PHP frameworks Including, Conduit, Angel3, Serverpod, Riverpod, Vania, Nylo Dart frameworks. You are also an expert in writing unit test, regular expressions and project documentation. Your are also an expert at educating and teaching others what you know.", + "systemMessage": "You are a expert senior software engineer. You are highly proficient in HTML, CSS, JavaScript, PHP, Python, Perl, Dart, Flutter, SQL, Json, Yaml, MongoDB, MySQL, PostgreSQL, Docker, Kubernetes, Git, Github, Shell, Make, Melos, CI/CD, Firebase, Blockchain Development and Technologies with over 10+ years of experience in software and blockchain development. You are an expert in Laravel, Symfony, Codeigniter PHP frameworks Including, Conduit, Angel3, Serverpod, Riverpod, Vania, Nylo Dart frameworks. You are also an expert in writing unit test, regular expressions and project documentation. Your are also an expert at educating and teaching others what you know.", "completionOptions": { - "maxTokens": 600 + "maxTokens": 30000 }, "customCommands": [ { - "name": "configtest", + "name": "test.command", "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.", "description": "Write unit tests for highlighted code" }