telemetry verify-span: make an exported GenAI span checkable against the chain that anchored it
sipyourdrink-ltd/bernstein · issue #3256 · opened Jul 2026 · no PRs referenced when indexed
help wantedenhancementcore
Follow-on to #2526. Phases 1 and 2 — the OTLP bridge, the run-lifecycle flush, and telemetry export-otel backfill — landed in #2771. That issue is closed; this…
ApprovalAction is a plain dataclass, not a Message subclass - post_message() type-checks incorrectly
sipyourdrink-ltd/bernstein · issue #3251 · opened Jul 2026 · 1 comment · no PRs referenced when indexed
help wantedup-for-grabsbug
ApprovalAction is a dataclass, not a Message object. In approval_panel.py (lines 133 and 140), an ApprovalAction object is passed to…
TaskSearchInput.__init__ raises TypeError if caller passes placeholder explicitly
sipyourdrink-ltd/bernstein · issue #3248 · opened Jul 2026 · no PRs referenced when indexed
help wantedup-for-grabsbug
In tui/task_search.py:116, there's an error due to kwargs - placeholder is passed both explicitly and via kwargs, so if the caller also passes placeholder=,…