@cryptiklemur/lattice 1.22.0 → 1.22.1

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.
@@ -274,6 +274,9 @@ export function Sidebar({ onSessionSelect }: { onSessionSelect?: () => void }) {
274
274
  onClick={function () {
275
275
  setAnalyticsScope("global");
276
276
  openTab("analytics");
277
+ getSidebarStore().setState(function (s) {
278
+ return { ...s, activeView: { type: "chat" } };
279
+ });
277
280
  }}
278
281
  className="flex items-center gap-2 w-full px-2 py-1.5 rounded-lg text-[11px] text-base-content/40 hover:text-base-content/70 hover:bg-base-300/30 transition-colors"
279
282
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptiklemur/lattice",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "description": "Multi-machine agentic dashboard for Claude Code. Monitor sessions, manage MCP servers and skills, orchestrate across mesh-networked nodes.",
5
5
  "license": "MIT",
6
6
  "author": "Aaron Scherer <me@aaronscherer.me>",