ed
fd5661335f
refactor(ai_client): migrate _llama_history call sites to provider_state.get_history('llama')
Phase 6 of code_path_audit_phase_3_provider_state_20260624. 16 sites across TWO llama functions migrated:
- _send_llama (8 sites): outer capture + 2 with history.lock blocks + 4 history.append/not/_history references + 2 kwargs (history_lock=history.lock, history=history)
- _send_llama_native (8 sites): outer capture + 2 with history.lock blocks + 4 history.append/not/messages.extend + 1 history.append(msg)
Both backend variants (OpenRouter + Ollama) share the same provider_state.get_history('llama') singleton.
Verified: 27 tests pass across test_provider_state_migration (14) + test_llama_provider (6) + test_llama_ollama_native (7).
Conventions: 1-space indentation, CRLF preserved, no comments added.
2026-06-25 12:41:08 -04:00
..
2026-03-04 09:55:44 -05:00
2026-06-24 15:22:31 -04:00
2026-06-25 12:41:08 -04:00
2026-06-21 12:39:17 -04:00
2026-06-05 23:03:45 -04:00
2026-06-22 01:00:06 -04:00
2026-06-25 11:18:03 -04:00
2026-06-06 10:24:22 -04:00
2026-06-07 01:08:31 -04:00
2026-06-18 10:21:24 -04:00
2026-06-18 10:21:24 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 22:38:17 -04:00
2026-06-11 02:02:56 -04:00
2026-06-06 13:30:18 -04:00
2026-06-18 10:21:24 -04:00
2026-06-21 22:39:14 -04:00
2026-06-25 11:18:03 -04:00
2026-06-18 00:14:17 -04:00
2026-06-06 10:24:22 -04:00
2026-06-06 10:24:22 -04:00
2026-06-25 11:18:03 -04:00
2026-06-06 10:24:22 -04:00
2026-06-17 22:42:10 -04:00
2026-06-06 10:24:22 -04:00
2026-06-10 20:50:55 -04:00
2026-06-06 10:24:22 -04:00
2026-06-22 01:00:00 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 10:24:22 -04:00
2026-06-25 11:18:03 -04:00
2026-06-24 09:41:50 -04:00
2026-06-05 21:44:41 -04:00
2026-06-21 12:38:22 -04:00
2026-06-06 19:03:38 -04:00
2026-06-25 11:18:03 -04:00
2026-06-22 00:59:42 -04:00
2026-06-24 17:12:49 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 22:31:35 -04:00
2026-06-05 21:44:41 -04:00
2026-06-19 10:55:54 -04:00
2026-06-06 11:08:07 -04:00
2026-06-06 11:08:07 -04:00
2026-06-18 10:21:24 -04:00
2026-06-25 11:18:03 -04:00
2026-06-24 23:30:15 -04:00
2026-06-12 18:32:05 -04:00
2026-06-20 20:13:10 -04:00
2026-06-12 16:38:09 -04:00
2026-06-25 11:18:03 -04:00
2026-06-06 00:21:36 -04:00
2026-06-25 11:18:03 -04:00
2026-06-18 00:10:16 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 19:07:07 -04:00
2026-05-13 22:35:52 -04:00
2026-06-17 22:39:18 -04:00
2026-06-18 10:21:24 -04:00
2026-06-17 10:26:32 -04:00
2026-06-06 00:21:36 -04:00
2026-06-15 14:25:54 -04:00
2026-06-06 00:21:36 -04:00
2026-06-06 00:21:36 -04:00
2026-06-22 01:02:38 -04:00
2026-06-11 21:35:32 -04:00
2026-06-06 00:21:36 -04:00
2026-06-18 10:21:24 -04:00
2026-06-06 00:21:36 -04:00