Skip to content

Conversation

@zzcr
Copy link
Member

@zzcr zzcr commented Aug 14, 2025

feat: 集成next-remoter,消除tiny-robot,LLM统一由remoter管理,修改tool为registerTool

Summary by CodeRabbit

  • New Features

    • Introduced MCP-based remote session integration (auto-connect via Tiny Remoter) across demos.
    • Set app base path and routing to /tiny-vue-mcp/ for correct GitHub Pages deployment.
  • Improvements

    • Migrated demos to WebMcpServer and simplified select inputs to static options for stability.
  • Bug Fixes

    • Grid “select row” now scrolls the target row into view before selecting.
  • Documentation

    • Removed the “如何体验?” section; updated environment default.
    • Translation updates, including new zh-CN entry for removing rows.
  • Chores

    • Updated deployment workflow (triggers, build command, artifact path, 404 handling).
    • Added build:docs script; dependency updates.

@coderabbitai
Copy link

coderabbitai bot commented Aug 14, 2025

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

📥 Commits

Reviewing files that changed from the base of the PR and between 668a2ee and b7ecefd.

📒 Files selected for processing (25)
  • .github/workflows/auto-deploy-site.yml (2 hunks)
  • README.md (0 hunks)
  • docs/.env (1 hunks)
  • docs/components.d.ts (1 hunks)
  • docs/package.json (2 hunks)
  • docs/src/App.vue (1 hunks)
  • docs/src/components/ReactiveMarkdown.vue (0 hunks)
  • docs/src/components/tiny-robot-chat.vue (0 hunks)
  • docs/src/composable/AgentModelProvider.ts (0 hunks)
  • docs/src/composable/useTinyRobot.ts (0 hunks)
  • docs/src/composable/utils.ts (0 hunks)
  • docs/src/const.ts (1 hunks)
  • docs/src/main.ts (1 hunks)
  • docs/src/router/index.ts (1 hunks)
  • docs/src/views/comprehensive/index.vue (3 hunks)
  • docs/src/views/form/form-validate.vue (3 hunks)
  • docs/src/views/grid/grid.vue (2 hunks)
  • docs/src/views/tree/tree.vue (2 hunks)
  • docs/vite.config.ts (2 hunks)
  • package.json (1 hunks)
  • packages/mcp/package.json (2 hunks)
  • packages/mcp/src/grid/index.ts (1 hunks)
  • packages/mcp/src/lang/en.ts (2 hunks)
  • packages/mcp/src/lang/zh-CN.ts (2 hunks)
  • packages/mcp/src/utils/defineTool.ts (1 hunks)
 __________________________________________________________
< Keep your friends close, but your code reviewers closer. >
 ----------------------------------------------------------
  \
   \   (\__/)
       (•ㅅ•)
       /   づ

Tip

Migrating from UI to YAML configuration.

Use the @coderabbitai configuration command in a PR comment to get a dump of all your UI settings in YAML format. You can then edit this YAML file and upload it to the root of your repository to configure CodeRabbit programmatically.

✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch zzc/feat-ai-sdk

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@zzcr zzcr changed the title feat: 集成next-remoter,消除tiny-robot,LLM统一由remoter管理,修改tool为registerTool feat: Aggregation next-remoter, Erase tiny-robot, LLM yuichi remoter management, Upgrade tool and registerTool Aug 14, 2025
@zzcr zzcr merged commit 78c57ff into main Aug 14, 2025
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.

2 participants