crayfish-ai
f3371c39a4
fix(auxiliary): custom provider URL rewrite + main_runtime model for title gen
- auxiliary_client: apply _to_openai_base_url() to custom base_url
(fixes /anthropic → /v1 rewrite missing for provider="custom")
- auxiliary_client: use main_runtime.get("model") instead of _read_main_model()
so auxiliary tasks follow system default model changes
- title_generator: thread main_runtime through generate_title → auto_title_session → maybe_auto_title
- cli.py / gateway/run.py: pass main_runtime to maybe_auto_title
- tests: update mock assertions for new main_runtime parameter
2026-04-28 01:47:25 -07:00
..
2026-04-13 16:32:04 -07:00
2026-04-28 01:40:28 -07:00
2026-02-02 19:01:51 -08:00
2026-04-26 12:29:02 -07:00
2026-04-27 18:19:14 -07:00
2026-04-13 16:32:04 -07:00
2026-04-26 18:33:35 -07:00
2026-04-22 16:23:21 -07:00
2026-04-26 18:31:24 -07:00
2026-04-06 16:49:54 -07:00
2026-04-10 21:18:34 -07:00
2026-04-28 01:47:25 -07:00
2026-04-20 11:53:07 -07:00
2026-04-26 18:50:49 -07:00
2026-04-23 15:07:06 -07:00
2026-03-25 15:02:03 -07:00
2026-04-26 17:26:37 -07:00
2026-04-26 20:48:31 -07:00