Recent Releases of https://github.com/webdevtodayjason/sub-agents

https://github.com/webdevtodayjason/sub-agents - Release v1.2.0

Release v1.2.0

What's New

  • Complete AI development shop with 15 specialized agents
  • Added shadcn-ui-builder agent for UI/UX development
  • Enhanced agent coordination and performance

Bug Fixes

  • Fixed __dirname error in ESM modules
  • Restored correct package name and version

Improvements

  • Improved concurrent execution patterns
  • Enhanced memory system for agent coordination
  • Better performance optimization guidelines

- JavaScript
Published by webdevtodayjason 7 months ago

https://github.com/webdevtodayjason/sub-agents - v1.0.2: ESM Module Compatibility Fix

🐛 Bug Fix

This release fixes a critical issue that prevented installation on WSL2 and other environments.

Fixed

  • ESM Module Error: Fixed __dirname is not defined error when installing agents (#1)
  • WSL2 Compatibility: Agents now install correctly on Windows Subsystem for Linux

Technical Details

  • Added proper __dirname definition for ES modules in install.js
  • Uses fileURLToPath and dirname from Node.js built-in modules

Installation

bash npm install -g @webdevtoday/claude-agents@1.0.2

Credits

Thanks to @leex279 for reporting this issue!

Full Changelog: https://github.com/webdevtodayjason/sub-agents/compare/v1.0.1...v1.0.2

- JavaScript
Published by webdevtodayjason 7 months ago

https://github.com/webdevtodayjason/sub-agents - v1.0.1: Agent Removal & Enhanced User Experience

What's New in v1.0.1 🚀

✨ New Features

  • Remove Command: Safely uninstall agents with claude-agents remove <agent> (alias: uninstall)
  • Enhanced Status Indicators:
    • In Use (green) - Agent is installed and active
    • ⚠️ Disabled (yellow) - Agent is installed but disabled
    • Available (gray) - Agent can be installed
  • Better Error Messages: Helpful suggestions when agents are not found

🎨 Improvements

  • Confirmation prompts for safe agent removal
  • Improved enable/disable commands with installation guidance
  • Visual indicators for better user experience

📈 SEO Optimization

  • Enhanced package description for better NPM discoverability
  • Expanded keywords from 10 to 30+ relevant terms
  • Improved README with keyword-rich content
  • Added star history chart and downloads badge

📦 Installation

bash npm install -g @webdevtoday/claude-agents@1.0.1

🙏 Thank You

Thanks to everyone using Claude Sub-Agents! Your feedback helps make this tool better.

Full Changelog: https://github.com/webdevtodayjason/sub-agents/compare/v1.0.0...v1.0.1

- JavaScript
Published by webdevtodayjason 7 months ago