freshcrate
Home > Frameworks > agency-cli

agency-cli

AI Agent Orchestrator in the terminal

Description

AI Agent Orchestrator in the terminal

Release History

VersionChangesUrgencyDate
1.19.0Imported from npm (1.19.0)Low4/21/2026
v1.19.0## Release Notes ### Features * support glob patterns in bootstrap include list ([1df58f4](https://github.com/tobias-walle/agency/commit/1df58f4c514cd4016d8d31d3183a50eccb90c575)) ## Install agency 1.19.0 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releases/download/v1.19.0/agency-installer.sh | sh ``` ### Install prebuilt binaries via Homebrew ```sh brew install tobias-walle/tap/agency ``` ### Install Low1/16/2026
v1.18.0## Release Notes ### Features * make command log resizable and hideable ([abd854a](https://github.com/tobias-walle/agency/commit/abd854ad2c3a1e7c739bf60e8c211b6b5b3ff4a9)) ## Install agency 1.18.0 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releases/download/v1.18.0/agency-installer.sh | sh ``` ### Install prebuilt binaries via Homebrew ```sh brew install tobias-walle/tap/agency ``` ### Install prebuiltLow1/5/2026
v1.17.0## Release Notes ### Features * improve generated config usability ([278ab3e](https://github.com/tobias-walle/agency/commit/278ab3ea503467f61b6d06e8407ee3a23c2fecc8)) * increment skill version ([c157283](https://github.com/tobias-walle/agency/commit/c157283156ad307261bdb987a93d6b4f698896d9)) * swap shell/open TUI keybindings and add shell to help ([38cd417](https://github.com/tobias-walle/agency/commit/38cd4171d9f3f1963d6960420b2ca92bf4bde3bc)) ## [1.16.1](https://github.com/tobias-walle/agenLow1/3/2026
v1.16.1## Release Notes ### Bug Fixes * improve error handling if tmux is configured incorrectly ([bc6039f](https://github.com/tobias-walle/agency/commit/bc6039fcbcfdb29a4e29a0ae6a5ba404e13df274)) ## Install agency 1.16.1 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releases/download/v1.16.1/agency-installer.sh | sh ``` ### Install prebuilt binaries via Homebrew ```sh brew install tobias-walle/tap/agency ``` ##Low1/2/2026
v1.16.0## Release Notes ### Bug Fixes * avoid persisting default shell and editor ([89e1c40](https://github.com/tobias-walle/agency/commit/89e1c40314668f734728fe28f06e01ee5cf3490c)) * update help ([232afaa](https://github.com/tobias-walle/agency/commit/232afaadae21737449ed7358f94c4802c404f356)) ### Features * add note to agency info to not include tasks ids or references in the commit ([e907bb2](https://github.com/tobias-walle/agency/commit/e907bb2b3c1c32711ed69e94f6ac5f806c3480e1)) * add skill inLow1/2/2026
v1.15.0## Release Notes ### Bug Fixes * handle empty task list and show description in attach --follow ([00c4831](https://github.com/tobias-walle/agency/commit/00c4831a36d6f50bd50202343beee300a3622caa)) ### Features * improve tmux server handling and add daemon status command ([47da43e](https://github.com/tobias-walle/agency/commit/47da43e3015f0ae74a0871487e1608fa10c78cbd)) ## Install agency 1.15.0 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https:Low1/2/2026
v1.14.0## Release Notes ### Features * allow reading task description from stdin for agency new ([c1e4a10](https://github.com/tobias-walle/agency/commit/c1e4a1005fdd2dff2f581f71baac883d1c87945d)) ## [1.13.2](https://github.com/tobias-walle/agency/compare/v1.13.1...v1.13.2) (2026-01-01) ### Bug Fixes * improve attach --follow session switching experience ([553bf79](https://github.com/tobias-walle/agency/commit/553bf79f978eb71a43595604d35c00753b2bc381)) ## [1.13.1](https://github.com/tobias-walle/Low1/2/2026
v1.13.2## Release Notes ### Bug Fixes * improve attach --follow session switching experience ([553bf79](https://github.com/tobias-walle/agency/commit/553bf79f978eb71a43595604d35c00753b2bc381)) ## Install agency 1.13.2 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releases/download/v1.13.2/agency-installer.sh | sh ``` ### Install prebuilt binaries via Homebrew ```sh brew install tobias-walle/tap/agency ``` ### InLow1/1/2026
v1.13.1## Release Notes ### Bug Fixes * ensure daemon/tmux autostart completes before command execution ([a929417](https://github.com/tobias-walle/agency/commit/a929417a9f9e6a7156984080999973035a56ff96)) ## Install agency 1.13.1 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releases/download/v1.13.1/agency-installer.sh | sh ``` ### Install prebuilt binaries via Homebrew ```sh brew install tobias-walle/tap/agency Low12/30/2025
v1.13.0## Release Notes ### Bug Fixes * add space before agents commands, so they don't appear in the git history ([e70bc3f](https://github.com/tobias-walle/agency/commit/e70bc3fb819289b313b6a256b23f53e28b456bcb)) * handle TUI daemon disconnect gracefully with auto-reconnect ([a182aa3](https://github.com/tobias-walle/agency/commit/a182aa34c6b488d41425afc0e28288e71e9fad18)) * run bootstrap in the background for better performance ([a216eba](https://github.com/tobias-walle/agency/commit/a216eba6d3e7886Low12/29/2025
v1.12.0## Release Notes ### Bug Fixes * add missing Stdio import and use is_multiple_of ([c7d3965](https://github.com/tobias-walle/agency/commit/c7d39659ae6411cfdb8156c926013324b7e3f639)) ### Features * add file attachments for tasks ([88adc02](https://github.com/tobias-walle/agency/commit/88adc02ad07226e8c65dd117d0cbca061058e204)) * add files feature to the TUI ([a85e1cc](https://github.com/tobias-walle/agency/commit/a85e1cc049c47d7ae968bdb47e3040071861a60e)) * add remove, add, and edit features Low12/28/2025
v1.11.0## Release Notes ### Features * add fzf command for interactive task selection ([58c0564](https://github.com/tobias-walle/agency/commit/58c056459d24b5afe06fdd357e70a8d270c65085)) ## Install agency 1.11.0 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releases/download/v1.11.0/agency-installer.sh | sh ``` ### Install prebuilt binaries via Homebrew ```sh brew install tobias-walle/tap/agency ``` ### Install pLow12/28/2025
v1.10.0## Release Notes ### Bug Fixes * make base column a bit wider ([4561149](https://github.com/tobias-walle/agency/commit/45611492c87c8306da534f4a7882da41a29ad2af)) ### Features * add --yes flag to rm and init commands ([78419f1](https://github.com/tobias-walle/agency/commit/78419f1c34883f7002d794fe53dc8bc410693508)) * separate root and cwd in AgencyPaths to detect worktree branches ([21852e6](https://github.com/tobias-walle/agency/commit/21852e6cbd33a21f7a191ee4673b9375b1839eed)) ## Install Low12/23/2025
v1.9.0## Release Notes ### Bug Fixes * fix claude plugin metadata ([22a3a55](https://github.com/tobias-walle/agency/commit/22a3a5556132fe226d7fa246332a0684a995a49f)) * plugin source ([96a3577](https://github.com/tobias-walle/agency/commit/96a3577977b9fc0d2ad3b85d8c2509f2448a1f24)) * update skills description to catch common issues ([c794a32](https://github.com/tobias-walle/agency/commit/c794a32ebb289b73c0205caca8fe838a296b82cf)) * use correct claude marketplace file ([ba4c41f](https://github.com/tobLow12/22/2025
v1.8.0## Release Notes ### Bug Fixes * prune stale worktrees before adding new worktree ([accfe4d](https://github.com/tobias-walle/agency/commit/accfe4d7b906dd4e4f7a84ed504b766cb48e57e7)) ### Features * add --edit flag to new command ([b547103](https://github.com/tobias-walle/agency/commit/b547103281bd355202dd689042969a2feb1f16f8)) ## [1.7.1](https://github.com/tobias-walle/agency/compare/v1.7.0...v1.7.1) (2025-12-19) ### Bug Fixes * display stored base_branch in tasks command instead of currLow12/19/2025
v1.7.1## Release Notes ### Bug Fixes * display stored base_branch in tasks command instead of current HEAD ([b949d83](https://github.com/tobias-walle/agency/commit/b949d83d264b284eab8b0a742a2c5895c6591c2c)) * resolve clippy pedantic warnings ([0bc2acd](https://github.com/tobias-walle/agency/commit/0bc2acdb6e28f33093a039d94597005df92340c0)) ## Install agency 1.7.1 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releaLow12/19/2025
v1.7.0## Release Notes ### Features * add `agency exec <task> -- <cmd>` ([0737ffe](https://github.com/tobias-walle/agency/commit/0737ffee6c58fadae82950503b4c1139c193b460)) ## [1.6.1](https://github.com/tobias-walle/agency/compare/v1.6.0...v1.6.1) (2025-12-16) ### Bug Fixes * resolve to git repo root instead of cwd in worktrees ([4dfbc18](https://github.com/tobias-walle/agency/commit/4dfbc18e5264b40319e9b39adaf12d3cc6070233)) ## Install agency 1.7.0 ### Install prebuilt binaries via shell scripLow12/19/2025
v1.6.1## Release Notes ### Bug Fixes * resolve to git repo root instead of cwd in worktrees ([4dfbc18](https://github.com/tobias-walle/agency/commit/4dfbc18e5264b40319e9b39adaf12d3cc6070233)) ## Install agency 1.6.1 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releases/download/v1.6.1/agency-installer.sh | sh ``` ### Install prebuilt binaries via Homebrew ```sh brew install tobias-walle/tap/agency ``` ### InstLow12/16/2025
v1.6.0## Release Notes ### Features * start agent directly on "new" with --draft and don't open the editor ([a2f43a6](https://github.com/tobias-walle/agency/commit/a2f43a6431be109d382f2ecae22172a5f814cf1b)) * TUI Start and New+Start run sessions without attach ([316fcd3](https://github.com/tobias-walle/agency/commit/316fcd34450af54ff0e3de8446ca17eb8c8b762a)) ## Install agency 1.6.0 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobiasLow11/24/2025
v1.5.0## Release Notes ### Features * add --follow option to attach that follows the tasks in the TUI ([825d5ed](https://github.com/tobias-walle/agency/commit/825d5ed447eab6d195ea09fabad03b6e7ad11612)) * **tui:** improve ux for task creation and add description box ([d5c34a7](https://github.com/tobias-walle/agency/commit/d5c34a7823f999296aea68a61bebded4888ec858)) ## Install agency 1.5.0 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tLow11/16/2025
v1.4.0## Release Notes ### Bug Fixes * make new prompt clearer ([12664f1](https://github.com/tobias-walle/agency/commit/12664f195ba3df110610dc2756b8806999da4df0)) ### Features * run agents via shell send-keys to improve ctrl-c/z behavior ([1409e6c](https://github.com/tobias-walle/agency/commit/1409e6c5f5474c30de65a045ef00b7ade0ed9e9d)) ## Install agency 1.4.0 ### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tobias-walle/agency/releasLow11/15/2025
v1.2.0## Release Notes ### Bug Fixes * fix warnings ([5e8ce0b](https://github.com/tobias-walle/agency/commit/5e8ce0b5ebe3067b967fbbe80df66d6f8ef682a3)) * improve tmux defaults ([57e1f19](https://github.com/tobias-walle/agency/commit/57e1f192ebb4036412f54dbf5ffde9216381fad0)) * small tui ux improvements ([909f07c](https://github.com/tobias-walle/agency/commit/909f07cd4817b64fbcd54acadc0c12406c21efd9)) ### Features * fail merge when task has no changes ([290bc68](https://github.com/tobias-walle/ageLow11/14/2025
v1.1.0## Release Notes ### Bug Fixes * resolve small styling issues in setup prompts ([b424eae](https://github.com/tobias-walle/agency/commit/b424eaef26acaac55d355e6037c2d2178ebb8170)) ### Features * add shell to setup wizard ([035dc63](https://github.com/tobias-walle/agency/commit/035dc63aebef5b8c887140ee9bda26c3dbbc5f02)) ## [1.0.1](https://github.com/tobias-walle/agency/compare/v1.0.0...v1.0.1) (2025-11-12) ### Bug Fixes * optimise column widths ([08e8173](https://github.com/tobias-walle/aLow11/13/2025
v1.0.0## Release Notes ### Bug Fixes * allow merge with unstaged changes ([b8036a3](https://github.com/tobias-walle/agency/commit/b8036a315c531b8aed60dbcece620d6c019a2bcd)) * allow stop at handshake and add ack with clearer logging to fix stop errors ([e3a4a6c](https://github.com/tobias-walle/agency/commit/e3a4a6ce84ec5e8e5bb65132813e891519320ea0)) * always attach to prevent missing cursor issues ([e86b456](https://github.com/tobias-walle/agency/commit/e86b456ee7551176baf3afb26ab6e4b830523bdd)) * avLow11/12/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

@vertz/agentsDeclarative AI agent framework for Vertz — agents, tools, and workflows on Cloudflare0.2.48
agentvizSession replay visualizer for AI agent workflows (Claude Code, VS Code, Copilot CLI)0.7.0
@poofnew/vibe-checkAI agent evaluation framework for Claude and beyond0.1.1
@petriflow/gateFramework-agnostic Petri net gating for AI agent tool access control. Define safety constraints as Petri nets — tools are only allowed when an enabled transition permits them.0.3.2
synaposSynapos Framework — AI agent orchestration for multi-IDE development2.8.0