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

umputun / mpt
88%
master: 87%

Build:
Build:
LAST BUILD BRANCH: feature/multiple-custom-providers
DEFAULT BRANCH: master
Repo Added 03 Apr 2025 05:44AM UTC
Token kVBRNXkTsMZagy8JKouRwPmlc3O5gJ66h regen
Build 168 Last
Files 16
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

LAST BUILD ON BRANCH feature/multiple-custom-providers
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-claude-github-actions-1754418829365
  • consensus-feature
  • dependabot/github_actions/goreleaser/goreleaser-action-6
  • dependabot/go_modules/github.com/fatih/color-1.18.0
  • dependabot/go_modules/github.com/go-pkgz/lgr-0.12.0
  • dependabot/go_modules/github.com/google/generative-ai-go-0.19.0
  • dependabot/go_modules/github.com/jessevdk/go-flags-1.6.1
  • dependabot/go_modules/github.com/mark3labs/mcp-go-0.20.0
  • dependabot/go_modules/github.com/mark3labs/mcp-go-0.20.1
  • dependabot/go_modules/github.com/sashabaranov/go-openai-1.38.1
  • dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/golang.org/x/crypto-0.31.0
  • dependabot/go_modules/golang.org/x/net-0.36.0
  • dependabot/go_modules/google.golang.org/api-0.228.0
  • dependabot/go_modules/google.golang.org/api-0.229.0
  • feature/add-mcp-support
  • feature/auto-branch-diff
  • feature/force-flag-and-build-exclusion-fix
  • feature/human-friendly-size-values
  • feature/improve-gitignore-handling
  • feature/mix-command
  • feature/multiple-custom-providers
  • git-integration
  • implement-todo-improvements
  • master
  • paskal/dependabot-disable-updates
  • refactor-code-structure
  • refactor/provider-initialization
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.1.2
  • refs/tags/v0.10.0
  • refs/tags/v0.10.1
  • refs/tags/v0.10.2
  • refs/tags/v0.11.0
  • refs/tags/v0.11.1
  • refs/tags/v0.11.2
  • refs/tags/v0.11.3
  • refs/tags/v0.12.0
  • refs/tags/v0.12.1
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.2.2
  • refs/tags/v0.3.0
  • refs/tags/v0.3.2
  • refs/tags/v0.3.3
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.5.1
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.9.0
  • refs/tags/v0.9.1
  • refs/tags/v0.9.2
  • refs/tags/v0.9.3

12 Sep 2025 03:34AM UTC coverage: 87.584% (-0.8%) from 88.369%
17663768355

push

github

umputun
refactor: extract custom provider logic to pkg/config

- Move custom provider business logic from cmd/mpt to pkg/config/custom.go
- Create CustomProviderManager to encapsulate provider configuration
- Fix temperature=0 bug: use -1 as sentinel for unset temperature
- Fix AnyEnabled to check actual enabled status, not just configuration
- Add comprehensive test coverage for precedence merging and edge cases
- Remove todo_custom.md that shouldn't be in version control
- Update README defaults to match actual code values

217 of 235 new or added lines in 4 files covered. (92.34%)

2 existing lines in 1 file now uncovered.

2095 of 2392 relevant lines covered (87.58%)

29.13 hits per line

Relevant lines Covered
Build:
Build:
2392 RELEVANT LINES 2095 COVERED LINES
29.13 HITS PER LINE
Source Files on master
  • Tree
  • List 16
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17663768355 feature/multiple-custom-providers refactor: extract custom provider logic to pkg/config - Move custom provider business logic from cmd/mpt to pkg/config/custom.go - Create CustomProviderManager to encapsulate provider configuration - Fix temperature=0 bug: use -1 as sentinel for ... push 12 Sep 2025 03:35AM UTC umputun github
87.58
17663696184 feature/multiple-custom-providers refactor: extract custom provider logic to pkg/config - Move custom provider business logic from cmd/mpt to pkg/config/custom.go - Create CustomProviderManager to encapsulate provider configuration - Fix temperature=0 bug: use -1 as sentinel for ... push 12 Sep 2025 03:32AM UTC umputun github
87.58
17653855684 feature/multiple-custom-providers feat: add support for multiple custom OpenAI-compatible providers - Add new --customs flag for configuring multiple custom providers using compact ID:key=value format - Support environment variables with CUSTOM_<ID>_<FIELD> pattern for each provi... push 11 Sep 2025 06:31PM UTC umputun github
88.37
17650664740 refs/tags/v0.12.1 fix(cli): redirect debug logs to stderr instead of stdout resolves issue where debug output polluted program results when using --dbg flag. debug messages now properly go to stderr, allowing clean separation of diagnostic info from actual output.... push 11 Sep 2025 04:18PM UTC umputun github
87.39
17650631697 master fix(cli): redirect debug logs to stderr instead of stdout resolves issue where debug output polluted program results when using --dbg flag. debug messages now properly go to stderr, allowing clean separation of diagnostic info from actual output.... push 11 Sep 2025 04:16PM UTC umputun github
87.39
17543063294 master deps: update dependencies and fix breaking changes - Updated anthropic-sdk-go to v1.11.0 - Fixed Model type change from string to anthropic.Model - Updated mark3labs/mcp-go to v0.39.1 - Fixed Arguments field type change to interface{} - Updat... push 08 Sep 2025 07:24AM UTC umputun github
87.39
17251794905 master docs: standardize all examples to use = with long parameters Ensure consistency in command examples by using --param=value format for all long parameters throughout the documentation push 26 Aug 2025 10:17PM UTC umputun github
87.51
17251425154 master docs: fix custom provider documentation to reflect single provider support (#28) The documentation incorrectly stated that multiple custom providers could be configured using <provider-id> syntax. In reality, only a single custom provider is supp... push 26 Aug 2025 10:08PM UTC umputun github
87.51
16900905310 master docs: update site index with corrected logo paths Run make prep_site to apply logo path corrections to site documentation push 12 Aug 2025 06:31AM UTC umputun github
87.51
16900788922 master fix: correct logo paths in site generation Update Makefile prep_site target to properly replace local logo paths when copying README.md to site documentation push 12 Aug 2025 06:25AM UTC umputun github
87.51
See All Builds (146)

Badge your Repo: mpt

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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

© 2025 Coveralls, Inc