From b46a18b1fb8f0e9705aa1f137a6fcc62b9b04f15 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:11:01 +0000 Subject: [PATCH 1/2] Initial plan From 1d1c1f216d9cf2d36220789e58c82abb3348785d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 5 Nov 2025 15:14:33 +0000 Subject: [PATCH 2/2] Add Continue to Agentic Frameworks section Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f920522..87abcdb 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ General-purpose software agents can be used as the basis for automated workflows * [Copilot Coding Agent](https://docs.github.com/copilot/using-github-copilot/coding-agent) - "Find out how Copilot can work on GitHub issues and raise pull requests for your to review" * [Claude Code GitHub Actions](https://docs.anthropic.com/en/docs/claude-code/github-actions) - "Integrate Claude Code into your development workflow with GitHub Actions" * [Amazon Q Developer](https://aws.amazon.com/q/developer/) - "An AI Code assistant that provides support across the software development lifecycle from coding, testing, and deploying to troubleshooting and modernizing applications", with GitHub integration +* [Continue](https://github.com/continuedev/continue) - Framework for building and running custom agents across your IDE, terminal, and CI * [GitHub Agentic Workflows](https://github.com/githubnext/gh-aw) - Framework for creating AI-powered agentic workflows on GitHub ## Programming Frameworks