Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-09 | 0 | 0 | 0 | 0 | 98 |
| 2026-09-08 | 5 | 0 | 0 | 0 | 0 |
| 2026-09-07 | 1 | 10 | 0 | 0 | 0 |
| 2026-09-06 | 0 | 4 | 0 | 0 | 0 |
| 2026-09-05 | 6 | 1 | 0 | 0 | 0 |
| 2026-09-04 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-03 | 0 | 4 | 0 | 0 | 0 |
| 2026-09-02 | 2 | 2 | 0 | 0 | 0 |
| 2026-09-01 | 3 | 7 | 0 | 0 | 0 |
| 2026-08-31 | 2 | 3 | 0 | 0 | 0 |
| 2026-08-30 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 4 | 19 | 0 | 0 | 0 |
| 2026-08-27 | 2 | 3 | 0 | 0 | 0 |
Opened: 13
Closed: 19
Comments: 0
Events: 0
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#2029 [BUG][Multi-Agent Structures][Every structure flattens the shared conversation into one user block, defeating the Agent-side transcript fix] Opened 15 days ago | kyegomez | open | bug | 1 | 0 | 22 hours ago |
#2053 [BUG][Multi-Agent Structures][Seven more structures still flatten the shared conversation into one user blob] Opened 15 days ago | kyegomez | closed - completed | bug | 2 | 0 | 22 hours ago |
#2202 [BUG][PlannerGeneratorEvaluator] The entire shared state file is pasted into every agent call, O(steps² × retries) (#2053 follow-up) Opened 22 hours ago | kyegomez | open | bug | 0 | 0 | 22 hours ago |
#2201 [BUG][ma_blocks] aggregate() flattens the worker conversation and records whole transcripts (#2053 follow-up) Opened 22 hours ago | kyegomez | open | bug | 0 | 0 | 22 hours ago |
#2200 [BUG][LLMCouncil] The Chairman gets the whole council as one user blob (#2053 follow-up) Opened 22 hours ago | kyegomez | open | bug | 0 | 0 | 22 hours ago |
#2198 [Bug][Memory] persistent_memory injects the whole MEMORY.md on every start, so startup context grows by ~5k characters per session, forever Opened 23 hours ago | Steve-Dusty | open | No labels | 0 | 0 | 23 hours ago |
#2193 [Bug][DebateWithJudge] run() and batched_run() reject img/imgs, while the telemetry decorator declares it captures them Opened 2 days ago | Steve-Dusty | open | No labels | 1 | 0 | 1 day ago |
#2194 [First-time contributor] Looking for beginner-friendly issues to contribute Opened 1 day ago | 1printf | open | No labels | 1 | 0 | 1 day ago |
#1748 [Bug][Autonomous loop flattens context into one string instead of a message array][Every iteration re-sends the whole transcript as a single user message, killing prompt caching and breaking tool_use_id pairing] Opened 1 month ago | kyegomez | closed - completed | bug structs agents | 1 | 0 | 2 days ago |
#1845 [Cleanup] agent.py _run_autonomous_loop — 862 lines in one method, 15 levels deep, with the dispatch block written twice (~250 lines) Opened 1 month ago | kyegomez | closed - completed | structs agents tech-debt | 2 | 0 | 2 days ago |
#1844 [Cleanup][AOP] MCP tool closures re-wrap methods defined 30 lines above (~445 lines), plus redundant re-registration and an unreachable branch Opened 1 month ago | kyegomez | closed - completed | structs tools tech-debt | 1 | 0 | 2 days ago |
#1841 [Cleanup] multi_agent_debates.py — one class template pasted seven times (~470 lines) Opened 1 month ago | kyegomez | closed - completed | structs tech-debt | 1 | 0 | 2 days ago |
#1824 [Cleanup] base_swarm.py: remove 31 empty-body stubs + 19 unreferenced methods (~300 lines) and migrate its one subclass Opened 1 month ago | kyegomez | closed - completed | structs tech-debt | 1 | 0 | 2 days ago |
#1853 [Bug] Six smaller correctness defects found during the code-waste audit Opened 1 month ago | kyegomez | closed - completed | bug structs tech-debt | 3 | 0 | 2 days ago |
#2040 [BUG][MixtureOfAgents][Aggregator receives all layers flattened with no layer markers, and a System roster rendered as user prose] Opened 15 days ago | kyegomez | closed - completed | bug | 2 | 0 | 2 days ago |
#2033 [BUG][HierarchicalSwarm][Streaming path re-sends the full conversation while the sync path sends only a delta] Opened 15 days ago | kyegomez | closed - completed | bug | 2 | 0 | 2 days ago |
#2159 [Bug][Agent] agent.usage reports zero for streaming runs — the usage chunk is never read off the stream Opened 5 days ago | kyegomez | closed - completed | bug | 1 | 0 | 2 days ago |
#1973 [BUG] Sub-agents are created with no tools, making delegation near-useless Opened 18 days ago | kyegomez | closed - completed | bug tools agents | 0 | 0 | 3 days ago |
#1924 [Bug][Agent][Tool failures are captured as Agent.llm_error and recovered by re-running the model, so one broken tool costs up to 3 extra completions] Opened 22 days ago | Steve-Dusty | closed - completed | No labels | 0 | 0 | 4 days ago |
#1983 [FEAT] Add a glob tool for pattern-based file discovery Opened 18 days ago | kyegomez | closed - completed | enhancement structs tools | 0 | 0 | 4 days ago |
#1791 [Bug][Autonomous loop][File tools accept ../ and absolute paths, so the agent can read, write and delete anywhere on the filesystem] Opened 1 month ago | Steve-Dusty | closed - completed | No labels | 0 | 0 | 4 days ago |
#2168 [Cleanup][Agent] Tool results are recorded twice: drop the 13 'Tool Executor' prose rows now that Conversation holds typed tool rows Opened 4 days ago | kyegomez | open | bug | 0 | 0 | 4 days ago |
#2165 [FEAT][Autonomous loop] Run independent tool calls in parallel, with same-file calls kept in order Opened 4 days ago | kyegomez | open | FEAT | 0 | 0 | 4 days ago |
#2164 [FEAT][Conversation] Represent tool calls and tool results in Conversation so the parallel Transcript can be deleted Opened 4 days ago | kyegomez | open | FEAT | 0 | 0 | 4 days ago |
#2163 [FEAT][Autonomous loop] Per-tool permission policy (allow / deny / ask) and a workspace sandbox, replacing the bash blocklist Opened 4 days ago | kyegomez | open | FEAT | 0 | 0 | 4 days ago |