Skip to content

Copilot/update readme with contributors#194

Open
Pjrich1313 wants to merge 38 commits into
agentsmd:remove-unused-package-lockfrom
Pjrich1313:copilot/update-readme-with-contributors
Open

Copilot/update readme with contributors#194
Pjrich1313 wants to merge 38 commits into
agentsmd:remove-unused-package-lockfrom
Pjrich1313:copilot/update-readme-with-contributors

Conversation

@Pjrich1313
Copy link
Copy Markdown

No description provided.

colby-oai and others added 30 commits December 8, 2025 10:33
Co-authored-by: Pjrich1313 <129231067+Pjrich1313@users.noreply.github.com>
Header and fix #8 commm
Add to main
* Add Junie agent to the agents list

* Reorder Junie agent in the agents list
- Add Augment logo SVG (public/logos/augment.svg) sourced from augmentcode.com favicon
- Add "Augment Code" entry to the agents array in CompatibilitySection.tsx
  linking to https://docs.augmentcode.com/cli/overview

Co-authored-by: Romain Huet <romain@openai.com>
Copilot AI review requested due to automatic review settings June 1, 2026 08:49
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

@Pjrich1313 is attempting to deploy a commit to the openai Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

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

Note

Copilot was unable to run its full agentic suite in this review.

Adds deployment/dev tooling configuration and updates Next.js, along with small documentation/UI updates.

Changes:

  • Add Vercel configuration and a GitHub Actions workflow.
  • Add a devcontainer config and an agents.md instructions/config file.
  • Bump next dependency and adjust generated Next.js TypeScript env types import.

Reviewed changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
vercel.json Adds Vercel project configuration.
package.json Updates Next.js version and adds a utility npm script.
next-env.d.ts Changes the .next routes types import path.
components/FAQSection.tsx Adds an FAQ entry containing JSX content.
agents.md Adds a new “agents” instruction/config document.
.gitignore Ignores package-lock.json.
.github/workflows/webpack.yml Adds a CI workflow that installs deps and runs webpack.
.devcontainer/devcontainer.json Adds devcontainer configuration (currently malformed).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .devcontainer/devcontainer.json
Comment thread .github/workflows/webpack.yml
Comment thread package.json
Comment on lines 6 to +10
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"bash-version": "bash --version"
Comment thread agents.md
Comment thread components/FAQSection.tsx
Comment on lines +17 to +29
{
question: "What if someone only provides a repository name?",
answer: (
<>
<p className="mb-2">Ask them to clarify what they want to do. Common options include:</p>
<ul className="list-disc list-inside space-y-1">
<li>Manage an issue or recreate a similar task within the repository.</li>
<li>Retrieve data, review commits, or stage changes for that repo.</li>
<li>Update or validate ownership for the repository itself.</li>
</ul>
</>
),
},
Copy link
Copy Markdown
Author

@Pjrich1313 Pjrich1313 left a comment

Choose a reason for hiding this comment

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

Copilot advice

@Pjrich1313 Pjrich1313 changed the base branch from main to remove-unused-package-lock June 1, 2026 09:06
Copy link
Copy Markdown
Author

@Pjrich1313 Pjrich1313 left a comment

Choose a reason for hiding this comment

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

This was correct I know I have this figured. Must be a big

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.