fix(opencode): align agent create command with doc paths#12304
fix(opencode): align agent create command with doc paths#12304volker48 wants to merge 2 commits into
Conversation
|
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
|
I already pointed out at #14427
|
|
|
+1 on fixing this, but I'd like to suggest a soft-deprecation approach with a migration path. I independently hit this exact issue today while auditing my agent setup. The mismatch between ~/.config/opencode/ This split is confusing for users who read the docs, configure agents manually in I agree with @kunzaatko that an abrupt breaking change is risky. To move forward safely, I recommend:
|
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
What does this PR do?
Fixes #12302 Aligns the CLI agent create command output path with the agents path referenced in the docs.
How did you verify your code works?
Ran all tests and ran the updated command as well.