Skip to content

Conversation

@brennentsmith-runpod
Copy link
Contributor

@brennentsmith-runpod brennentsmith-runpod commented Nov 20, 2025

CE-989:
Right now, we support a custom "secret code" via send (--code) However this results in a literal insertion which overrides our custom code definition.

This results in receive failing as we expect 4 hyphens in order to work. The only hyphens that matter is the final one which denotes the relay.

Correct this behavior so we accept custom codes.

CE-990:
Right now we use a hardcoded version file which makes version incrementing difficult as one has to remember to manually increment it.

Move to a programatic version where we use the following form:
<version number>-<git hash>

This way we can verify what the codebase was at the time of build.

Debug: false,
IsSender: false,
NoPrompt: true,
NoPrompt: true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: Trailing whitespace

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch - fixing

@brennentsmith-runpod brennentsmith-runpod merged commit 584610b into main Nov 21, 2025
1 check passed
@brennentsmith-runpod brennentsmith-runpod deleted the receive-version branch November 21, 2025 17:53
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.

4 participants