Skip to content

Bump agent-session-kit to 0.6.3 - #7

Merged
AstroQore merged 1 commit into
mainfrom
chore/bump-agent-session-kit-0.6.3
Aug 31, 2026
Merged

Bump agent-session-kit to 0.6.3#7
AstroQore merged 1 commit into
mainfrom
chore/bump-agent-session-kit-0.6.3

Conversation

@AstroQore

Copy link
Copy Markdown
Owner

Summary

Auspex was pinned to 0.6.1, two releases behind. This branch was opened by the daily bump-agent-session-kit workflow and had not been turned into a pull request; it is worth landing rather than letting it age, because one of the two releases fixes a crash in exactly the shape Auspex runs.

0.6.3 — SO_NOSIGPIPE on every MCP socket descriptor. A peer vanishing between poll and write raised SIGPIPE and killed the host process with no crash report. The kit's release note describes the symptom as "a menu bar host's recurring silent exits after hours of uptime". Auspex is a long-running MCP server, so it is squarely in the blast radius. The listening descriptor, accepted descriptors, and the stdio bridge's connect descriptor now carry the flag, so a write to a departed peer fails with EPIPE and the ordinary teardown path runs.

0.6.2 — AntiGravity turn dating. agy ~1.1.18 stopped writing per-turn wall time and writes an elapsed offset instead; the reader now resolves it against the trajectory's own start time.

No API changes — pin bump only, plus the matching row in AGENTS.md.

Test plan

  • swift build: clean.
  • swift test: 1320 tests in 146 suites green, run five times. (One earlier run flaked while other builds were competing for the machine and did not reproduce.)

Follow-up

A later bump takes this to 0.7.0, which splits the kit into peer Swift and Rust implementation lanes. That change keeps every product name, path, and import identical for Swift consumers — verified by building this package against it — so it is a separate mechanical bump rather than part of this fix.

🤖 Generated with Claude Code

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T07:20:20.264499Z 752c155 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@AstroQore
AstroQore merged commit 05988c2 into main Aug 31, 2026
1 check passed
@AstroQore
AstroQore deleted the chore/bump-agent-session-kit-0.6.3 branch August 31, 2026 07:43
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