Skip to content

Release 1.0.5#24

Merged
sf-jin-ku merged 1 commit intomainfrom
jin/release-1.0.5
Apr 10, 2026
Merged

Release 1.0.5#24
sf-jin-ku merged 1 commit intomainfrom
jin/release-1.0.5

Conversation

@sf-jin-ku
Copy link
Copy Markdown
Contributor

Summary

  • harden background review/status ownership so parent-thread jobs stay visible in plain $cc:status
  • make $cc:status --all repository-wide and fix large-diff review/fingerprint handling
  • document the 1.0.5 behavior in README and CHANGELOG and bump package/plugin versions

Verification

  • npm run check
  • npm pack --dry-run

@sf-jin-ku sf-jin-ku merged commit 952bf96 into main Apr 10, 2026
3 checks passed
@sf-jin-ku sf-jin-ku deleted the jin/release-1.0.5 branch April 10, 2026 09:45
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8d1e6f7a6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

continue;
}

regularPaths.push(relativePath);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include file mode in unstaged fingerprint hashing

This path hashing only tracks the pathname and blob digest for regular files, but never incorporates mode bits from lstat. When a file is already unstaged-dirty and a later turn only changes permissions (for example chmod +x), getWorkingTreeFingerprint() can produce the same signature even though git diff changed, so the stop-review gate’s signature comparison may incorrectly treat the turn as having no net edits. Hashing the file mode (and other non-content metadata) for regular paths would keep fingerprint behavior aligned with the actual diff state.

Useful? React with 👍 / 👎.

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