Skip to content

chore: release dev - #1364

Merged
JayGhiya merged 2 commits into
devfrom
release-please--branches--dev
Apr 25, 2026
Merged

chore: release dev#1364
JayGhiya merged 2 commits into
devfrom
release-please--branches--dev

Conversation

@JayGhiya

@JayGhiya JayGhiya commented Apr 25, 2026

Copy link
Copy Markdown
Member

🤖 I have created a release beep boop

code-confluence-flow-bridge: 0.76.0

0.76.0 (2026-04-25)

Features

  • productivity: add Tiltfile, docker-compose, and dev Dockerfiles for local setup (c698032)

Bug Fixes

  • ingestion: fix token leakage and non interactive git env for GitHub repos (4976bd5)
unoplat-code-confluence-frontend: 1.52.0

1.52.0 (2026-04-25)

Features

  • dev-workflow: replace confidence scoring with sandbox verification (b21598c)
  • frontend: update schema and utils for new agent output structure (d4b5909)
  • productivity: add Tiltfile, docker-compose, and dev Dockerfiles for local setup (c698032)
unoplat-code-confluence-query-engine: 0.41.0

0.41.0 (2026-04-25)

Features

  • agent-assembly: drop DuckDuckGo, add builtin web-fetch, extend provider support and empty init (77c81c2)
  • agent-assembly: replace custom repo-inspection tools with audited console capability (a4d89b4)
  • agent-backend: extract Docker lifecycle, path helpers, and resolver (b0fd563)
  • business-domain-agent: replace read_file_content tool with console capability (8421333)
  • dev-workflow: replace confidence scoring with sandbox verification (b21598c)
  • model-config: add unified thinking level param with high default for all providers (14dd611)
  • productivity: add Tiltfile, docker-compose, and dev Dockerfiles for local setup (c698032)
  • query-engine: add dependency-guide and app-interfaces write activities (376223f)
  • query-engine: add markdown validation and rendering pipeline (0d925a4)
  • query-engine: extend framework feature validation models and repository (fff9460)
  • query-engine: migrate to pydantic-ai Capabilities API and local backend rulesets (4c035a0)
  • query-engine: remove agents_md_updater agent and section-updater pattern (8116b9a)
  • query-engine: upgrade pydantic-ai to v1.83 and add markdown-it-py dep (89d464a)
  • temporal: integrate AgentBackendLifecycle into worker and workflows (8f54103)

Bug Fixes

  • agents: remove stale command_discovery_requirements and examples from workflow prompt (f7ffbac)
  • query-engine: update agent prompts, runners, config, and Dockerfile (da5b82b)

This PR was generated with Release Please. See documentation.

@coderabbitai

coderabbitai Bot commented Apr 25, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@JayGhiya has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 54 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 57 minutes and 54 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 395da9af-086c-4bca-a436-349c6a9c17d7

📥 Commits

Reviewing files that changed from the base of the PR and between d871f56 and 206c36c.

