code incompleted on npmjs.com/package/claude-ai
simonwcode opened this issue · 2 comments
simonwcode commented
use "npm install claude-ai" will get a incomplete code project
dont have index.d.ts
startConversation dont call init
Explosion-Scratch commented
I'll release a new version with these fixes soon
simonwcode commented
I also found index.d.ts is not matched with index.js in main branch.
startConversation should return Conversation which include method sendMessage, index.d.ts dont have