From b0c0104ba33f36583e717e0d7133c703a3ff7224 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 19 Nov 2024 17:30:30 -0800 Subject: [PATCH] feat: Implement release notes URL offer on first run --- aider/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/main.py b/aider/main.py index a45ef8f75..d4d68b99d 100644 --- a/aider/main.py +++ b/aider/main.py @@ -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) 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: os.environ["ANTHROPIC_API_KEY"] = args.anthropic_api_key