-
All configuration options — including
model,provider,temperature,top_p, andmax_tokens— are now defined exclusively innginr_config.yaml. -
There are no longer any fallbacks or defaults in the code.
-
If any required key is missing, the application will raise a clear and descriptive error.
-
Terminal chat display has been improved:
- Each turn between the user and the bot is now separated by a
---line for better readability.
- Each turn between the user and the bot is now separated by a
-
Documentation files (
api.md,architecture.md, anddev-notes.md) have been updated accordingly to reflect these changes.