Conversation
Greptile SummaryThis PR adds Confidence Score: 5/5Safe to merge — straightforward registry entry following established patterns with no issues identified Single 3-line file addition with a correct backend path, description, and test command. The awk extraction of field $3 correctly captures the bare version string output by sing-box, consistent with how similar tools (wash, docker, etc.) are tested in the registry. No files require special attention Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[mise install sing-box] --> B[GitHub Backend]
B --> C[sagernet/sing-box releases]
C --> D[Download binary]
D --> E[Run: sing-box version]
E --> F[head -n1]
F --> G[awk print field 3]
G --> H{matches version?}
H -->|yes| I[Install verified]
H -->|no| J[Test failure]
Reviews (2): Last reviewed commit: "[autofix.ci] apply automated fixes" | Re-trigger Greptile |
### 🚀 Features - **(config)** Add Tera template support to miserc.toml by @richardthe3rd in [#8867](#8867) ### 🐛 Bug Fixes - **(env)** include tools-only redactions in `mise env --redacted` by @jakedgy in [#8956](#8956) - **(env)** pass dependency env to vfox backend plugin hooks by @cprecioso in [#8952](#8952) - **(shim)** fix race condition when removing in make_shim, when multiple plugins provide the same shim by @brander-john in [#8947](#8947) - **(spm)** derive API URL from host for self-hosted instances by @ThomasDutartre in [#8955](#8955) - **(task)** resolve env vars in usage tera templates when flags are provided by @jdx in [#8957](#8957) ### 📚 Documentation - **(python)** clarify attestation settings must be under [settings] in mise.toml by @fru1tworld in [#8939](#8939) ### 📦 Registry - added sing-box by @tony-sol in [#8944](#8944) ### Chore - **(ci)** remove auto-draft PR workflow by @jdx in [#8945](#8945) ### New Contributors - @ThomasDutartre made their first contribution in [#8955](#8955) - @jakedgy made their first contribution in [#8956](#8956) - @brander-john made their first contribution in [#8947](#8947) - @fru1tworld made their first contribution in [#8939](#8939)
Added sing-box into registry