clementine-agent 1.18.106 → 1.18.107

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.
@@ -22179,7 +22179,7 @@ function lucide(name, cls) {
22179
22179
  return '<svg class="icn ' + (cls || '') + '" viewBox="0 0 24 24" aria-hidden="true">' + path + '</svg>';
22180
22180
  }
22181
22181
 
22182
- var DESTINATIONS = ['home', 'build', 'heartbeat', 'team', 'brain', 'settings'];
22182
+ var DESTINATIONS = ['home', 'build', 'skills', 'heartbeat', 'team', 'brain', 'settings'];
22183
22183
 
22184
22184
  var ROUTE_REDIRECTS = {
22185
22185
  // old hash → new {page, tab}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clementine-agent",
3
- "version": "1.18.106",
3
+ "version": "1.18.107",
4
4
  "description": "Clementine — Personal AI Assistant (TypeScript)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",