issues Search Results · language:Dune language:JavaScript language:JavaScript language:Go language:JavaScript language:Java
Filter by
38.9M results
Goal Wire agent RunInfo into OpenTelemetry so operators can trace an agent run end to end: model calls, tool calls,
delegation, retries/failures, and flow linkage.
Scope
- Map agent RunInfo/run history ...
codex
enhancement
File: benchmark-local.py lines 40-53
Bug: The count_loc function in benchmark-local.py does not handle block comments (/* ... */) at all:
return sum(
1 for l in lines
if l.strip()
and not ...
File: benchmarks/agentic/tasks.py line 28
Bug:
_TMPL = r D:\dev\fullstack-fastapi-template
This is a hardcoded Windows absolute path pointing to a specific developer s machine. The fixture tier tasks ...
File: tests/hermes-plugin.test.js, Line 14
Bug: The variable skillCommands is declared but never used:
const commands = [ ponytail , ponytail-review , ponytail-audit , ponytail-debt , ponytail-gain ...
File: benchmarks/correctness.js lines 248-257
Bug: In the ratelimit checker, hasTimeTracking is defined at line 248:
const hasTimeTracking = /time\.|datetime|asyncio/.test(src);
But it is never added ...
File: skills/ponytail-review/SKILL.md, Lines 17-18 and 34
Bug: The Format section (lines 17-18) documents:
L line : tag what . replacement .
But Example line 34 uses a line range that is NOT covered ...
PR CI is split across multiple jobs/workflows today. Let s make make check the single required lint+test gate.
Suggested scope:
- move ShellCheck for all *.sh files into make check
- move PSScriptAnalyzer ...
In pi-extension/index.js lines 185-188:
pi.on( before_agent_start , async (event) = {
if (!currentMode || currentMode === off ) return;
return { systemPrompt: `${event.systemPrompt}\n\n${getPonytailInstructions(currentMode)}` ...
File: examples/csv-sum.md, Lines 63-66
Bug: The With Ponytail example leaks an open file handle:
total = sum(float(row[ amount ]) for row in csv.DictReader(open( sales.csv )))
print(total)
open( sales.csv ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.