From c0d5ee890cb65d0788166c1b5d88eacca149d2ac Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 13 Aug 2025 20:41:11 +0200 Subject: [PATCH] Include GitHub Copilot in list of AI tools --- content/ai-assisted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/ai-assisted.md b/content/ai-assisted.md index 0650b7a..f367ef6 100644 --- a/content/ai-assisted.md +++ b/content/ai-assisted.md @@ -8,6 +8,7 @@ This project includes content and code that has been partially created or assist We actively use the following AI tools to support development and documentation workflows: * **ChatGPT**: for generating and reviewing code, technical writing, and problem-solving assistance. * **Gemini Assistant**: integrated with VS Code, used for code suggestions and refactoring. + * **GitHub Copilot**: provides real-time code suggestions and completions. * **Windsurf**: VS Code extension that helps streamline repetitive coding tasks. We are also experimenting with other AI-based tools to evaluate their usefulness in different areas of the project.