Skip to content

chore(deps): update github-actions - #440

Merged
nedtwigg merged 1 commit into
mainfrom
renovate/github-actions
Aug 24, 2026
Merged

chore(deps): update github-actions#440
nedtwigg merged 1 commit into
mainfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
anthropics/claude-code-action action digest 459ad35c81e3bc
chromaui/action action minor v18.1.0v18.5.0

Release Notes

chromaui/action (chromaui/action)

v18.5.0

Compare Source

🚀 Enhancement
  • Include more git info in diagnostics and debug logging for ancestor calculation #​1429 (@​tmeasday)
Authors: 1

v18.4.0

Compare Source

🚀 Enhancement
Authors: 1

v18.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Authors: 3


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Only on Monday (* * * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 24, 2026

Copy link
Copy Markdown

Deploying mouseterm with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2858c4f
Status: ✅  Deploy successful!
Preview URL: https://dfbcd872.mouseterm.pages.dev
Branch Preview URL: https://renovate-github-actions.mouseterm.pages.dev

View logs

@nedtwigg
nedtwigg merged commit 04706bc into main Aug 24, 2026
6 checks passed
@nedtwigg
nedtwigg deleted the renovate/github-actions branch August 24, 2026 17:35
max-sixty pushed a commit to max-sixty/tend that referenced this pull request Sep 1, 2026
… output (#1127)

`code-review`'s Output section is written for a subagent invocation —
"return the findings to the caller". Run inline, which is what happens
whenever the review session doesn't spawn a subagent, there is no
separate caller: the session *is* the caller, so "return to the caller"
collapses into "emit as my message", and a session that has just
produced what reads as its deliverable ends the turn. The review never
posts and the findings survive only in the session log — the failure
[reported on
#1079](#1079 (comment)),
three occurrences in nine days on a downstream adopter, most recently on
a substantive diff carrying two `CONFIRMED` findings.

This names the inline case in the output contract — the findings go to
the caller's next step, not to the reader — and adds the reciprocal at
the call site, so `review` step 5 names step 6 as what follows rather
than leaving the pass's return as the last instruction in view.

Verified: `uv run pytest` (882 passed), `pre-commit` on both changed
files. No test pins either file's text.

<details><summary>Why this shape rather than another round of "run the
pass"</summary>

#937 and #1080 established that re-wording a mandate doesn't move
stochastic compliance; #1080's gate (step 6 states what the pass
returned) is the mechanism that did. This failure sits *upstream* of
that gate — the session ends before reaching step 6, so a precondition
at step 6 can't fire. The fix isn't a stronger instruction to continue,
it's removing the instruction that reads as terminal: "return to the
caller" is accurate for a subagent and literally impossible to satisfy
inline, and the session resolves the impossibility by treating its own
message as the return.

That also bounds the change: two sentences correcting a contract that is
wrong for one of its two execution modes, not a new gate.

Reported occurrences, all downstream: diffplug/dormouse#493 round 5,
plus diffplug/dormouse#440 and diffplug/dormouse#443. The first is
post-#1080, which is what makes it visible — with the pass promoted to
its own numbered step, its output is a step deliverable, so a session
mistaking it for *the* deliverable now stops with a fuller-looking
result.

</details>

---------

Co-authored-by: tend-agent <270458913+tend-agent@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant