Skip to content

rename package from @flowise/agentflow to @flowiseai/agentflow#5825

Merged
jocelynlin-wd merged 1 commit intomainfrom
feat/agentflow-sdk-scope-name
Feb 23, 2026
Merged

rename package from @flowise/agentflow to @flowiseai/agentflow#5825
jocelynlin-wd merged 1 commit intomainfrom
feat/agentflow-sdk-scope-name

Conversation

@jocelynlin-wd
Copy link
Copy Markdown
Contributor

Updated all references in documentation, examples, and source files to reflect the new package name. This change ensures consistency across the project and aligns with the rebranding effort.

Updated all references in documentation, examples, and source files to reflect the new package name. This change ensures consistency across the project and aligns with the rebranding effort.
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @jocelynlin-wd, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request systematically renames the @flowise/agentflow package to @flowiseai/agentflow. This change is a comprehensive update across the entire project, ensuring that all internal references, documentation, and example usages reflect the new package identifier. The primary goal is to maintain consistency and align the package with a broader rebranding initiative, without altering any functional logic of the agentflow component itself.

Highlights

  • Package Renaming: The @flowise/agentflow package has been renamed to @flowiseai/agentflow to align with rebranding efforts.
  • Documentation Updates: All references to the old package name have been updated across various documentation files, including ARCHITECTURE.md, README.md, and TESTS.md.
  • Example Code Adjustments: The example applications and their source files have been modified to import and reference the new package name correctly.
  • Configuration and Metadata: The package.json file has been updated with the new package name and an additional keyword, and the Vite configuration for examples was adjusted.
Changelog
  • packages/agentflow/ARCHITECTURE.md
    • Updated package name in the document title and introductory text.
  • packages/agentflow/README.md
    • Updated package name in the main title, npm version badge URL, and overview section.
    • Modified installation instructions to use the new package name.
    • Adjusted import statements in basic usage and imperative methods examples.
    • Updated publish instructions comment.
    • Added 'flowiseai' to the package keywords.
  • packages/agentflow/TESTS.md
    • Updated package name in the document title.
  • packages/agentflow/examples/README.md
    • Updated package name in the document title and introductory text.
  • packages/agentflow/examples/index.html
    • Updated package name in the HTML document title.
  • packages/agentflow/examples/src/demos/AllNodeTypesExample.tsx
    • Updated package name in import statements.
  • packages/agentflow/examples/src/demos/BasicExample.tsx
    • Updated package name in JSDoc comment and import statements.
  • packages/agentflow/examples/src/demos/CustomUIExample.tsx
    • Updated package name in import statements.
  • packages/agentflow/examples/src/demos/DarkModeExample.tsx
    • Updated package name in import statements.
  • packages/agentflow/examples/src/demos/FilteredComponentsExample.tsx
    • Updated package name in import statements.
  • packages/agentflow/examples/src/demos/MultiNodeFlow.tsx
    • Updated package name in import statements.
  • packages/agentflow/examples/src/demos/StatusIndicatorsExample.tsx
    • Updated package name in import statements.
  • packages/agentflow/examples/vite.config.ts
    • Updated package name in the Vite alias configuration.
  • packages/agentflow/package.json
    • Updated the package name field to @flowiseai/agentflow.
    • Added flowiseai to the list of package keywords.
  • packages/agentflow/src/Agentflow.tsx
    • Updated package name in example import statements within JSDoc.
  • packages/agentflow/src/index.ts
    • Updated package name in the public API comment header.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly renames the package from @flowise/agentflow to @flowiseai/agentflow to align with the project's branding. All references in documentation, examples, and source files have been updated consistently. The changes are thorough and well-executed. I have no further comments.

@jocelynlin-wd jocelynlin-wd merged commit 142e675 into main Feb 23, 2026
7 checks passed
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