Validate the manifest, reject on failure, and your plugin client is non-conformant
This story is from 2026-09-01. It is preserved in the archive; the latest stories are on the live feed.
Agent Plugins 1.0.0 ships a JSON Schema for plugin.json . It sets additionalProperties: false . So the obvious loader is four lines: const manifest = JSON . parse ( await readFile ( join ( dir , ' plugin.json ' ))); if ( ! validate ( manifest )) return reject ( ' invalid manifest ' ); That loader i…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-01 03:48 · DEV Community — AI
Validate the manifest, reject on failure, and your plugin client is non-conformant
More stories
- Anthropic adds support for the AGENTS.md instructions spec to Claude Code; OpenAI contributed AGENTS.md to the Agentic AI Foundation last year (Thomas Claburn/The Register) — Techmeme
- Google Joins OpenAI, Anthropic, Meta in Disclosing AI Hacks — Bloomberg AI
- Alibaba ships Qwen3.8-Omni-Flash to watch, listen and call tools — r/LocalLLM
- Introducing Kimi K3 on Amazon Bedrock — AWS Machine Learning Blog
- Introducing Amazon SageMaker HyperPod Inference Gateway — AWS Machine Learning Blog
- Introducing Astra for Law — OpenAI News
- Newsom signs executive order to explore new AI rules, consider ‘kill switch’ — Politico Technology
- Anthropic, OpenAI, SpaceXAI, Google sued over call to ‘pace’ AI development — Politico Technology
Get the daily brief of stories like this at 6:30 every morning →