docs: add toon-config-plugin to ecosystem plugins#24397
Open
mmynsted wants to merge 1 commit intoanomalyco:devfrom
Open
docs: add toon-config-plugin to ecosystem plugins#24397mmynsted wants to merge 1 commit intoanomalyco:devfrom
mmynsted wants to merge 1 commit intoanomalyco:devfrom
Conversation
Contributor
|
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found The searches show that PR #24397 is the only PR specifically about adding the toon-config-plugin to the ecosystem documentation. While there are many other similar PRs adding various plugins to the ecosystem table, none of them are duplicates of this specific PR. |
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.
Issue for this PR
Closes #
Type of change
What does this PR do?
Updates the community ecosystem plugins table to reference opencode-toon-config-plugin.
This plugin provides two things.
AGENTS.toonas your project rules file. This is a TOON based rules file rather than a Markdown encoded file. The reasons are for token savings and structure aid building actionable agent instructions.evaluate-tooncommand. This is a command file that instructs the AI agent to inspect the file provided by an argument to the command, or fall back to AGENTS.toon as default. It will inspect files encoded in TOON, Markdown or a combination, where the TOON based instructions are provided in a fenced block in the Markdown formatted file. It compares the file to a rubric and returns a weighted score. It also provides feedback for how to improve the file, if improvement is possible. Some models (and tuning) will provide better advice than others.The plugin reloads the AGENTS.toon file on meaningful changes. A code based (not model based) quick evaluation is can be logged. See the README.md.
How did you verify your code works?
I tested the PR change by visiting the doc page on my fork and observing the change.
mmynsted/opencode/blob/add-toon-config-plugin/packages/web/src/content/docs/ecosystem.mdx
I can see it updated.
Screenshots / recordings
This is a one line addition to the table of ecosystem plugins.
Here is a screenshot of the updated table.
Checklist
If you do not follow this template your PR will be automatically rejected.