Releases: redker56/AgentForge
Releases · redker56/AgentForge
Release list
v0.2.5
[0.2.5] - 2026-05-04
Added
- TUI language preference with automatic system-language detection plus an in-app language selector
- Chinese TUI copy across navigation, forms, help, sync, import, update, search, and destructive confirmation flows
Changed
- command palette now focuses on language switching while the rest of the TUI keeps direct keyboard actions in context
- Chinese TUI keeps
Skillas the product term instead of translating it
Fixed
- localize footer hints, help rows, update previews, progress messages, breadcrumbs, and sync or unsync result text in Chinese mode
- make documented Home and End navigation work across TUI lists and context lists
v0.2.4
[0.2.4] - 2026-05-02
Added
- TUI category editing can now select existing categories with
Spaceand add new categories from the same flow
Changed
- category suggestions in the TUI now come from the full skill library for set/add flows, while remove flows only show categories that can actually be removed from the selected skills
- category choices in the TUI show usage counts so existing categories are easier to reuse consistently
v0.2.3
Highlights
- Git-backed batch updates are more resilient: AgentForge keeps updating remaining skills after an individual repository fails, then shows a failed-skill summary with a retry command.
- The TUI update results screen can retry only failed items with
R. - CJK and other wide-character text now stays inside fixed-width TUI rows, including progress labels, tables, forms, and scrollable skill details.
- Registry and project-local state writes are safer, reducing the chance of partially written config files if an operation is interrupted.
Upgrade
npm install -g @redker56/agentforge@0.2.3v0.2.1
Highlights
- Git-backed updates now show live per-skill progress, keep later tasks in view, and avoid raw Git output breaking the TUI.
- Agent and Project skill detail overlays stay stable when scrolling long CJK or CRLF-based
SKILL.mdpreviews. - Import flows are more consistent with the rest of the TUI workbench experience.
Upgrade
npm install -g @redker56/agentforge@0.2.1v0.2.0
Highlights
- Added the Ink-based TUI for browsing and managing skills, agents, projects, sync flows, imports, and updates from one interactive interface.
- Added local skill categories with CLI and TUI flows for assigning, filtering, and browsing skills.
- Added project-level sync and unsync flows, including per-project Agent type targeting.
- Added contextual Agent and Project workbenches with imported/unimported views and direct skill actions.
- Added last-updated skill metadata in both CLI and TUI views.
Fixed
- Preserved skill names correctly when installing from GitHub tree URLs and repository subpaths.
- Restored Agent sync mode selection in the TUI.
- Fixed TUI form submission, layout jumps, repeated redraws, and narrow-terminal hint overflow.
- Made Git-backed updates work for installed skills that do not keep local
.gitmetadata.
Upgrade
npm install -g @redker56/agentforge@0.2.0v0.1.1
Fixed
af add skillsnow reuses the scanned temporary clone instead of cloning the same repository a second time.- Repositories with a root-level
SKILL.mdnow install correctly as single-skill repositories.
Upgrade
npm install -g @redker56/agentforge@0.1.1v0.1.0
Initial Release
AgentForge's first public release introduced the core CLI for managing reusable AI-agent skills across user-level agents and project workspaces.
Highlights
- Install skills from Git repositories, including single-skill repositories, multi-skill repositories, and GitHub/GitLab
/tree/subdirectory URLs. - Import existing skills from supported Agent directories or project workspaces into the AgentForge library.
- Sync and unsync managed skills to Agents and projects using copy or symlink mode.
- Register custom Agents and projects, then inspect them with
af listandaf show. - Update Git-backed skills from their source repositories and re-sync managed copies.
- Enable shell completion explicitly with
af completion --install.
Upgrade
npm install -g @redker56/agentforge@0.1.0