Skip to content

v1.9.3 — Pocket HTTP Server 完整版

Choose a tag to compare

@opc007 opc007 released this 17 Jun 14:27
· 6 commits to main since this release

v1.9.3 — Pocket HTTP Server 完整版

🎯 重点

5.29 Pocket 完整版:AgentShell 现在能跑本地 HTTP server 接收真实 webhook。

✨ 新增

Pocket HTTP Server(生产可用)

  • std::net + 多线程 — 无 axum/hyper 依赖
  • 3 个 endpoint
    • GET /agentshell/health — 健康检查
    • GET /agentshell/pairing — 列出配对
    • POST /agentshell/pocket — webhook 接收
  • 持久化入站日志~/.agentshell/pocket-inbound.log(每条 JSONL)
  • CORS 开启Access-Control-Allow-Origin: *
  • 请求统计(handled / last_request_at / last_error)

4 个新 Tauri 命令

  • pocket_server_start { port, bind }
  • pocket_server_stop
  • pocket_server_status
  • pocket_inbound_log { limit }

/pocket server 子命令

  • /pocket server start [port] — 默认 8787
  • /pocket server stop
  • /pocket server status — 状态 + 最近 5 条入站

🧪 测试

  • 11/11 单元测试 通过(HTTP server 实测 4 个 endpoint)
  • 0 TypeScript 错误
  • DMG 构建成功

📦 安装

DMG:Codex gx_1.9.3_aarch64.dmg

🔮 下一步候选

  • 5.31 Vision 多模态(图像/视频理解)
  • 5.30 Mobile Remote 完整版(真实公网接入)
  • v2.0 全功能版