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

umputun / ralphex
81%
master: 81%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.10.5
DEFAULT BRANCH: master
Repo Added 21 Jan 2026 08:02AM UTC
Files 39
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 docker-support
branch: docker-support
CHANGE BRANCH
x
Reset
  • docker-support
  • add-default-branch-template
  • add-dirty-worktree-check
  • add-notifications
  • add-reset-flag
  • auto-create-initial-commit
  • auto-plan-mode-detection
  • code-review-fixes
  • commented-defaults
  • configurable-colors
  • custom-external-review
  • dashboard-tests
  • dependabot/go_modules/github.com/go-git/go-billy/v5-5.7.0
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • display-lines-changed-stats
  • error-patterns
  • external-git-backend
  • feat/agent-frontmatter-model-v2
  • feat/per-phase-claude-models-v2
  • feat/scalar-config-fallback
  • feature/claude-plugin-support
  • finalize-step
  • fix-checkout-keep-untracked
  • fix-codex-not-installed
  • fix-codex-stderr-reporting
  • fix-isignored-global-patterns
  • fix-plan-file-resolution
  • fix-process-group-cleanup
  • fix-review-loop-exit
  • fix-scanner-buffer-size
  • fix-sigint-handling
  • fix-uncommitted-changes-handling
  • fix-version-unknown
  • fix-windows-build
  • fix-worktree-support
  • fix/strip-comments-markdown
  • force-exit-timeout
  • graceful-prompt-variables
  • interactive-plan-creation
  • master
  • plan-draft-preview
  • project-local-config
  • refactor-git-service
  • refactor-main
  • refs/tags/v0.1.0
  • refs/tags/v0.10.0
  • refs/tags/v0.10.1
  • refs/tags/v0.10.2
  • refs/tags/v0.10.3
  • refs/tags/v0.10.4
  • refs/tags/v0.10.5
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.2.2
  • refs/tags/v0.2.3
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.4.1
  • refs/tags/v0.4.2
  • refs/tags/v0.4.3
  • refs/tags/v0.4.4
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.7.1
  • refs/tags/v0.7.2
  • refs/tags/v0.7.3
  • refs/tags/v0.7.4
  • refs/tags/v0.7.5
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • remove-docker
  • rewrite-dk-script-python
  • web-fixes
  • web-planner
  • web-ui
  • web-ui-improvements

03 Feb 2026 02:09AM UTC coverage: 80.617%. Remained the same
21614038486

Pull #54

github

umputun
docs: add Docker, interactive planning, and git integration to features

- README: add isolation details section, consolidate streaming/logging
  into real-time monitoring, add Docker support to features list (12 items)
- landing page: add 3 feature cards for Docker isolation, interactive
  planning, and git integration (9 items = 3x3 grid)
Pull Request #54: feat: add Docker support for isolated execution

4234 of 5252 relevant lines covered (80.62%)

124.51 hits per line

Relevant lines Covered
Build:
Build:
5252 RELEVANT LINES 4234 COVERED LINES
124.51 HITS PER LINE
Source Files on docker-support
  • Tree
  • List 31
  • 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
21614038486 docker-support docs: add Docker, interactive planning, and git integration to features - README: add isolation details section, consolidate streaming/logging into real-time monitoring, add Docker support to features list (12 items) - landing page: add 3 featu... Pull #54 03 Feb 2026 02:11AM UTC umputun github
80.62
21614039128 docker-support docs: add Docker, interactive planning, and git integration to features - README: add isolation details section, consolidate streaming/logging into real-time monitoring, add Docker support to features list (12 items) - landing page: add 3 featu... Pull #54 03 Feb 2026 02:11AM UTC umputun github
80.62
21613870045 docker-support docs: add Docker, interactive planning, and git integration to features - README: add isolation details section, consolidate streaming/logging into real-time monitoring, add Docker support to features list (12 items) - landing page: add 3 featu... Pull #54 03 Feb 2026 02:03AM UTC umputun github
80.66
21613652686 docker-support fix(docker): add symlink resolution for ralphex config directories resolve symlink targets for both user-level (~/.config/ralphex/) and project-level (.ralphex/) config directories. ensures configs with symlinks to files under $HOME are accessibl... Pull #54 03 Feb 2026 01:54AM UTC umputun github
80.62
21613653476 docker-support fix(docker): add symlink resolution for ralphex config directories resolve symlink targets for both user-level (~/.config/ralphex/) and project-level (.ralphex/) config directories. ensures configs with symlinks to files under $HOME are accessibl... Pull #54 03 Feb 2026 01:54AM UTC umputun github
80.67
21613594963 docker-support feat(docker): add --update flag to pull latest image users can now run 'ralphex --update' to pull the latest docker image before running. the image is cached locally and reused until explicitly updated. Pull #54 03 Feb 2026 01:51AM UTC umputun github
80.62
21613419883 docker-support feat(docker): add RALPHEX_PORT env var for custom dashboard port add support for configuring the web dashboard port via RALPHEX_PORT environment variable. when using --serve with a custom --port, set RALPHEX_PORT to the same value to map the port... Pull #54 03 Feb 2026 01:43AM UTC umputun github
80.62
21613420239 docker-support feat(docker): add RALPHEX_PORT env var for custom dashboard port add support for configuring the web dashboard port via RALPHEX_PORT environment variable. when using --serve with a custom --port, set RALPHEX_PORT to the same value to map the port... Pull #54 03 Feb 2026 01:43AM UTC umputun github
80.67
21611107884 docker-support fix(docker): optimize startup and macOS keychain credential extraction - extract Claude credentials from macOS keychain when not in ~/.claude - copy only essential files in init.sh (not entire 2GB directory) - add chown for codex files to fix per... Pull #54 03 Feb 2026 12:10AM UTC umputun github
80.54
21581057786 docker-support fix(docker): symlink resolution for dotfiles and bash shell - resolve symlinks in wrapper script for dotfiles setups - mount credentials to /mnt, copy to /home/app at startup - filter symlink targets to $HOME (skip homebrew paths) - set bash as d... Pull #54 02 Feb 2026 07:26AM UTC umputun github
80.56
See All Builds (349)
  • 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

© 2026 Coveralls, Inc