imbytecat imbytecat
  • Shanghai, China
  • Joined on 2022-11-05
imbytecat pushed to codex at agents/opencode 2026-03-15 16:46:09 +00:00
681d8340cb feat: 升级至 GPT-5.4 并调整代理模型分配
imbytecat pushed to main at agents/opencode 2026-03-15 16:07:14 +00:00
0b7cb68250 chore: 调整代理与分类模型映射
b228445039 chore: 更新模型定义参数并移除 GPT-5.2
Compare 2 commits »
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-10 08:58:31 +00:00
713ee5b79f docs(server): update encryptSummary example summary structure
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-10 08:35:03 +00:00
d7d6b06e35 fix(server): simplify report tag and hide platformPublicKey in config output
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-10 08:21:00 +00:00
1997655875 feat(server): persist platform public key and enrich OpenAPI docs
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-10 08:11:01 +00:00
9a2bd5c43a fix(server): 使用 lossless-json 无损处理 summary.json Long 精度
imbytecat pushed to main at agents/opencode 2026-03-10 08:05:05 +00:00
a6f01430ce chore: 修正 hephaestus 模型 ID 拼写
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-10 07:09:43 +00:00
42bc8605b4 docs: 添加摘要+ZIP 加密测试控制器参考
04ff718f47 docs: 移除旧版工具箱端授权对接指南文档
da82403f7f refactor(server): signAndPackReport 对齐 Kotlin 参考实现的摘要与签名结构
4a5dd437fa fix(server): setPgpPrivateKey 接口增加私钥格式校验
1945417f28 feat(crypto): 新增 validatePgpPrivateKey 校验函数
Compare 5 commits »
imbytecat pushed to main at agents/opencode 2026-03-10 03:49:20 +00:00
a1f5173300 chore: 移除 skill-creator skill
cdc3dd049b chore: 移除 bun-catalog-package skill
Compare 2 commits »
imbytecat pushed to main at agents/opencode 2026-03-10 01:36:12 +00:00
c89fef8381 chore: 移除 disabled_providers 配置
imbytecat pushed to main at agents/opencode 2026-03-10 01:33:23 +00:00
74af1b6c76 chore: 更新 librarian、explore 与 writing 模型配置
imbytecat pushed to main at agents/opencode 2026-03-10 01:30:56 +00:00
7e41c54a0c chore: 更新代理与分类模型配置
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 08:51:38 +00:00
8be32bf15b refactor(server): extract ZIP security checks into reusable safe-zip module
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 08:41:21 +00:00
1110edc974 docs: remove outdated UX API docs (superseded by OpenAPI /api/docs)
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 08:40:52 +00:00
a5fd9c1833 fix(crypto): replace deprecated .passthrough() with .loose() (Zod 4)
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 08:39:53 +00:00
3d27f8ccfa refactor(crypto): use Zod safeParse for summary.json validation instead of manual checks
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 07:34:09 +00:00
4d64cfb93d docs: 添加管理平台标准加密算法 Kotlin 参考实现
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 07:33:22 +00:00
2651ec0835 fix(crypto): 修复 RSA-OAEP 加密与 Java SunJCE 的 MGF1 哈希不兼容问题
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 06:55:25 +00:00
122dead202 refactor(server): 简化 signAndPackReport 接口,PGP 私钥本地存储、summary.json 从 ZIP 提取
imbytecat pushed to ux at imbytecat/fullstack-starter 2026-03-06 06:37:58 +00:00
ec41a4cfc7 docs(contract): 为所有 API 的 input/output 添加 OpenAPI examples,便于厂商测试