Skip to content

[docs] Fix bad merge (missing anchors)#4334

Merged
mmabrouk merged 3 commits into
mainfrom
docs/fix-bad-merge-20260514
May 15, 2026
Merged

[docs] Fix bad merge (missing anchors)#4334
mmabrouk merged 3 commits into
mainfrom
docs/fix-bad-merge-20260514

Conversation

@junaway
Copy link
Copy Markdown
Contributor

@junaway junaway commented May 14, 2026

No description provided.

Copilot AI review requested due to automatic review settings May 14, 2026 16:43
@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment May 14, 2026 4:43pm

Request Review

@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. documentation Improvements or additions to documentation labels May 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 14, 2026

Review Change Stack

📝 Walkthrough

Summary by CodeRabbit

  • Chores

    • Version 0.99.8 released across all API, Python clients, SDKs, services, and web packages.
  • Documentation

    • Updated documentation with explicit section anchors for improved navigation and reference linking.

Walkthrough

This PR bumps the version across all workspace packages from 0.99.7 to 0.99.8. Backend Python packages, web packages, and their variants all receive the same version increment in their manifest files. The tracing documentation guide also receives explicit anchor IDs on two section headings.

Changes

Version bump and documentation anchors

Layer / File(s) Summary
Backend package versions
api/pyproject.toml, clients/python/pyproject.toml, sdks/python/pyproject.toml, services/pyproject.toml
All backend Python package versions increment from 0.99.7 to 0.99.8 in their pyproject.toml files.
Web package versions
web/package.json, web/ee/package.json, web/oss/package.json, web/packages/agenta-api-client/package.json
All web workspace packages increment their version to 0.99.8 in their package.json files.
Documentation anchor IDs
docs/docs/reference/api-guide/10-tracing.mdx
Tracing documentation section headings for "References" and "How ingest works" receive explicit anchor IDs ({#references-and-entity-linking} and {#async-write-contract-202}) for stable linking.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • Agenta-AI/agenta#4301: Both PRs perform version bumps across the same set of backend and web package manifests with different target versions.
  • Agenta-AI/agenta#4300: Both PRs update the same version fields across api/pyproject.toml, clients/python/pyproject.toml, sdks/python/pyproject.toml, services/pyproject.toml, and multiple web/*/package.json files to advance release versions.
🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title describes fixing missing anchors in docs, but the changeset includes version bumps across 8 files (api, clients, sdks, services, web packages) in addition to a minor documentation change. Update the title to reflect the primary change: version bump to 0.99.8, or clarify that documentation anchor fixes are the main focus with a note about version updates.
Description check ⚠️ Warning No pull request description was provided by the author, making it impossible to verify alignment with the changeset. Add a description explaining the rationale for both the version bump across all packages and the documentation anchor updates.
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/fix-bad-merge-20260514

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates documentation anchors for the tracing guide and bumps the repository’s package versions from 0.99.7 to 0.99.8 across the web and Python components.

Changes:

  • Bump JS workspace/package versions to 0.99.8.
  • Bump Python project versions to 0.99.8 and update corresponding uv.lock entries.
  • Add explicit heading anchors in the tracing documentation to restore stable in-page links.

Reviewed changes

Copilot reviewed 9 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
web/packages/agenta-api-client/package.json Bumps API client package version to 0.99.8.
web/package.json Bumps web workspace version to 0.99.8.
web/oss/package.json Bumps OSS package version to 0.99.8.
web/ee/package.json Bumps EE package version to 0.99.8.
services/uv.lock Updates locked editable package versions to 0.99.8.
services/pyproject.toml Bumps services project version to 0.99.8.
sdks/python/uv.lock Updates SDK lockfile package versions to 0.99.8.
sdks/python/pyproject.toml Bumps SDK project version to 0.99.8.
docs/docs/reference/api-guide/10-tracing.mdx Adds explicit heading anchors for stable links.
clients/python/uv.lock Updates client lockfile version to 0.99.8.
clients/python/pyproject.toml Bumps Python client project version to 0.99.8.
api/uv.lock Updates API lockfile editable package versions to 0.99.8.
api/pyproject.toml Bumps API project version to 0.99.8.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread web/package.json
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 19eac656-2339-4dc6-99d1-1d860269383f

📥 Commits

Reviewing files that changed from the base of the PR and between 0fae4a5 and cfc0bec.

⛔ Files ignored due to path filters (4)
  • api/uv.lock is excluded by !**/*.lock
  • clients/python/uv.lock is excluded by !**/*.lock
  • sdks/python/uv.lock is excluded by !**/*.lock
  • services/uv.lock is excluded by !**/*.lock
📒 Files selected for processing (9)
  • api/pyproject.toml
  • clients/python/pyproject.toml
  • docs/docs/reference/api-guide/10-tracing.mdx
  • sdks/python/pyproject.toml
  • services/pyproject.toml
  • web/ee/package.json
  • web/oss/package.json
  • web/package.json
  • web/packages/agenta-api-client/package.json

Comment thread web/oss/package.json
@junaway junaway changed the base branch from main to release/v0.99.8 May 14, 2026 16:49
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels May 14, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label May 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Railway Preview Environment

Preview URL https://gateway-production-805e.up.railway.app/w
Project agenta-oss-pr-4334
Image tag pr-4334-ec28480
Status Deployed
Railway logs Open logs
Workflow logs View workflow run
Updated at 2026-05-14T16:58:35.394Z

@mmabrouk mmabrouk changed the base branch from release/v0.99.8 to main May 15, 2026 08:01
@mmabrouk mmabrouk merged commit 50c42b1 into main May 15, 2026
47 checks passed
@dosubot dosubot Bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants