Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion testing/panel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cd testing/panel
pnpm dev
```

Then open http://localhost:3001
Then open http://localhost:3010
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟑 Minor

🧩 Analysis chain

🏁 Script executed:

# Search for port configuration in testing/panel directory
find testing/panel -type f \( -name "*.json" -o -name "*.js" -o -name "*.ts" -o -name "*.config.*" -o -name "vite.config.*" -o -name "next.config.*" \) 2>/dev/null | head -20

Repository: TanStack/ai

Length of output: 820


🏁 Script executed:

# Check package.json for dev script and port configuration
cat testing/panel/package.json

Repository: TanStack/ai

Length of output: 1378


🏁 Script executed:

# Check app.config.ts for any additional port configuration
cat testing/panel/app.config.ts

Repository: TanStack/ai

Length of output: 318


Wrap the bare URL in angle brackets to comply with markdown linting standards.

The bare URL violates the MD034 (no-bare-urls) markdown linting rule. Without angle brackets, the URL isn't converted into a link in many markdown parsers. Wrap it in angle brackets:

-Then open http://localhost:3010
+Then open <http://localhost:3010>
πŸ“ Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Then open http://localhost:3010
Then open <http://localhost:3010>
🧰 Tools
πŸͺ› markdownlint-cli2 (0.18.1)

21-21: Bare URL used

(MD034, no-bare-urls)

πŸ€– Prompt for AI Agents
In testing/panel/README.md around line 21 the bare URL "http://localhost:3010"
violates MD034 (no-bare-urls); update the line to wrap the URL in angle brackets
so the markdown linter treats it as a link (replace the bare URL with
<http://localhost:3010>).


## Creating Trace Files

Expand Down