Skip to content

fix(cloud): add CLAUDE_MODEL to agent-cleanup.yml environment teardown #148

Description

@gHashTag

Task

The agent-cleanup workflow (.github/workflows/agent-cleanup.yml) should log the model used when cleaning up.

Acceptance Criteria

  • Add CLAUDE_MODEL to the env vars logged during cleanup
  • Print which model the agent used in the cleanup comment
  • Single file edit, ~5 lines

Files to edit

  • .github/workflows/agent-cleanup.yml

Implementation hint

In the cleanup step, add:

echo "Agent used model: ${CLAUDE_MODEL:-unknown}"

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions