Let’s try GitHub Copilot Agent mode to build a FULL app!



AI Summary

Summary of GitHub Co-Pilot Agent Mode Video

Overview

  • The video demonstrates the use of GitHub Co-Pilot Agent Mode in Visual Studio Code (VS Code) to build an application from scratch using voice commands.
  • The application is designed to track coffee consumption using a SQL database and MVVM architecture.

Features of Co-Pilot Agent Mode

  • Co-Pilot Agent Mode combines features of Co-Pilot Chat and Co-Pilot Edits.
  • It can generate code, refactor, run terminal commands, add NuGet packages, build applications, and launch emulators.
  • It checks for warnings, errors, and suggests improvements during the development process.

Building the Application

  • The application, called “More Caffeine,” tracks the user’s coffee consumption.
  • The main page is designed with a grid layout featuring:
    • A collection view of consumed coffees with name and ounces.
    • Input fields for coffee name and ounces, and a button to add coffee entries.
  • The data is stored in a SQLite database with separate files for models and services.

Development Process

  • The Co-Pilot Agent Mode is used to:
    • Install NuGet packages.
    • Create models and services folders.
    • Generate the UI based on the provided description.
    • Perform dependency injection.
    • Implement null safety and data persistence.
    • Add spacing and layout adjustments.
    • Implement MVVM using the .NET Community Toolkit MVVM.
    • Add a summary of total ounces consumed.
    • Introduce a new page for statistics.
    • Group coffee entries by date and add a date picker.
    • Add a bar chart to the statistics page using Syncfusion toolkit.

Iterations and Refactoring

  • The Co-Pilot Agent Mode iterates on the application, making changes and checking for errors.
  • It refactors the code to use MVVM and updates the UI to match the new data bindings.
  • The application is tested to ensure new features work as expected.

Final Thoughts

  • The video showcases the capability of GitHub Co-Pilot Agent Mode to build and iterate on an application using voice commands and contextual understanding.
  • The author plans to share the generated code on GitHub and continue using Co-Pilot Agent Mode in future live streams.

Additional Notes

  • The video does not include any detailed instructions such as CLI commands, website URLs, or tips.
  • The author’s self-promotion and calls to action (e.g., liking the video, subscribing) are excluded from the summary.