Skip to main content
← Back to list
01Issue
BugClosedSwamp CLIPublic
AssigneesNone

Relationships

#1943 formatUserModelError arguments check uses fixed path index, broken for extension schema

Opened by stack72 · 9/1/2026

The methodArgsIssue check in formatUserModelError (src/domain/extensions/model_kind_adapter.ts) previously used String(i.path[2]) === 'arguments' which only works for model schemas (path: ['methods', '', 'arguments']). Extension schemas produce paths like ['methods', , '', 'arguments'] where 'arguments' is at path[3], not path[2]. This was fixed in #1939 by changing to path[i.path.length - 1], but the pre-existing bug meant extension method argument validation errors also fell through to the catch-all.

02Bog Flow
OPENTRIAGEDIN PROGRESSCLOSED

Closed

9/1/2026, 11:32:47 PM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.