From b355c8bfceac16da69d9e2daf7bf87c737b09ef3 Mon Sep 17 00:00:00 2001 From: sohey Date: Thu, 12 Mar 2026 21:27:49 -0400 Subject: [PATCH 1/7] added redirect --- docs/docs.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 446f38a5c..61a6587a5 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -12,8 +12,20 @@ "options": [ "copy", "view", - "chatgpt", - "claude" + + "assistant", + { + "title": "Ask about this page in Claude", + "description": "Open a Claude conversation with this page as context", + "icon": "message-circle", + "href": "https://claude.ai/new?prompt={content}" + }, + { + "title": "Ask about this page in ChatGPT", + "description": "Open a ChatGPT conversation with this page as context", + "icon": "message-square", + "href": "https://chatgpt.com/?context={content}" + } ] }, "api": { From 9069052487cc7451da087e5ac2d89083527c35de Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 13 Mar 2026 11:09:26 -0400 Subject: [PATCH 2/7] added request --- claude_eval/index.html | 310 ----------------------------------------- docs/docs.json | 32 +++-- 2 files changed, 24 insertions(+), 318 deletions(-) delete mode 100644 claude_eval/index.html diff --git a/claude_eval/index.html b/claude_eval/index.html deleted file mode 100644 index 167aa8877..000000000 --- a/claude_eval/index.html +++ /dev/null @@ -1,310 +0,0 @@ - - - - - - Base Account Integration (HTML + JS) - - - -
-

Base Account: Sign in with Base + Base Pay (no framework)

-

- Minimal integration using the Base Account SDK loaded from a CDN. - Run this via a local server (not file://). -

-
- -
-
-
- - -
Not connected
-
-
Auth status will appear here.
-

- SIWB uses wallet_connect with the signInWithEthereum capability. - In production, send the returned message and signature to your backend for verification. -

-
- -
-

Base Pay

-
-
- - -
-
- - -
-
- - -
-
- -
- - -
Last payment id: (none)
-
- -
Payment status will appear here.
- -

- Note: Base Pay works even if the user hasn’t signed in first. -

-
-
- -
- Local dev: npx serve . or python -m http.server -
- - - - - - - diff --git a/docs/docs.json b/docs/docs.json index 61a6587a5..137e901df 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -15,16 +15,32 @@ "assistant", { - "title": "Ask about this page in Claude", - "description": "Open a Claude conversation with this page as context", - "icon": "message-circle", - "href": "https://claude.ai/new?prompt={content}" + "title": "Chat with Claude about this page", + "description": "Ask Claude about this page", + "icon": "claude-icon", + "href": { + "base": "https://claude.ai/new", + "query": [ + { + "key": "q", + "value": "Read from $path so I can ask questions about it." + } + ] + } }, { - "title": "Ask about this page in ChatGPT", - "description": "Open a ChatGPT conversation with this page as context", - "icon": "message-square", - "href": "https://chatgpt.com/?context={content}" + "title": "Chat with ChatGPT about this page", + "description": "Ask ChatGPT about this page", + "icon": "OpenAI", + "href": { + "base": "https://chatgpt.com/", + "query": [ + { + "key": "q", + "value": "Read from $path so I can ask questions about it." + } + ] + } } ] }, From 913267608251996ae433048e3dafaf1abda3ef3b Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 13 Mar 2026 11:12:06 -0400 Subject: [PATCH 3/7] added claude icon --- docs/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 137e901df..db19021a9 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -17,7 +17,7 @@ { "title": "Chat with Claude about this page", "description": "Ask Claude about this page", - "icon": "claude-icon", + "icon": "https://img.icons8.com/ios-glyphs/30/claude-ai.png", "href": { "base": "https://claude.ai/new", "query": [ From 68de5f6125ad7e1e8dfba1632c7723dd7e4df17d Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 13 Mar 2026 11:47:11 -0400 Subject: [PATCH 4/7] changed link --- docs/get-started/build-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index b2459afcc..c292e60a8 100644 --- a/docs/get-started/build-app.mdx +++ b/docs/get-started/build-app.mdx @@ -1,5 +1,5 @@ --- -title: "Build a Base App" +title: "Build an app on Base" description: "A step-by-step guide to building a Next.js tally app on Base using wagmi and viem, with wallet connection, contract reads and writes, and batch transaction support." --- From 23bc55f55ccac2aaea71ea2e6f02412e58110369 Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 13 Mar 2026 12:24:10 -0400 Subject: [PATCH 5/7] changed link --- docs/docs.json | 11 +++++------ .../resources-for-ai-agents.mdx | 0 2 files changed, 5 insertions(+), 6 deletions(-) rename docs/{ai-agents => get-started}/resources-for-ai-agents.mdx (100%) diff --git a/docs/docs.json b/docs/docs.json index 10001df1e..84c1e8454 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -74,6 +74,7 @@ { "group": "Quickstart", "pages": [ + "get-started/resources-for-ai-agents", "get-started/build-app", "get-started/launch-token", "get-started/deploy-smart-contracts", @@ -507,12 +508,6 @@ "ai-agents/core-concepts/agent-apps" ] }, - { - "group": "Resources", - "pages": [ - "ai-agents/resources-for-ai-agents" - ] - }, { "group": "Trading & Execution", "pages": [ @@ -2344,6 +2339,10 @@ "source": "/ai-agents/introduction", "destination": "/ai-agents" }, + { + "source": "/ai-agents/resources-for-ai-agents", + "destination": "/get-started/resources-for-ai-agents" + }, { "source": "/cookbook/onboard-any-user", "destination": "/onchainkit/latest/components/wallet/wallet-modal" diff --git a/docs/ai-agents/resources-for-ai-agents.mdx b/docs/get-started/resources-for-ai-agents.mdx similarity index 100% rename from docs/ai-agents/resources-for-ai-agents.mdx rename to docs/get-started/resources-for-ai-agents.mdx From 970dec17efc494233170c469a4fca26ea7ae6813 Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 13 Mar 2026 12:45:45 -0400 Subject: [PATCH 6/7] removed redirect --- docs/docs.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 84c1e8454..4ee796fd0 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -2339,10 +2339,6 @@ "source": "/ai-agents/introduction", "destination": "/ai-agents" }, - { - "source": "/ai-agents/resources-for-ai-agents", - "destination": "/get-started/resources-for-ai-agents" - }, { "source": "/cookbook/onboard-any-user", "destination": "/onchainkit/latest/components/wallet/wallet-modal" From 8e1e46b4a43b246bc11474d9dc87c3be06027be1 Mon Sep 17 00:00:00 2001 From: sohey Date: Fri, 13 Mar 2026 12:46:56 -0400 Subject: [PATCH 7/7] updated agents.md --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 11445bf6f..2c31ce9a3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,14 +2,14 @@ IMPORTANT: Prefer retrieval-led reasoning. Read relevant docs before generating code. Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainKit, MiniKit. [Docs]|root:./docs -|ai-agents:index,resources-for-ai-agents,trading +|ai-agents:index,trading |ai-agents/core-concepts:agent-apps,agent-frameworks,identity-verification-auth,payments-and-transactions,wallets |base-account/basenames:basename-transfer,basenames-faq,basenames-wagmi-tutorial |base-account/contribute:contribute-to-base-account-docs,security-and-bug-bounty |base-account/framework-integrations:cdp,rainbowkit,reown,thirdweb |base-account/framework-integrations/privy:authentication,setup,spend-permissions,sub-accounts,wallet-actions |base-account/framework-integrations/wagmi:base-pay,basenames,batch-transactions,other-use-cases,setup,sign-in-with-base,sub-accounts -|base-account/guides:accept-payments,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data +|base-account/guides:accept-payments,accept-recurring-payments,authenticate-users,migration-guide,sign-and-verify-typed-data,verify-social-accounts |base-account/guides/tips:inspect-txn-simulation,popup-tips |base-account/improve-ux:batch-transactions,spend-permissions,sub-accounts |base-account/improve-ux/sponsor-gas:erc20-paymasters,paymasters @@ -32,7 +32,7 @@ Base is an Ethereum L2 by Coinbase. Docs for: Base Chain, Smart Wallet, OnchainK |base-chain/quickstart:base-solana-bridge,connecting-to-base,deploy-on-base,why-base |base-chain/reference:json-rpc-api |base-chain/security:avoid-malicious-flags,bug-bounty,report-vulnerability,security-council -|get-started:base-mentorship-program,base-services-hub,base,block-explorers,build-app,concepts,country-leads-and-ambassadors,data-indexers,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,learning-resources,mistakes,prompt-library +|get-started:base-mentorship-program,base-services-hub,base,block-explorers,build-app,concepts,country-leads-and-ambassadors,data-indexers,deploy-smart-contracts,docs-llms,docs-mcp,get-funded,launch-token,learning-resources,mistakes,prompt-library,resources-for-ai-agents |mini-apps/core-concepts:authentication,base-account,context,embeds-and-previews,manifest,navigation,notifications |mini-apps/featured-guidelines:design-guidelines,notification-guidelines,overview,product-guidelines,technical-guidelines |mini-apps/growth:build-viral-mini-apps,optimize-onboarding,rewards