aipack 0.8.21

Command Agent runner to accelerate production coding with genai.
# Customize or override the `./config-default.toml` properties
#
# This will be merged on top of `./config-default.toml` to provide the
# base configuration for all aip runs.
#
# For documentation, see `./config-default.toml`.

[options]

# model       = "gpt-5.2"

# temperature = 0.0

# input_concurrency = 2


# Customize global model aliases here.
#
# See alias documentation at `./config-default.toml`
[options.model_aliases]
# mymodel = "gpt-5.4-nano"