Copilot/update readme with contributors#194
Open
Pjrich1313 wants to merge 38 commits into
Open
Conversation
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>
The old one still works, but this is the new syntax. See: https://geminicli.com/docs/get-started/configuration/#available-settings-in-settingsjson#:~:text=context.fileName
Agent-Logs-Url: https://github.com/Pjrich1313/agents.md/sessions/8a82681a-c0f3-415d-9a5f-7bdc941902d7 Co-authored-by: Pjrich1313 <129231067+Pjrich1313@users.noreply.github.com>
|
@Pjrich1313 is attempting to deploy a commit to the openai Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
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.mdinstructions/config file. - Bump
nextdependency 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 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 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> | ||
| </> | ||
| ), | ||
| }, |
Pjrich1313
commented
Jun 1, 2026
Author
Pjrich1313
left a comment
There was a problem hiding this comment.
This was correct I know I have this figured. Must be a big
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.