Merge branch 'main' into rewbs/tool-use-charge-to-subscription

This commit is contained in:
Robin Fernandes
2026-03-26 16:18:28 -07:00
75 changed files with 5726 additions and 403 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ class TestBuildContextFilesPrompt:
with patch("pathlib.Path.home", return_value=fake_home):
result = build_context_files_prompt(cwd=str(tmp_path))
assert "Project Context" in result
assert "# Hermes " in result
assert "Hermes Agent" in result
def test_loads_agents_md(self, tmp_path):
(tmp_path / "AGENTS.md").write_text("Use Ruff for linting.")