Changeset 3464650
- Timestamp:
- 02/18/2026 09:54:42 PM (39 hours ago)
- Location:
- zeno-chatbot-ai
- Files:
-
- 644 added
- 9 deleted
- 40 edited
-
tags/1.3.0 (added)
-
tags/1.3.0/assets (added)
-
tags/1.3.0/assets/.vite (added)
-
tags/1.3.0/assets/.vite/manifest.json (added)
-
tags/1.3.0/assets/admin (added)
-
tags/1.3.0/assets/admin/css (added)
-
tags/1.3.0/assets/admin/css/admin.css (added)
-
tags/1.3.0/assets/admin/js (added)
-
tags/1.3.0/assets/admin/js/admin.js (added)
-
tags/1.3.0/assets/assets (added)
-
tags/1.3.0/assets/assets/purify.es-C5Nd4Mfd.js (added)
-
tags/1.3.0/assets/assets/remixicon.eot (added)
-
tags/1.3.0/assets/assets/remixicon.svg (added)
-
tags/1.3.0/assets/assets/remixicon.ttf (added)
-
tags/1.3.0/assets/assets/remixicon.woff (added)
-
tags/1.3.0/assets/assets/remixicon.woff2 (added)
-
tags/1.3.0/assets/public (added)
-
tags/1.3.0/assets/public/css (added)
-
tags/1.3.0/assets/public/css/public.css (added)
-
tags/1.3.0/assets/public/js (added)
-
tags/1.3.0/assets/public/js/public.js (added)
-
tags/1.3.0/boot (added)
-
tags/1.3.0/boot/app.php (added)
-
tags/1.3.0/boot/bindings.php (added)
-
tags/1.3.0/boot/dev.php (added)
-
tags/1.3.0/boot/index.php (added)
-
tags/1.3.0/changelog.txt (added)
-
tags/1.3.0/composer.json (added)
-
tags/1.3.0/composer.lock (added)
-
tags/1.3.0/config (added)
-
tags/1.3.0/config/api.php (added)
-
tags/1.3.0/config/app.php (added)
-
tags/1.3.0/config/countries.php (added)
-
tags/1.3.0/config/index.php (added)
-
tags/1.3.0/config/str.php (added)
-
tags/1.3.0/database (added)
-
tags/1.3.0/database/index.php (added)
-
tags/1.3.0/database/migrations (added)
-
tags/1.3.0/database/migrations/001_create_customers_table.php (added)
-
tags/1.3.0/database/migrations/002_create_conversations_table.php (added)
-
tags/1.3.0/database/migrations/003_create_messages_table.php (added)
-
tags/1.3.0/database/migrations/004_create_meta_table.php (added)
-
tags/1.3.0/database/migrations/005_create_saved_replies_table.php (added)
-
tags/1.3.0/database/migrations/index.php (added)
-
tags/1.3.0/index.php (added)
-
tags/1.3.0/languages (added)
-
tags/1.3.0/languages/zeno-chatbot-ai.pot (added)
-
tags/1.3.0/phpcs.xml (added)
-
tags/1.3.0/readme.txt (added)
-
tags/1.3.0/src (added)
-
tags/1.3.0/src/App.php (added)
-
tags/1.3.0/src/Contract (added)
-
tags/1.3.0/src/Contract/LLMProviderInterface.php (added)
-
tags/1.3.0/src/Contract/index.php (added)
-
tags/1.3.0/src/Controller (added)
-
tags/1.3.0/src/Controller/AjaxChatController.php (added)
-
tags/1.3.0/src/Controller/index.php (added)
-
tags/1.3.0/src/Helper (added)
-
tags/1.3.0/src/Helper/Email.php (added)
-
tags/1.3.0/src/Helper/ExternalSources.php (added)
-
tags/1.3.0/src/Helper/Hash.php (added)
-
tags/1.3.0/src/Helper/Helper.php (added)
-
tags/1.3.0/src/Helper/IpDetector.php (added)
-
tags/1.3.0/src/Helper/LLMHelper.php (added)
-
tags/1.3.0/src/Helper/MediaResources.php (added)
-
tags/1.3.0/src/Helper/Resources.php (added)
-
tags/1.3.0/src/Helper/Security.php (added)
-
tags/1.3.0/src/Helper/SessionKeyGenerator.php (added)
-
tags/1.3.0/src/Helper/Settings.php (added)
-
tags/1.3.0/src/Helper/Validator.php (added)
-
tags/1.3.0/src/Helper/index.php (added)
-
tags/1.3.0/src/Hooks (added)
-
tags/1.3.0/src/Hooks/Handler (added)
-
tags/1.3.0/src/Hooks/Handler/Admin (added)
-
tags/1.3.0/src/Hooks/Handler/Admin/AssetHandler.php (added)
-
tags/1.3.0/src/Hooks/Handler/Admin/MenuHandler.php (added)
-
tags/1.3.0/src/Hooks/Handler/Admin/NoticeHandler.php (added)
-
tags/1.3.0/src/Hooks/Handler/Admin/index.php (added)
-
tags/1.3.0/src/Hooks/Handler/BaseHandler.php (added)
-
tags/1.3.0/src/Hooks/Handler/Frontend (added)
-
tags/1.3.0/src/Hooks/Handler/Frontend/AssetHandler.php (added)
-
tags/1.3.0/src/Hooks/Handler/Frontend/index.php (added)
-
tags/1.3.0/src/Hooks/Handler/Plugin (added)
-
tags/1.3.0/src/Hooks/Handler/Plugin/ActivationHandler.php (added)
-
tags/1.3.0/src/Hooks/Handler/Plugin/UpgradeHandler.php (added)
-
tags/1.3.0/src/Hooks/Handler/Plugin/index.php (added)
-
tags/1.3.0/src/Hooks/Handler/index.php (added)
-
tags/1.3.0/src/Hooks/actions.php (added)
-
tags/1.3.0/src/Hooks/filters.php (added)
-
tags/1.3.0/src/Hooks/index.php (added)
-
tags/1.3.0/src/Http (added)
-
tags/1.3.0/src/Http/Controller (added)
-
tags/1.3.0/src/Http/Controller/Api (added)
-
tags/1.3.0/src/Http/Controller/Api/V1 (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/AdminChatController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/ChatSettingsController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/ConfigController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/DashboardController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/DataSourceSettingsController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/EmailSettingsController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/GeneralSettingsController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/InternalContentIndexController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/InternalContentSettingsController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/KnowledgeNotesIndexController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/LLMSettingsController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/ProductContentIndexController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/SavedReplyController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/SitemapContentIndexController.php (added)
-
tags/1.3.0/src/Http/Controller/Api/V1/index.php (added)
-
tags/1.3.0/src/Http/Controller/Api/index.php (added)
-
tags/1.3.0/src/Http/Controller/index.php (added)
-
tags/1.3.0/src/Http/index.php (added)
-
tags/1.3.0/src/Model (added)
-
tags/1.3.0/src/Model/Conversation.php (added)
-
tags/1.3.0/src/Model/Customer.php (added)
-
tags/1.3.0/src/Model/Message.php (added)
-
tags/1.3.0/src/Model/Meta.php (added)
-
tags/1.3.0/src/Model/SavedReply.php (added)
-
tags/1.3.0/src/Model/User.php (added)
-
tags/1.3.0/src/ServiceProvider (added)
-
tags/1.3.0/src/ServiceProvider/AppServiceProvider.php (added)
-
tags/1.3.0/src/ServiceProvider/PluginServiceProvider.php (added)
-
tags/1.3.0/src/ServiceProvider/index.php (added)
-
tags/1.3.0/src/Services (added)
-
tags/1.3.0/src/Services/Chat (added)
-
tags/1.3.0/src/Services/Chat/Contracts (added)
-
tags/1.3.0/src/Services/Chat/Contracts/EmbeddingProviderInterface.php (added)
-
tags/1.3.0/src/Services/Chat/Contracts/HitCounterInterface.php (added)
-
tags/1.3.0/src/Services/Chat/Contracts/LanguageResolverInterface.php (added)
-
tags/1.3.0/src/Services/Chat/Contracts/SavedReplyMatcherInterface.php (added)
-
tags/1.3.0/src/Services/Chat/Contracts/SemanticMatcherInterface.php (added)
-
tags/1.3.0/src/Services/Chat/DatabaseHitCounter.php (added)
-
tags/1.3.0/src/Services/Chat/DefaultLanguageResolver.php (added)
-
tags/1.3.0/src/Services/Chat/DefaultSavedReplyMatcher.php (added)
-
tags/1.3.0/src/Services/Chat/Embedding (added)
-
tags/1.3.0/src/Services/Chat/Embedding/EmbeddingService.php (added)
-
tags/1.3.0/src/Services/Chat/Embedding/GeminiEmbeddingProvider.php (added)
-
tags/1.3.0/src/Services/Chat/Embedding/OpenAIEmbeddingProvider.php (added)
-
tags/1.3.0/src/Services/Chat/Embedding/VectorMath.php (added)
-
tags/1.3.0/src/Services/Chat/FallbackPolicy.php (added)
-
tags/1.3.0/src/Services/Chat/NullHitCounter.php (added)
-
tags/1.3.0/src/Services/Chat/SavedReplyService.php (added)
-
tags/1.3.0/src/Services/Chat/SemanticSavedReplyMatcher.php (added)
-
tags/1.3.0/src/Services/Chat/Support (added)
-
tags/1.3.0/src/Services/Chat/Support/TextNormalizer.php (added)
-
tags/1.3.0/src/Services/ChatResponse.php (added)
-
tags/1.3.0/src/Services/ChatService.php (added)
-
tags/1.3.0/src/Services/ContextCache (added)
-
tags/1.3.0/src/Services/ContextCache/ResourceTextCache.php (added)
-
tags/1.3.0/src/Services/ConversationLifecycleService.php (added)
-
tags/1.3.0/src/Services/ConversationSummaryWatcher.php (added)
-
tags/1.3.0/src/Services/Dashboard (added)
-
tags/1.3.0/src/Services/Dashboard/Widget.php (added)
-
tags/1.3.0/src/Services/Dashboard/WidgetBuilder.php (added)
-
tags/1.3.0/src/Services/HttpClient.php (added)
-
tags/1.3.0/src/Services/Indexing (added)
-
tags/1.3.0/src/Services/Indexing/ContentIndexService.php (added)
-
tags/1.3.0/src/Services/Indexing/Contracts (added)
-
tags/1.3.0/src/Services/Indexing/Contracts/IndexStrategyInterface.php (added)
-
tags/1.3.0/src/Services/Indexing/Contracts/JobStrategyInterface.php (added)
-
tags/1.3.0/src/Services/Indexing/Engine (added)
-
tags/1.3.0/src/Services/Indexing/Engine/InternalContentIndexEngine.php (added)
-
tags/1.3.0/src/Services/Indexing/Engine/KnowledgeNotesIndexEngine.php (added)
-
tags/1.3.0/src/Services/Indexing/Engine/ProductContentIndexEngine.php (added)
-
tags/1.3.0/src/Services/Indexing/Engine/SitemapContentIndexEngine.php (added)
-
tags/1.3.0/src/Services/Indexing/Result (added)
-
tags/1.3.0/src/Services/Indexing/Result/IndexResult.php (added)
-
tags/1.3.0/src/Services/Indexing/Result/JobResult.php (added)
-
tags/1.3.0/src/Services/Indexing/Store (added)
-
tags/1.3.0/src/Services/Indexing/Store/IndexEventBus.php (added)
-
tags/1.3.0/src/Services/Indexing/Store/IndexFileStore.php (added)
-
tags/1.3.0/src/Services/Indexing/Store/IndexJobStore.php (added)
-
tags/1.3.0/src/Services/Indexing/Store/IndexMetaStore.php (added)
-
tags/1.3.0/src/Services/Indexing/Strategies (added)
-
tags/1.3.0/src/Services/Indexing/Strategies/ExternalContentIndex.php (added)
-
tags/1.3.0/src/Services/Indexing/Strategies/InternalContentIndex.php (added)
-
tags/1.3.0/src/Services/Indexing/Strategies/KnowledgeNoteIndex.php (added)
-
tags/1.3.0/src/Services/Indexing/Strategies/ProductIndex.php (added)
-
tags/1.3.0/src/Services/Indexing/Strategies/SiteMapIndex.php (added)
-
tags/1.3.0/src/Services/LLMService (added)
-
tags/1.3.0/src/Services/LLMService/AIClient (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/AIClientConfig.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/AiClient.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Builders (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Builders/PromptBuilder.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Config (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Config/AiConfig.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Config/ConfigBuilder.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/Adapters (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/Adapters/AdapterInterface.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/Adapters/GeminiTextModel.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/Adapters/OpenAITextModel.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/Gemini.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/OpenAI.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/PromptBuilders (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/PromptBuilders/Builder.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/PromptBuilders/GeminiPromptBuilder.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/PromptBuilders/OpenAIPromptBuilder.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Providers/ProviderInterface.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Results (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Results/Candidate.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Results/GenerativeAiResult.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Results/TokenUsage.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/FileResource.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/Handlers (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/Handlers/FileHandler.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/Handlers/MediaHandler.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/Handlers/TextHandler.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/Handlers/UploadHandler.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/Handlers/UrlHandler.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/ResourceLoader.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/ResourceResult.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/Support/ResponseParser.php (added)
-
tags/1.3.0/src/Services/LLMService/AIClient/index.php (added)
-
tags/1.3.0/src/Services/LLMService/Contracts (added)
-
tags/1.3.0/src/Services/LLMService/Contracts/LLMResponse.php (added)
-
tags/1.3.0/src/Services/LLMService/Contracts/index.php (added)
-
tags/1.3.0/src/Services/LLMService/LLMService.php (added)
-
tags/1.3.0/src/Services/LLMService/index.php (added)
-
tags/1.3.0/src/Services/RateLimiter.php (added)
-
tags/1.3.0/src/Services/Scheduler (added)
-
tags/1.3.0/src/Services/Scheduler/Jobs (added)
-
tags/1.3.0/src/Services/Scheduler/Jobs/SitemapSyncJob.php (added)
-
tags/1.3.0/src/Services/Scheduler/PendingSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/RepeatSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/Scheduler.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/action-scheduler.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/changelog.txt (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_ActionClaim.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_ActionFactory.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_AdminView.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_Compatibility.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_DataController.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_DateTime.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_Exception.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_InvalidActionException.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_ListTable.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_LogEntry.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_NullLogEntry.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_OptionLock.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_QueueCleaner.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_QueueRunner.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_RecurringActionScheduler.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_SystemInformation.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_Versions.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_wcSystemStatus.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Cancel_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Create_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Delete_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Generate_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Get_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/List_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Next_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Run_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Migration_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ProgressBar.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/System_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Lock.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Logger.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Store.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_WPCLI_Command.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_Action.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_NullAction.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/ActionMigrator.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/BatchFetcher.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Config.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Controller.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/DryRun_ActionMigrator.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/DryRun_LogMigrator.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/LogMigrator.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Runner.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Scheduler.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_Schedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schema (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/functions.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/functions.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/WP_Async_Request.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_HoursField.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_MonthField.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_YearField.php (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/LICENSE (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/license.txt (added)
-
tags/1.3.0/src/Services/Scheduler/scoped-vendor/action-scheduler/readme.txt (added)
-
tags/1.3.0/src/Services/index.php (added)
-
tags/1.3.0/src/Support (added)
-
tags/1.3.0/src/Support/Conversation.php (added)
-
tags/1.3.0/src/Support/Instructions.php (added)
-
tags/1.3.0/src/Support/ResourceFormatter.php (added)
-
tags/1.3.0/src/Support/Utility.php (added)
-
tags/1.3.0/src/index.php (added)
-
tags/1.3.0/src/routes (added)
-
tags/1.3.0/src/routes/ajax.php (added)
-
tags/1.3.0/src/routes/api.php (added)
-
tags/1.3.0/src/routes/index.php (added)
-
tags/1.3.0/tests (added)
-
tags/1.3.0/tests/contracts (added)
-
tags/1.3.0/tests/contracts/indexing (added)
-
tags/1.3.0/tests/contracts/indexing/internal.build.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/internal.clear.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/internal.overview.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/internal.status.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/knowledge.clear.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/knowledge.get.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/knowledge.save.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/knowledge.status.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/product.clear.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/product.process.completed.json (added)
-
tags/1.3.0/tests/contracts/indexing/product.process.running.json (added)
-
tags/1.3.0/tests/contracts/indexing/product.start.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/product.status.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/sitemap.clear.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/sitemap.process.completed.json (added)
-
tags/1.3.0/tests/contracts/indexing/sitemap.process.running.json (added)
-
tags/1.3.0/tests/contracts/indexing/sitemap.start.success.json (added)
-
tags/1.3.0/tests/contracts/indexing/sitemap.status.success.json (added)
-
tags/1.3.0/vendor (added)
-
tags/1.3.0/vendor/autoload.php (added)
-
tags/1.3.0/vendor/composer (added)
-
tags/1.3.0/vendor/composer/ClassLoader.php (added)
-
tags/1.3.0/vendor/composer/InstalledVersions.php (added)
-
tags/1.3.0/vendor/composer/LICENSE (added)
-
tags/1.3.0/vendor/composer/autoload_classmap.php (added)
-
tags/1.3.0/vendor/composer/autoload_namespaces.php (added)
-
tags/1.3.0/vendor/composer/autoload_psr4.php (added)
-
tags/1.3.0/vendor/composer/autoload_real.php (added)
-
tags/1.3.0/vendor/composer/autoload_static.php (added)
-
tags/1.3.0/vendor/composer/installed.json (added)
-
tags/1.3.0/vendor/composer/installed.php (added)
-
tags/1.3.0/vendor/composer/platform_check.php (added)
-
tags/1.3.0/vendor/zenochatbot (added)
-
tags/1.3.0/vendor/zenochatbot/framework (added)
-
tags/1.3.0/vendor/zenochatbot/framework/composer.json (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Asset (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Asset/Vite.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Config (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Config/Repository.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Connection.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/LengthAwarePaginator.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Connection.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Grammar (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Grammar/Grammar.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Grammar/GrammarFactory.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Grammar/MySqlGrammar.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Grammar/SqliteGrammar.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Migration.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/MigrationRunner.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Migrator.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Schema.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Migration/Sql.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Model.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ModelCollection.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ORM (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ORM/Connection.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ORM/Grammar (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ORM/Grammar/Grammar.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ORM/Grammar/GrammarFactory.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ORM/Grammar/MySqlGrammar.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/ORM/Grammar/SqliteGrammar.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Paginator.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/QueryBuilder.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Relations (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Relations/BelongsTo.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Relations/BelongsToMany.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Relations/HasMany.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Relations/HasOne.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Database/Relations/Relation.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Exceptions (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Exceptions/AuthenticationException.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Exceptions/AuthorizationException.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Exceptions/ConfigurationException.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Exceptions/Handler.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Exceptions/HttpException.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Exceptions/ValidationException.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/App.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Application.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/ApplicationBuilder.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Configuration (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Configuration/Exceptions.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Container.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Handler (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Handler.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Handler/RestHandler.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/Logger.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Foundation/ServiceProvider.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http/Ajax.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http/Middleware (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http/Middleware/MiddlewareInterface.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http/Request.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http/Response.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http/ResponseBuilder.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Http/Route.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Response (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Response/Response.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/Anonymize.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/Arr.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/Collection.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/DateTime.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/Helper.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/HigherOrderTapProxy.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/HigherOrderWhenProxy.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/Pluralizer.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/Str.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Support/Stringable.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Validation (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Validation/ValidationException.php (added)
-
tags/1.3.0/vendor/zenochatbot/framework/src/Validation/Validator.php (added)
-
tags/1.3.0/zeno-chatbot-ai.php (added)
-
trunk/assets/.vite/manifest.json (modified) (view diffs)
-
trunk/assets/admin/css/admin.css (modified) (view diffs)
-
trunk/assets/admin/js/admin.js (modified) (view diffs)
-
trunk/assets/assets/_plugin-vue_export-helper-D3HpnJhL.js (deleted)
-
trunk/assets/assets/_plugin-vue_export-helper-mt0p9uAX.js (deleted)
-
trunk/assets/assets/purify.es-C5Nd4Mfd.js (added)
-
trunk/assets/assets/useI18n-B1K__77W.js (deleted)
-
trunk/assets/assets/useI18n-BxV7yVsy.js (deleted)
-
trunk/assets/assets/useI18n-CG_B1qHU.js (deleted)
-
trunk/assets/assets/useI18n-Cbw3P1Tc.js (deleted)
-
trunk/assets/assets/useI18n-Di_w9u-k.js (deleted)
-
trunk/assets/assets/useI18n-lt1RZnLE.js (deleted)
-
trunk/assets/public/js/public.js (modified) (view diffs)
-
trunk/boot/app.php (modified) (view diffs)
-
trunk/changelog.txt (modified) (view diffs)
-
trunk/composer.json (modified) (view diffs)
-
trunk/composer.lock (modified) (view diffs)
-
trunk/config/str.php (modified) (view diffs)
-
trunk/languages/zeno-chatbot-ai.pot (modified) (view diffs)
-
trunk/readme.txt (modified) (view diffs)
-
trunk/src/Controller/AjaxChatController.php (modified) (view diffs)
-
trunk/src/Helper/ExternalSources.php (modified) (view diffs)
-
trunk/src/Helper/Helper.php (modified) (view diffs)
-
trunk/src/Helper/InternalContentIndex.php (deleted)
-
trunk/src/Helper/Resources.php (modified) (view diffs)
-
trunk/src/Helper/Settings.php (modified) (view diffs)
-
trunk/src/Hooks/actions.php (modified) (view diffs)
-
trunk/src/Hooks/filters.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/AdminChatController.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/ChatSettingsController.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/ConfigController.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/DashboardController.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/DataSourceSettingsController.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/InternalContentIndexController.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/InternalContentSettingsController.php (modified) (view diffs)
-
trunk/src/Http/Controller/Api/V1/KnowledgeNotesIndexController.php (added)
-
trunk/src/Http/Controller/Api/V1/ProductContentIndexController.php (added)
-
trunk/src/Http/Controller/Api/V1/SitemapContentIndexController.php (added)
-
trunk/src/ServiceProvider/AppServiceProvider.php (modified) (view diffs)
-
trunk/src/ServiceProvider/PluginServiceProvider.php (modified) (view diffs)
-
trunk/src/Services/ChatService.php (modified) (view diffs)
-
trunk/src/Services/ContextCache (added)
-
trunk/src/Services/ContextCache/ResourceTextCache.php (added)
-
trunk/src/Services/ConversationLifecycleService.php (added)
-
trunk/src/Services/ConversationSummaryWatcher.php (added)
-
trunk/src/Services/Indexing (added)
-
trunk/src/Services/Indexing/ContentIndexService.php (added)
-
trunk/src/Services/Indexing/Contracts (added)
-
trunk/src/Services/Indexing/Contracts/IndexStrategyInterface.php (added)
-
trunk/src/Services/Indexing/Contracts/JobStrategyInterface.php (added)
-
trunk/src/Services/Indexing/Engine (added)
-
trunk/src/Services/Indexing/Engine/InternalContentIndexEngine.php (added)
-
trunk/src/Services/Indexing/Engine/KnowledgeNotesIndexEngine.php (added)
-
trunk/src/Services/Indexing/Engine/ProductContentIndexEngine.php (added)
-
trunk/src/Services/Indexing/Engine/SitemapContentIndexEngine.php (added)
-
trunk/src/Services/Indexing/Result (added)
-
trunk/src/Services/Indexing/Result/IndexResult.php (added)
-
trunk/src/Services/Indexing/Result/JobResult.php (added)
-
trunk/src/Services/Indexing/Store (added)
-
trunk/src/Services/Indexing/Store/IndexEventBus.php (added)
-
trunk/src/Services/Indexing/Store/IndexFileStore.php (added)
-
trunk/src/Services/Indexing/Store/IndexJobStore.php (added)
-
trunk/src/Services/Indexing/Store/IndexMetaStore.php (added)
-
trunk/src/Services/Indexing/Strategies (added)
-
trunk/src/Services/Indexing/Strategies/ExternalContentIndex.php (added)
-
trunk/src/Services/Indexing/Strategies/InternalContentIndex.php (added)
-
trunk/src/Services/Indexing/Strategies/KnowledgeNoteIndex.php (added)
-
trunk/src/Services/Indexing/Strategies/ProductIndex.php (added)
-
trunk/src/Services/Indexing/Strategies/SiteMapIndex.php (added)
-
trunk/src/Services/LLMService/AIClient/Builders/PromptBuilder.php (modified) (view diffs)
-
trunk/src/Services/LLMService/AIClient/Providers/PromptBuilders/Builder.php (modified) (view diffs)
-
trunk/src/Services/LLMService/AIClient/Support/ResourceLoader.php (modified) (view diffs)
-
trunk/src/Services/LLMService/LLMService.php (modified) (view diffs)
-
trunk/src/Services/RateLimiter.php (added)
-
trunk/src/Services/Scheduler (added)
-
trunk/src/Services/Scheduler/Jobs (added)
-
trunk/src/Services/Scheduler/Jobs/SitemapSyncJob.php (added)
-
trunk/src/Services/Scheduler/PendingSchedule.php (added)
-
trunk/src/Services/Scheduler/RepeatSchedule.php (added)
-
trunk/src/Services/Scheduler/Scheduler.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/action-scheduler.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/changelog.txt (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_ActionClaim.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_ActionFactory.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_AdminView.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_Compatibility.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_DataController.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_DateTime.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_Exception.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_InvalidActionException.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_ListTable.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_LogEntry.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_NullLogEntry.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_OptionLock.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_QueueCleaner.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_QueueRunner.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_RecurringActionScheduler.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_SystemInformation.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_Versions.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/ActionScheduler_wcSystemStatus.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Cancel_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Create_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Delete_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Generate_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Get_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/List_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Next_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action/Run_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Action_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/Migration_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/ProgressBar.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/WP_CLI/System_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Lock.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Logger.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_Store.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/abstracts/ActionScheduler_WPCLI_Command.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_Action.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/actions/ActionScheduler_NullAction.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/ActionMigrator.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/BatchFetcher.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Config.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Controller.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/DryRun_ActionMigrator.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/DryRun_LogMigrator.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/LogMigrator.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Runner.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/migration/Scheduler.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_Schedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schema (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/deprecated/functions.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/functions.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/WP_Async_Request.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_HoursField.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_MonthField.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/CronExpression_YearField.php (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/lib/cron-expression/LICENSE (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/license.txt (added)
-
trunk/src/Services/Scheduler/scoped-vendor/action-scheduler/readme.txt (added)
-
trunk/src/Support/Conversation.php (modified) (view diffs)
-
trunk/src/routes/api.php (modified) (view diffs)
-
trunk/tests (added)
-
trunk/tests/contracts (added)
-
trunk/tests/contracts/indexing (added)
-
trunk/tests/contracts/indexing/internal.build.success.json (added)
-
trunk/tests/contracts/indexing/internal.clear.success.json (added)
-
trunk/tests/contracts/indexing/internal.overview.success.json (added)
-
trunk/tests/contracts/indexing/internal.status.success.json (added)
-
trunk/tests/contracts/indexing/knowledge.clear.success.json (added)
-
trunk/tests/contracts/indexing/knowledge.get.success.json (added)
-
trunk/tests/contracts/indexing/knowledge.save.success.json (added)
-
trunk/tests/contracts/indexing/knowledge.status.success.json (added)
-
trunk/tests/contracts/indexing/product.clear.success.json (added)
-
trunk/tests/contracts/indexing/product.process.completed.json (added)
-
trunk/tests/contracts/indexing/product.process.running.json (added)
-
trunk/tests/contracts/indexing/product.start.success.json (added)
-
trunk/tests/contracts/indexing/product.status.success.json (added)
-
trunk/tests/contracts/indexing/sitemap.clear.success.json (added)
-
trunk/tests/contracts/indexing/sitemap.process.completed.json (added)
-
trunk/tests/contracts/indexing/sitemap.process.running.json (added)
-
trunk/tests/contracts/indexing/sitemap.start.success.json (added)
-
trunk/tests/contracts/indexing/sitemap.status.success.json (added)
-
trunk/vendor/composer/autoload_classmap.php (modified) (view diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (view diffs)
-
trunk/vendor/composer/installed.json (modified) (view diffs)
-
trunk/vendor/composer/installed.php (modified) (view diffs)
-
trunk/vendor/zenochatbot/framework/src/Http/Ajax.php (modified) (view diffs)
-
trunk/zeno-chatbot-ai.php (modified) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.