Skip to content

Releases: yinnho/opencarrier

v0.3.0 — 出生证分享 · 多平台渠道 · 预算告警

Choose a tag to compare

@yinnho yinnho released this 05 May 23:17

核心特性

出生证分享 & 邀请追踪

  • 全新的出生证分享页面(share.html),支持微信/飞书/钉钉/企业微信四平台扫码授权
  • 平台感知主动发送:Agent 能根据消息来源渠道,用对应平台回复用户
  • 邀请追踪分析系统 + 仪表板数据页面,追踪分享转化率

内置渠道插件系统

  • 微信 iLink:长轮询接收个人微信消息,支持扫码登录、多租户管理
  • 飞书 WebSocket:二进制 protobuf 协议实时接入飞书机器人
  • 钉钉 Stream:官方 Stream 通道,支持个人/企业内部应用
  • 企业微信:内置 SmartBot WebSocket 连接

成本与工具

  • 预算告警系统:基于 MeteringEngine 的月度 token 用量监控,支持多阈值告警
  • Pandoc 文件转换工具:Agent 可直接调用 file_convert 实现 PDF/DOCX/HTML/EPUB 等格式互转
  • MCP 服务器支持 Streamable-HTTP 与会话管理

7×24 自主调度

  • 四种调度模式:Continuous(持续自驱)、Periodic(定时任务)、Proactive(事件触发)、Reactive(被动响应)
  • 心跳监控修复:Reactive 模式 Agent 不再被误判掉线
  • Agent 启动时自动恢复 Created/Suspended 状态为 Running

开发者体验

  • Agent 支持中文 display_name,UI 更友好
  • 支持外部 CDP 服务器配置(如 Obscura)
  • 设备认证流程支持 cookie 会话复用,提升登录成功率

稳定性修复

  • 微信重新绑定后路由正确指向新 Agent
  • 微信 session 过期后 poll 线程自动复活
  • MCP 服务器 allowlist 匹配支持多段名称
  • 飞书/钉钉消息路由统一按 bot_uuid 处理

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 01 May 06:39
fix: daemon auth error should report, not fallback silently

When daemon is running but returns 401, show the error and hint to
configure API key. Only fall back to directory scan when daemon is
not running at all.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>