David Katz
David Katz
Fixes https://github.com/block/goose/issues/6078 The parameter passing was working fine, but we were only keeping instructions and not prompt which just told it it was a weather specialist and didn't have the...
Noticed a regression here. When you open a new session, until you send your first message the context window display remains at 0.
Main changes are removing pricing.rs which maintains model pricing via a cached config file which is refreshed from open router. Use canonical models instead (same data source, but much higher...
How this will work: Runs build_canonical_models -> creates canonical_models.json Runs canonical_model_checker -> creates canonical_mapping_report.json canonical_model_checker needs secrets to access our common providers. canonical_mapping_report.json isn't that useful, but what canonical_model_checker prints...
**Describe the bug** There is some client side code to handle this but if I were to use: cheap model - talk to goose a bunch expensive model - talk...
## Summary Currently we split parameters at spacebar, and only the first word is sent to the first param. Now everything is parsed as the first param (without a default,...