Skip to content

docs(roadmap): refocus the public roadmap on the agent platform - #5515

Closed
mmabrouk wants to merge 1 commit into
mainfrom
docs/roadmap-agent-platform
Closed

docs(roadmap): refocus the public roadmap on the agent platform#5515
mmabrouk wants to merge 1 commit into
mainfrom
docs/roadmap-agent-platform

Conversation

@mmabrouk

Copy link
Copy Markdown
Member

What this changes

The public roadmap page (docs/src/data/roadmap.ts) still described the pre-pivot, prompt-management product. Its "in progress" and "planned" sections were Playground, Evaluation, and Observability items. This updates those two sections to reflect the pivot to an agent platform.

shippedFeatures is unchanged. It is the product's history and stays accurate. The agent-era shipped items (skills, agent self-modification, CRON and triggers, MCP servers, ask-for-connection, agent tracing) still need real changelog pages before they can be added, so they are left as a follow-up rather than linked to pages that do not exist yet.

In progress (now)

Four current initiatives, each linked to its tracking issue or PR:

Planned (next)

Five capabilities. New tracking issues were opened for the four that had none, plus custom triggers:

Removed from the old lists: the pre-pivot Playground and Evaluation items (navigation between test sets, prompt snippets, open spans in the playground, evaluator playground updates, annotation-queue-to-test-set, creating agents from the UI), plus trace usage limits, prompt caching in the SDK, and tagging.

Labels

The new entries use agent-era theme labels: Agent Builder, Reliability, Approvals, Multimodality, Channels, Mobile, and the reused Tools & Triggers (orange). Colors are placeholders and easy to change. The roadmap page renders any label name generically and falls back to a default icon for names it does not recognize, so no page code needed to change.

How to review

Open docs/src/data/roadmap.ts and read only the inProgressFeatures and plannedFeatures arrays near the bottom of the file. Everything above them, including shippedFeatures, is untouched. Each entry is a small object with a title, a description, a githubUrl, and one label. Confirm the titles and descriptions read the way you want them shown on the roadmap page, and that each githubUrl points where you expect.

Checks

tsc --strict on the file passes. The PlannedFeature type requires a githubUrl on every entry, so each item links to a real issue or PR.

🤖 Generated with Claude Code

Replace the pre-pivot Playground and Evaluation entries in inProgressFeatures
and plannedFeatures with the current agent-platform roadmap. shippedFeatures is
left unchanged. Adds agent-era theme labels. Each new planned item links to a
tracking issue (#5510-#5514); in-progress items link to existing issues/PRs.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 25, 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 25, 2026 4:10pm

Request Review

@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. documentation Improvements or additions to documentation labels Jul 25, 2026
@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0d7fb2ac-24aa-4e42-b1af-d0d6138c3eb4

📥 Commits

Reviewing files that changed from the base of the PR and between cb095f7 and 8907674.

📒 Files selected for processing (1)
  • docs/src/data/roadmap.ts

📝 Walkthrough

Summary by CodeRabbit

  • Documentation
    • Updated the product roadmap to reflect the latest shipped, in-progress, and planned features.
    • Added roadmap categories for Agent Builder, Reliability, Approvals, Multimodality, Channels, and Mobile.
    • Added upcoming items covering durable sessions, voice and attachments, batch tool approvals, build context, channels, mobile, skill registry, MCP gateway, and custom triggers.

Walkthrough

The roadmap data adds shipped-feature categories and replaces the in-progress and planned feature lists with updated entries, descriptions, links, and label colors.

Changes

Roadmap updates

Layer / File(s) Summary
Roadmap categories and feature lists
docs/src/data/roadmap.ts
Adds shipped-feature category annotations and replaces the in-progress list with four entries and the planned list with five entries, including updated metadata and labels.

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

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the roadmap update toward the agent platform.
Description check ✅ Passed The description clearly matches the roadmap refocus and the updated in-progress and planned feature lists.
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.
✨ 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 docs/roadmap-agent-platform

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

Copy link
Copy Markdown
Member Author

superseded

@mmabrouk mmabrouk closed this Jul 25, 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 size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant