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

umputun / mpt
87%

Build:
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 master
branch: master
CHANGE BRANCH
x
Reset
Sync Branches
  • master
  • 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
  • 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

11 Sep 2025 04:14PM UTC coverage: 87.392%. Remained the same
17650631697

push

github

umputun
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.

fixes #29

1 of 1 new or added line in 1 file covered. (100.0%)

1823 of 2086 relevant lines covered (87.39%)

21.24 hits per line

Relevant lines Covered
Build:
Build:
2086 RELEVANT LINES 1823 COVERED LINES
21.24 HITS PER LINE
Source Files on master
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
16900723482 master site: update from the current readme push 12 Aug 2025 06:21AM UTC umputun github
87.51
16898343717 master Add consensus mode for multi-provider agreement checking (#27) * feat: add consensus mode for multi-provider agreement checking - Add --consensus flag to enable consensus checking with mix mode - Add --consensus.attempts flag for configuring ret... push 12 Aug 2025 03:43AM UTC web-flow github
87.51
16892427964 master fix: update go-openai to v1.41.0 for GPT-5 support Updated sashabaranov/go-openai from v1.40.5 to v1.41.0 which includes: - Explicit GPT-5 model constants and validation - Proper reasoning model handling for GPT-5 - Fixes timeout issues when usin... push 11 Aug 2025 09:21PM UTC umputun github
86.12
16817031186 master fix: prevent unnecessary git temp directory creation Fixed a bug where GitDiffer was always creating and removing a temporary directory even when git features were not being used. Now GitDiffer is only instantiated when --git.diff or --git.branch... push 07 Aug 2025 10:15PM UTC umputun github
86.12
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