"tests/vscode:/vscode.git/clone" did not exist on "934d03c54518435f8476c8b0b971f6d0ea59e188"
  1. 09 Dec, 2025 2 commits
  2. 04 Dec, 2025 1 commit
  3. 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
  4. 21 Nov, 2025 1 commit
  5. 19 Nov, 2025 1 commit
  6. 18 Nov, 2025 1 commit
  7. 08 Nov, 2025 2 commits
  8. 07 Nov, 2025 2 commits
  9. 06 Nov, 2025 2 commits
  10. 03 Nov, 2025 1 commit
  11. 29 Oct, 2025 1 commit
  12. 27 Oct, 2025 1 commit
  13. 23 Oct, 2025 1 commit
  14. 10 Oct, 2025 1 commit
  15. 01 Oct, 2025 1 commit
  16. 29 Sep, 2025 2 commits
  17. 26 Sep, 2025 1 commit
  18. 24 Sep, 2025 1 commit
  19. 23 Sep, 2025 1 commit
  20. 18 Sep, 2025 2 commits
  21. 17 Sep, 2025 2 commits
  22. 16 Sep, 2025 3 commits
  23. 15 Sep, 2025 1 commit
  24. 09 Sep, 2025 2 commits
  25. 04 Sep, 2025 1 commit
  26. 29 Aug, 2025 2 commits
  27. 28 Aug, 2025 2 commits
  28. 26 Aug, 2025 1 commit