Skip to content

Fix: mark uploaded objects as public for public agents#9

Merged
jason-rl merged 1 commit intomainfrom
fix/public-object-upload
Apr 10, 2026
Merged

Fix: mark uploaded objects as public for public agents#9
jason-rl merged 1 commit intomainfrom
fix/public-object-upload

Conversation

@jason-rl
Copy link
Copy Markdown
Contributor

Summary

  • Pass is_public: true to object creation when deploying public agents (file/tar source types)
  • Without this, objects uploaded for public agents are only visible to the publishing account, causing "object does not exist" errors when other accounts mount the agent

Test plan

  • Deploy a public file-type agent via publish_public_agents workflow on dev
  • Mount the agent from a different account and verify no "object does not exist" error

🤖 Generated with Claude Code

When deploying file/tar agents with the public: version prefix, the
uploaded object was not marked as public. This caused mount failures
because other accounts couldn't find the object via the DaoRouter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jason-rl jason-rl force-pushed the fix/public-object-upload branch from 474a752 to b16e0ec Compare April 10, 2026 22:58
@jason-rl jason-rl merged commit 09ceb41 into main Apr 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant