llama.vscode/src
igardev a544d93511
API key for getting models list, ultiline field for Edit with AI, qwen3.5 models added
- API key is used (if needed and provided) on getting the list of models for adding OpenAI compatible provider
- Multiline field for Edit with AI
- Qwen3.5 models (2B, 4B, 9B) added in the predefined list  - good for tools and chat
2026-05-04 08:42:01 +03:00
..
services feat: add authorization headers to models fetch request (#180) 2026-04-30 07:59:35 +03:00
test Menu refactor and Ask agent added (#124) 2025-10-05 15:44:04 +03:00
application.ts Add llama.vscode model provider for GitHub Copilot Chat (#171) 2026-04-29 21:04:33 +03:00
architect.ts Add llama.vscode model provider for GitHub Copilot Chat (#171) 2026-04-29 21:04:33 +03:00
chat-context.ts - Show error in agent view UI in case of error on editing file (#131) 2025-10-27 02:47:50 +02:00
chat-with-ai.ts Fix code completion in case max_parallel_completions = 1 or empty. (#150) 2026-01-07 18:44:35 +02:00
completion.ts feat: add configurable debounce for inline completion requests (#164) 2026-03-04 08:18:42 +02:00
configuration.ts feat: add configurable debounce for inline completion requests (#164) 2026-03-04 08:18:42 +02:00
constants.ts fix: show 'extension is updated' notification only on actual version change (#167) 2026-03-04 08:06:32 +02:00
extension.ts Add llama.vscode model provider for GitHub Copilot Chat (#171) 2026-04-29 21:04:33 +03:00
extra-context.ts Agent support added (#79) 2025-08-01 15:59:16 +03:00
file-editor.ts - Show error in agent view UI in case of error on editing file (#131) 2025-10-27 02:47:50 +02:00
git.ts Bug fixes (#126) 2025-10-08 16:59:23 +03:00
lists.ts API key for getting models list, ultiline field for Edit with AI, qwen3.5 models added 2026-05-04 08:42:01 +03:00
llama-agent.ts Subagents (#169) 2026-03-02 23:52:38 +02:00
llama-chat-model-provider.ts Add llama.vscode model provider for GitHub Copilot Chat (#171) 2026-04-29 21:04:33 +03:00
llama-server.ts Subagents (#169) 2026-03-02 23:52:38 +02:00
llama-webview-provider.ts Subagents (#169) 2026-03-02 23:52:38 +02:00
logger.ts Agent support added (#79) 2025-08-01 15:59:16 +03:00
lru-cache.ts Generate multiple completions in parallel (#148) 2026-01-05 15:43:33 +02:00
menu.ts - Show error in agent view UI in case of error on editing file (#131) 2025-10-27 02:47:50 +02:00
persistence.ts Chats, separate view (#100) 2025-08-27 12:48:37 +03:00
plugin.ts Agent UI with stream (#111) 2025-09-15 11:49:46 +03:00
prompts.ts Subagents (#169) 2026-03-02 23:52:38 +02:00
statusbar.ts Agent UI with stream (#111) 2025-09-15 11:49:46 +03:00
text-editor.ts API key for getting models list, ultiline field for Edit with AI, qwen3.5 models added 2026-05-04 08:42:01 +03:00
tools.ts Subagents (#169) 2026-03-02 23:52:38 +02:00
translations.ts Subagents (#169) 2026-03-02 23:52:38 +02:00
types.ts Subagents (#169) 2026-03-02 23:52:38 +02:00
utils.ts Enable skills usage (#147) 2025-12-31 17:36:24 +02:00
vscode-lm-chat-shim.d.ts Add llama.vscode model provider for GitHub Copilot Chat (#171) 2026-04-29 21:04:33 +03:00