Conversation
…uling, image resolution - #45: sattach now provides interactive I/O via bidirectional streaming AttachJob RPC. Spawns a shell in the job's namespace with stdin/stdout forwarding. Old output-only mode available via --output-only flag. - #46: CLI reads controller address from /etc/spur/spur.conf (or $SPUR_CONF) when SPUR_CONTROLLER_ADDR is not set. Priority: --controller > env var > config file > default. Single change in main.rs sets the env var before subcommand dispatch. - #47: Nodes that don't match any partition hostlist are auto-assigned to the default partition on registration. Fixes jobs staying PENDING with Reason=Priority when dynamically-registered nodes had empty partition lists. - #48: Agent's resolve_image() now tries basename fallback when an absolute path from the login node doesn't exist locally. Also adds ~/.spur/images fallback to match CLI behavior. Handles non-shared filesystem deployments. Co-Authored-By: Claude <noreply@anthropic.com>
This was referenced Apr 6, 2026
Closed
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
sattachnow provides interactive I/O via bidirectional streamingAttachJobRPC (spawns shell in job namespace with stdin/stdout forwarding). Old output-only mode available via--output-onlyflag./etc/spur/spur.conf(or$SPUR_CONF) whenSPUR_CONTROLLER_ADDRis not set. Single change inmain.rssets env var before subcommand dispatch — all 14 CLI commands automatically inherit.Reason=Prioritywhen dynamically-registered nodes had empty partition lists.resolve_image()now tries basename fallback when absolute path from login node doesn't exist locally. Also adds~/.spur/imagesfallback. Handles non-shared filesystem deployments.Test plan
cargo fmt --checkcleanCloses #45, #46, #47, #48
🤖 Generated with Claude Code