Skip to content

v0.2.0

Latest

Choose a tag to compare

@severinzhong severinzhong released this 21 Mar 14:16

Highlights

  • agent-data-cli now resolves ADC home only from ADC_HOME, otherwise it defaults to ~/.adc.
  • Removed launcher-based home indirection.
  • Removed config cli set home and related home config behavior.
  • Removed init --home and kept init focused on the active ADC home plus optional source_workspace.
  • Continued to document direct installation and dependency usage through uv tool install and uv add.

Breaking Changes

  • home is no longer a CLI config key.
  • config cli set home is no longer supported.
  • init --home is no longer supported.
  • Existing non-default homes should now be selected explicitly via ADC_HOME.

Install

uv tool install agent-data-cli

Or inside an existing uv project:

uv add agent-data-cli

PyPI: https://pypi.org/project/agent-data-cli/