COMMITS
/ common/chat.cpp April 3, 2026
P
common/parser: fix call ID detection (Mistral parser mostly) + atomicity for tag-json parsers (#21230)
Piotr Wilkin (ilintar) committed
G
chat : avoid including json in chat.h (#21306)
Georgi Gerganov committed
April 2, 2026
P
fix: gemma 4 template (#21326)
Piotr Wilkin (ilintar) committed
X
model, mtmd: fix gguf conversion for audio/vision mmproj (#21309)
Xuan-Son Nguyen committed
A
common : add commentary rules for gpt-oss-20b (#21286)
Aldehir Rojas committed
P
Relax prefill parser to allow space. (#21240)
Piotr Wilkin (ilintar) committed
April 1, 2026
J
fix: tool call parsing for LFM2 and LFM2.5 models (#21242)
Jonathan committed
March 31, 2026
A
common : gpt-oss handle builtin and unsolicited tool calls (#21213)
Aldehir Rojas committed
L
fix: correct misspellings in code comments (#21217)
lainon1 committed
March 28, 2026
A
common : add reasoning_format = none support to gpt-oss (#21094)
Aldehir Rojas committed
March 24, 2026
A
common : replace wrap_for_generation with a prefix convenience function and fix gpt-oss (#20912)
Aldehir Rojas committed
March 20, 2026
J
common/parser : fix out_of_range crash in throw path (#20424 regression) (#20777)
James O'Leary committed
March 19, 2026
P
common/parser: add proper reasoning tag prefill reading (#20424)
Piotr Wilkin (ilintar) committed
A
common : fix gpt-oss content removal (#20745)
Aldehir Rojas committed
March 18, 2026
A
common : rework gpt-oss parser (#20393)
Aldehir Rojas committed
March 17, 2026
P
common/parser: add `--skip-chat-parsing` to force a pure content parser. (#20289)
Piotr Wilkin (ilintar) committed
March 16, 2026
A
jinja : add capability check for object args (#20612)
Aldehir Rojas committed
March 12, 2026
M
common/parser: add GigaChatV3/3.1 models support (#19931)
Mishusha committed
March 11, 2026
P
common/parser: handle reasoning budget (#20297)
Piotr Wilkin (ilintar) committed
March 10, 2026
P
Reduce level of content parser warning message to avoid log spam on non-debug verbosity (#20347)
Piotr Wilkin (ilintar) committed
March 9, 2026
P
common: map developer role to system (#20215)
Piotr Wilkin (ilintar) committed
P
PEG parser for LFM2 (#20251)
Piotr Wilkin (ilintar) committed
March 8, 2026
A
common : gracefully handle incomplete output (#20191)
Aldehir Rojas committed
P
Revert to OAI-compatible args (#20213)
Piotr Wilkin (ilintar) committed
March 6, 2026
P
Autoparser - complete refactoring of parser architecture (#18675)
Piotr Wilkin (ilintar) committed
February 20, 2026
A
common : merge qwen3-coder and nemotron nano 3 parsers (#19765)
Aldehir Rojas committed
February 19, 2026
J
common : fix Step-3.5-Flash format detection and thinking support (#19635)
Jesse Posner committed
A
T
mtmd : chat : Fix extra \n between text and media marker (#19595)
Tarek Dakhran committed
February 9, 2026
X
chat: fix case where template accepts type content only (#19419)
Xuan-Son Nguyen committed
January 29, 2026
A
chat : add parsing for solar-open-100b (#18540)
Aldehir Rojas committed
S
jinja : do not pass empty tools and add some none filters (#19176)
Sigbjørn Skjæret committed
January 24, 2026
X
chat: fix language input for translategemma (#19052)
Xuan-Son Nguyen committed
January 23, 2026
X
chat : fix translategemma crash on common_chat_format_example (#19019)
Xuan-Son Nguyen committed
January 22, 2026
X
server : support preserving reasoning_content in assistant message (#18994)
Xuan-Son Nguyen committed
January 19, 2026
X
server : refactor oai_parser_opt, move it to server_chat_params (#18937)
Xuan-Son Nguyen committed
January 16, 2026
X
common : implement new jinja template engine (#18462)
Xuan-Son Nguyen committed
January 13, 2026
J
model : add EXAONE MoE (#18543)
Junwon Hwang committed
January 3, 2026
A
common/grammar : replace problematic backtracking regex `[\s\S]*` (#18342)
Aldehir Rojas committed
January 1, 2026
H
model: add Solar Open model (#18511)
HelloKS committed
December 31, 2025
A
chat: make tool description and parameters optional per OpenAI spec (#18478)
Anri Lombard committed
December 30, 2025
A
common : default content to an empty string (#18485)
Aldehir Rojas committed
December 16, 2025
A
common : add nemotron 3 parsing (#18077)
Aldehir Rojas committed
December 9, 2025
A
common : add parser for ministral/mistral large 3/devstral 2 (#17713)
Aldehir Rojas committed
December 3, 2025
G
chat : reserve memory in compute_diffs and improve naming (#17729)
Georgi Gerganov committed
A
common : introduce composable PEG parser combinators for chat parsing (#17136)
Aldehir Rojas committed
December 2, 2025
C
Server: Change Invalid Schema from Server Error (500) to User Error (400) (#17572)
Chad Voegele committed
November 28, 2025
November 18, 2025
X
chat: fix int overflow, prevent size calculation in float/double (#17357)
Xuan-Son Nguyen committed