v0.5.0 — First Tree brand cutover
First release under the unified first-tree npm package, after merging the previously-separate first-tree-hub (Agent Hub client + daemon) and first-tree (Context Tree onboarding + GitHub Scan) into a single CLI.
What's in this release
- Unified CLI —
first-tree(withftshort alias) now exposes:- Agent Hub client:
first-tree login,first-tree chat …,first-tree connect … - Background daemon:
first-tree daemon start|stop|status - Context Tree workflows:
first-tree tree …(onboarding, sync, write) - GitHub notification scan:
first-tree github scan …
- Agent Hub client:
- Single source of truth — one repo (
agent-team-foundation/first-tree), one npm package, one binary. - Drop-in for both prior tools — local data path
~/.first-tree/hub/is unchanged; auth tokens, daemon state, and Context Tree bindings carry across.
Install / Upgrade
New users
npm install -g first-tree
first-tree login