You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: make retry fallbacks and sqlite pooling configurable (#46)
* refactor: make codeagent fallbacks explicit
Remove baked-in fallback model IDs from retry defaults and cover the new
option-based fallback and strategy configuration with focused tests.
* refactor: add configurable sqlite connection pooling
Keep serialized access as the default while allowing callers to opt into a
larger pool, and lock that behavior down with targeted storage tests.
* docs: remove stale cmd/eyrie entry from architecture tree
Keep the repository layout example aligned with the current top-level
structure after the CLI path was removed from the tree.
0 commit comments