[PR #14064] [MERGED] cmd: claude launch improvements #14493

Closed
opened 2026-04-13 00:55:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14064
Author: @ParthSareen
Created: 2/4/2026
Status: Merged
Merged: 2/4/2026
Merged by: @ParthSareen

Base: mainHead: parth-launch-aliases


📝 Commits (5)

  • 545384a cmd: ollama launch claude code improvements
  • 0b07dfd add experimental aliases support
  • 80157f7 anthropic: estimate input tokens for message_start event
  • aca0489 cmd/config: clean up comments and remove dead code
  • 2e1e05d cleanup

📊 Changes

15 files changed (+1616 additions, -88 deletions)

View changed files

📝 anthropic/anthropic.go (+141 -17)
📝 anthropic/anthropic_test.go (+6 -6)
📝 api/client.go (+12 -0)
📝 cmd/config/claude.go (+99 -1)
📝 cmd/config/config.go (+39 -3)
📝 cmd/config/config_test.go (+47 -0)
📝 cmd/config/integrations.go (+190 -53)
📝 cmd/config/integrations_test.go (+16 -0)
📝 cmd/config/selector.go (+9 -1)
📝 cmd/config/selector_test.go (+22 -3)
📝 middleware/anthropic.go (+4 -1)
server/aliases.go (+422 -0)
📝 server/routes.go (+24 -3)
server/routes_aliases.go (+159 -0)
server/routes_aliases_test.go (+426 -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/14064 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-launch-aliases` --- ### 📝 Commits (5) - [`545384a`](https://github.com/ollama/ollama/commit/545384aa165d74156650afb29bf3fc2a8b12d1e0) cmd: ollama launch claude code improvements - [`0b07dfd`](https://github.com/ollama/ollama/commit/0b07dfdc71708be12d962b9dc98c1ffdef6b6f4d) add experimental aliases support - [`80157f7`](https://github.com/ollama/ollama/commit/80157f75128301208d7edd449936ecb7034f8531) anthropic: estimate input tokens for message_start event - [`aca0489`](https://github.com/ollama/ollama/commit/aca0489121a4c255961f0b75469fd0e8aa2d894c) cmd/config: clean up comments and remove dead code - [`2e1e05d`](https://github.com/ollama/ollama/commit/2e1e05db5da916611fe892fc7585b81790bec82e) cleanup ### 📊 Changes **15 files changed** (+1616 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `anthropic/anthropic.go` (+141 -17) 📝 `anthropic/anthropic_test.go` (+6 -6) 📝 `api/client.go` (+12 -0) 📝 `cmd/config/claude.go` (+99 -1) 📝 `cmd/config/config.go` (+39 -3) 📝 `cmd/config/config_test.go` (+47 -0) 📝 `cmd/config/integrations.go` (+190 -53) 📝 `cmd/config/integrations_test.go` (+16 -0) 📝 `cmd/config/selector.go` (+9 -1) 📝 `cmd/config/selector_test.go` (+22 -3) 📝 `middleware/anthropic.go` (+4 -1) ➕ `server/aliases.go` (+422 -0) 📝 `server/routes.go` (+24 -3) ➕ `server/routes_aliases.go` (+159 -0) ➕ `server/routes_aliases_test.go` (+426 -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-13 00:55:50 -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#14493