feat: first implementation for issues and pull requests

This commit is contained in:
2024-12-29 20:50:50 +01:00
parent dd6843091b
commit f46f60b723
13 changed files with 1248 additions and 859 deletions

View File

@@ -1,3 +1,14 @@
project_name: "gitea.nvim"
default_prompt_blocks:
- "basic-prompt"
preview_changes: false
interactive_file_selection: false
partial_acceptance: false
improved_debug: true
# We rely on token_limit to decide chunk sizes
token_limit: 128000
# Enable chunking if we exceed the token limit
enable_chunking: true