"tests/vscode:/vscode.git/clone" did not exist on "5b2a9422f0f4cbdd69a9fed1dc1605838314ff81"
  1. 22 Apr, 2026 1 commit
  2. 20 Apr, 2026 1 commit
  3. 08 Apr, 2026 1 commit
  4. 07 Apr, 2026 1 commit
  5. 06 Apr, 2026 1 commit
  6. 01 Apr, 2026 1 commit
  7. 30 Mar, 2026 2 commits
  8. 11 Mar, 2026 2 commits
  9. 03 Mar, 2026 1 commit
  10. 26 Feb, 2026 1 commit
  11. 25 Feb, 2026 1 commit
  12. 20 Feb, 2026 2 commits
  13. 18 Feb, 2026 2 commits
  14. 26 Jan, 2026 1 commit
  15. 13 Jan, 2026 1 commit
  16. 02 Jan, 2026 1 commit
  17. 17 Dec, 2025 1 commit
  18. 10 Dec, 2025 1 commit
  19. 08 Dec, 2025 1 commit
  20. 02 Dec, 2025 1 commit
    • William Zhang's avatar
      refactor: New config types for tool calls (#4575) · 44e8600a
      William Zhang authored
      * Why?
      
      We would like the ability to configure different parser types. Prior to
      this commit, only the JSON parser could be configured.
      
      * What?
      
      This commit refactors the tool parser config in the following ways:
      - the `format` and `json` fields of `ToolParserConfig` are merged into
        a single `config` field that is a "discriminated union" type. Each
        parser type can declare its own configuration options.
      - a `XmlParserConfig` is defined with a default factory method that
        corresponds to the Qwen3 coder configuration.
      - affected calls and tests are adjusted.
      44e8600a
  21. 21 Nov, 2025 1 commit
    • William Zhang's avatar
      feat: Xml coder tool parser (#4415) · 65f18884
      William Zhang authored
      This commit adds a parser implementation for Xml style
      tool calls, based currently on Qwen3 coder.
      
      Followup work needs to be done to make it more generic
      and parameterizable.
      65f18884
  22. 18 Nov, 2025 1 commit
  23. 05 Nov, 2025 1 commit
  24. 22 Oct, 2025 1 commit
  25. 16 Oct, 2025 1 commit
  26. 14 Oct, 2025 1 commit
  27. 01 Oct, 2025 2 commits
  28. 30 Sep, 2025 2 commits
  29. 29 Sep, 2025 1 commit
  30. 24 Sep, 2025 1 commit
  31. 23 Sep, 2025 1 commit
  32. 19 Sep, 2025 1 commit
  33. 18 Sep, 2025 2 commits