feat: inline edit
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled

This commit is contained in:
Carl-Robert Linnupuu 2025-09-16 01:38:17 +01:00
parent 80ba956c5e
commit fdfde4243d
55 changed files with 4274 additions and 696 deletions

View file

@ -255,6 +255,7 @@ notification.compilationError.okLabel=Resolve errors
notification.completionError.description=Completion failed:<br/>%s
statusBar.widget.tooltip=ProxyAI: Status
shared.acceptAll=Accept All
shared.rejectAll=Reject All
shared.promptTemplate=Prompt template:
shared.infillPromptTemplate=Infill template:
shared.apiVersion=API version:
@ -404,3 +405,9 @@ conversation.status.sortedBy=Sorted by: {0}
conversation.deleteConfirmation.message=Are you sure you want to delete this conversation?
conversation.deleteConfirmation.title=Delete Conversation
chat.message.welcome=Hi <strong>{0}</strong>, I'm ProxyAI! You can ask me anything, but most people request help with their code. Here are a few examples of what you can ask me:
inlineEdit.status.preparingReplacement=Preparing replacement...
inlineEdit.tooltip.ready=Ready to apply changes
inlineEdit.tooltip.searching=Searching for pattern...
inlineEdit.hint.searchingFor=Searching for: {0}
inlineEdit.status.waiting=Waiting for model response…
inlineEdit.status.noChanges=No applicable changes found