← All releases

v2.1.1

July 13, 2026

Added

  • Interactive devintern init wizard: running init in a terminal now starts a guided setup that asks which task tracker you use, links directly to the provider’s token-creation page plus the matching setup guide on devintern.com, and validates the connection (retry / edit / skip) before writing .devintern-code/.env. --yes / --no-interactive (or piped stdin) keeps the old template-scaffold behavior for scripted use
  • Sibling-config fast track: if .devintern-pm/.env is already configured in the same project, devintern init detects it and offers to reuse those tracker credentials, skipping the tracker menu and credential prompts (only asking for steps the existing config doesn’t cover) before still re-validating the connection. devpm init does the same in reverse, reading .devintern-code/.env

Fixed

  • AGENT_CLI_PATH regression: the init wizard was writing an active AGENT_CLI_PATH=claude line into generated env files, overriding the PATH-detection default. Generated files now ship it commented out again, matching the documented “leave unset” guidance