⛔ Files ignored due to path filters (2)
  • unoplat-code-confluence-ingestion/code-confluence-flow-bridge/uv.lock is excluded by !**/*.lock
  • unoplat-code-confluence-query-engine/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • .github/configuration/release-please-manifest.json
  • unoplat-code-confluence-frontend/CHANGELOG.md
  • unoplat-code-confluence-frontend/package.json
  • unoplat-code-confluence-ingestion/code-confluence-flow-bridge/CHANGELOG.md
  • unoplat-code-confluence-ingestion/code-confluence-flow-bridge/pyproject.toml
  • unoplat-code-confluence-query-engine/CHANGELOG.md
  • unoplat-code-confluence-query-engine/pyproject.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@claude

claude Bot commented Apr 25, 2026

Copy link
Copy Markdown

Claude finished @JayGhiya's task —— View job


PR Review Completed

  • Read and analyze changed files
  • Verify version bumps follow semantic versioning
  • Review changelog entries for accuracy
  • Check for any unintended changes
  • Assess release process and provide feedback

Review Summary

This is a well-executed automated release PR generated by release-please. The changes are clean and follow proper semantic versioning practices.

Code Quality & Best Practices

  • Excellent: Release automation is properly configured
  • Version consistency: All version bumps are correctly synchronized across manifest and package files
  • Changelog format: Follows conventional commit standards with proper categorization

Semantic Versioning Analysis

All packages correctly increment based on their changes:

  • code-confluence-flow-bridge: 0.75.1 → 0.76.0 (MINOR) ✅
    • Justification: New productivity features + bug fixes
  • frontend: 1.51.0 → 1.52.0 (MINOR) ✅
    • Justification: Multiple new features (dev-workflow, schema updates, productivity)
  • query-engine: 0.40.1 → 0.41.0 (MINOR) ✅
    • Justification: Extensive feature additions (agent assembly, model config, etc.)

Security Concerns

  • Low Risk: Only version and changelog updates
  • No sensitive data: Release notes don't expose secrets or internal details
  • Dependency updates: Dependencies like pydantic-ai (v1.83) and markdown-it-py appear to be routine upgrades

Changes Analysis

Modified Files Review:

  • .github/configuration/release-please-manifest.json: Version updates only ✅
  • Package files (package.json/pyproject.toml): Version bumps only ✅
  • Changelog files: Properly formatted conventional commit entries ✅

⚠️ Test Coverage

  • Not Applicable: This is a release PR with no code changes
  • Recommendation: Ensure CI/CD validates the version compatibility before merging

📋 Key Features in This Release

Notable Additions:

  • Productivity: Docker development setup (Tiltfile, docker-compose)
  • Agent Architecture: Migration to pydantic-ai capabilities API
  • Frontend: Enhanced schema handling for agent outputs
  • Security: Authenticated git clone for private repos
  • Developer Experience: Sandbox verification replacing confidence scoring

🔍 Release Process Assessment

Strengths:

  • Clean automation via release-please
  • Consistent versioning across monorepo packages
  • Well-structured changelog entries linking to commits
  • No manual intervention artifacts

Recommendations:

  • Consider adding release notes validation in CI
  • All looks good for merge! 🎉

@claude

claude Bot commented Apr 25, 2026

Copy link
Copy Markdown

Claude finished @JayGhiya's task —— View job


PR Review Complete ✅

Reviewing this release-please PR for:

  • Read and analyze changed files
  • Verify version bumps follow semantic versioning
  • Review changelog entries for accuracy
  • Check for any unintended changes
  • Assess release process and provide feedback

Review Summary

This is a well-structured release-please PR that follows semantic versioning correctly and includes appropriate changelog entries for all three packages.

Detailed Analysis

Version Bumps - Correctly Applied

All three packages have appropriate minor version bumps (0.x.0 → 0.y.0) which aligns with the new features being added:

  1. Frontend: 1.51.0 → 1.52.0
  2. Flow Bridge: 0.75.1 → 0.76.0
  3. Query Engine: 0.40.1 → 0.41.0

Changelog Accuracy

The changelog entries accurately reflect the commits since the last release:

Key Features Added:

  • Productivity improvements: Tiltfile, docker-compose, and dev Dockerfiles for local development setup
  • Dev workflow enhancement: Replace confidence scoring with sandbox verification
  • Frontend schema updates: New agent output structure support
  • Query engine modernization: Migration to pydantic-ai v1.83, Capabilities API, and markdown validation pipeline
  • Agent assembly improvements: Dropped DuckDuckGo, added built-in web-fetch, enhanced provider support

Bug Fixes:

  • Ingestion: Authenticated git clone for private GitHub repos
  • Query Engine: Updated agent prompts, runners, config, and Dockerfile

Release Process Quality

Strengths:

  • Conventional commit format consistently used
  • Proper feature/fix categorization in changelogs
  • All version dependencies correctly updated in manifest
  • Lock files appropriately refreshed (uv.lock)

⚠️ Minor Observations

  1. Lock File Size: The uv.lock files show substantial changes, which is expected with dependency updates but worth monitoring for any unexpected additions

  2. Commons Dependency: All packages correctly reference unoplat-code-confluence-commons-v0.47.0 - good consistency across the monorepo

Recommendation

✅ APPROVE - This release is ready for merge. The version bumps are semantically correct, changelog entries are accurate, and the release process follows best practices.


@JayGhiya
JayGhiya merged commit f398208 into dev Apr 25, 2026
7 of 8 checks passed
@JayGhiya

Copy link
Copy Markdown
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant