Skip to content

v1.44.0

Choose a tag to compare

@moekatib moekatib released this 04 Jun 15:44
· 38 commits to main since this release

Non-interactive one init for agent-driven setup (#147)

one init --auth <browser|manual> disables every terminal prompt so an AI agent can onboard a user end-to-end:

  • --auth browser opens a login window, the user authenticates, the key is saved — the CLI never blocks on stdin.
  • --auth manual --api-key sk_live_… covers headless / CI.
  • Scope from -g/-p (default global). Auto-installs the One skill to the primary agents; skips the connect step (one add later).
  • Optional --openai-key enables one mem semantic search during setup.