Releases: hamr0/liteagents
Release list
v2.9.0 — friction antigen-pipeline redesign + precision fixes
Redesign of the `/friction` → `/remember` memory pipeline so friction stops poisoning hot memory and antigens come from what the user actually said. Applied identically across all four tool packages (claude, opencode, ampcode, droid).
Changed
- `/friction` seeds antigens from observed user reactions, not machine proxies — clusters by what the user said (content/phrase overlap) instead of `(signal, tool_pattern)`; recurrence × severity drives the artifact, and only patterns recurring across 5+ sessions load into hot memory. (253-session corpus: false hot preferences 15 → 0.)
- `/remember` consolidates from friction's short quotes, never raw logs — classifies agent-vs-self, drops self-corrections, semantically merges paraphrases, tiers by recurrence. MEMORY section renamed `Preferences` → `Antigens`.
Fixed
- Terminal pastes no longer mistaken for friction — SSH/shell dumps (`> sudo …`, `root@host:~#`, command output) are excluded from signal detection and keyword extraction; genuine short corrections that mention a command are preserved.
- Profanity only counts when aimed at the agent — narrative/rhetorical curses no longer raise `user_curse`.
- Self-corrections surfaced to `/remember` — `self_suspect` is propagated to the cluster and rendered in `antigen_review.md` to confirm target.
Removed
- Dead scaffolding in `friction.js`: `overlap()`, `MIN_KW`/`MIN_INTER`, the unread `selfCount`, and the empty `top_files` field + its unreachable renderer.
Full notes in CHANGELOG.md.
v2.8.3
Security/maintenance release: path-containment boundary hardening in the installer, installer-guide custom-path docs corrected to match the home/temp confinement, decorative README emoji removed, and CI actions bumped to v6 (Node 24). No changes to installed agents/commands/skills. See CHANGELOG.md.
v2.8.2
Maintenance release: removes the last of the legacy 3-variant system, fixes the broken liteag alias and post-install message, hardens the test suite, and trims shipped docs to the README + an accurate installer guide. No changes to installed agents/commands/skills. See CHANGELOG.md for details.
v1.2.0 - 4 AI Tools
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.
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
[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-kitornpx agkit
Infrastructure:
- Plugin manifests for each variant
- Auto-discovery via
register-agents.jshook - 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