Skip to content

Conversation

@deathbeam
Copy link
Collaborator

Moves the prompt resolution functions (resolve_prompt, resolve_tools, resolve_model, and resolve_functions) from the main CopilotChat module to the CopilotChat.prompts module. Updates all references and documentation to use the new location. This improves code organization by separating prompt parsing logic from the main chat interface.

BREAKING CHANGE: The prompt resolution functions have been moved to require('CopilotChat.prompts')

Moves the prompt resolution functions (`resolve_prompt`, `resolve_tools`,
`resolve_model`, and `resolve_functions`) from the main CopilotChat module
to the `CopilotChat.prompts` module. Updates all references and documentation
to use the new location. This improves code organization by separating prompt
parsing logic from the main chat interface.

BREAKING CHANGE: The prompt resolution functions have been moved to `require('CopilotChat.prompts')`
@deathbeam deathbeam merged commit cb8fb0f into CopilotC-Nvim:main Oct 23, 2025
4 checks passed
@deathbeam deathbeam deleted the better-structute branch October 23, 2025 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant