Related reading
MozPhab 2.17.0 Released
MozPhab 2.17.0 has been released, addressing three bugs. Key improvements include parallelizing per-commit upload and creatediff, and skipping unnecessary git checkout restoration.
Mozilla Automation Teammozilla.org1 minreleaseInside ZCode: Silently uploading your Git history to the cloud
ZCode (Zhipu’s AI coding desktop) silently archives your entire workspace—including full .git history, LFS cache, and config—encrypts it with a server‑supplied RSA public key, and uploads the ciphertext directly to Aliyun OSS. The upload runs unconditionally for any logged‑in user, cannot be disabled via UI, and the decryption key lives only on the server, giving Zhipu full read access to your co…
Hacker News front pageferstar.org6 minpostmortemHN336113Perf wins from relocating MOZ_OBJDIR have a dev experience cost
Moving the Firefox build output directory (MOZ_OBJDIR) out of the source tree speeds up IDE indexing by removing massive artifact trees. The downside is that generated code shows up as missing symbols, so developers must balance indexing performance against code navigation.
Mozilla Automation Teamjonalmeida.com1 minJenkins World Speaker Highlight: Extending your Pipeline with Shared Libraries, Global Functions and External Code
A practical walkthrough of Jenkins shared libraries: repository layout, global vs scoped loading, a simple Groovy var (gbuild) that wraps Gradle, and the steps to configure and use the library in a pipeline.
Codeshipcloudbees.com6 minMigrating the GitHub Copilot runtime to Rust, using Copilot
The Copilot agent runtime was rewritten from a 130‑k‑line TypeScript/Node.js codebase into a native Rust library (~830 k lines of Rust) to reduce startup latency, memory use, and improve reliability. The migration was done incrementally (in‑place) across 128 PRs, with AI‑generated code handling most of the work. The new runtime exposes a C ABI for in‑process embedding by all six Copilot SDK langu…
GitHub Oldgithub.blog65 minHN188

