• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 18877312025 / 1
66%
main: 66%

Build:
DEFAULT BRANCH: main
Ran 28 Oct 2025 02:02PM UTC
Files 149
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Oct 2025 01:59PM UTC coverage: 47.665% (+1.0%) from 46.658%
18877312025.1

push

github

web-flow
enhance(config): Add merge strategy support for `instructions` field (#297)

Users can now configure the `instructions` field with explicit merge
strategies, allowing finer control over how configuration layers
combine. This aligns with the existing merge strategy support for
`system_prompt`.

The instructions field now accepts either a plain array (using `replace`
strategy by default) or an object with `value` and `strategy` fields.
For example:

```toml
[assistant.instructions]
strategy = "append"
value = [{ title = "Additional instruction" }]
```

To support this, a new `MergeableVec<T>` type was introduced that
mirrors the `MergeableString` pattern, providing consistent merge
behavior across different configuration value types.

Additional changes:

Renamed string merge types for consistency and clarity:

- `StringWithMerge` → `MergeableString`
- `StringWithStrategy` → `MergedString`
- `StringMergeStrategy` → `MergedStringStrategy`

Restructured the internal merge module by splitting string and vec merge
strategies into separate submodules for better organization.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

7411 of 15548 relevant lines covered (47.67%)

14.84 hits per line

Source Files on job 18877312025.1
  • Tree
  • List 149
  • Changed 4
  • Source Changed 4
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18877312025
  • 3f86e8d9 on github
  • Prev Job for on main (#18875643534.1)
  • Next Job for on main (#18877319048.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc