hermes-agent-features/hermes_cli
Teknium a9033c9220
feat(backup): exclude checkpoints/ from backups (#16572)
Session-local trajectory cache — keyed by session hash, regenerated
per-session, won't port to another machine anyway. On a large install
this was multiple GB of pure noise in every zip.

Also adds a regression test for the pre-existing backups/ exclusion
so the two machine-local dirs share coverage.
2026-04-27 06:40:18 -07:00
..
__init__.py
auth_commands.py
auth.py
azure_detect.py
backup.py feat(backup): exclude checkpoints/ from backups (#16572) 2026-04-27 06:40:18 -07:00
banner.py
callbacks.py
claw.py
cli_output.py
clipboard.py
codex_models.py
colors.py
commands.py fix(cli): eliminate ghost status-bar + DSR input leaks from terminal drift 2026-04-27 05:31:47 -07:00
completion.py
config.py feat(update): make pre-update backup opt-in (off by default) (#16566) 2026-04-27 06:36:35 -07:00
copilot_auth.py
cron.py
curses_ui.py
debug.py fix(debug): sweep expired paste.rs uploads on a real timer (#16431) 2026-04-27 00:36:33 -07:00
default_soul.py
dingtalk_auth.py
doctor.py
dump.py
env_loader.py
fallback_cmd.py
gateway.py yuanbao platform (#16298) 2026-04-26 18:50:49 -07:00
hooks.py
logs.py
main.py feat(update): make pre-update backup opt-in (off by default) (#16566) 2026-04-27 06:36:35 -07:00
mcp_config.py
memory_setup.py
model_catalog.py
model_normalize.py
model_switch.py
models.py fix(azure-foundry): auto-route gpt-5.x / codex / o-series to Responses API (#16361) 2026-04-26 21:33:31 -07:00
nous_subscription.py fix(cli): coerce use_gateway config flags in tool routing 2026-04-26 19:02:55 -07:00
oneshot.py
pairing.py
platforms.py yuanbao platform (#16298) 2026-04-26 18:50:49 -07:00
plugins_cmd.py
plugins.py
profiles.py
providers.py
pty_bridge.py
runtime_provider.py fix(azure-foundry): auto-route gpt-5.x / codex / o-series to Responses API (#16361) 2026-04-26 21:33:31 -07:00
setup.py yuanbao platform (#16298) 2026-04-26 18:50:49 -07:00
skills_config.py
skills_hub.py feat(skills): install skills from a direct HTTP(S) URL (#16323) 2026-04-26 20:57:10 -07:00
skin_engine.py
slack_cli.py feat(slack): register every gateway command as a native slash (Discord/Telegram parity) (#16164) 2026-04-26 11:38:32 -07:00
status.py yuanbao platform (#16298) 2026-04-26 18:50:49 -07:00
timeouts.py refactor(timeouts): drop redundant ImportError in except clause 2026-04-26 20:48:20 -07:00
tips.py feat(busy): add 'steer' as a third display.busy_input_mode option (#16279) 2026-04-26 18:21:29 -07:00
tools_config.py fix(tools): coerce quoted use_gateway in image_gen UI detection 2026-04-26 19:02:55 -07:00
uninstall.py
voice.py
web_server.py fix(tui): run built TUI with production React by default 2026-04-26 21:34:31 -05:00
webhook.py