Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-07 | 0 | 0 | 2 | 8 | 5 |
| 2026-09-06 | 1 | 0 | 0 | 1 | 5 |
| 2026-09-05 | 6 | 0 | 0 | 2 | 4 |
| 2026-09-04 | 3 | 4 | 1 | 4 | 5 |
| 2026-09-03 | 3 | 2 | 1 | 3 | 2 |
| 2026-09-02 | 0 | 3 | 0 | 0 | 70 |
| 2026-09-01 | 4 | 1 | 0 | 0 | 0 |
| 2026-08-31 | 4 | 8 | 0 | 0 | 0 |
| 2026-08-30 | 2 | 0 | 0 | 0 | 0 |
| 2026-08-29 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-28 | 3 | 5 | 0 | 0 | 0 |
| 2026-08-27 | 2 | 0 | 0 | 0 | 0 |
| 2026-08-26 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-25 | 0 | 0 | 0 | 0 | 0 |
Opened: 17
Closed: 10
Comments: 4
Events: 18
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#12604 ChatMessage.from_openai_dict_format silently collapses OpenAI's 'developer' role into 'system' Opened 3 days ago | Harsh23Kashyap | open | No labels | 0 | 0 | 15 hours ago |
#12610 OpenAIChatGenerator streaming raises ValueError when a delta has both content and a tool call Opened 3 days ago | AmirF194 | open | No labels | 1 | 0 | 15 hours ago |
#9295 Feedback on naming of Tool parameters Opened 1 year ago | sjrl | open | P2 | 2 | 0 | 15 hours ago |
#12634 AutoMergingRetriever treats __level=0 / __block_size=0 as missing metadata Opened 1 day ago | coder058 | open | No labels | 0 | 0 | 1 day ago |
#11799 Support for websocket mode in OpenAIResponsesChatGenerator Opened 2 months ago | kahkhang | open | P2 | 2 | 0 | 1 day ago |
#12621 Agent tool scheduler picks write-write winner by batch order, not call order, contradicting its own docstring and #11690 Opened 2 days ago | AmirF194 | open | No labels | 0 | 0 | 2 days ago |
#12622 FileTypeRouter and DocumentTypeRouter also raise unhelpful TypeError for reserved output names (sibling of #12614) Opened 2 days ago | Harsh23Kashyap | open | No labels | 0 | 0 | 2 days ago |
#12625 OutputAdapter silently coerces string output to another type when output_type is a Union including str. Opened 2 days ago | Anishithavaram-4242 | open | No labels | 0 | 0 | 2 days ago |
#12617 ConditionalRouter silently coerces string output to another type when output_type is `str | None` Opened 3 days ago | Anishithavaram-4242 | open | No labels | 0 | 0 | 2 days ago |
#12618 MarkdownHeaderSplitter page_number exceeds the real page count when split_overlap is used Opened 3 days ago | Vedant-Agarwal | open | No labels | 0 | 0 | 3 days ago |
#12614 MetadataRouter raises an unhelpful TypeError for the reserved 'unmatched' rule name Opened 3 days ago | junnhwan | open | No labels | 0 | 0 | 3 days ago |
#12528 feat: DocumentSplitter — add split_by="token" mode using tiktoken Opened 7 days ago | rautaditya2606 | closed - completed | No labels | 0 | 0 | 3 days ago |
#12580 CompactionHook over-counts context tokens when no assistant message is in the conversation Opened 5 days ago | Harsh23Kashyap | closed - completed | P3 | 1 | 0 | 3 days ago |
#12583 ToolResultOffloadHook offloads empty-string results but leaves empty-list results in context Opened 4 days ago | Harsh23Kashyap | closed - completed | P1 | 0 | 0 | 4 days ago |
#12591 ToolResultOffloadHook.to_dict/from_dict silently misinterprets string tool names that look like JSON arrays Opened 4 days ago | Harsh23Kashyap | closed - not_planned | No labels | 2 | 0 | 4 days ago |
#12593 [HTTPXodus] Consider migrating from `httpx` to `httpx2` (the actively maintained fork) Opened 4 days ago | ProgrammerPlus1998 | open | P3 | 0 | 0 | 4 days ago |
#12565 Proposal: trust-card verification for Haystack components (opt-in) Opened 6 days ago | alicelabsllc | closed - not_planned | No labels | 2 | 0 | 4 days ago |
#12543 4 of 5 Document*Evaluators crash with ZeroDivisionError on empty input Opened 7 days ago | Harsh23Kashyap | open | P3 | 1 | 0 | 4 days ago |
#9006 Add `parameter` and `description` creation from `create_tool_from_function` into `Tool` Opened 1 year ago | sjrl | closed - completed | P2 | 6 | 0 | 4 days ago |
#12281 RecursiveDocumentSplitter with overlap emits chunks not present in the source Opened 29 days ago | LK-maker-007 | closed - completed | P2 | 1 | 0 | 5 days ago |
#12541 `Agent` crashes on the next LLM call after a Chat Generator discards a malformed tool call Opened 7 days ago | datbth | closed - completed | P1 | 1 | 0 | 6 days ago |
#12566 OpenAIDocumentEmbedder silently overwrites one document's embedding when two share an id Opened 6 days ago | Harsh23Kashyap | closed - completed | No labels | 2 | 0 | 6 days ago |
#10396 Run typing checks on our test files Opened 8 months ago | sjrl | closed - completed | P2 | 17 | 0 | 6 days ago |
#12447 DocumentToImageContent raises ValueError on bad inputs, blocking LLMDocumentContentExtractor partial-success Opened 15 days ago | Harsh23Kashyap | open | P2 | 1 | 0 | 6 days ago |
#12535 CacheChecker.run issues one filter_documents call per item (N+1 query pattern) Opened 7 days ago | Harsh23Kashyap | open | No labels | 3 | 0 | 7 days ago |