mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: Add TODO for displaying release notes on first run
This commit is contained in:
parent
bc88242dc0
commit
855b184e91
1 changed files with 3 additions and 0 deletions
|
@ -615,6 +615,9 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
is_first_run = is_first_run_of_new_version(io, verbose=args.verbose)
|
||||
check_and_load_imports(io, is_first_run, verbose=args.verbose)
|
||||
|
||||
if is_first_run:
|
||||
# TODO: offer to open the release notes url
|
||||
|
||||
if args.anthropic_api_key:
|
||||
os.environ["ANTHROPIC_API_KEY"] = args.anthropic_api_key
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue