Skip to content

gittensory-orb orb-v0.4.0-beta.22

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 22:26
Immutable release. Only release title and notes can be modified.
2d6377c

Gittensory Orb container image:

docker pull ghcr.io/jsonbored/gittensory-selfhost:orb-v0.4.0-beta.22

Multi-arch (linux/amd64 + linux/arm64). See https://gittensory.aethereal.dev/docs/maintainer-self-hosting for setup.
Includes the Claude Code / Codex subscription CLIs by default; credentials stay runtime-only.
Sentry release id baked into the image: gittensory-orb@0.4.0-beta.22.

What's Changed

🚀 Features

  • feat(stats): add accuracy and reuse-rate sparklines to the homepage hero (#4447, #4448) by @JSONbored in #4685
  • feat(ui): add config-generator YAML preview serializer with copy panel by @claytonlin1110 in #4717
  • feat(ui): add first-session onboarding preview card to maintainer dashboard by @claytonlin1110 in #4718
  • feat(ui): add top-contributors-by-quality-band table to maintainer dashboard by @claytonlin1110 in #4694
  • feat(ui): add shared analytics-card skeleton + empty-state shell (#2200) by @dhgoal in #4699
  • feat(stats): add a public review-volume/filtered-rate trend and 2 more hero sparklines by @JSONbored in #4722
  • feat(ui): add finding acceptance-rate card to the analytics dashboard (#2197) by @dhgoal in #4725
  • feat(ui): config-generator REES analyzer selection field group by @reyanthony062001-ops in #4726

🐛 Fixes

  • fix(miner-ui): aggregate portfolio queue API to avoid exposing raw queue rows by @JSONbored in #4683
  • refactor(queue): extract plan-input builder from runAgentMaintenancePlanAndExecute by @JSONbored in #4688
  • feat(agent): auto-apply high-confidence project/milestone matches by @jeffrey701 in #4698
  • feat(ui): last-refresh meta + manual refresh on the analytics and maintainer headers by @reyanthony062001-ops in #4705
  • feat(ui): check-run details-page readiness table (#2216) by @andriypolanski in #4716
  • refactor(queue): split processGitHubWebhook into per-event handlers by @JSONbored in #4695
  • fix(selfhost): exclude bot-authored PRs from the maintainer Grafana dashboard by @JSONbored in #4690
  • feat(review): vision-verify screenshot-table PRs with the local VLM by @JSONbored in #4691
  • feat(agent): list Linear project-milestones for fuzzy tracker matching by @carlh7777 in #4693
  • feat(ui): CSV export button for the analytics ledger by @RealDiligent in #4712
  • feat(ui): config-generator AI provider mode field group (#2208) by @jimcody1995 in #4713
  • perf(stats): bound the review-volume trend's own-ledger query by an index, not a full scan by @JSONbored in #4727
  • refactor(queue): extract manifest-policy gate from maybePublishPrPublicSurface by @JSONbored in #4728
  • fix(selfhost): exclude Docker Compose's reserved _FILE vars from the secret-dereference scan by @JSONbored in #4729
  • fix(github): stop a third-party action_required check from auto-closing PRs on repos with no branch protection by @JSONbored in #4736

🧹 Other Changes

  • fix(db): drop the 2 orphaned scoring-intelligence tables from #4619 by @JSONbored in #4676
  • refactor(review): consolidate 3 duplicate helper implementations by @JSONbored in #4677
  • refactor(review): extract shared secret-detection module (#4608) by @JSONbored in #4678
  • fix(ci): dispatch orb-beta-release against the tag, not the floating main ref by @JSONbored in #4680
  • refactor(github): consolidate githubHeaders cluster and CI-cache params (#4610) by @JSONbored in #4681
  • feat(scripts): widen docs-drift checker to the full config surface by @JSONbored in #4682
  • fix(github): thread PUBLIC_SITE_ORIGIN into the @gittensory help command reference link by @JSONbored in #4684
  • perf(review): downscale before/after screenshots before the local VLM by @JSONbored in #4687

New Contributors

Full Changelog: orb-v0.4.0-beta.21...orb-v0.4.0-beta.22