Skip to content

docs(browser-agent): fix typo in documentation refs #3344 - #12506

Closed
Kevork-Nexacrawl-dev wants to merge 2 commits into
Significant-Gravitas:devfrom
Kevork-Nexacrawl-dev:fix-typo-browser-agent-docs
Closed

docs(browser-agent): fix typo in documentation refs #3344#12506
Kevork-Nexacrawl-dev wants to merge 2 commits into
Significant-Gravitas:devfrom
Kevork-Nexacrawl-dev:fix-typo-browser-agent-docs

Conversation

@Kevork-Nexacrawl-dev

Copy link
Copy Markdown

Fixes typo in Stagehand blocks documentation: "adapt to website chang" → "adapt to website changes"

Changes 🏗️

  • docs/integrations/block-integrations/stagehand/blocks.md: line 8, "chang" → "changes"

Checklist 📋

For documentation changes:

Preview: https://github.com/Kevork-Nexacrawl-dev/AutoGPT/blob/fix-typo-browser-agent-docs/docs/integrations/block-integrations/stagehand/blocks.md

0ubbe and others added 2 commits March 20, 2026 22:03
…s#12497)

## Summary

### Before

<img width="500" height="501" alt="Screenshot 2026-03-20 at 21 50 31"
src="https://github.com/user-attachments/assets/6154cffb-6772-4c3d-a703-527c8ca0daff"
/>

### After

<img width="500" height="581" alt="Screenshot 2026-03-20 at 21 33 12"
src="https://github.com/user-attachments/assets/2f9bd69d-30c5-4d06-ad1e-ed76b184afe5"
/>

### Other minor fixes

- minor spacing adjustments in creator/search pages when empty and
between sections


### Summary

- Increase StoreCard height from 25rem to 26.5rem to prevent content
overflow
- Replace manual tooltip-based title truncation with `OverflowText`
component in StoreCard
- Adjust carousel indicator positioning and hide it on md+ when exactly
3 featured agents are shown

## Test plan
- [x] Verify marketplace cards display without text overflow
- [x] Verify featured section carousel indicators behave correctly
- [x] Check responsive behavior at common breakpoints

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Kevork-Nexacrawl-dev
Kevork-Nexacrawl-dev requested a review from a team as a code owner March 22, 2026 09:16
@Kevork-Nexacrawl-dev
Kevork-Nexacrawl-dev requested review from 0ubbe and Bentlybro and removed request for a team March 22, 2026 09:16
@github-project-automation github-project-automation Bot moved this to 🆕 Needs initial review in AutoGPT development kanban Mar 22, 2026
@CLAassistant

CLAassistant commented Mar 22, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@github-actions

Copy link
Copy Markdown
Contributor

This PR targets the master branch but does not come from dev or a hotfix/* branch.

Automatically setting the base branch to dev.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 22, 2026
@github-actions
github-actions Bot changed the base branch from master to dev March 22, 2026 09:16
@coderabbitai

coderabbitai Bot commented Mar 22, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: af17072a-d0b7-4d8c-a5a8-44fcc7db6a44

📥 Commits

Reviewing files that changed from the base of the PR and between 0f67e45 and 71a34f4.

📒 Files selected for processing (1)
  • docs/integrations/block-integrations/stagehand/blocks.md
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Check PR Status
  • GitHub Check: conflicts
🧰 Additional context used
📓 Path-based instructions (2)
docs/integrations/**/*.md

📄 CodeRabbit inference engine (docs/CLAUDE.md)

docs/integrations/**/*.md: Provide a technical explanation of how the block functions in the 'How It Works' section, including 1-2 paragraphs describing processing logic, validation, error handling, or edge cases, with code examples in backticks when helpful
Provide exactly 3 practical use cases in the 'Use Case' section, formatted with bold headings followed by short one-sentence descriptions

Files:

  • docs/integrations/block-integrations/stagehand/blocks.md
docs/**/*.md

