Skip to content

Releases: gaelic-ghost/socket

v6.17.3

06 Jun 20:45

Choose a tag to compare

Socket v6.17.3

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

  • The release helper also tries ssh galem@mac-mini.local codex plugin marketplace upgrade socket as a best-effort Mac mini refresh when it runs from /Users/galew. Set SOCKET_MAC_MINI_REFRESH=always to force it, SOCKET_MAC_MINI_REFRESH=never to skip it, or SOCKET_MAC_MINI_SSH_TARGET to override the target.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.17.3.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.

v6.17.2

06 Jun 20:10

Choose a tag to compare

Socket v6.17.2

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

  • The release helper also tries ssh galem@mac-mini.local codex plugin marketplace upgrade socket as a best-effort Mac mini refresh when it runs from /Users/galew. Set SOCKET_MAC_MINI_REFRESH=always to force it, SOCKET_MAC_MINI_REFRESH=never to skip it, or SOCKET_MAC_MINI_SSH_TARGET to override the target.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.17.2.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.

v6.17.1

06 Jun 19:58

Choose a tag to compare

Socket v6.17.1

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

  • The release helper also tries ssh galem@mac-mini.local codex plugin marketplace upgrade socket as a best-effort Mac mini refresh when it runs from /Users/galew. Set SOCKET_MAC_MINI_REFRESH=always to force it, SOCKET_MAC_MINI_REFRESH=never to skip it, or SOCKET_MAC_MINI_SSH_TARGET to override the target.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.17.1.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.

Socket v6.17.0

06 Jun 19:40
19857da

Choose a tag to compare

What changed

  • Added productivity-skills:codex-gui-worktree-workflow for Codex GUI worktree-first development guidance.
  • Added Codex local environment templates for SwiftPM, Xcode, Vapor, Hummingbird, and generic server-side Swift packages.
  • Updated Apple Dev Skills bootstrap and guidance-sync workflows to install missing .codex/environments/*.toml files, preserve customized existing files, and render Xcode scheme names into copied templates.
  • Added roadmap tracking for future .NET F#/C# Codex local environment templates and auto-install behavior.

Breaking changes

  • None.

Migration/upgrade notes

  • Existing repos with customized .codex/environments/*.toml files are preserved by the Apple Dev Skills sync workflows.
  • For Xcode repos, review the generated scheme name if the project stem does not match the desired scheme.

Verification performed

  • uv run pytest in plugins/apple-dev-skills
  • bash .github/scripts/validate_repo_docs.sh in plugins/apple-dev-skills
  • uv run pytest in plugins/productivity-skills
  • uv run scripts/validate_socket_metadata.py
  • git diff --check
  • Branch-local and Git-backed Socket marketplace smoke checks with isolated CODEX_HOME
  • scripts/release.sh release-ready 6.17.0

v6.16.2

06 Jun 19:27

Choose a tag to compare

Socket v6.16.2

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

  • The release helper also tries ssh galem@mac-mini.local codex plugin marketplace upgrade socket as a best-effort Mac mini refresh when it runs from /Users/galew. Set SOCKET_MAC_MINI_REFRESH=always to force it, SOCKET_MAC_MINI_REFRESH=never to skip it, or SOCKET_MAC_MINI_SSH_TARGET to override the target.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.16.2.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.

v6.16.1

06 Jun 18:56

Choose a tag to compare

Socket v6.16.1

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

  • The release helper also tries ssh galem@mac-mini.local codex plugin marketplace upgrade socket as a best-effort Mac mini refresh when it runs from /Users/galew. Set SOCKET_MAC_MINI_REFRESH=always to force it, SOCKET_MAC_MINI_REFRESH=never to skip it, or SOCKET_MAC_MINI_SSH_TARGET to override the target.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.16.1.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.

v6.16.0

06 Jun 17:03

Choose a tag to compare

What changed

  • Added source-bundled Codex custom-agent role definitions for Swift Steward and adjacent read-heavy maintenance work:
    • swift-steward
    • server-swift-steward
    • repo-docs-auditor
    • code-slice-tracer
    • skills-repo-guidance-sync
  • Added validator coverage for custom-agent TOML contracts, read-only role policy, and review-packet roles.
  • Updated Apple Dev Skills, Server-Side Swift, Productivity Skills, and Agent Plugin Skills guidance to route broad read-heavy discovery toward these roles while keeping write ownership in the main thread.
  • Documented the implemented role set, deferred apply-mode work, and source-bundled custom-agent scope.

Breaking changes

  • None.

Verification

  • uv run scripts/validate_socket_metadata.py
  • uv run pytest
  • uv run ruff check .
  • uv run mypy
  • Local temporary CODEX_HOME marketplace add/remove smoke check
  • scripts/release.sh release-ready 6.16.0

v6.15.5

06 Jun 16:15

Choose a tag to compare

Socket v6.15.5

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.15.5.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.

v6.15.4

06 Jun 14:31

Choose a tag to compare

Socket v6.15.4

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.15.4.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.

v6.15.3

05 Jun 00:57

Choose a tag to compare

Socket v6.15.3

What changed

  • Bumped the shared Socket patch version for a trusted maintainer patch refresh.
  • Refreshed Git-backed Socket marketplace consumers after the release was published.

Breaking changes

  • None.

Migration/upgrade notes

  • Run codex plugin marketplace upgrade socket to refresh a local Codex install.

Verification performed

  • Ran uv run scripts/validate_socket_metadata.py.
  • Ran scripts/release.sh release-ready 6.15.3.
  • Verified the GitHub release object after creation.
  • Verified branch accounting before the marketplace upgrade.

Subtree accounting

  • No subtree push required; Socket owns the canonical plugin payloads for this release.