chore(deps): bump actions/checkout from 5 to 6 - #5
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabotBotforce-pushed
the
dependabot/github_actions/actions/checkout-6
branch
from
May 12, 2026 08:09
e8c625b to
9045b1bCompareContributorAuthor
Looks like actions/checkout is up-to-date now, so this is no longer needed. |
qnbs added a commit
that referenced
this pull request
Jun 10, 2026
…i18n Addresses every inline review comment on PR #106: - #2 proForgeHistoryStore: reset cached dbPromise on open error so a failed IDB open can be retried instead of poisoning the singleton. - #3 proForgeHistoryStore: resolve/reject on tx.oncomplete/onerror/onabort (not request.onsuccess) so a save only resolves once durably committed. - #4 applyReviewEdits: anchor stale-offset edits to the occurrence nearest the original range and skip already-claimed positions, so duplicate phrases map to distinct occurrences deterministically. - #5 baseAgent.gatherMemoryContext: feed a project-derived query (title/logline/genre) + ragMode into memory-bank retrieval instead of an undefined query; all 6 AI agents now route through it. - #6 PipelineReviewPanel: await submitReview before announce/navigate. - #7 useProForgeOrchestrator: always dispatch loadRunHistory (even []) so switching projects clears stale history. - #1 i18n: translate ~55 proforge.review.*/stageName.* keys to es/fr/it (were English fallback); rebuild bundles. Tests updated for the 4-arg gatherMemoryContext signature (diagnostic/structural/publishing) + duplicate-phrase edit cases. Local gates green: typecheck (--checkers 4), lint, full proForge suite. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
qnbs added a commit
that referenced
this pull request
Jun 10, 2026
- #5 MCP memory re-seed duplicates: cache capability per payload (sha1 of payload) in capability.ts + deterministic seed ids (projectId:category:key) in nodeProForgeCapability so rebuilds overwrite instead of minting fresh ids. - #7 Copilot stuck 'streaming' on close: useGlobalCopilot.close() now resets finishLastAssistant + setStatus('idle') when streaming, so future sends work. - #4 import-time crash on bad --project: read the file lazily inside resolveCapability, wrapped in an actionable ProForgeError(VALIDATION). - #6 empty-string runId: runId -> z.string().min(1).optional() in both getSupervisorStatus + getHistory schemas (now a VALIDATION error). - #8 disabling enableGlobalCopilot: useSettingsView clears + closes the copilot session on toggle-off so re-enabling never restores a stale panel. - #1-3 raw err in MCP responses: fail() returns a generic 'Internal error' for unexpected errors and writes detail to stderr only; our own ProForgeError messages still pass through (actionable). Tests: capabilityLayer empty-runId VALIDATION, idempotent node seeding, useGlobalCopilot.close reset, useSettingsView copilot clear-on-disable; MCP smoke extended with idempotent-seed + missing-project VALIDATION assertions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 freeto 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.
Bumps actions/checkout from 5 to 6.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)