Lovelace Developer Portal
Overview
Auth Hub
Studio
Agents Cloud
Skills
Memory Platform
Lattice Cloud
Hosting
Ada CLI
MCP Gateway
Ada
Periscope
Editor Extensions
Skip to main content

:LovelaceSession

View the current workspace context as reported by the Lattice daemon.

Command Signature

vim
:LovelaceSession

Alias: :LSession

Description

The :LovelaceSession command queries the daemon for the active workspace and shows details like:

  • Workspace ID (from workspaces.getCurrent)
  • Workspace name/path (from workspaces.get)
  • Basic filesystem state (whether the path exists)

This is useful when you're working across multiple repos and want to confirm what workspace the daemon will associate with tasks.

Output Format

Example output:

# Workspace Context

## Current Workspace

- Workspace ID: `ws_...`
- Last Updated: 2026-02-08 21:15:00 UTC

## Workspace Details

- Name: my-project
- Path: `/Users/user/Projects/my-project`
- Exists: yes

Actions: [r]efresh  [q]uit

Troubleshooting

Workspaces Not Supported

If your daemon version does not support workspaces, you'll see a warning. Upgrade the daemon and retry.

Wrong Socket / Not Connected

Run:

vim
:LovelaceHealth

and ensure the daemon is running:

bash
lattice-ctl daemon start
lattice-ctl daemon status

Related Commands

CommandPurpose
:LovelaceHealthVerify daemon connectivity
:LovelaceTasksList tasks
:LovelaceTaskSubmit a task

Build and deploy AI agents with ease.

Quick Start

  • Getting Started
  • Build Your First Agent
  • Platform Concepts
  • Examples & Tutorials

Develop

  • Create an Agent
  • Connect an MCP Server
  • API Reference
  • CLI Tools

Platform

  • Agents Cloud
  • Roadmap
  • Platform Changelog
  • Status

Resources

  • Discord
  • GitHub
  • Support
  • Developer Blog
Lovelace logo
Lovelace
Made with ❤️ by Reasonable Tech CompanySupport
TermsPrivacy
All systems operational

Overview

Overview

Installation

Quick Start

Health Check & Setup

Authentication

Task Submission

Task Monitoring

Agent Management

Session Management

Configuration Deep Dive

LovelaceHealth

LovelaceAuth

LovelaceTask

LovelaceTasks

LovelaceAgents

LovelaceTaskStatus

LovelaceCancel

LovelaceSession

Troubleshooting

Examples