Skip to content

Releases: jazelly/agentic-react

Agentic React packages v0.3.0

Choose a tag to compare

@jazelly jazelly released this 27 Jul 01:23
092a9ba

Published packages

These packages were built, tested, and published together from release commit 092a9ba8a445.

Package Version npm Changelog
@agentic-react/core 0.3.0 npm changelog
@agentic-react/next 0.3.0 npm changelog
@agentic-react/vite 0.3.0 npm changelog
@agentic-react/webpack 0.3.0 npm changelog

Package changes

@agentic-react/core

Minor Changes

  • 6d25d7d: Add persistent toolbox settings for shortcuts and launcher icon customization, plus explicit Done/Enter selection confirmation.

Patch Changes

  • 6d25d7d: Resolve selected component source locations over the runtime bridge so Next.js applications no longer receive missing source-lookup route requests.

@agentic-react/next

Minor Changes

  • 6d25d7d: Add persistent toolbox settings for shortcuts and launcher icon customization, plus explicit Done/Enter selection confirmation.

Patch Changes

  • 6d25d7d: Resolve selected component source locations over the runtime bridge so Next.js applications no longer receive missing source-lookup route requests.
  • Updated dependencies [6d25d7d]
  • Updated dependencies [6d25d7d]
    • @agentic-react/core@0.3.0

@agentic-react/vite

Minor Changes

  • 6d25d7d: Add persistent toolbox settings for shortcuts and launcher icon customization, plus explicit Done/Enter selection confirmation.

Patch Changes

  • 6d25d7d: Resolve selected component source locations over the runtime bridge so Next.js applications no longer receive missing source-lookup route requests.
  • Updated dependencies [6d25d7d]
  • Updated dependencies [6d25d7d]
    • @agentic-react/core@0.3.0

@agentic-react/webpack

Minor Changes

  • 6d25d7d: Add persistent toolbox settings for shortcuts and launcher icon customization, plus explicit Done/Enter selection confirmation.

Patch Changes

  • 6d25d7d: Resolve selected component source locations over the runtime bridge so Next.js applications no longer receive missing source-lookup route requests.
  • Updated dependencies [6d25d7d]
  • Updated dependencies [6d25d7d]
    • @agentic-react/core@0.3.0

@agentic-react/next v0.2.1

Choose a tag to compare

@jazelly jazelly released this 27 Jul 01:23

Published packages

These packages were built, tested, and published together from release commit 8ca4e56a18e2.

Package Version npm Changelog
@agentic-react/next 0.2.1 npm changelog

Package changes

@agentic-react/next

Patch Changes

  • 942a462: Move the generated dev client entry outside .next and recreate it during entry resolution.

Agentic React packages v0.2.0

Choose a tag to compare

@jazelly jazelly released this 27 Jul 01:22

Published packages

These packages were built, tested, and published together from release commit a9b2d935bdf7.

Package Version npm Changelog
@agentic-react/core 0.2.0 npm changelog
@agentic-react/next 0.2.0 npm changelog
@agentic-react/vite 0.2.0 npm changelog
@agentic-react/webpack 0.2.0 npm changelog

Package changes

@agentic-react/core

Minor Changes

  • 471f655: Add customizable tuning modal slots, wrapper extensions, and adapter toolkit configuration support.

@agentic-react/next

Minor Changes

  • 471f655: Add customizable tuning modal slots, wrapper extensions, and adapter toolkit configuration support.

Patch Changes

  • Updated dependencies [471f655]
    • @agentic-react/core@0.2.0

@agentic-react/vite

Minor Changes

  • 471f655: Add customizable tuning modal slots, wrapper extensions, and adapter toolkit configuration support.

Patch Changes

  • Updated dependencies [471f655]
    • @agentic-react/core@0.2.0

@agentic-react/webpack

Minor Changes

  • 471f655: Add customizable tuning modal slots, wrapper extensions, and adapter toolkit configuration support.

Patch Changes

  • Updated dependencies [471f655]
    • @agentic-react/core@0.2.0

v0.3.0

Choose a tag to compare

@jazelly jazelly released this 17 Mar 12:40

Introduce Custom Tools

v0.2.4

Choose a tag to compare

@jazelly jazelly released this 15 Apr 05:42
  • Highlight a React component by name
  • Get Component Tree Structure of the current page
  • Get Component Props, States and Contexts by name
  • Get Wasted Renders in your React App