Skip to content

Google-chat : resolve bot-id cache under get_hermes_home() - #79320

Closed
aydnOktay wants to merge 1 commit into
NousResearch:mainfrom
aydnOktay:fix/google-chat-bot-id-cache-profile
Closed

Google-chat : resolve bot-id cache under get_hermes_home()#79320
aydnOktay wants to merge 1 commit into
NousResearch:mainfrom
aydnOktay:fix/google-chat-bot-id-cache-profile

Conversation

@aydnOktay

Copy link
Copy Markdown
Contributor

Summary

  • _bot_id_cache_path used os.getenv("HERMES_HOME", Path.home() / ".hermes"), so context-local profile overrides and the Windows platform-native home were ignored.
  • Thread-count state in the same adapter already uses get_hermes_home(); align the bot-id cache the same way.
  • Regression tests for HERMES_HOME env and context-local override.

_bot_id_cache_path used os.getenv(HERMES_HOME) with a Path.home()/.hermes
fallback, so context-local profile overrides and the Windows platform-native
home were ignored while thread-count state already used get_hermes_home().

Co-authored-by: Cursor <cursoragent@cursor.com>
@alt-glitch alt-glitch added type/bug Something isn't working comp/plugins Plugin system and bundled plugins platform/windows Native Windows-specific behavior or breakage P3 Low — cosmetic, nice to have duplicate This issue or pull request already exists sweeper:risk-compatibility Sweeper risk: may break existing users, config, migrations, defaults, or upgrades sweeper:risk-platform-windows Sweeper risk: may break or behave differently on native Windows labels Aug 5, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

This was generated by AI during triage.

Duplicate of #39486. Both PRs route Google Chat's bot-ID cache through get_hermes_home() so profile overrides and the native Windows home are honored; #39486 is the earlier open implementation.

@aydnOktay

Copy link
Copy Markdown
Contributor Author

Closing to concentrate review on a single linked product bug: #89979.

@aydnOktay aydnOktay closed this Aug 19, 2026
@aydnOktay

Copy link
Copy Markdown
Contributor Author

Closing to concentrate review on a single linked product bug: #89979.

1 similar comment
@aydnOktay

Copy link
Copy Markdown
Contributor Author

Closing to concentrate review on a single linked product bug: #89979.

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

Labels

comp/plugins Plugin system and bundled plugins duplicate This issue or pull request already exists P3 Low — cosmetic, nice to have platform/windows Native Windows-specific behavior or breakage sweeper:risk-compatibility Sweeper risk: may break existing users, config, migrations, defaults, or upgrades sweeper:risk-platform-windows Sweeper risk: may break or behave differently on native Windows type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants