migrate-honcho-ts
✓将 Honcho TypeScript SDK 代码从 v1.6.0 迁移到 v2.0.0。在升级 @honcho-ai/sdk、修复升级后的重大更改或错误提到已删除的 API(如 .core、getConfig、observations 或 Snake_case 属性)时使用。
SKILL.md
This skill migrates code from @honcho-ai/sdk v1.6.0 to v2.0.0 (required for Honcho 3.0.0).
Remove @honcho-ai/core from package.json. The SDK now has its own HTTP client.
Important: pollDeriverStatus() and its polling pattern have been removed entirely. Do not rely on the queue ever being empty. The queue is a continuous processing system—new messages may arrive at any time, and waiting for "completion" is not a valid pattern. If your code previously polled for queue completion, redesign it to work without that assumption.
将 Honcho TypeScript SDK 代码从 v1.6.0 迁移到 v2.0.0。在升级 @honcho-ai/sdk、修复升级后的重大更改或错误提到已删除的 API(如 .core、getConfig、observations 或 Snake_case 属性)时使用。 来源:plastic-labs/honcho。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/plastic-labs/honcho --skill migrate-honcho-ts- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 migrate-honcho-ts?
将 Honcho TypeScript SDK 代码从 v1.6.0 迁移到 v2.0.0。在升级 @honcho-ai/sdk、修复升级后的重大更改或错误提到已删除的 API(如 .core、getConfig、observations 或 Snake_case 属性)时使用。 来源:plastic-labs/honcho。
如何安装 migrate-honcho-ts?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/plastic-labs/honcho --skill migrate-honcho-ts 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/plastic-labs/honcho