Skip to content

Conversation

tinesoft
Copy link
Contributor

@tinesoft tinesoft commented Sep 23, 2025

Fixes #466

AI (Copilot) was used to help me write the run_command() method in the .devcontainer/post-create.sh file.

@Copilot Copilot AI review requested due to automatic review settings September 23, 2025 01:00
@tinesoft tinesoft requested a review from localden as a code owner September 23, 2025 01:00
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds development container (devcontainer) support to simplify developer workstation setup by providing a pre-configured development environment with all necessary tools and AI agents.

  • Adds comprehensive devcontainer configuration with Python, .NET, Node.js, and Git
  • Creates automated setup script for CLI-based AI agents and development tools
  • Updates documentation to guide developers on using the new devcontainer setup

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
CONTRIBUTING.md Adds documentation section explaining how to use devcontainers with VSCode and GitHub Codespaces
AGENTS.md Documents how to update devcontainer files when adding new AI agents
.devcontainer/post-create.sh Automated setup script that installs CLI tools and AI agents
.devcontainer/devcontainer.json Main devcontainer configuration with base image, features, and VSCode extensions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Copilot Copilot AI review requested due to automatic review settings September 23, 2025 01:37
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Copilot Copilot AI review requested due to automatic review settings September 25, 2025 07:32
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@tinesoft
Copy link
Contributor Author

Any thoughts in this @localden ?

@localden localden added the merge-candidate Reasonable change that is going to be merged after a review. label Sep 30, 2025
@localden localden self-assigned this Sep 30, 2025
@Copilot Copilot AI review requested due to automatic review settings October 1, 2025 07:49
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Copilot Copilot AI review requested due to automatic review settings October 5, 2025 02:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@tinesoft
Copy link
Contributor Author

tinesoft commented Oct 6, 2025

Added support for Amazon Developer Q.

Here is a screenshot once the devcontainer is setup:

  • on the left panel, you can see available agent extensions,
  • on the terminal , you can see the installed agent CLIs + tools
Screenshot 2025-10-05 at 16 25 24

@Copilot Copilot AI review requested due to automatic review settings October 8, 2025 13:43
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

…tructions (for `Amazon Q`) in `post-create.sh` + fix typos in `CONTRIBUTING.md`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-candidate Reasonable change that is going to be merged after a review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .devcontainer/devcontainer.json support to ease developer setup and ease contributions

2 participants