fix: report cronjob tool as available in hermes doctor#895
Closed
stablegenius49 wants to merge 1 commit into
Closed
fix: report cronjob tool as available in hermes doctor#895stablegenius49 wants to merge 1 commit into
stablegenius49 wants to merge 1 commit into
Conversation
1 task
19 tasks
teknium1
pushed a commit
that referenced
this pull request
Mar 13, 2026
Set HERMES_INTERACTIVE=1 when running hermes doctor so CLI-gated tool checks (like cronjob management) see the same context as the interactive CLI. Uses setdefault to avoid overriding existing values. Cherry-picked from PR #895 by stablegenius49, rebased onto current main with conflict resolution. Fixes #878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
teknium1
added a commit
that referenced
this pull request
Mar 13, 2026
Set HERMES_INTERACTIVE=1 via setdefault in run_doctor() so CLI-gated tool checks (like cronjob) see the same context as the interactive CLI. Cherry-picked from PR #895 by @stablegenius49. Fixes #878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
Contributor
|
Merged via PR #1180! Your fix was cherry-picked with authorship preserved onto current main (PR was 233 commits behind, required conflict resolution in the test file due to new honcho tests added since). The approach is clean — |
angelburgosrosado
pushed a commit
to angelburgosrosado/hermes-agent
that referenced
this pull request
Apr 27, 2026
Set HERMES_INTERACTIVE=1 via setdefault in run_doctor() so CLI-gated tool checks (like cronjob) see the same context as the interactive CLI. Cherry-picked from PR NousResearch#895 by @stablegenius49. Fixes NousResearch#878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
angelburgosrosado
pushed a commit
to angelburgosrosado/hermes-agent
that referenced
this pull request
Apr 28, 2026
Set HERMES_INTERACTIVE=1 when running hermes doctor so CLI-gated tool checks (like cronjob management) see the same context as the interactive CLI. Uses setdefault to avoid overriding existing values. Cherry-picked from PR NousResearch#895 by stablegenius49, rebased onto current main with conflict resolution. Fixes NousResearch#878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
02356abc
pushed a commit
to 02356abc/hermes-agent
that referenced
this pull request
May 14, 2026
Set HERMES_INTERACTIVE=1 via setdefault in run_doctor() so CLI-gated tool checks (like cronjob) see the same context as the interactive CLI. Cherry-picked from PR NousResearch#895 by @stablegenius49. Fixes NousResearch#878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
olympus-terminal
pushed a commit
to olympus-terminal/hermes-agent
that referenced
this pull request
May 16, 2026
Set HERMES_INTERACTIVE=1 via setdefault in run_doctor() so CLI-gated tool checks (like cronjob) see the same context as the interactive CLI. Cherry-picked from PR NousResearch#895 by @stablegenius49. Fixes NousResearch#878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
CumulusService
pushed a commit
to Cumulus-Service-GmbH/hermes-agent
that referenced
this pull request
May 30, 2026
Set HERMES_INTERACTIVE=1 when running hermes doctor so CLI-gated tool checks (like cronjob management) see the same context as the interactive CLI. Uses setdefault to avoid overriding existing values. Cherry-picked from PR NousResearch#895 by stablegenius49, rebased onto current main with conflict resolution. Fixes NousResearch#878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
Egavasyug
pushed a commit
to Egavasyug/hermes-agent
that referenced
this pull request
Jun 10, 2026
Set HERMES_INTERACTIVE=1 via setdefault in run_doctor() so CLI-gated tool checks (like cronjob) see the same context as the interactive CLI. Cherry-picked from PR NousResearch#895 by @stablegenius49. Fixes NousResearch#878 Co-authored-by: stablegenius49 <stablegenius49@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
HERMES_INTERACTIVE=1when runninghermes doctorso CLI-gated tool checks run in the same context as the interactive CLITesting
Fixes #878