registry: add longbridge-terminal (github:longbridge/longbridge-terminal)#10073
Conversation
Adds the Longbridge Securities AI-native CLI via cargo backend. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request registers the longbridge-terminal backend. The reviewer pointed out that since the binary name (longbridge) differs from the crate name (longbridge-terminal), the bin option must be explicitly specified in the configuration to prevent execution failures.
| @@ -0,0 +1,2 @@ | |||
| backends = ["cargo:longbridge-terminal"] | |||
There was a problem hiding this comment.
Since the binary name (longbridge) is different from the tool/crate name (longbridge-terminal), you need to specify the bin option in the registry. Otherwise, mise will look for a binary named longbridge-terminal and fail to shim or execute it correctly.
| backends = ["cargo:longbridge-terminal"] | |
| [backends] | |
| "cargo:longbridge-terminal" = { bin = "longbridge" } |
Greptile SummaryThis PR adds a registry entry for
Confidence Score: 5/5This is a single, additive registry TOML file with no logic changes — safe to merge from a technical standpoint. The file is a straightforward registry addition that follows the established format. The github: backend is correctly listed first, the bin alias is set, and the test command matches the pattern used by other entries. No correctness or integration issues were found in the changed file. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "registry: add longbridge-terminal (githu..." | Re-trigger Greptile |
Summary
Adds longbridge-terminal to the mise registry.
longbridge-terminallongbridgegithub:longbridge/longbridge-terminal(pre-built binaries for macOS/Linux/Windows)cargo:longbridge-terminalInstall
Registry entry
Popularity