Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When repo is initialized and then user initializes another repo, the agent would still try to perform actions on the earlier specified one #309

Closed
mihai169 opened this issue Jan 27, 2025 · 1 comment
Assignees
Labels

Comments

@mihai169
Copy link
Collaborator

mihai169 commented Jan 27, 2025

Current State:

  • Agent is connected to repo A
  • User asks agent to initialises repo B
  • User ask agent to create issue on repo B
  • Agent creates issue on repo A

Desired State:

  • Agent is connected to repo A
  • User asks agent to initialises repo B
  • User ask agent to create issue on repo B
  • Agent creates issue on repo B

Feature: Repository Initialization and Agent Behavior

Scenario: Ensure agent performs actions on the initialised repository even if another repository was previously initialised

And the agent is asked to initialise a "Repo B" by the user
The agent then will initialise "Repo B"
And the agent should perform actions on "Repo B"
@mihai169
Copy link
Collaborator Author

mihai169 commented Feb 6, 2025

Re tested the issue, this problem is solved.

@mihai169 mihai169 closed this as completed Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants