Skip to content

chore: release 0.4.26.2#77

Merged
patrick-chinchill merged 1 commit into
mainfrom
release/0.4.26.2
Apr 24, 2026
Merged

chore: release 0.4.26.2#77
patrick-chinchill merged 1 commit into
mainfrom
release/0.4.26.2

Conversation

@patrick-chinchill
Copy link
Copy Markdown
Collaborator

Summary

Ships 0.4.26.2 — a parity catch-up release for upstream chat@4.26.0. Bundles 8 merged PRs (#64, #65, #66, #67, #73, #74, #75, #76) plus small followup cleanups surfaced in post-merge review.

In this PR

  • pyproject.toml: 0.4.26.10.4.26.2
  • CHANGELOG.md: ## Unreleased## 0.4.26.2 (2026-04-24); dropped a stray leftover merge-conflict marker; corrected StreamingPlan.update_task typo to Plan.update_task (StreamingPlan doesn't implement it)
  • tests/test_thread_faithful.py: TestPostWithPlan docstring said the 3 Plan divergences (UpdateTaskInput.id / error propagation / FIFO ordering) were "unsupported/skipped" — they were actually fixed in test(plan): port 19 [post with Plan] tests (#55) #75. Rewrote the docstring.
  • src/chat_sdk/adapters/slack/adapter.py: kept asyncio.ensure_future with an inline comment explaining why — create_task fails pyrefly because the ChatInstance Protocol types process_options_load as Awaitable, not Coroutine.

Release highlights

Fidelity: all [getParticipants] / [thread] / [Options Load] / [post with Plan] / [Streaming] / [concurrency: queue attachment rehydration] gaps closed.

Test plan

  • uv run ruff check src/ tests/ scripts/ — clean
  • uv run ruff format --check src/ tests/ scripts/ — clean
  • uv run pyrefly check — 0 errors
  • uv run python scripts/audit_test_quality.py — 0 hard failures
  • uv run pytest tests/ -q — 3631 passed, 2 skipped

🤖 Generated with Claude Code

Version bump and CHANGELOG finalization for the 0.4.26.2 release bundle:

- pyproject.toml: 0.4.26.1 → 0.4.26.2
- CHANGELOG: ## Unreleased → ## 0.4.26.2 (2026-04-24); dropped stale
  leftover conflict marker

Fixes carried over from merged PRs:

- tests/test_thread_faithful.py:1750-1762 (#75 followup): TestPostWithPlan
  docstring claimed the 3 Plan divergences were "unsupported/skipped" — they
  were actually fixed in the same PR. Rewrote the docstring to reflect the
  fix.
- CHANGELOG (#75 followup): removed the stray "/ StreamingPlan.update_task"
  from the Plan.update_task.id bullet; StreamingPlan doesn't implement
  update_task — only Plan does.

Deferred the #66 `ensure_future → create_task` suggestion: the ChatInstance
Protocol types process_options_load as `Awaitable`, so `create_task` fails
pyrefly with `bad-argument-type`. `ensure_future` accepts Awaitable by
design. Added an inline comment pointing at the type contract so the
choice isn't re-litigated.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 2026

Warning

Rate limit exceeded

@patrick-chinchill has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 8 minutes and 16 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 8 minutes and 16 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 77d67216-08a5-4c65-bfbe-1aa6693dbf18

📥 Commits

Reviewing files that changed from the base of the PR and between 57de87f and e337f03.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • pyproject.toml
  • src/chat_sdk/adapters/slack/adapter.py
  • tests/test_thread_faithful.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.4.26.2

Comment @coderabbitai help to get the list of available commands and usage tips.

@patrick-chinchill patrick-chinchill merged commit 3698ddb into main Apr 24, 2026
10 checks passed
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the SDK to version 0.4.26.2, incorporating several fixes to align with the upstream TypeScript implementation. Key changes include enabling Plan.update_task to honor input.id, ensuring adapter.edit_object errors are correctly propagated, and resolving concurrency issues in the plan edit queue. The Slack adapter was also updated with explanatory comments regarding task creation, and test documentation was refreshed to reflect these improvements. I have no feedback to provide.

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