Skip to content

docs: require a GitHub connector for the chat-based assistant prompt#64

Merged
Jammy2211 merged 1 commit into
mainfrom
docs-chat-connector-prompt
Jul 13, 2026
Merged

docs: require a GitHub connector for the chat-based assistant prompt#64
Jammy2211 merged 1 commit into
mainfrom
docs-chat-connector-prompt

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Why

The browser-chat bootstrap prompt pointed at the repo URL and fell back to "paste llms.txt/AGENTS.md if you can't browse GitHub". Recent ChatGPT builds treat a bare GitHub URL as needing the GitHub connector and skip the generic web fetch, so the no-connector path became unreliable — and, worse, could answer from stale training-data memory while appearing to use the repo (silent failure).

What

  • Require the connector, stated before the prompt in both the README "AI Chat Assistant" section and llms.txt "Using it in chat": make sure your assistant has a GitHub connector enabled; without one, use a local coding agent instead.
  • Silent-failure handshake in the prompt: "First tell me whether you can actually read the repo. If you can't, say so plainly — don't answer from memory."
  • Prompt kept short and human-readable; dropped the raw-URL fetch mechanics.

Two wiki/core/external/* mentions of "paste-sized … cannot browse GitHub" were left untouched — they describe autolens_workspace/HowToLens's own paste-sized llms.txt, not this invocation prompt, and wiki/core/ is read-only.

🤖 Generated with Claude Code

The browser-chat bootstrap prompt pointed at the repo URL and fell back to
"paste llms.txt/AGENTS.md if you can't browse GitHub". Recent ChatGPT builds
treat a bare GitHub URL as needing the GitHub connector and skip the generic
web fetch entirely, so the no-connector path became unreliable and, worse,
could answer from stale training-data memory while appearing to use the repo.

Make the connector the required, stated-up-front path and add a
"tell me whether you can actually read the repo — don't answer from memory"
handshake so a connector that didn't load surfaces instead of producing
silent stale answers. Applied to both the README chat prompt and llms.txt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Jammy2211
Jammy2211 merged commit 4f18f9b into main Jul 13, 2026
1 check passed
@Jammy2211
Jammy2211 deleted the docs-chat-connector-prompt branch July 13, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant