Skip to content

Fix download script, update wanaku router/cli/http-service links#92

Merged
lnearlol merged 1 commit into
wanaku-ai:mainfrom
lnearlol:fix-download-script
Apr 10, 2026
Merged

Fix download script, update wanaku router/cli/http-service links#92
lnearlol merged 1 commit into
wanaku-ai:mainfrom
lnearlol:fix-download-script

Conversation

@lnearlol
Copy link
Copy Markdown
Contributor

@lnearlol lnearlol commented Apr 10, 2026

@orpiske @matheusandre1

Summary by Sourcery

Update artifact names and download URLs to align with the 0.1.0 release artifacts instead of SNAPSHOT builds.

Bug Fixes:

  • Fix download script URLs to point to the released v0.1.0 router, HTTP tool service, and CLI archives rather than early-access SNAPSHOT zips.

Enhancements:

  • Adjust README setup instructions and example paths to use non-SNAPSHOT 0.1.0 artifact directory names for router, HTTP tool service, and CLI.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Apr 10, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates docs and download script to use the non-SNAPSHOT 0.1.0 Wanaku artifacts and correct GitHub release URLs for router, HTTP service, and CLI.

File-Level Changes

Change Details Files
Align local artifacts directory structure and CLI test commands with non-SNAPSHOT 0.1.0 Wanaku artifact names.
  • Update README copy commands to drop -SNAPSHOT suffix from router, HTTP tool service, and CLI artifact directory names.
  • Adjust the documented artifacts/ tree structure to match the new non-SNAPSHOT directory names.
  • Update Maven command examples to point wanaku.test.cli.path at the new wanaku-cli-0.1.0 directory path instead of the old -SNAPSHOT path.
README.md
Point the artifact download script at the v0.1.0 GitHub release URLs for router, HTTP service, and CLI instead of early-access SNAPSHOT artifacts.
  • Change ROUTER_URL to use the v0.1.0 GitHub release tag and non-SNAPSHOT router zip file name.
  • Change HTTP_URL to use the v0.1.0 GitHub release tag and non-SNAPSHOT HTTP tool service zip file name.
  • Change CLI_URL to use the v0.1.0 GitHub release tag and non-SNAPSHOT CLI zip file name.
artifacts/download.sh

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • The version/tag (0.1.0 vs -SNAPSHOT) is now hardcoded in several places (README paths and download.sh URLs); consider centralizing this as a single version variable (or clearly documenting the expected tag) so future version bumps only require changing it in one place and avoid drift.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The version/tag (`0.1.0` vs `-SNAPSHOT`) is now hardcoded in several places (README paths and download.sh URLs); consider centralizing this as a single version variable (or clearly documenting the expected tag) so future version bumps only require changing it in one place and avoid drift.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@lnearlol lnearlol merged commit ce1940a into wanaku-ai:main Apr 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant