Skip to content

v0.5.0 — First Tree brand cutover

Choose a tag to compare

@baixiaohang baixiaohang released this 22 May 10:56
· 395 commits to main since this release
6a47fb2

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 CLIfirst-tree (with ft short 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 …
  • 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