refactor(pifs): remove dead semantic retrieval code (#33)

This commit is contained in:
Bukely_ 2026-05-31 22:22:05 +08:00 committed by GitHub
parent d3034fa1b9
commit 0f71da3bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 24 additions and 691 deletions

View file

@ -263,7 +263,7 @@ class PIFSAgentStreamTest(unittest.TestCase):
):
self.assertNotIn(old_command, prompt_surface)
def test_demo_prompt_uses_browse_strategy_and_not_legacy_semantic_search(self):
def test_demo_prompt_uses_browse_strategy_and_not_old_vector_commands(self):
demo_prompt = load_demo_agent_prompt()
self.assertIn("Start with ls or tree", demo_prompt)