Version Packages - #329
Merged
Merged
Version Packages#329
Conversation
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
cargo-hauler@0.9.14
Patch Changes
agent-bundleand@agent-bundle/runtimeto the pkg.pr.new preview at4f62216f30(agent-bundle 0.3.0,@agent-bundle/runtime0.2.0) and rebuild the committed plugin artifact.cc-1. A zero-padded id such ascc-01is rejected as unknown instead of queueing an--afterdependent that never wakes or makingawaitsleep its full wait.hauler --helpnow lists the routedkillandwebcommands. The await timeout notice and the pending-ticket guidance now say a plain await waits 30s and name the option that raises it up to 2h (--max-wait-mson the CLI,maxWaitMsfor the MCP tool).haulerrun from TypeScript source no longer loads every@effect/platform-nodemodule at startup, and a lint rejects Effect package-root imports. The bundled binaries are unchanged.hauler execthat loses its daemon duringhauler daemon restartnow names what failed while it reconnects, for example that the daemon closed the connection before answering its readiness ping. It no longer printsdaemon startup failed: ConnectionClosed:with an empty message.cargo test -p other --lib -- filterorcargo check -p othersubmitted a second later sat behind it, then waited out a permit of its own; those requests now ride the head's composite run. The fold rules themselves are unchanged.--locked,--frozen, and--offlinewhen every participant passes the same ones. These flags only assert things about the lockfile and network access for the whole invocation, but until now any of them kept a request out of every compile batch and test composite. In the last day a quarter of brokeredbuild/check/clippy/testleaders carried--locked. A one-sided flag still refuses the fold, because the composite runs with the leader's flags.Running the kernel constructorno longer reads as a hidden cargo run, and a wrappedcargo doc(Documenting foo) now does.hauler killwith no daemon running now exits 0 and reportsnothing to kill (the daemon is stopped)with the ticket's ledger record, likeresultandawait, instead of failing with[render-failed]. The kill result now carries adaemonfield.hauler execandhauler requestnow refuse a program that is not cargo, such ashauler exec -- ls -la, withprogram must be cargo, got lsand exit code 2. Before, the daemon or the local passthrough ran it and reported it as a cargo run.hauler daemon restartagainst a daemon that accepts the connection but never answers now reports that its running state is unknown and that it was not restarted. It no longer claims no daemon was serving or tries to start a second one.hauler status,log,last, and the dashboard now lead with why an unresponsive daemon could not be read, such assocket could not be opened (EACCES), instead of claiming the daemon is up but slow.hauler daemon restartprintsrestarted from pid 41 (0.4.1) to pid 42 (0.4.4), a passthrough printsrunning cargo directly: daemon unreachable, and a finished-ticket notice ends withCall hauler_result cc-42.. Status values, exit codes, ticket ids,prefix: detailerror shapes, and field labels are unchanged.