Skip to content

Releases: hamr0/liteagents

v1.2.0 - 4 AI Tools

05 Nov 20:50
51d2873

Choose a tag to compare

4 AI tools supported (vs 1 in v1.0.0)
3 installation variants (Lite/Standard/Pro)
22 skills (vs 14 in v1.0.0)
13 specialized agents (unchanged)
263 passing tests (comprehensive)
~3,200 lines of new code
~5,000 lines of documentation
100% installation success rate

🔄 Migration from v1.0.0

Automatic migration available! The installer detects v1.0.0 installations and offers to migrate:

Preserves all custom agents and skills
Classifies your installation as Lite/Standard/Pro
Adds manifest.json for upgrade/downgrade support

See MIGRATION.md for details.
⚠️ Breaking Changes

None! The new installer is fully backward compatible with v1.0.0 installations.
🐛 Bug Fixes

Fixed file count mismatches in progress tracking
Improved error messages for permission issues
Enhanced path validation for edge cases
Better handling of interrupted installations

📝 Full Changelog

See CHANGELOG.md for complete details.

Full Diff: v1.0.0...v1.2.0

Enjoy Agentic Kit v1.2.0! 🎉

For support: https://github.com/amrhas82/agentic-kit/issues

What's Changed

  • Release v1.2.0: Interactive Multi-Tool Installer with Phase 9 Features by @amrhas82 in #1
  • fix: Update validation script for multi-tool installer structure by @amrhas82 in #2

New Contributors

  • @amrhas82 made their first contribution in #1

Full Changelog: v1.0.0...v1.2.0

Initial Release

02 Nov 13:39

Choose a tag to compare

[1.0.0] - 2025-11-02

Added - Initial Release

Core Features:

  • 13 specialized agents (Master, Orchestrator, Product Manager, etc.)
  • 14 powerful skills (PDF, DOCX, Canvas Design, MCP Builder, etc.)
  • 3 variants: Lite (3 agents), Standard (13 agents, 8 skills), Pro (13 agents, 14 skills)

Distribution:

  • npm package: @amrhas82/agentic-kit
  • GitHub: github.com/amrhas82/agentic-kit
  • Direct install: /plugin add github:amrhas82/agentic-kit
  • npx support: npx @amrhas82/agentic-kit or npx agkit

Infrastructure:

  • Plugin manifests for each variant
  • Auto-discovery via register-agents.js hook
  • Variant isolation
  • Validation scripts (validate-package.js, validate-references.sh)

Documentation:

  • README, QUICK-START, AGENTS, SKILLS, VARIANTS, TROUBLESHOOTING, CONTRIBUTING

Full Changelog: https://github.com/amrhas82/agentic-kit/commits/v1.0.0