fix: align WeChat channel modes

This commit is contained in:
lofyer
2026-08-10 11:47:03 +08:00
parent a9ae00a845
commit 2cb712e4ba
11 changed files with 36 additions and 27 deletions
@@ -13,8 +13,8 @@ describe('parseRemoteChannelPrompt', () => {
workMode: 'execute',
prompt: '请整理下载目录'
})
expect(parseRemoteChannelPrompt('总结进展', 'plan')).toEqual({
workMode: 'plan',
expect(parseRemoteChannelPrompt('总结进展', 'ask')).toEqual({
workMode: 'ask',
prompt: '总结进展'
})
})