Skip to content

Changelog

mrdulasolutions edited this page May 25, 2026 · 1 revision

Changelog

The wiki captures the current state. For the canonical version history, see CHANGELOG.md in the repo.

Latest: v0.1.0 (May 2026)

The Box-native release. After canvassing developer.box.com, the plugin now leverages Box's full product surface.

Added — 4 new skills

  • box-ai-recall — Semantic Q&A via Box AI Ask (multi-doc + Hubs)
  • box-ai-extract — Schema-driven extraction via Box AI Extract Structured (OCR)
  • box-ai-agent — Persistent AI Studio "memory librarian" (Enterprise Advanced)
  • box-mcp-check — Verifies official Box MCP at mcp.box.com

Enhanced — 4 existing skills

  • box-init--as-hub flag, formalized boxMemory metadata template, opt-in AI flags
  • box-recall — suggests AI fallback when local sparse (opt-in)
  • box-companion — uses Box AI Extract for PDFs/images on Business+
  • box-tier-detect — probes official-MCP, AI tools, AI Units, Hubs, AI Studio

Added — 2 new reference docs

  • references/webhooks.md — patterns for self-hosting webhook receivers
  • references/box-ai-units.md — AI Units cost model

Updated — operational notes

  • Note 7 — Box Hubs indexing warm-up
  • Note 8 — SDK v10.6.0+ tags content-type breaking change

Updated — README

  • Recommended Box MCP is now mcp.box.com (Box-maintained, OAuth 2.0)
  • CCG / OAuth / JWT auth guidance for non-Claude agents
  • LangChain Box / LlamaIndex Box framework integrations called out

Migration

No workspace data migration. AI features default off; explicit opt-in. Reinstall the plugin zip.


v0.0.1 (May 2026)

Initial release. 8 skills, plugin zip 19 KB compressed, validated against Anthropic's Cowork plugin shape.


Earlier (v0.1.x prereleases)

Substantial debugging of Cowork plugin validation. The cause turned out to be a bundle of structural deltas against anthropics/knowledge-work-plugins: file permissions, per-skill subdirectory layout, top-level directory expectations, README size, per-SKILL.md content length, and slash-form body headings. The minimal-plugin reproducer that ultimately worked is preserved at scripts/build-minimal.sh.

11 v0.1.x prerelease tags + releases were removed when v0.0.1 became the clean starting point.

See also

Clone this wiki locally