Skip to content

Deprecate --ai flag in favor of --integration #2169

Description

@mnriem

Summary

The --ai flag on specify init is the legacy way to select an integration. The newer --integration flag (with --integration-options) fully replaces it. --ai-commands-dir and --ai-skills already emit deprecation warnings, but --ai itself does not.

Proposed behavior

When --ai is used, emit a deprecation warning:

⚠️ --ai is deprecated and will be removed in v0.10.0. Use --integration <name> instead.

--ai continues to function until 0.10.0.

Acceptance criteria

  • Using --ai emits a visible deprecation warning
  • Warning suggests the --integration equivalent
  • --ai still functions as before (non-breaking)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions