feat: repo map (#496)
* feat: repo map * chore: remove breakline * chore: remove spaces * fix: golang public method * feat: mentions for editing input
This commit is contained in:
@@ -21,6 +21,7 @@ struct TemplateContext {
|
||||
ask: bool,
|
||||
question: String,
|
||||
code_lang: String,
|
||||
filepath: String,
|
||||
file_content: String,
|
||||
selected_code: Option<String>,
|
||||
project_context: Option<String>,
|
||||
@@ -45,6 +46,7 @@ fn render(state: &State, template: &str, context: TemplateContext) -> LuaResult<
|
||||
ask => context.ask,
|
||||
question => context.question,
|
||||
code_lang => context.code_lang,
|
||||
filepath => context.filepath,
|
||||
file_content => context.file_content,
|
||||
selected_code => context.selected_code,
|
||||
project_context => context.project_context,
|
||||
|
||||
Reference in New Issue
Block a user