📄 CodeRabbit inference engine (docs/CLAUDE.md)

docs/**/*.md: Keep documentation descriptions concise and action-oriented, focusing on practical, real-world scenarios
Use consistent terminology with other blocks and avoid overly technical jargon unless necessary in documentation

Files:

  • docs/integrations/block-integrations/stagehand/blocks.md
🧠 Learnings (2)
📚 Learning: 2026-03-08T23:28:21.675Z
Learnt from: majdyz
Repo: Significant-Gravitas/AutoGPT PR: 12334
File: docs/integrations/block-integrations/github/repo.md:11-40
Timestamp: 2026-03-08T23:28:21.675Z
Learning: In Significant-Gravitas/AutoGPT, new GitHub block documentation stubs in `docs/integrations/block-integrations/github/` are auto-generated by a docs script with placeholder text (`_Add technical explanation here._` / `_Add practical use case examples here._`) inside `<!-- MANUAL: how_it_works

Applied to files:

  • docs/integrations/block-integrations/stagehand/blocks.md
📚 Learning: 2026-01-22T11:37:20.219Z
Learnt from: CR
Repo: Significant-Gravitas/AutoGPT PR: 0
File: docs/CLAUDE.md:0-0
Timestamp: 2026-01-22T11:37:20.219Z
Learning: Applies to docs/**/*.md : Use consistent terminology with other blocks and avoid overly technical jargon unless necessary in documentation

Applied to files:

  • docs/integrations/block-integrations/stagehand/blocks.md
🪛 GitHub Actions: Block Documentation Sync Check
docs/integrations/block-integrations/stagehand/blocks.md

[error] 1-1: Documentation is out of sync (OUT OF SYNC: stagehand/blocks.md). Affected blocks: Stagehand Act. The step 'poetry run python scripts/generate_block_docs.py --check' failed.

🔇 Additional comments (2)
docs/integrations/block-integrations/stagehand/blocks.md (2)

9-9: Typo fix looks good.

The correction from "chang" to "changes" properly completes the sentence fragment and improves documentation quality.


1-9: No action needed—this documentation is correctly formatted.

The file meets all coding guidelines: each block section includes 1-2 paragraphs in "How it works" describing processing logic and configuration, and exactly 3 practical use cases with bold headings in the "Use case" section.

			> Likely an incorrect or invalid review comment.

Walkthrough

A documentation typo fix in the Stagehand block integration guide, correcting "chang" to "changes" in the Act block description to complete a truncated sentence fragment.

Changes

Cohort / File(s) Summary
Documentation Typo Fix
docs/integrations/block-integrations/stagehand/blocks.md
Fixed incomplete word fragment in Act block description: "chang" → "changes" to complete the sentence "adapt to website changes".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A typo caught with watchful eyes,
One little word we can't deny,
"Changes" now rings clear and true,
The docs are fixed—hip hip hooray! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the main change: fixing a typo in Stagehand documentation (changing 'chang' to 'changes'), and is specific and relevant to the changeset.
Description check ✅ Passed The description is directly related to the changeset, providing specific details about the typo fix, the file modified, and the exact change made.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

Tip

You can validate your CodeRabbit configuration file in your editor.

If your editor has YAML language server, you can enable auto-completion and validation by adding # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json at the top of your CodeRabbit configuration file.

@majdyz

majdyz commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

Review: PR #12506 (docs typo fix)

Documentation typo fix. CI shows check-docs-sync failure -- this likely means the docs content doesn't match the auto-generated docs. The frontend marketplace changes overlap with other PRs (#12502, #12508).

Verdict: Fix the docs-sync check failure, then LGTM.

@kcze

kcze commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Closing as stale, failing CI and diff out of scope with changes that aren't in the description.

@kcze kcze closed this Jul 24, 2026
@github-project-automation github-project-automation Bot moved this from 🆕 Needs initial review to ✅ Done in AutoGPT development kanban Jul 24, 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/m

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

5 participants