Skip to content

Commit f383b19

Browse files
committed
Update blog post date and add hint about coderabbitai usage
1 parent 33661b3 commit f383b19

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/en/blog/developing-a-vs-code-extension-with-github-copilot-agent-mode-and-claude-4-sonnet-may-2025.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Developing a VS Code Extension with GitHub Copilot Agent Mode and Claude 4 Sonnet (May 2025)
33
slug: developing-code-extension-github-copilot-agent-mode-claude-4-sonnet-2025
44
description: This guide outlines the development of my tryout with a Visual Studio Code extension leveraging GitHub Copilot’s Agent Mode and Claude 4 Sonnet (May 2025). It covers the integration process, common challenges like branch naming and managing AI-generated files, and practical advice on handling large diffs. Additionally, it details how I use Roo Code’s chat interface with a custom judge role to validate AI-generated code changes. The guide also notes current limitations around context window visibility in Copilot and shares considerations for maintaining a stable CI pipeline.
5-
date: 2025-05-27
5+
date: 2025-05-28
66
tags:
77
- GitHub Copilot
88
- GitHub
@@ -112,6 +112,8 @@ The existing CI pipeline may encounter issues due to:
112112
* **Branch Naming**: Ensure your CI configuration references the correct branch (`main` instead of `master`).
113113
* **Copilot Chat Dependency**: End-to-end (E2E) tests that depend on GitHub Copilot Chat integration are challenging to automate and remain on my TODO list for implementation.
114114

115+
Hint: I use this repo for try out coderabbitai.
116+
115117
## Conclusion
116118

117119
I'm genuinely impressed by the current state of GitHub Copilot's agent mode, especially when paired with Claude Sonnet 4. The improvements in functionalities like "apply diff" and codebase search are substantial compared to earlier versions this year. However, it's important to note that this enhanced experience is available without [limitations only until June 4, 2025](https://docs.github.com/en/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests#premium-requests).

0 commit comments

Comments
 (0)