Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

v2.0.0 — Renamed from ai-tool-core

Choose a tag to compare

@ruttydm ruttydm released this 07 Feb 20:33
· 3 commits to main since this release

Breaking Change

Package renamed from opencompanyapp/ai-tool-core to opencompanyapp/integration-core to reflect its broader purpose beyond AI tools (will also support triggers and other integration types).

What changed

  • Package name: opencompanyapp/ai-tool-coreopencompanyapp/integration-core
  • Namespace: OpenCompany\AiToolCoreOpenCompany\IntegrationCore
  • Service provider: AiToolCoreServiceProviderIntegrationCoreServiceProvider

Migration

Update your composer.json:

"opencompanyapp/integration-core": "^2.0"

Update use statements:

OpenCompany\AiToolCore\  →  OpenCompany\IntegrationCore\