agnes-the-ai-analyst/cli/lib
ZdenekSrotyr be62ce61b8 feat(cli): install SessionStart hook chaining self-upgrade then pull
Single hook entry: 'agnes self-upgrade --quiet ... || true; agnes pull
--quiet ... || true'. Shell semicolon guarantees ordering across every
Claude Code version (no reliance on undocumented multi-hook execution
semantics); each segment's || true preserves the original property
that an upgrade failure does not abort the pull.
2026-05-06 23:23:23 +02:00
..
__init__.py feat(cli-lib): cli/lib/hooks.py:install_claude_hooks 2026-05-04 17:53:20 +02:00
claude_sessions.py fix(push): read sessions from ~/.claude/projects/<encoded-cwd>/ 2026-05-04 20:29:59 +02:00
hooks.py feat(cli): install SessionStart hook chaining self-upgrade then pull 2026-05-06 23:23:23 +02:00
pull.py feat(pull): aggregated progress + non-TTY textual fallback 2026-05-06 13:09:37 +02:00