Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Enhanced CLI _ Web UI with JSON Schema Support source code.tar.gz | 2025-08-04 | 2.3 MB | |
Enhanced CLI _ Web UI with JSON Schema Support source code.zip | 2025-08-04 | 2.4 MB | |
README.md | 2025-08-04 | 2.0 kB | |
Totals: 3 Items | 4.7 MB | 1 |
๐ What's New in v1.1.0
โจ JSON Schema Support
- Added
$schema
field to registry.json for better IDE support and validation - Created comprehensive JSON schema at
/schema/registry.json
- Improved TypeScript types with schema validation using Zod
๐ ๏ธ CLI Improvements
- Fixed TypeScript module resolution (changed from "node" to "bundler")
- Enhanced error handling and type safety
- Improved npm package publishing workflow
- Added proper
.npmignore
to exclude unnecessary files
๐จ Web UI Enhancements
- New Package Manager Switcher: Toggle between npm, yarn, pnpm, and bun commands
- Improved CLI Documentation:
- Reordered installation tabs (npx first for quick start)
- Fixed code block formatting for multi-line clarity
- Dynamic command generation based on selected package manager
- Better Code Readability: Fixed single-line code block issue
๐ Bug Fixes
- Fixed Vercel deployment error with gray-matter module
- Resolved npm publishing to wrong package name issue
- Added "private: true" to root package.json to prevent accidental publishing
- Fixed code formatting in CLI documentation page
๐ Documentation Updates
- Updated README to highlight both Web UI and CLI tool
- Added CLI tool section with installation instructions
- Improved troubleshooting section for common issues
- Enhanced contribute page with better navigation
๐๏ธ Infrastructure
- Created local generate-registry script for Vercel builds
- Improved build process reliability
- Added proper schema validation support
๐ Current Stats
- 54 subagents available
- 37 commands available
- Full TypeScript support
- Cross-platform compatibility
๐ฎ Coming Soon
- MCP (Model Context Protocol) server support
- Enhanced marketplace features
- More subagents and commands from the community
๐ฆ NPM Package
The CLI tool is now available on npm: npmjs.com/package/bwc-cli
๐ Contributors
Thanks to everyone who contributed to this release!