Skip to content

Bump golang.org/x/crypto from 0.49.0 to 0.50.0 in /services/chau7-remote - #10

Merged
schiste merged 1 commit into
mainfrom
dependabot/go_modules/services/chau7-remote/golang.org/x/crypto-0.50.0
Apr 10, 2026
Merged

schiste merged 1 commit into
mainfrom
dependabot/go_modules/services/chau7-remote/golang.org/x/crypto-0.50.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/crypto from 0.49.0 to 0.50.0.

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • See full diff in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 10, 2026
@schiste
schiste merged commit f4e1c81 into main Apr 10, 2026
5 checks passed
@dependabot
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant