@robota-sdk/agent-sdk 3.0.0-beta.43 → 3.0.0-beta.44

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/README.md CHANGED
@@ -196,7 +196,7 @@ const registry = new CommandRegistry();
196
196
  registry.addSource(new BuiltinCommandSource());
197
197
  registry.addSource(new SkillCommandSource(process.cwd()));
198
198
 
199
- // Get all commands (returns ISlashCommand[])
199
+ // Get all commands (returns ICommand[])
200
200
  const commands = registry.getCommands();
201
201
 
202
202
  // Filter by prefix (for autocomplete)