[PR #13139] [MERGED] Renderer for Cogito #24630

Closed
opened 2026-04-19 17:41:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13139
Author: @gr4ceG
Created: 11/18/2025
Status: Merged
Merged: 11/19/2025
Merged by: @gr4ceG

Base: mainHead: grace/cogito-renderer


📝 Commits (5)

📊 Changes

3 files changed (+623 additions, -0 deletions)

View changed files

model/renderers/cogito.go (+129 -0)
model/renderers/cogito_test.go (+491 -0)
📝 model/renderers/renderer.go (+3 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/13139 **Author:** [@gr4ceG](https://github.com/gr4ceG) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/19/2025 **Merged by:** [@gr4ceG](https://github.com/gr4ceG) **Base:** `main` ← **Head:** `grace/cogito-renderer` --- ### 📝 Commits (5) - [`59597d8`](https://github.com/ollama/ollama/commit/59597d8668a7a6433163c7a6c3f59de53b1bb491) working renderer - [`40b232a`](https://github.com/ollama/ollama/commit/40b232af230b225ed004604279c0690ad636dfb6) go linter issues - [`a21c7bc`](https://github.com/ollama/ollama/commit/a21c7bcb1930a39bb08ce2bf8b046bae319843b2) cleanup - [`0bfbcad`](https://github.com/ollama/ollama/commit/0bfbcad59710fe975e48f3d77d745b1346e1893e) add comments - [`c8afa2c`](https://github.com/ollama/ollama/commit/c8afa2c6cd1b7b6a9aea7e6bce2afee0407e9f20) thinking should always be set by ChatHandler, reflect that in tests ### 📊 Changes **3 files changed** (+623 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `model/renderers/cogito.go` (+129 -0) ➕ `model/renderers/cogito_test.go` (+491 -0) 📝 `model/renderers/renderer.go` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 17:41:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#24630