Skip to content

Codex Desktop 使用时 list_projects 缺少 receipt 字段,导致任务无法派发 #6

Description

@Sneexy

环境

  • All in Luna:v2.0.0-rc.7
  • 入口:Codex Plugin Skill
  • 宿主:Codex Desktop
  • 项目:本地 Git 仓库

复现步骤

  1. 加载 All in Luna Plugin Skill。
  2. 针对本地 Git 仓库启动任务。
  3. All in Luna 编译出 4 个 Task Lane。
  4. 进入项目解析和派发阶段。

实际结果

任务无法派发。

codex_app__list_projects 返回了 schemaVersionprojects,但缺少以下字段:

  • environment,尤其是 type: "worktree"
  • actual_tool
  • actual_capability
  • action_contract_hash

因此 All in Luna 无法将结果识别为可验证的 HostReceipt,只能停止执行。

补充

插件本身已经正确加载。手工补充或伪造 receipt 不符合协议,重新安装插件也无法解决这个问题。希望确认这是 Codex Desktop HostAdapter 与 All in Luna receipt contract 的兼容性问题,还是当前版本尚未提供必要的 receipt 导出接口。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions