Skip to content

Conversation

@namastex888
Copy link

Summary

  • Update @anthropic-ai/claude-agent-sdk from 0.1.22 to 0.1.58
  • Update Claude Opus model from 4.1 to 4.5 (claude-opus-4-5-20251101)
  • Fix CLI query options per SDK API changes

Changes

SDK Update

  • Upgraded @anthropic-ai/claude-agent-sdk to latest version (0.1.58)
  • Updated query options: cwdworkingDirectory per SDK breaking change

Model Configuration

  • Updated Claude Opus model ID from claude-opus-4-1-20250805 to claude-opus-4-5-20251101
  • Updated all related aliases (opus-4-5, opus-4.5, etc.)

TypeScript Improvements

  • Added DeserializedServiceConnection interface for type safety
  • Added proper return type annotations to project-services functions

Package.json Fixes

  • Corrected main entry point to electron/main.js

Test plan

  • Verify Claude Code CLI integration works with new SDK
  • Test Opus 4.5 model selection and execution
  • Confirm project services work with updated types

- Update @anthropic-ai/claude-agent-sdk from 0.1.22 to 0.1.58
- Update Claude Opus model from 4.1 to 4.5 (claude-opus-4-5-20251101)
- Fix CLI query options: rename 'cwd' to 'workingDirectory' per SDK update
- Add TypeScript types for DeserializedServiceConnection
- Add proper return type annotations to project-services functions
- Fix package.json main entry point to electron/main.js
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