Tavis Rudd
Tavis Rudd
Fix https://cloud-haskell.atlassian.net/browse/DPP-84 When the StarterProcess ChildStart variant is used with dynamic supervision, each cycle of startNewChild + terminateChild/deleteChild leaks a process. Note, this required converting `handleDeleteChild` from `RestrictedProcess` to `Process`.
This reference to session in pgcli.magic [conn.session.engine.url](https://github.com/dbcli/pgcli/blob/89979a93538d81b43c5a79c95d3c268dd32cf1d2/pgcli/magic.py#L43 ) raises an AttributeError for the current HEAD version of ipython-sql (after https://github.com/catherinedevlin/ipython-sql/commit/9fbf83baff3739757b494c9776d4dfeac275d5d2). It can be changed to just `conn.url`. However, it's probably...
Update the output of `llm models` for recent 4x models and update `extra-openai-models.yaml` to demonstrate use of gpt-4o-2024-08-06. Also, the example of `extra-openai-models.yaml` was missing `model_name` which leads to a...