Skip to content

Addressing PR comments - #5

Merged
raux merged 2 commits into
mainfrom
copilot/remove-extension-description
Feb 23, 2026
Merged

Addressing PR comments#5
raux merged 2 commits into
mainfrom
copilot/remove-extension-description

Conversation

Copilot AI commented Feb 23, 2026

Copy link
Copy Markdown
Contributor

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…nsion content

Co-authored-by: raux <5723643+raux@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove extension description from README Refocus README on standalone web server, remove VS Code extension docs Feb 23, 2026
Copilot AI requested a review from raux February 23, 2026 02:57
@raux

raux commented Feb 23, 2026

Copy link
Copy Markdown
Owner

@claude[agent]

@Claude Claude AI changed the title Refocus README on standalone web server, remove VS Code extension docs Addressing PR comments Feb 23, 2026
@raux
raux marked this pull request as ready for review February 23, 2026 02:59
Copilot AI review requested due to automatic review settings February 23, 2026 02:59
@raux
raux merged commit 1c44a9d into main Feb 23, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the README.md to reposition BonsAIDE from a VS Code extension to a standalone web server application. The changes simplify the installation instructions by removing VS Code-specific installation methods and focusing solely on the standalone server deployment.

Changes:

  • Updated product description to emphasize standalone web server functionality
  • Streamlined installation section by removing VS Code extension installation options (A, B, C)
  • Added API Endpoints documentation table for the HTTP server
  • Fixed spelling error: TUTORAL.md → TUTORIAL.md

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
## Links

* Quick Start & Tutorial: `TUTORAL.md`
* Quick Start & Tutorial: `TUTORIAL.md`

Copilot AI Feb 23, 2026

Copy link

Choose a reason for hiding this comment

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

The TUTORIAL.md file still describes Bonsai as a VS Code extension (references "Start Bonsai" command, VS Code prerequisites, etc.), which is inconsistent with the README's new positioning of Bonsai as a standalone web server. Consider updating TUTORIAL.md to align with the standalone web server architecture, or clarify in the README that the tutorial covers the VS Code extension usage separately.

Copilot uses AI. Check for mistakes.
Comment thread README.md

* Quick Start & Tutorial: `TUTORAL.md`
* Quick Start & Tutorial: `TUTORIAL.md`
* Repository: [https://gitlab.com/dlumbrer/bonsai-vscode](https://gitlab.com/dlumbrer/bonsai-vscode)

Copilot AI Feb 23, 2026

Copy link

Choose a reason for hiding this comment

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

The repository URL points to GitLab (https://gitlab.com/dlumbrer/bonsai-vscode), but this appears to be a GitHub repository based on the PR context. Consider updating this URL to point to the correct repository location.

Suggested change
* Repository: [https://gitlab.com/dlumbrer/bonsai-vscode](https://gitlab.com/dlumbrer/bonsai-vscode)
* Repository: [https://github.com/dlumbrer/bonsai-vscode](https://github.com/dlumbrer/bonsai-vscode)

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +45 to +46
* macOS/Linux: `export BONSAI_LM_URL=http://localhost:1234/v1`
* Windows (PowerShell): `$env:BONSAI_LM_URL="http://localhost:1234/v1"`

Copilot AI Feb 23, 2026

Copy link

Choose a reason for hiding this comment

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

The documentation instructs users to set BONSAI_LM_URL including the protocol (e.g., http://localhost:1234/v1), but the server code prepends http:// when making the fetch call (see src/server.ts:213). This would result in a malformed URL like http://http://localhost:1234/v1/chat/completions. Either update the documentation to omit the protocol, or modify the server code to handle URLs that already include a protocol.

Copilot uses AI. Check for mistakes.
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.

3 participants