Skip to content

v0.2.4 — namespace-only Hub team (no machine bind)

Choose a tag to compare

@toustifer toustifer released this 25 Jul 10:04
· 2 commits to master since this release

Breaking product rule

No machine-wide Hub team bind.

  • ~/.agent-hub/config.json = JWT only
  • Team bind = per namespace via hub_bind_team({namespace_id, business_code})
  • Resolve: envnamespaceworkdir (home business_code ignored / cleared on bind)

Avoids multi-project conflicts when two namespaces need different teams.

Also includes: /agentflow update (skill+MCP version check), namespace bind APIs.

Upgrade

curl -fsSL https://raw.githubusercontent.com/toustifer/agentflow/master/scripts/install.sh \
  | VERSION=v0.2.4 bash -s -- --write-config

Restart Claude, then re-bind each project:

hub_bind_team({ namespace_id: "...", business_code: "z8gw" })
hub_status({ namespace_id: "..." })