Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Deprecation notice for Coding Assistants #1391

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/codegate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,20 @@ def serve( # noqa: C901
else:
click.echo("Existing Certificates are already present.")

cli
click.echo("--------------------------------------------------------------\n")
click.echo(
"WARNING: Several Coding Assistants will be deprecated in the next release. "

)
click.echo(
"For More information, please visit the following link: "
)
click.echo(
"https://github.com/stacklok/codegate/issues/1380"
)
click.echo("--------------------------------------------------------------\n")

# Initialize secrets manager and pipeline factory
sensitive_data_manager = SensitiveDataManager()
pipeline_factory = PipelineFactory(sensitive_data_manager)
Expand Down
Loading