Skip to content

Conversation

@ProgramRipper
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 9, 2026 12:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates Milky’s signer integration and related runtime/configuration to match a changed signer API shape (no versioned base path, wrapped appinfo_v2 response, additional Android request field), and adjusts container packaging and login packet construction.

Changes:

  • Remove Core.Signer.Version config usage and update signer URLs to use the configured base directly.
  • Add qua to Android signer request payloads and update appinfo_v2 deserialization to read from a data wrapper.
  • Change OnlineCaptchaResolver behavior and adjust Docker packaging/runtime base image.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Lagrange.Milky/Utility/Signer.cs Removes versioned URL composition, adds qua to Android requests, and updates appinfo_v2 parsing to AndroidSignerResponse<BotAppInfo>.
Lagrange.Milky/Utility/JsonUtility.cs Registers AndroidSignerResponse<BotAppInfo> in the STJ source-gen context.
Lagrange.Milky/Utility/CaptchaResolver/OnlineCaptchaResolver.cs Replaces backend polling with stdin-based input.
Lagrange.Milky/Resources/appsettings_schema.json Updates schema to no longer require Signer.Version.
Lagrange.Milky/Resources/appsettings.jsonc Removes the Signer.Version sample setting.
Lagrange.Milky/Resources/Dockerfile Switches final image from scratch to alpine and changes publish/runtime assumptions.
Lagrange.Milky/Configuration/SignerConfiguration.cs Removes the Version property.
Lagrange.Core/Internal/Packets/Login/WtLogin.cs Replaces derived MainSigMap with a hardcoded numeric value.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Wesley-Young Wesley-Young changed the title ProgramRipper Fix Milky Dockerfile Feb 9, 2026
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