Skip to content

Feature Request: Allow configuring the name of OpenCode.md #59

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

Closed
ezynda3 opened this issue Apr 25, 2025 · 2 comments
Closed

Feature Request: Allow configuring the name of OpenCode.md #59

ezynda3 opened this issue Apr 25, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@ezynda3
Copy link

ezynda3 commented Apr 25, 2025

I've been playing around with a lot of AI coding tools and each one seems to want to create basically a readme about my repo in some special md file. Rather than have a separate Claude.md or OpenCode.md etc it would be nice to configure OpenCode to look at a specific file that I've configured. For example my team at work decided on conventions.md and we use this as context when working with AI coding tools.

@kujtimiihoxha
Copy link
Collaborator

Yeah this should be pretty easy to add, we could just add a new config to specify context files and use the config here https://github.com/opencode-ai/opencode/blob/main/internal/llm/prompt/prompt.go#L41

@kujtimiihoxha kujtimiihoxha added the enhancement New feature or request label Apr 25, 2025
@kujtimiihoxha
Copy link
Collaborator

@ezynda3 this has been fixed by #86 you can now specify the context files you want to include

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants