0.4.14
Added
-
Implemented Tiles plugin system #171.
tiles plugin install <url / filesystem-path>,tiles plugin uninstall <plugin-name>,tiles plugin list(for installed plugins).- Plugins should be a
.zipor.tar.gzfile either hosted or available in local filesystem.
## Plugin folder structure plugin_name - extensions - extension_1 - ... - extension_2 - ... - skills - skill_1 - SKILLS.md- Added skills support via plugins
- In repl use
/skillsfor list of skills and$<skill-name>to use the skill directly. Tiles can use available skills as needed too.
- In repl use
- Plugins should be a