Skip to content

Conversation

@0xbrayo
Copy link
Member

@0xbrayo 0xbrayo commented Jul 23, 2025

Important

Add --port option to main() in main.py for custom aw-server port connection, defaulting to 5600.

  • Behavior:
    • Add --port option to main() in main.py to specify custom port for aw-server connection.
    • Default port set to 5600.
    • Port passed to ActivityWatchClient constructor.
  • Misc:
    • Update main() function signature to include port parameter.

This description was created by Ellipsis for 3ae4047. You can customize this summary. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to 3ae4047 in 49 seconds. Click for details.
  • Reviewed 18 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. src/aw_watcher_input/main.py:15
  • Draft comment:
    Consider validating the port number within the valid range (e.g. 1-65535) using click.IntRange to avoid misconfigured ports.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
2. src/aw_watcher_input/main.py:19
  • Draft comment:
    Ensure ActivityWatchClient supports the new 'port' parameter and properly handles invalid values.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None

Workflow ID: wflow_bUEn3Cli3XIBIWKN

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

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