Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:JavaScript language:Python

Filter by

4.5M results  (363 ms)

4.5M results

Wave 5 — behavior-sensitive. hooks/builtins.py opens a fresh StateDB connection on every hook firing. Introduce a shared StateDB singleton to eliminate the per-firing reconnect. (Prereq for the session-lifecycle ...
p2
persistence
refactor

Wave 4 — systemic, bounded rollout. lionagi/_errors.py defines a full domain exception tree (LionError + subclasses, each with default_status_code, __all__-exported), but only ~14 non-test files import ...
error-handling
p2
reliability

Wave 4 — meta, gates the public-surface tier. Multiple consolidation issues touch exported names, signatures, or hook semantics (__all__ removals, the CLIEndpoint shim, the log_tool_use rename, retry/provider ...
documentation
maintainability
p2

Wave 4 — packaging hygiene (near-free). pyproject.toml core dependencies lists croniter =1.4 (line 15) but croniter is imported in exactly one place — studio/scheduler/engine.py (function-local, behind ...
dependencies
p2
packaging

Wave 4 — prerequisite for D2/D3 consolidation. lionagi/libs/ (19 files, ~2554 LOC: nested.py, validate/, file/, schema/, path_safety.py, frontmatter.py) was never enumerated by the discovery sweep and ...
architecture
documentation
p2

Wave 4 — automated backstop. The codebase is densely typed (Literal types, Protocol contracts, generics, sentinels) but there is zero mypy/pyright/pyrefly in pyproject.toml, .pre-commit-config.yaml, or ...
ci
infra
p2
typing

Wave 3 — latent bug. prepare.py:87 does from lionagi.beta.session.session import Branch — there is no lionagi.beta module, so this raises ImportError and is swallowed, permanently deadening the round-notification ...
bug
p2

Wave 3 — public-surface governance. lionagi/testing/ is a ~1850-LOC package shipped in the wheel with a ~40-name __all__, a pytest_plugin.py entrypoint, and is imported by production (service/connections/registry.py). ...
documentation
enhancement
p2
testing

Wave 3 — public-symbol change, compat alias required. agent/hooks.py and hooks/builtins.py both define log_tool_use with incompatible semantics. Rename the agent/hooks.py one to log_tool_call. Constraint: ...
p2
refactor

Environment - Device: OpenScan Mini (greenshield), camera IMX519 - Firmware: 0.11.4 - Raspberry Pi, software GPIO stepping (gpiozero / RPi.GPIO), open-loop, no endstop Symptom During a scan the ...
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.