1. 20 Feb, 2026 1 commit
  2. 18 Feb, 2026 2 commits
  3. 26 Jan, 2026 1 commit
  4. 13 Jan, 2026 1 commit
  5. 02 Jan, 2026 1 commit
  6. 17 Dec, 2025 1 commit
  7. 10 Dec, 2025 1 commit
  8. 08 Dec, 2025 1 commit
  9. 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
  10. 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
  11. 18 Nov, 2025 1 commit
  12. 05 Nov, 2025 1 commit
  13. 22 Oct, 2025 1 commit
  14. 16 Oct, 2025 1 commit
  15. 14 Oct, 2025 1 commit
  16. 01 Oct, 2025 2 commits
  17. 30 Sep, 2025 2 commits
  18. 29 Sep, 2025 1 commit
  19. 24 Sep, 2025 1 commit
  20. 23 Sep, 2025 1 commit
  21. 19 Sep, 2025 1 commit
  22. 18 Sep, 2025 2 commits
  23. 17 Sep, 2025 1 commit
  24. 08 Sep, 2025 2 commits
  25. 03 Sep, 2025 1 commit
  26. 02 Sep, 2025 5 commits
  27. 29 Aug, 2025 1 commit
  28. 26 Aug, 2025 1 commit
  29. 25 Aug, 2025 2 commits
  30. 22 Aug, 2025 1 commit