Skip to content

Commit 0e8591c

Browse files
committed
Mark sidekick as experimental
1 parent b3f599c commit 0e8591c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aicodebot/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def review(commit, verbose):
237237
@click.option("--task", "-t", help="The task you want to perform - a description of what you want to do.")
238238
@click.option("-v", "--verbose", count=True)
239239
def sidekick(task, verbose):
240-
"""Get help with a task from your AI sidekick."""
240+
"""ALPHA/EXPERIMENTAL: Get help with a task from your AI sidekick."""
241241
setup_environment()
242242

243243
model = get_llm_model()

0 commit comments

Comments
 (0)