atomic: update to 0.9.17 - #2885
Merged
Merged
Conversation
|
Tick the box to add this pull request to the merge queue (same as
|
cameronraysmith
force-pushed
the
fm/vx-atomic-0917-update
branch
from
September 1, 2026 04:35
e78cfa1 to
e09ea4a
Compare
Regenerate the npm source, dependency hashes, and distribution repair patch with the package-owned updater. Verification: nix build .#atomic; ./result/bin/atomic --version; nix eval --raw .#atomic.version; nix eval --raw .#apps.<system>.update-atomic.program
cameronraysmith
force-pushed
the
fm/vx-atomic-0917-update
branch
from
September 1, 2026 05:37
e09ea4a to
27ad231
Compare
cameronraysmith
changed the base branch from
main
to
fm/vx-release-notes-preset-pin
September 1, 2026 05:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update Atomic from 0.9.16 to 0.9.17 with the package-owned update app. The updater regenerated the npm source hash, dependency hash, manifest version, and distribution repair patch.
Atomic 0.9.17 fixes Intercom broker retirement and successor-file safety.
Sibling update inventory
Only GitHub releases marked Latest were treated as safe targets.
The three failing flake apps copy their updater into the Nix store. Each script resolves its directory as /nix/store and then looks for package.nix beside the copied script. No pinned value was edited by hand after these failures.
Omnigraph was not classified as agent tooling: its package and module contracts describe a lakehouse graph database. Its 0.10.0 release also requires a coordinated upgrade and index rebuild. uncomment-bin was not classified as agent tooling because it is a general-purpose comment-removal utility; its pinned 3.0.3 release is current.
Coupling findings
Atomic 0.9.17 still omits @earendil-works/pi-coding-agent from the compiled Bun loader virtualModules map. The statement in pkgs/by-name/pi-openai-server-compaction/package.nix therefore remains true and was not changed. Atomic 0.9.17 loader source
Atomic 0.9.17 changes only Intercom broker retirement behavior. The release notes and complete 0.9.16..0.9.17 tagged diff contain no change, rename, or deprecation for extension events, launch flags, or model-effort handling. The ui_prompt_start and ui_prompt_end events remain unchanged. Atomic 0.9.17 release Atomic changelog
Verification
The package build, binary version check, package evaluation, and update-app evaluation cover the changed package and app wiring. The full flake check set was omitted because the change affects one package derivation.