Commit graph

15 commits

Author SHA1 Message Date
igardev
bf7d0c2892
Subagents (#169)
* Read SOUL.md and USER.md files from project root and add them in the prompt if they exist (similar to OpenClaw).

* - Subagents implemented
- new agent Unit Test Writer
- new tool create_agent
- new agent "Agent creator"

* Update documentation for llama-vscode
2026-03-02 23:52:38 +02:00
igardev
dbdc8f523d
Add health check for models (works only with llama.cpp server) (#156)
- Add health check for models (works only with llama.cpp server)
- Visible in environment view
New settings:
- Health_check_interval_s: The interval in seconds for the health check
- Health_check_compl_enabled: Enable/disable health check for completion model
- Health_check_chat_enabled: Enable/disable health check for chat model
- Health_check_embs_enabled: Enable/disable health check for embedding model
- Health_check_tools_enabled: Enable/disable health check for tools model
2026-01-18 22:02:40 +02:00
igardev
8e42441edc
Generate multiple completions in parallel (#148)
- Setting max_parallel_completions determines how many completions to generate in parallel (default 3)
- Shortcuts - Alt+] - next completion, Alt+[ - previous completion
- Requires llama.cpp after December, 6, 2025 (commit c42712b) but is backword compatible (generates one completion for older versions)
2026-01-05 15:43:33 +02:00
igardev
ed3270d08a
Agent todo tool (#146)
- update_todo_list  tool added - now the agent could plan and track the execution of user request by todo items
2025-12-30 19:35:57 +02:00
igardev
b91585925d
Edit Agent View (#128)
- Edit Agent view added
- Add model from OpenAI compatible provider
2025-10-14 14:48:28 +03:00
igardev
1a38de5c3d
Documentation updated (#115)
- xAI Grog4 free (from OpenRouter) added to the initial models
- Chat with AI with project context removed (agent does it better)
- Chat with AI about llama-vscode is now with agent, not using webui
- Agent - new buttons "Tools Model" and "Agent" -  possibility to view the selected model and agent and to change them.
2025-09-21 15:32:57 +03:00
igardev
042d04df1b
Agent Rules and Commands (#112)
- Added rules - setting agent_rules or llama-vscode-rules.md
- Added agent commands - setting agent_commands/llama-vscode menu "agent commands...". (shortcut for often used prompts, in agent - press "/" and select agent command).
- Generate commit message now checks if there is a running chat model (or endpoint_chat)
2025-09-18 13:42:17 +03:00
igardev
cabf670882
Agent UI with stream (#111)
- In Agent UI the requests the tokens are shown immediately, no when the complete response is received
- Bug fixes for Edit with AI
- tools_custom and context_custom settings are added
- -fa option is removed from huggingface download command
- Add model menu command is replaced with two Add local model and Add external model
2025-09-15 11:49:46 +03:00
igardev
bc39b95828
Environment UI (#106)
Environment UI added
-fa option removed from the llama-server calls
Env extended with agent and some settings (not only models anymore)
2025-09-05 00:59:21 +03:00
igardev
c26950cb2e
Chats, separate view (#100)
- Changes history added
- Chats could be selected, deleted, exported, imported
- llama-vscode UI (agent) is shown in a separate view now, not as part of Explorer view.
2025-08-27 12:48:37 +03:00
igardev
08c0a22a73
Agent entity added (#97)
- Agent entity added - agents with different system prompts and default tools could be selected
- Fixed showing tables in llama agent
- Local envs with gpt-oss 20B added (also available for import from here )
2025-08-18 10:48:55 +03:00
igardev
6e46e719af
Fixed bug in case no env selected
- Fixed a bug in case no env selected
- Docu updated
- Setting env_start_last_used added to start automatically the last used env on startup
2025-08-16 12:38:32 +03:00
igardev
6d5c3f0c79
Remove envs with gpt-oss agent local use (#94)
* Increase the space for llama agent, 

* fix a bug for showing llama-agent.

* Update the documentation for llama-vscode

* Envs with local gpt-oss for agent removed
2025-08-15 12:53:34 +03:00
igardev
3ed9ef7585
Improve llama agent (#93)
Llama Agent UI improved
Chat with AI about llama.vscode added
Markdown is used in llama agent for better visualization
Orchestra is renamed to env
2025-08-14 17:11:56 +03:00
igardev
8e0531f906
Add models from huggingface (#89)
* Adding a model from huggingface implemented

* Tool llama_vscode_help is added
2025-08-11 17:40:11 +03:00