Skip to content

v1.30.1

Choose a tag to compare

@codesplash-ai codesplash-ai released this 28 Jun 02:26

CodeSplash AI 1.30.1

CodeSplash AI 1.30.1 introduces a new built-in AI Chat right panel for Pro users. It gives you a lightweight, global chat workspace inside the app for prompt building, planning, and research-style workflows, without needing to open a repository or jump into a tool-executing agent flow.

Features

  • New AI Chat right panel

    • Added a bundled AI Chat experience directly inside CodeSplash AI as a default right-panel app.
    • Designed for general chat workflows rather than tool-oriented AI Agent runs.
  • Global chat workflow

    • AI Chat opens without requiring a repository, making it useful for quick brainstorming, planning, and research tasks anywhere in the app.
  • Multiple chat modes

    • Added four conversation modes:
      • Chat
      • Prompt Builder
      • Planner
      • Researcher
  • Conversation history and streaming responses

    • Create and revisit conversations with saved message history.
    • Receive responses as they stream in.
    • Stop an in-progress response when needed.
    • Undo the last turn in a conversation.
  • Model selection using existing setup

    • AI Chat uses your existing Vibe Coding model configuration and API keys instead of introducing a separate setup path.

Improvements

  • Better workspace integration

    • AI Chat is now wired into the app's right-panel experience and related workspace navigation flows.
  • Refined chat UI

    • Added local AI Elements-compatible components for rendering conversations, messages, prompts, and responses in a cleaner chat interface.
  • Improved app plumbing for chat workflows

    • Added the underlying desktop IPC, storage, streaming, and state-management layers needed to support AI Chat across the renderer and main process.
  • Conversation controls and persistence

    • Added support for persisted conversations, chat settings, model metadata, and stream lifecycle handling.

Fixes

  • No major standalone bug fixes were specifically called out in this release.

Notes

  • AI Chat is a Pro feature.
  • It is a bundled core app experience, not an Extension Center install.
  • This release focuses on adding a dedicated chat surface that complements AI Agent rather than replacing it.