Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(agiloft): change bgColor to white; fix docs truncation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
  • Loading branch information
waleedlatif1 and claude committed Apr 15, 2026
commit 703058c096e3fb3874205672f24baaf468dd35b1
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/tools/brightdata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Check the progress of an async Bright Data scraping job. Returns status: startin

### `brightdata_download_snapshot`

Download the results of a completed Bright Data scraping job using its snapshot ID. The snapshot must have status
Download the results of a completed Bright Data scraping job using its snapshot ID. The snapshot must have status "ready".

#### Input

Expand Down
2 changes: 1 addition & 1 deletion apps/sim/blocks/blocks/agiloft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const AgiloftBlock: BlockConfig = {
category: 'tools',
integrationType: IntegrationType.Productivity,
tags: ['automation'],
bgColor: '#263A5C',
bgColor: '#FFFFFF',
Comment thread
waleedlatif1 marked this conversation as resolved.
icon: AgiloftIcon,
authMode: AuthMode.ApiKey,

Expand Down
Loading