-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add copy to clipboard button in API test response panel #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: raystack/chronicle
Length of output: 8588
🌐 Web query:
https://apsara.raystack.org/llms.txt CopyButton disabled IconButton props💡 Result:
The URL provided, https://apsara.raystack.org/llms.txt, points to a location where a website might host an llms.txt file [1][2]. The llms.txt file is a proposed, open-standard format designed to provide AI agents and large language models (LLMs) with a curated, machine-readable overview of a website's content [1][3][4]. Key details about llms.txt include: Purpose: It is intended to help AI agents, crawlers, and LLMs efficiently navigate and understand a website's most relevant information, such as documentation, API references, and product details, rather than forcing them to rely solely on generic search indexing [1][5][6][4]. Format: The file is a plain-text Markdown document [2][5]. The specification typically requires an H1 heading (the site or project name) followed by optional H2-level sections that organize links to key resources [1][7][2]. Standardization: While it uses a standardized filename and location (typically /llms.txt or /docs/llms.txt at the site root), it is an industry proposal rather than a universally enforced web standard [1][3][5][6]. Apsara (the site linked in your query) is an open-source React component library for building AI interfaces [8]. While the specific URL provided may or may not currently host a live file, the presence of such a path on a documentation or technical site is consistent with the adoption of this emerging convention to assist AI tools in better understanding a project's documentation and components [1][2].
Citations:
🏁 Script executed:
Repository: raystack/chronicle
Length of output: 50375
🏁 Script executed:
Repository: raystack/chronicle
Length of output: 595
🏁 Script executed:
Repository: raystack/chronicle
Length of output: 2508
🏁 Script executed:
Repository: raystack/chronicle
Length of output: 454
🏁 Script executed:
Repository: raystack/chronicle
Length of output: 20314
🏁 Script executed:
Repository: raystack/chronicle
Length of output: 408
Disable
CopyButtonwhen the Headers view has no entries.responseHeadersTextis empty whenresponseData.headersis absent or{}. Setdisabled={responseView === 'headers' && !responseHeadersText}, or hide the action.🤖 Prompt for AI Agents