Dev agent doesnt know how to create PRs - guesses tea commands incorrectly #223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The dev agent is told to "Create a PR when the implementation is complete" but is not given explicit instructions on HOW to create a PR. The agent guesses
tea issue createinstead of the correct method.Error in Logs
Agent should be using
tea pr createnottea issue create.Root Cause
build_dev_agent_message()inkugetsu-session.shtells the agent to create a PR but does not provide explicit instructions on how to do so.Fix
Add explicit PR creation instructions to
build_dev_agent_message()inkugetsu-session.sh. The instructions should:tea pr createif available