mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
feat: Implement release notes URL offer on first run
This commit is contained in:
parent
855b184e91
commit
b0c0104ba3
1 changed files with 2 additions and 1 deletions
|
@ -616,7 +616,8 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
check_and_load_imports(io, is_first_run, verbose=args.verbose)
|
check_and_load_imports(io, is_first_run, verbose=args.verbose)
|
||||||
|
|
||||||
if is_first_run:
|
if is_first_run:
|
||||||
# TODO: offer to open the release notes url
|
io.offer_url(urls.release_notes, "Would you like to see what's new in this version?")
|
||||||
|
io.tool_output()
|
||||||
|
|
||||||
if args.anthropic_api_key:
|
if args.anthropic_api_key:
|
||||||
os.environ["ANTHROPIC_API_KEY"] = args.anthropic_api_key
|
os.environ["ANTHROPIC_API_KEY"] = args.anthropic_api_key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue