feat: surport muilt claude code terminal(only surport claude code) - #32
Open
zhongfuxiao wants to merge 9 commits into
Open
feat: surport muilt claude code terminal(only surport claude code)#32zhongfuxiao wants to merge 9 commits into
zhongfuxiao wants to merge 9 commits into
Conversation
fix: 在windows中,Claude命令行安装路径包含空格导致的claude.cmd不是内部或外部命令问题
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary · 概述
**feat: surport muilt claude code terminal(only surport claude code)). **
**terminal1: wechat-claude-multi-start 3 --cwd D:\project-A **
**terminal2: wechat-claude-multi-start 0 --cwd D:\project-B **
**in weachat, use /claude@3 hi & /claude@0 who are u send messages to each terminal ( 3 and 0 are what number u like) **
**the message from CC will like [claude@3] hi & [claude@0] I'm CC **
**支持开启多个claude code终端,收发多个claude code终端消息 **
**终端1:wechat-claude-multi-start 3 --cwd D:\project-A **
**终端2:wechat-claude-multi-start 0 --cwd D:\project-B **
**在微信app中,使用 /claude@3 你好 & /claude@0 分别给对应终端发消息 **
**从终端返回的消息会存在 [claude@3] hi & [claude@0] I'm CC 标识信息来源 **
Related issue · 关联 issue(可选): #
Checklist · 自查
bun test test、npm run lint)feat:/fix:/docs:/test:/refactor:/build:/chore:)Details · 详细说明
本次改动较大,涉及较多,且仅支持了claude code,如有需要各种参考实现其他多agent
实现方式,将原单例brige改为多实例,且各自路由分开,原命令及使用均不受影响