hermes - 💡(How to fix) Fix [Bug]: auxiliary_client: minimax-oauth not supported in auto-detection chain for kanban_decomposer [1 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

The minimax-oauth provider has auth_type = oauth_minimax in PROVIDER_REGISTRY, but resolve_provider_client() does not handle this auth type in its auto-detection chain for auxiliary components like kanban_decomposer.

Fix Action

Fixed

RAW_BUFFERClick to expand / collapse

Bug Description

minimax-oauth (MiniMax OAuth provider) has auth_type = oauth_minimax in PROVIDER_REGISTRY, but resolve_provider_client() does not handle this auth type. When auxiliary.kanban_decomposer is set to auto and main provider is minimax-oauth, the auto-detection chain fails with AuthenticationError.

Steps to Reproduce

  1. Set model.provider = minimax-oauth
  2. Set auxiliary.kanban_decomposer = auto
  3. Attempt to use any kanban command

Expected Behavior

Kanban components should inherit the main provider configuration from minimax-oauth without errors.

Actual Behavior

Auto-detection chain fails with AuthenticationError because resolve_provider_client() does not recognize oauth_minimax auth type.

Affected Component

Tools (terminal, file ops, web, code execution, etc.)

Operating System

Linux (Ubuntu/Server)

Hermes Version

0.14.0

Root Cause Analysis

The minimax-oauth provider has auth_type = oauth_minimax in PROVIDER_REGISTRY, but resolve_provider_client() does not handle this auth type in its auto-detection chain for auxiliary components like kanban_decomposer.

Proposed Fix

Add oauth_minimax handling to resolve_provider_client() in the auto-detection chain to properly recognize and inherit the minimax-oauth provider configuration for auxiliary components.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Bug]: auxiliary_client: minimax-oauth not supported in auto-detection chain for kanban_decomposer [1 pull requests]