Skip to content

Releases: hamr0/liteagents

v2.9.0 — friction antigen-pipeline redesign + precision fixes

Choose a tag to compare

@hamr0 hamr0 released this 26 May 08:10

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

Choose a tag to compare

@hamr0 hamr0 released this 24 May 11:03

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

Choose a tag to compare

@hamr0 hamr0 released this 24 May 10:47

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

Choose a tag to compare

@hamr0 hamr0 released this 05 Nov 20:50
51d2873

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

Choose a tag to compare

@hamr0 hamr0 released this 02 Nov 13:39

[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