Skip to content

feat(website): Introducing Agenta 2.0 — announcement post + hero tag#5450

Merged
mmabrouk merged 9 commits into
mainfrom
feat/agenta-2-0-announcement
Jul 23, 2026
Merged

feat(website): Introducing Agenta 2.0 — announcement post + hero tag#5450
mmabrouk merged 9 commits into
mainfrom
feat/agenta-2-0-announcement

Conversation

@mmabrouk

@mmabrouk mmabrouk commented Jul 22, 2026

Copy link
Copy Markdown
Member

What this is

A draft of the Agenta 2.0 announcement blog post plus a small hero tag on the landing page. The copy is founder-draft v4 and is explicitly NOT approved for publication — nothing here should merge until the editorial checklist below is cleared and the real hero image lands. Opening as a draft PR for review of structure, wiring, and rendering only.

Changes

  1. New blog postwebsite/src/content/posts/introducing-agenta-2-0.mdx. Category Article, author mahmoud-mabrouk, date 2026-07-22 (adjustable at publication). Body copy is the founder draft verbatim; only mechanical conversions were applied (HTML <!-- VERIFY --> comments → MDX {/* VERIFY */} comments, kept inline exactly where they were). The AGENT-GENERATED blockquote and the "Editorial verification before publication" section were omitted from the article — that checklist moved here (below).
  2. Hero tagwebsite/src/components/Hero.astro. A small, quiet neutral pill above the headline reading "Agenta 2.0 — read the announcement →", linking same-tab to /blog/introducing-agenta-2-0. Resurrects the visual pattern of the "Now in beta" pill removed in f49a9bf39f; the one yellow moment stays on the CTA button, the pill is neutral. It sits in the existing gap:28px flex column, so spacing above the headline matches the previously-shipped deliberate spacing.

Temporary hero image

website/public/blog/introducing-agenta-2-0/hero.png is a temporary placeholder (a copy of the on-brand 1200×630 public/og/default.png). The real 16:9 hero arrives from a separate design task and swaps in before merge.

Verification

  • pnpm build passes (48 pages).
  • Rendered post: correct meta description + og:image (.../introducing-agenta-2-0/hero.png), og:type=article, all 7 section headings present, no visible VERIFY text, both CTA links present.
  • Post appears on the blog index; landing hero shows the pill linking to the post.

Editorial verification before publication

  • Confirm whether "Agenta 2.0" is the final public release name.
  • Verify the compute-primitive explanation against Mahmoud's intended meaning.
  • Confirm the exact model and harness used for the go-to-market agent.
  • Confirm the engineering harness name that Mahmoud described in review.
  • Verify GLM 5.2 Nitro through OpenRouter in the launch build.
  • Verify Claude Code and Codex subscription use and state the setup limits.
  • Verify the Octolens example and identify what runs automatically.
  • Verify team sharing and background execution.
  • Verify tracing, annotations, evaluations, versioning, permissions, and approval behavior.
  • Confirm cloud and self-hosted availability on launch day.
  • Test every call-to-action link.
  • Swap the placeholder hero image for the designed 16:9 asset. (landed 7f99e66)

https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB

@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment Jul 22, 2026 9:38pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Adds the Agenta 2.0 announcement article, links it from the hero section, updates blog header and responsive layout styling, retunes MDX prose typography, and changes featured-post metadata.

Changes

Agenta 2.0 announcement

Layer / File(s) Summary
Article metadata and framing
website/src/content/posts/introducing-agenta-2-0.mdx
Defines the post metadata and introduces agents, automation limitations, and the open workspace concept.
Workspace and reliability model
website/src/content/posts/introducing-agenta-2-0.mdx
Describes persistent workspaces, open agent composition, example workflows, reliability controls, and getting-started links.
Blog post presentation
website/src/pages/blog/[slug].astro
Reworks the article header and byline, removes the category display, adds date and reading-time content, and adjusts responsive article spacing.
Article typography and entry point
website/src/styles/global.css, website/src/components/Hero.astro
Retunes prose text, heading sizes, paragraph spacing, and link underline opacity, and adds a hero link to the announcement.
Featured post metadata
website/src/content/posts/the-definitive-guide-to-prompt-management-systems.mdx, website/src/content/posts/the-ultimate-guide-for-chunking-strategies.mdx
Changes one article’s featured rank and removes another article from featured posts.

Estimated code review effort: 2 (Simple) | ~15 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 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.
Title check ✅ Passed The title accurately summarizes the main changes: a new Agenta 2.0 announcement post and a hero tag linking to it.
Description check ✅ Passed The description is directly related to the PR and matches the blog post, hero tag, and featured-content updates.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/agenta-2-0-announcement

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.

@mmabrouk
mmabrouk marked this pull request as ready for review July 22, 2026 15:49

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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: 161f4b94-7e53-4f92-a285-bfc7f8947cb9

📥 Commits

Reviewing files that changed from the base of the PR and between e3a6a34 and 3be3ef9.

⛔ Files ignored due to path filters (1)
  • website/public/blog/introducing-agenta-2-0/hero.png is excluded by !**/*.png
📒 Files selected for processing (2)
  • website/src/components/Hero.astro
  • website/src/content/posts/introducing-agenta-2-0.mdx

Comment thread website/src/content/posts/introducing-agenta-2-0.mdx Outdated
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. draft labels Jul 22, 2026
@github-actions

github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Website preview

Preview URL: https://pr-5450-agenta-website-preview.mahmoud-637.workers.dev

Built from 3299a4b654da1de368ca59d3788c9ef9f6019164. This comment updates in place on every push.

…aner byline

Retune .ag-prose body to 16px/400/1.65 with slight negative tracking (from
Linear's blog), lighter section-heading scale, and a stronger link underline.
On the post page: drop the category chip, reduce the byline to avatar + name,
move date and reading time to a quiet line under the subtitle, enlarge the
subtitle, and even out the hero-image vertical rhythm.

Claude-Session: https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB
mmabrouk added 2 commits July 22, 2026 23:11
Updated text for clarity, improved phrasing, and added context throughout the document.
Updated links in the Agenta 2.0 introduction post for clarity.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

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: b727add8-521c-4c2c-b0b8-879fbe575bcd

📥 Commits

Reviewing files that changed from the base of the PR and between a01e1e2 and 1cbfa82.

📒 Files selected for processing (1)
  • website/src/content/posts/introducing-agenta-2-0.mdx

Comment thread website/src/content/posts/introducing-agenta-2-0.mdx
Updated text for clarity and added links to resources.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 2


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 883c666b-47d8-4874-918e-6f7416cae18e

📥 Commits

Reviewing files that changed from the base of the PR and between 1cbfa82 and df24b07.

📒 Files selected for processing (1)
  • website/src/content/posts/introducing-agenta-2-0.mdx

Comment thread website/src/content/posts/introducing-agenta-2-0.mdx Outdated
Comment thread website/src/content/posts/introducing-agenta-2-0.mdx Outdated
…g card

Announcement takes featuredRank 1, the prompt-management guide moves to
rank 3, the chunking guide returns to the grid. The rank swap rides this
branch so the featured row never points at an unpublished post.

Claude-Session: https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB
… commit; copy fixes

Restores the Revise-content/Revise-links copy (df24b07) that the
featured-rank commit overwrote, re-applies featuredRank 1, and fixes the
review findings: day-to-day, users' time, 'that', and the unfinished
Modal link (now https://modal.com/).

Claude-Session: https://claude.ai/code/session_013Qe1Vf2yvj33BVd5W1q7HB
@mmabrouk
mmabrouk merged commit b5d4596 into main Jul 23, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

draft size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants