Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-08 | 2 | 1 | 7 | 20 | 5 |
| 2026-09-07 | 9 | 9 | 2 | 10 | 52 |
| 2026-09-06 | 8 | 8 | 0 | 0 | 0 |
| 2026-09-05 | 7 | 8 | 0 | 0 | 0 |
| 2026-09-04 | 11 | 10 | 0 | 0 | 0 |
| 2026-09-03 | 15 | 25 | 0 | 0 | 0 |
| 2026-09-02 | 41 | 35 | 0 | 0 | 0 |
| 2026-09-01 | 1 | 0 | 0 | 0 | 0 |
| 2026-08-31 | 1 | 3 | 0 | 0 | 0 |
| 2026-08-30 | 2 | 2 | 0 | 0 | 0 |
| 2026-08-29 | 6 | 3 | 0 | 0 | 0 |
| 2026-08-28 | 15 | 30 | 0 | 0 | 0 |
| 2026-08-27 | 30 | 12 | 0 | 0 | 0 |
| 2026-08-26 | 25 | 25 | 0 | 0 | 0 |
Opened: 93
Closed: 96
Comments: 9
Events: 30
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#4936 [First-time contributor] Looking for beginner-friendly issues to contribute Opened 13 hours ago | 1printf | closed - completed | bug documentation claude | 3 | 0 | 7 hours ago |
#4937 praisonaiagents core: parallel_handoffs corrupts a shared target's chat_history, AgentTeam/Process has no re-entrancy guard unlike Workflow, and ApprovalRegistry leaks per-Agent grants forever Opened 7 hours ago | MervinPraison | open | bug documentation claude | 1 | 0 | 7 hours ago |
#3499 [BUG][Windows][Regression] bot_gateway_e2e.py still crashes cp1252 stdout after gateway #3475 fix Opened 1 month ago | Dhivya-Bharathy | open | bug documentation claude | 5 | 0 | 13 hours ago |
#3424 [BUG][Windows] Bot gateway E2E browser check crashes on cp1252 when Playwright stderr contains box-drawing characters Opened 1 month ago | Dhivya-Bharathy | open | bug documentation claude | 7 | 0 | 13 hours ago |
#1951 Unreferenced legacy shims in wrapper: route_to_legacy() and register_legacy_reply() (with stale docstring) Opened 3 months ago | MervinPraison | open | documentation claude | 2 | 0 | 13 hours ago |
#4934 Dead module in praisonai wrapper: standardise/manifest.py (ManifestStorage) has no consumers and ships in the wheel Opened 22 hours ago | MervinPraison | closed - completed | documentation claude | 1 | 0 | 21 hours ago |
#4910 CLI: bare `praisonai` interactive launch cannot resume a session — add top-level `--continue`/`--session`/`--fork` parity with `run`/`chat` Opened 1 day ago | MervinPraison | closed - completed | claude | 1 | 0 | 1 day ago |
#4913 Gateway schedules aren't declarable in gateway.yaml — recurring channel deliveries need Python/tool wiring, breaking CLI+YAML+Python parity Opened 1 day ago | MervinPraison | closed - completed | enhancement claude | 1 | 0 | 1 day ago |
#4918 Gateway voice replies synthesise only the final text — no incremental (sentence-level) streaming TTS Opened 1 day ago | MervinPraison | closed - completed | claude | 1 | 0 | 1 day ago |
#4922 [Bug][Windows][TypeScript] verify:dist fails with ERR_UNSUPPORTED_ESM_URL_SCHEME Opened 1 day ago | OT-WuLong | closed - completed | bug claude javascript | 2 | 0 | 1 day ago |
#4917 Gateway serves only one agent per conversation — no protocol for multiple agents to take turns in one shared chat Opened 1 day ago | MervinPraison | closed - completed | bug claude | 1 | 0 | 1 day ago |
#4914 Inter-agent content (handoffs, delegation, sub-agent results) enters the next agent's prompt with no provenance/trust envelope — extend inbound untrusted-content neutralisation to the agent↔agent boundary Opened 1 day ago | MervinPraison | closed - completed | documentation enhancement security | 1 | 0 | 1 day ago |
#4748 CI: praisonaiagents' 8,962 unit tests are gated by no workflow — main is green with 14 of them failing Opened 5 days ago | MervinPraison | open - reopened | bug performance claude | 3 | 0 | 1 day ago |
#4908 Wrapper (src/praisonai/praisonai): 3 validated gaps — CrewAI/AutoGen adapters are second-class, workflow YAML bypasses the adapter contract, and AutoGenerator's structured-completion ladder ignores llm.registry Opened 1 day ago | MervinPraison | closed - completed | bug documentation claude | 1 | 0 | 1 day ago |
#4906 Core SDK: process="workflow" crashes on non-Task context items, Task.handler/should_run/output_variable are silent no-ops outside Workflow, and the parallel write-conflict guard is blind to shell commands Opened 1 day ago | MervinPraison | closed - completed | bug claude | 1 | 0 | 1 day ago |
#4886 Core SDK: async knowledge retrieval crashes, async LLM calls lose cost/telemetry, and multi-agent spawn completion has a cross-thread race Opened 2 days ago | MervinPraison | closed - completed | bug claude | 1 | 0 | 2 days ago |
#4888 Wrapper (src/praisonai/praisonai): three high-impact gaps — silent YAML overwrite in auto-merge, shared async bridge is not multi-agent-safe by default, and hard-coded gpt-4o-mini + provider allowlist in the auto generator Opened 2 days ago | MervinPraison | closed - completed | bug documentation claude | 1 | 0 | 2 days ago |
#4898 Core: consolidate the remaining three hand-rolled lazy `__getattr__` blocks (`plugins`, `policy`, `config`) onto `_lazy.py` helper — follow-up to #3992 Opened 2 days ago | MervinPraison | closed - completed | claude | 1 | 0 | 2 days ago |
#4896 Wrapper health: duplicate module-member tool extraction across two methods in `templates/tool_override.py` Opened 2 days ago | MervinPraison | closed - completed | bug security claude | 1 | 0 | 2 days ago |
#4890 CLI capability parity: interactive `chat`/`code` and batch `run` assemble capabilities via separate paths, so guardrails/knowledge/web/planning are advertised but silently dropped in interactive mode Opened 2 days ago | MervinPraison | closed - completed | bug documentation claude | 1 | 0 | 2 days ago |
#3120 Your project is on StackMap — a curated map of the AI stack Opened 2 months ago | hoghweed | open | claude | 3 | 0 | 2 days ago |
#4894 Gateway lacks durable per-identity spend accounting and budget/quota enforcement at the admission layer Opened 2 days ago | MervinPraison | closed - completed | question claude | 1 | 0 | 2 days ago |
#4892 Bots/gateway have no native poll primitive: agents cannot run a group vote across channels Opened 2 days ago | MervinPraison | closed - completed | question security claude | 1 | 0 | 2 days ago |
#4883 The mobile bundle gate is not reproducible: praisonai-ts gitignores package-lock.json but CI builds with npm Opened 3 days ago | MervinPraison | closed - completed | claude javascript | 1 | 0 | 2 days ago |
#4850 Wrapper ships dev-only `_dev/parity` tooling inside the installed wheel Opened 4 days ago | MervinPraison | closed - completed | documentation claude | 1 | 0 | 3 days ago |