[PR #80] [CLOSED] Add MiniMax provider configuration via Anthropic-compatible env vars #104

Closed
opened 2026-02-27 07:20:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KeygraphHQ/shannon/pull/80
Author: @tars90percent
Created: 2/7/2026
Status: Closed

Base: mainHead: feature/add-minimax-provider


📝 Commits (1)

  • 66f73a3 Add MiniMax provider configuration via Anthropic-compatible env vars

📊 Changes

3 files changed (+8 additions, -1 deletions)

View changed files

📝 README.md (+6 -0)
📝 docker-compose.yml (+1 -0)
📝 src/ai/claude-executor.ts (+1 -1)

📄 Description

Summary

  • make Claude model selection configurable via MODEL with a safe fallback to claude-sonnet-4-5-20250929
  • pass MODEL into the worker container environment in docker-compose.yml
  • add concise README guidance for MiniMax as an Anthropic-compatible provider, including where to get a MiniMax API key and the required env vars (ANTHROPIC_API_KEY, ANTHROPIC_BASE_URL, MODEL)

Notes

  • changes are surgical and limited to provider/model configuration and docs
  • no Router mode changes included

🔄 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/KeygraphHQ/shannon/pull/80 **Author:** [@tars90percent](https://github.com/tars90percent) **Created:** 2/7/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/add-minimax-provider` --- ### 📝 Commits (1) - [`66f73a3`](https://github.com/KeygraphHQ/shannon/commit/66f73a358e6eee9905694a08f06be2bc5581632c) Add MiniMax provider configuration via Anthropic-compatible env vars ### 📊 Changes **3 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -0) 📝 `docker-compose.yml` (+1 -0) 📝 `src/ai/claude-executor.ts` (+1 -1) </details> ### 📄 Description ## Summary - make Claude model selection configurable via `MODEL` with a safe fallback to `claude-sonnet-4-5-20250929` - pass `MODEL` into the worker container environment in `docker-compose.yml` - add concise README guidance for MiniMax as an Anthropic-compatible provider, including where to get a MiniMax API key and the required env vars (`ANTHROPIC_API_KEY`, `ANTHROPIC_BASE_URL`, `MODEL`) ## Notes - changes are surgical and limited to provider/model configuration and docs - no Router mode changes included --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:20:26 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shannon-KeygraphHQ#104
No description provided.