• Joined on 2025-05-22
sam pushed to master at sam/PhoneWork 2026-03-30 01:40:58 +08:00
9c04d47c8e docs: 更新命令前缀从/改为//
sam pushed to master at sam/PhoneWork 2026-03-30 01:36:57 +08:00
3ca492634d refactor(feishu): 将send_text改为send_markdown的别名
sam pushed to master at sam/PhoneWork 2026-03-30 01:19:46 +08:00
f4249e5b0d fix(agent): 在passthrough模式下添加direct参数以绕过超时检查
sam pushed to master at sam/PhoneWork 2026-03-30 00:55:50 +08:00
1b2bb8cdc2 refactor: rename pty_process to cc_runner
a278ece348 feat: 添加可配置的命令前缀以避免与Claude Code冲突
Compare 2 commits »
sam pushed to master at sam/PhoneWork 2026-03-29 20:00:15 +08:00
ed70588d95 docs: 添加飞书 Bot 开发指南文档
sam pushed to master at sam/PhoneWork 2026-03-29 19:12:01 +08:00
5a9fe871fe feat(router): 在路由模式下仅处理特定命令
sam pushed to master at sam/PhoneWork 2026-03-29 18:38:30 +08:00
c6e38026ec feat(消息通知): 添加对markdown格式消息的支持
sam pushed to master at sam/PhoneWork 2026-03-29 18:29:25 +08:00
28e0fe7c27 refactor(agent): 移除未使用的通用问题检测逻辑
sam pushed to master at sam/PhoneWork 2026-03-29 18:14:52 +08:00
88b7eabe14 feat(节点跟踪): 改进用户跟踪功能并添加新用户通知
sam pushed to master at sam/PhoneWork 2026-03-29 18:11:13 +08:00
2a8f745b3d feat(router): 添加用户追踪和节点通知功能
sam pushed to master at sam/PhoneWork 2026-03-29 17:00:12 +08:00
ed7bbb1497 feat(router): 添加获取服务于所有用户的节点功能
sam pushed to master at sam/PhoneWork 2026-03-29 16:51:01 +08:00
c0ecea9d3a refactor: 将应用实例创建移至模块级别并优化主程序
sam pushed to master at sam/PhoneWork 2026-03-29 16:46:32 +08:00
9173aa6094 refactor(router): 重构项目结构,将主入口移至router/main.py
sam pushed to master at sam/PhoneWork 2026-03-29 16:18:46 +08:00
71e3f14788 feat(config): 支持从host_config.yaml加载配置
sam pushed to master at sam/PhoneWork 2026-03-29 16:11:23 +08:00
a7ea6307e7 build: 移除不再需要的pywinpty依赖
sam pushed to master at sam/PhoneWork 2026-03-29 15:41:03 +08:00
b36acf65ca refactor: 将端口配置从硬编码改为从配置文件读取
sam pushed to master at sam/PhoneWork 2026-03-29 15:33:20 +08:00
4ea15d4612 docs: 添加主机客户端配置示例文件并更新README
sam pushed to master at sam/PhoneWork 2026-03-29 15:04:30 +08:00
8591467592 docs(README): 更新WORKING_DIR字段的使用说明
sam pushed to master at sam/PhoneWork 2026-03-29 07:11:05 +08:00
d6183594d6 feat(handler): 添加消息去重功能防止飞书重复投递
cbeafa35a5 feat(perm): 添加会话权限模式管理功能
8dab229aaf feat: 添加测试框架及功能测试用例
Compare 3 commits »
sam pushed to master at sam/PhoneWork 2026-03-29 02:56:52 +08:00
6cf2143987 docs(feishu): 添加富文本组件文档并更新配置说明