Skip to content

Releases: weam-ai/weam

1.1.7

13 Mar 06:38
3e98d88

Choose a tag to compare

What's Changed

  • Bug/threadrepo docstring fix by @JiitBhatt in #265
  • Added gemini 3 two new models by @chsjd in #266
  • Added support for GPT-5.4 model across various configurations and uti… by @JiitBhatt in #267
  • Added support for Grok 4.1 Fast model in constants and configurations by @JiitBhatt in #268

Full Changelog: 1.1.6...1.1.7

1.1.6

20 Feb 07:29
5a88384

Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...1.1.6

1.1.5

08 Jan 11:28
7a8a7c5

Choose a tag to compare

What's Changed

Full Changelog: 1.1.4...1.1.5

1.1.4

11 Nov 05:54
42fed50

Choose a tag to compare

Features & Enhancements

  • Nginx SSL Setup for Local Development - simplified configuration for secure local environments. (#215 by @dhruv176-dev)

  • Company-Specific LLM API Keys - threads now automatically use organization-level API keys for more flexible AI usage. (#228 by @JiitBhatt)

  • Character Image Field Added - schema now supports charimg for storing character images. (#213 by @Jay-Thesia)

  • Super Solution Client-Side Mounting - prevents hydration mismatches and improves rendering stability. (#229 by @Jay-Thesia-Weam)

  • Enhanced Markdown Rendering improved formatting and readability in MartOutput component. (#231 by @JiitBhatt)

  • Perplexity API Validation & File Upload Improvements - better error handling and reliability for AI chat integrations. (#232 by @Jay-Thesia-Weam)

Fixes & Refactors

  • Title Generation Bug Fix for OpenRouter models. (#217 by @JiitBhatt)

  • User Report Issue resolved for smoother feedback flow. (#219 by @chsjd)

  • Credit Allocation Logic updated to prevent miscounting. (#223 by @Jay-Thesia-Weam)

  • Permission Checks Refactored in SettingSidebar for cleaner role-based access. (#227 by @Jay-Thesia-Weam)

  • Improved Nginx Local Setup Flow for better onboarding. (#225 by @dhruv176-dev)

  • General Cleanup and Minor Fixes, including maintenance updates from #202
    and #224
    .

Contributors

Thanks to all contributors for making this release possible:
@kstij1, @dhruv176-dev, @JiitBhatt, @Jay-Thesia, @Jay-Thesia-Weam, @chsjd

Full Changelog: 1.1.3...1.1.4

Weam - [1.1.3]

27 Oct 05:29
11fd547

Choose a tag to compare

Weam - [1.1.3] Latest

What's New

  • Convert to Shared Brain:
    Introduced the ability to convert private brains into shared ones with member and team access.

    • Added backend endpoint and service for conversion.
    • Integrated frontend UI with menu action, modal, and instant state updates.
    • Displays toasts for conversion status and improves collaboration workflows.
    • Contributed by @SOGeKING-NUL in #187
  • Ollama Local Model Support:
    Added support to run local Ollama models directly from the Weam interface.

    • Enables local LLM execution for privacy, speed, and offline access.
    • Expands hybrid AI use cases combining local and cloud models.
    • Contributed by @akshays-weam in #190 and #210
  • Image Tools Enhancements:
    Improved image URL handling, markdown formatting, and rendering.

    • Converts OpenAI image URLs to Base64 for better compatibility.
    • Replaces MinIO URLs with internal endpoints for consistent access.
    • Contributed by @JiitBhatt in #208
  • Bug Fixes and UI Improvements:

    • Fixed issue where shared brain team members weren’t correctly assigned after conversion.
    • Fixed default GPT model assignment issue.
    • Enhanced Mascot Agent chat page for improved UX and stability.
    • Contributions by @chsjd and @Jay-Thesia-Weam

Other Changes

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

17 Oct 06:24
7fefb43

Choose a tag to compare

Weam - [1.1.2] Latest

What’s New

Import Chats

  • Seamlessly bring existing or external conversations into Weam.
  • Enables users to continue context or reuse prompts across projects.

Call Analyzer

  • Added a new AI-powered Call Analyzer for summarizing and extracting insights from recorded calls.
  • Designed to integrate into team and solution workflows for improved communication tracking.

Mascot Agent Interface

  • Introduced a new mascot-powered chat page for more engaging and interactive user sessions.

AI Docs Enhancements

  • Super Solution Docs are now fully integrated within the AI Docs system.
  • AI Docs URLs restructured for better accessibility and consistency.

AI Model Updates

  • New migration functionality for managing company-level model configurations.
  • Updated AI model constants to align with latest backend structure.

UI & Performance Improvements

  • Enhanced Markdown rendering and overall UI design polish.
  • Optimized team/member list population for faster page loads.
  • Refactored dependencies and cleaned up callback handlers for improved system stability.

What’s Changed


👥 New Contributors

No new contributors in this release.


🔗 Full Changelog: 1.1.1 → 1.1.2

Weam - [1.1.1]

13 Oct 05:36
3a71bde

Choose a tag to compare

What's New

  • Multi-Agent Support: Introduced foundational multi-agent capabilities for enhanced collaboration between AI models within workflows.

  • Ollama Integration: Added support for Ollama in the open-source repository.
    - Added support for Ollama within Weam’s open-source ecosystem.
    - Enables local LLM execution directly from the Weam interface.

  • Force Stop for Streaming Responses:
    - Added force stop functionality to interrupt ongoing message streaming.
    - Implemented new FORCE_STOP socket event (frontend + backend).
    - Added StopStreamButton and StopStreamSubmitButton components.
    - Updated ChatClone and langgraph services to handle stop requests and clea

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

Weam - [1.1.0]

08 Oct 08:12
eef2482

Choose a tag to compare

Initial Release

  • Migrated from Python to Node.js/Next.js stack
  • Removed all Python dependencies
  • Rewrote services in JavaScript/TypeScript
  • Updated to Next.js API routes

New:

#164 - Supervisor agent implementation
#163 - Node.js web scraping service for prompt enhancement
#141 - Zoom integration and MongoDB configuration support
#140 - Solution install, uninstall and sync functionality
#138 - Agent one-page view

Features

  • Multi-agent workflow creation: nest single or multiple agents within parent agents
  • Added Nano Banana model for Image Generation
  • Agent chaining with circular dependency prevention
  • Supervisor agent setup for coordinating multiple agents
  • Agent type indicators (single/multi) in UI chips and agent list

Bug fixes:

#172 - Handle transcription timeouts with auto-restart
#173 - Scroll up not working on LLM response streaming
#154 - Strict comparison added for IDs
#153 - Enhance team member display with tooltip in EditBrainModal and EditWorkSpaceModal
#133 - Remove API key dependency from image generation tool
#162 - Design fixes and improvements
#152 - UI/UX updates
#150 - UI/UX updates
#149 - UI/UX updates
#148 - UI/UX updates

Other Changes
  • Migrated from Python to Node.js/Next.js stack
  • Removed all Python dependencies and requirements.txt
  • Rewrote backend services in JavaScript/TypeScript
  • Updated API routes to Next.js conventions
  • Remove unnecessary variables (#174)
  • Remove unused components and files related to chat and citations (#139)
  • Cleanup of Home page, HoverActionIcon, CitationSourceSheet, and MessageSources