chore(deps): update actions/checkout action to v6#7
Conversation
|
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit in Settings → Usage. Once credits are available, reopen this pull request to trigger a review. |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
e62cd79 to
8304edb
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8304edb to
0a831d6
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Free Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
d92ab2d to
6235788
Compare
- `.ai/memory/README.md` "What this is not" — varied bullet phrasing to drop the repetitive "Not a …" pattern. - `AGENTS.md` package-boundary list — varied verbs (Place / live in / houses / belong / stay) to avoid the repetitive "Keep …" pattern. - `AGENTS.md` rule #7 — added Windows symlink caveat noting that POSIX-style symlinks may not check out cleanly without developer mode or `core.symlinks=true`, with a fallback to junctions or a recursive copy of `.ai/skills/`.
22a39f3 to
e34c56e
Compare
e34c56e to
91f1ba3
Compare
…gent
Two related fixes for the "Accept makes the card vanish with no
feedback" complaint:
- Proposals carry an optional `acceptedAt` timestamp on the client
shape. When the apply succeeds, the reducer stamps the proposal
with that timestamp instead of dropping it; ProposalCard +
TurnGroup short-circuit to a quiet `AppliedLogLine` ("· Applied
HH:MM — <path> (+N −M)") in the same row. Reads as continuous
history rather than a disappearance, mirrors the design's
LoggedLine, and pairs with the past-tense rhythm Sonia called
for in bullet #7.
- A hidden side-channel user turn is appended after a successful
apply. The text reads like the user reporting the acceptance to
the model — "(I accepted your proposal to create the document
for blog/post-1. It's now a draft.)" — so the next chat round
trip carries the signal through `conversationHistory` and the
agent can stop suggesting the same change. `AssistantMessage`
gains a `hidden?: boolean` flag the panel filters out of the
visible timeline; the conversation-history serializer keeps
filtering on text presence so hidden messages still ride along.
Implementation notes:
- New reducer action `mark-proposal-accepted` replaces the
`remove-proposal` dispatch on the accept path. `remove-proposal`
stays as-is for the reject flow.
- The acceptance-signal copy is shaped per proposal kind so the
model gets the right verb (created / deleted / rewrote / inserted
/ updated frontmatter) plus the doc path when one's available.
- The 6s undo countdown the design also describes is intentionally
not part of this commit — that needs the in-place countdown bar
+ ⌘Z stack from the reference, which lands cleanly on top of
this state shape in a follow-up.
91f1ba3 to
69a86bc
Compare
69a86bc to
99e77bb
Compare
This PR contains the following updates:
v4→v6Release Notes
actions/checkout (actions/checkout)
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v6Compare Source
v5.0.1Compare Source
What's Changed
Full Changelog: actions/checkout@v5...v5.0.1
v5.0.0Compare Source
What's Changed
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
Full Changelog: actions/checkout@v4...v5.0.0
v5Compare Source
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in #1941isGhesby @jww3 in #1946v4.2.1Compare Source
v4.2.0Compare Source
v4.1.7Compare Source
v4.1.6Compare Source
v4.1.5Compare Source
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in #1707v4.1.4Compare Source
extensions.worktreeConfigwhen disablingsparse-checkoutby @jww3 in #1692v4.1.3Compare Source
sparse-checkoutby @jww3 in #1656actions/checkoutversion inupdate-main-version.ymlby @jww3 in #1650v4.1.2Compare Source
sparse-checkoutoption is not present @dscho in #1598v4.1.1Compare Source
v4.1.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.