Add Loki Mode as an AGENTS.md adopter#201
Open
asklokesh wants to merge 1 commit into
Open
Conversation
|
@asklokesh is attempting to deploy a commit to the openai Team on Vercel. A member of the Team first needs to authorize it. |
|
Add agent in repo |
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.
Adds Loki Mode to the supported-agents list (components/CompatibilitySection.tsx).
Loki Mode is an autonomous spec-to-product coding agent. Its agents natively read AGENTS.md at the repository root for build/test/style conventions, falling back to CLAUDE.md only when AGENTS.md is absent (the two are never merged). That makes Loki an AGENTS.md consumer, the adopter category this list tracks.
Evidence (source links):
https://github.com/asklokesh/loki-mode/blob/main/autonomy/run.sh#L10555-L10561
Added the entry to the
agentsarray and committed a logo at public/logos/loki-mode.svg, matching the format of existing entries.The logo is a self-contained colored tile (the Autonomi A-mark), so it reads on both light and dark backgrounds. I used the imageSrcLight/imageSrcDark fields (both pointing at the same SVG) so it renders in full color through next/image, consistent with the existing colored-logo entries (Ona, Devin, Windsurf, VS Code). Happy to switch to a single monochrome imageSrc silhouette or a separate light/dark pair if you prefer.