Skip to content

Releases: iTiPo/lava-plugin

1.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 12:25
73a1a7e

🚀 Release v1.2.0 — Model Choice

Switch seamlessly between different models—DeepSeek V4 Flash, DeepSeek V4 Pro, Grok 4.5, and Kimi K3—to match your task, whether you need fast responses for quick chats or deeper reasoning for complex analysis.

Workflow Example: Use DeepSeek V4 Flash for rapid note summaries, then switch to Grok 4.5 or DeepSeek V4 Pro when analyzing complex ideas.


⚙️ Quick Setup

  1. Update Getlava to version 1.2.0 in Obsidian.
  2. Open the chat panel and click the model name directly inside the chat composer.
  3. Select any available model from the dropdown menu to switch engines instantly.

1.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Aug 10:41
83d230d

🚀 Release v1.1.0 — Model Context Protocol (MCP) Server Support

Connect Getlava to MCP servers to trigger external tool actions directly within your Obsidian chat sessions.

Workflow Example: Ask Getlava to turn a feature draft in your notes into a live GitHub issue without leaving your vault.


⚙️ Quick Setup

  1. Update Getlava to the latest version in Obsidian.
  2. Go to Settings → Getlava and click Add MCP Server.
  3. Prompt Getlava to run tool actions within your chat.

1.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 21:08
fbe8cb0

🚀 Release v1.1.0 — Model Context Protocol (MCP) Server Support

Connect Getlava to MCP servers to trigger external tool actions directly within your Obsidian chat sessions.

Workflow Example: Ask Getlava to turn a feature draft in your notes into a live GitHub issue without leaving your vault.


⚙️ Quick Setup

  1. Update Getlava to the latest version in Obsidian.
  2. Go to Settings → Getlava and click Add MCP Server.
  3. Prompt Getlava to run tool actions within your chat.

1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 22:11
9d46789

🚀 Release v1.1.0 — Model Context Protocol (MCP) Server Support

Connect Getlava to MCP servers to trigger external tool actions directly within your Obsidian chat sessions.

Workflow Example: Ask Getlava to turn a feature draft in your notes into a live GitHub issue without leaving your vault.


⚙️ Quick Setup

  1. Update Getlava to the latest version in Obsidian.
  2. Go to Settings → Getlava and click Add MCP Server.
  3. Prompt Getlava to run tool actions within your chat.

1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 17:08
0c3c9b5
Bake Lava API base URL default and pin Obsidian types. (#8)

Hardcode LAVA_API_BASE_URL to https://api.getlava.me/v1 with optional env override, matching the Supabase defaults pattern, and pin the obsidian devDependency to 1.13.1.

Co-authored-by: Cursor Agent <cursoragent@cursor.com>