Skip to content

Update README.md#2

Open
dewana-sl wants to merge 1 commit into
KittenML:mainfrom
dewana-sl:patch-1
Open

Update README.md#2
dewana-sl wants to merge 1 commit into
KittenML:mainfrom
dewana-sl:patch-1

Conversation

@dewana-sl
Copy link
Copy Markdown

Removed the disclaimers

Removed the disclaimers
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 23, 2026

Greptile Summary

This PR removes two blockquote notices from the top of the README that were positioned between the badge row and the "See It In Action" section.

  • The "Developer preview" callout is removed, but the same information is still present in both the SDK status table (all rows list "Developer preview") and the "Disclaimers" section at the bottom of the file.
  • The AudioPlayer usage callout is removed; the same guidance is covered in the "Quick Start" section (lines 100–109) with working code examples.

Confidence Score: 5/5

Documentation-only change removing two duplicate notices; no code or API behavior is affected.

Both removed blockquotes are fully redundant — the developer-preview warning appears in the SDK table and Disclaimers section, and the AudioPlayer usage hint is covered with a code example in Quick Start. Removing them reduces noise near the top of the file without dropping any information.

No files require special attention.

Important Files Changed

Filename Overview
README.md Removes two redundant blockquote notices (developer-preview warning and AudioPlayer usage hint) whose content is duplicated in the SDK table and Quick Start sections of the same file.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[README.md - Before PR] --> B["Badges row"]
    B --> C["⚠️ Blockquote: Developer preview notice (removed)"]
    C --> D["⚠️ Blockquote: AudioPlayer usage hint (removed)"]
    D --> E["See It In Action section"]
    E --> F["...rest of README..."]
    F --> G["SDK Table (still contains 'Developer preview' for all runtimes)"]
    F --> H["Quick Start section (still explains AudioPlayer usage)"]
    F --> I["Disclaimers section (still contains developer preview notice)"]
Loading

Reviews (1): Last reviewed commit: "Update README.md" | Re-trigger Greptile

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