@tdsoft-tech/aikit 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -995,6 +995,6 @@ declare const paths: {
995
995
  * Provides skills, agents, commands, tools, and plugins for enhanced AI-assisted development.
996
996
  */
997
997
 
998
- declare const VERSION = "0.1.0";
998
+ declare const VERSION = "0.1.4";
999
999
 
1000
1000
  export { type AIKitConfig, type Agent, AgentManager, type AgentType, AntiHallucination, BeadsIntegration, type Command, CommandRunner, Config, type Memory, MemoryManager, type Plugin, type PluginEvent, PluginSystem, type Skill, SkillEngine, type Tool, ToolRegistry, VERSION, defineTool, loadConfig, logger, paths };
package/dist/index.js CHANGED
@@ -4018,7 +4018,7 @@ List approved dependencies here.
4018
4018
  // src/index.ts
4019
4019
  init_logger();
4020
4020
  init_paths();
4021
- var VERSION = "0.1.0";
4021
+ var VERSION = "0.1.4";
4022
4022
  export {
4023
4023
  AgentManager,
4024
4024
  AntiHallucination,