Bump golang.org/x/crypto from 0.49.0 to 0.50.0 in /services/chau7-remote - #10
Merged
schiste merged 1 commit intoApr 10, 2026
Conversation
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.49.0 to 0.50.0. - [Commits](golang/crypto@v0.49.0...v0.50.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/go_modules/services/chau7-remote/golang.org/x/crypto-0.50.0
branch
April 10, 2026 08:19
schiste
added a commit
that referenced
this pull request
May 10, 2026
`adoptAIHistorySession` is invoked by AppModel's history-file watcher when a tool's on-disk session log matches the shell's directory / recent-activity window. It back-fills `lastAIProvider`, `lastAISessionId`, `lastAgentLaunchCommand` with `source == .observed` as a second chance when the primary restoreAIMetadata call came up empty. The existence of two independent hydration paths isn't obvious from reading `restoreAIMetadata` alone — add a docstring explaining the distinction and pointing at the test file that covers it. Documentation-only, no behavior change. Credit: own deep-review of restore pipeline, finding #10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
schiste
added a commit
that referenced
this pull request
May 10, 2026
`OverlayTab` is a struct, so reading `displayTitle` captures whatever the underlying `@Observable` session's values happened to be at evaluation time. SwiftUI only re-renders callers of this property when the struct itself diffs — a change to `session.aiDisplayAppName` or `session.devServer?.name` won't invalidate the read. The live chrome path lives in `TabSessionContent`, which observes the session directly. Add a docstring enumerating the property's semantics (point-in-time, not reactive) and pointing at `TabSessionContent` for live updates. Also list the safe non-reactive call sites (logs, closed-tab log, MCP snapshot response, command palette) so future callers know the distinction. Doc-only, no behavior change. Credit: own deep-review of tab-name pipeline, finding #10. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
schiste
added a commit
that referenced
this pull request
Jun 29, 2026
SessionFilesTracker forwarded every member verbatim to a private TurnFilesTracker (referenced nowhere else), adding an indirection layer with no distinct responsibility. Merged the two — renamed TurnFilesTracker to SessionFilesTracker (private(set) properties keep the read-only external surface) and deleted the wrapper. Callers unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <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 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.
Bumps golang.org/x/crypto from 0.49.0 to 0.50.0.
Commits
03ca0dcgo.mod: update golang.org/x dependencies8400f4assh: respect signer's algorithm preference in pickSignatureAlgorithm81c6cb3ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLengthDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)