Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: trentapple/llama.vscode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d452ea7
Choose a base ref
...
head repository: ggml-org/llama.vscode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fab5072
Choose a head ref
  • 16 commits
  • 43 files changed
  • 2 contributors

Commits on Sep 30, 2025

  1. Predefined lists and refactoring (ggml-org#118)

    - File menu.ts refactored
    - Predefined lists added for completion models, chat models, embeddings models, tools models and for envs
    - Bugfixes
    - If chat model is not selected, but a tools model is selected, it is used for generating commit messages, editing code with AI and in search_source tool
    igardev authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    c1edca0 View commit details
    Browse the repository at this point in the history
  2. v0.0.28

    igardev authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    a412fa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. - Menu.ts refactored (ggml-org#119)

    - Bug with editing files by agent fixed
    - Menu.ts refactored
    igardev authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    fd964e7 View commit details
    Browse the repository at this point in the history
  2. v0.0.29

    igardev authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    91d7414 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Bug fixes

    - launch commands fixed (some chars were escaped)
    - Agent chat is visualized on opening chat
    igardev authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    8b0943e View commit details
    Browse the repository at this point in the history
  2. v0.0.30

    igardev authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    74a24f8 View commit details
    Browse the repository at this point in the history
  3. Refactor menu.ts and bug fixes

    - Fix bug for adding files by the agent
    - Extract agent service from menu
    - Adding agent from menu is now possible (not very user friendly, but working)
    igardev authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    fa9aa34 View commit details
    Browse the repository at this point in the history
  4. v0.0.31

    igardev authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    7195812 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Menu refactor and Ask agent added (ggml-org#124)

    * menu.ts is refactored - services classes are extracted
    
    * - Refactor menu.ts model - extract services
    - agent "Ask" added for questions about the project without changing the files
    - predefiled free models from OpenRouter added (and xAi removed as not free anymore)
    - Some bugs fixed
    
    ---------
    
    Co-authored-by: igardev <[email protected]>
    igardev and igardev authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    13bf276 View commit details
    Browse the repository at this point in the history
  2. v0.0.32

    igardev authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    a5089fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff41535 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Bug fixes (ggml-org#126)

    - Fix the embeddings ranking - the wrong query was used
    - Removed the free DeepSeek model from open router as not working now
    - Setting endpoint_tools is now enought to start agent
    - Agent View is now not hidden if the tools model is deselected
    - Refactoring
    igardev authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    43416b7 View commit details
    Browse the repository at this point in the history
  2. v0.0.33

    igardev authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    cfcdfb0 View commit details
    Browse the repository at this point in the history
  3. Remove the todo from the agent view (ggml-org#127)

    Co-authored-by: igardev <[email protected]>
    igardev and igardev authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    889c5f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Edit Agent View (ggml-org#128)

    - Edit Agent view added
    - Add model from OpenAI compatible provider
    igardev authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    b915859 View commit details
    Browse the repository at this point in the history
  2. v0.0.34

    igardev authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    fab5072 View commit details
    Browse the repository at this point in the history
Loading