Skip to content

fix(cron): forward model overrides on create#6758

Open
iacker wants to merge 1 commit into
NousResearch:mainfrom
iacker:fix/systemd-hermes-home-custom
Open

fix(cron): forward model overrides on create#6758
iacker wants to merge 1 commit into
NousResearch:mainfrom
iacker:fix/systemd-hermes-home-custom

Conversation

@iacker

@iacker iacker commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add --model, --provider, and --base-url flags to hermes cron create
  • forward those create-time overrides through the CLI wrapper into the cron job tool
  • add regression coverage proving created jobs retain the requested runtime override fields

Testing

  • source venv/bin/activate && python -m pytest tests/hermes_cli/test_cron.py -q
  • source venv/bin/activate && python -m pytest tests/cron/test_jobs.py tests/hermes_cli/test_cron.py -q

Closes #6709

@alt-glitch alt-glitch added type/bug Something isn't working comp/cron Cron scheduler and job management comp/cli CLI entry point, hermes_cli/, setup wizard P2 Medium — degraded but workaround exists labels Apr 29, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

Related to #8239 — both add --model/--provider flags to hermes cron create CLI. Also related to #13171 (runtime provider inheritance).

@alt-glitch

Copy link
Copy Markdown
Collaborator

Related to #8239 — both add --model/--provider flags to hermes cron create CLI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard comp/cron Cron scheduler and job management P2 Medium — degraded but workaround exists type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cron Create Fails with Model Parameter (TypeError)

2 participants