Improve AI agent CLI access constraints #22

Open
opened 2026-07-29 15:26:55 +00:00 by puter · 0 comments
Owner

The current system prompt for the AI agent (Zopu) has overly restrictive CLI access rules. The agent can only list and create Gitea issues, but cannot edit, close, reopen, or comment on issues. This severely limits the agent's ability to manage the repository effectively.

Current limitations:

  • Can list issues
  • Can create issues
  • Cannot edit issues
  • Cannot close/reopen issues
  • Cannot add comments to issues
  • Cannot do git operations (push, merge, commit, etc.)

Requested improvements:

  • Allow full issue management (create, edit, close, reopen, comment)
  • Allow safe git operations (read-only by default, write with confirmation)
  • Enable the agent to be a more effective repository collaborator

Impact: These constraints prevent the AI agent from performing basic repository management tasks that would be expected of a collaborator.

The current system prompt for the AI agent (Zopu) has overly restrictive CLI access rules. The agent can only list and create Gitea issues, but cannot edit, close, reopen, or comment on issues. This severely limits the agent's ability to manage the repository effectively. **Current limitations:** - Can list issues ✅ - Can create issues ✅ - Cannot edit issues ❌ - Cannot close/reopen issues ❌ - Cannot add comments to issues ❌ - Cannot do git operations (push, merge, commit, etc.) ❌ **Requested improvements:** - Allow full issue management (create, edit, close, reopen, comment) - Allow safe git operations (read-only by default, write with confirmation) - Enable the agent to be a more effective repository collaborator **Impact:** These constraints prevent the AI agent from performing basic repository management tasks that would be expected of a collaborator.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: puter/zopu-code#22
No description provided.