Skip to content

fix: task queue#471

Open
gewenyu99 wants to merge 5 commits into
mainfrom
posthog-code/bump-claude-agent-sdk-again
Open

fix: task queue#471
gewenyu99 wants to merge 5 commits into
mainfrom
posthog-code/bump-claude-agent-sdk-again

Conversation

@gewenyu99
Copy link
Copy Markdown
Collaborator

Problem

Anthropic changed TodoWrite, see https://github.com/anthropics/claude-agent-sdk-typescript/releases/tag/v0.3.142

Changes

Updates the SDK and how we use it to match the new anthropic patterns

Test plan

@github-actions
Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci misc
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci misc/quack-quack
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

@gewenyu99 gewenyu99 changed the title Fix task queue fix: task queue May 22, 2026
@gewenyu99 gewenyu99 marked this pull request as ready for review May 24, 2026 00:55
@gewenyu99 gewenyu99 requested a review from a team May 24, 2026 00:55
Copy link
Copy Markdown
Member

@edwinyjlim edwinyjlim left a comment

Choose a reason for hiding this comment

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

lots of test runs and CI on monday!

Comment on lines +1294 to +1299
export enum TaskTool {
Create = 'TaskCreate',
Update = 'TaskUpdate',
Get = 'TaskGet',
List = 'TaskList',
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

let's start thinking about a nice place for these types, interfaces, and handling functions to live

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yeh. This agent interface file is kinda wild.

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.

2 participants