| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… field, mcp permission docs Closes anomalyco#31982
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
Sorry, something went wrong.
|
The following comment was made by an LLM, it may be inaccurate: The search results show that PR #32509 is the current PR and no other open PRs are addressing the same skill documentation updates about tui.json, the tools frontmatter field, or MCP permission handling. The other PRs found (like #31998 about MCP resource discovery, #24638 about permissions) are related to MCP and permissions in general but are not duplicates—they address different issues. No duplicate PRs found |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #31982
Changes
1. Documented tui.json parallel plugin system (new section)
The skill only documented opencode.json and never mentioned that the TUI has its own tui.json config file with a separate plugin array — loaded by an independent plugin system (plugin/tui/runtime.ts). If a user removes a plugin from opencode.json but it's also declared in `tui.json$/, it keeps loading via the TUI side.
Adds:
2. Added tools (deprecated) to frontmatter field list
The tools field exists in the JSON Schema (as deprecated) but was missing from the allowed frontmatter fields list. Changed "unknown field" to "unrecognized field" for accuracy.
3. Documented MCP permission handling + "*" catch-all pattern