Skip to content

Conversation

@aibrahim-oai
Copy link
Collaborator

To avoid regression with special builds like alphas

Copy link
Collaborator

@pakrym-oai pakrym-oai left a comment

Choose a reason for hiding this comment

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

Can we simplify and always use built-in vars ?


fn format_client_version_from_parts(major: &str, minor: &str, patch: &str) -> String {
const DEV_VERSION: &str = "0.0.0";
const FALLBACK_VERSION: &str = "99.99.99";
Copy link
Collaborator

Choose a reason for hiding this comment

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

curious how did you think about making this fallback on the client vs server?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Followed your approach. Clients better have control instead of aggressively overriding it when possible

@aibrahim-oai aibrahim-oai merged commit cb45139 into main Dec 8, 2025
26 checks passed
@aibrahim-oai aibrahim-oai deleted the remote_models_alpha branch December 8, 2025 22:52
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants