Skip to content

Releases: llm-ring/lmring

@lmring/theme@1.1.0

30 Mar 09:08
207a1c7

Choose a tag to compare

@lmring/theme

All notable changes to this package will be documented in this file.

v1.5.0

17 Mar 07:09

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

11 Mar 10:32

Choose a tag to compare

✨ New Features

  • WebDev Sandbox — Shared web development sandbox for code generation and preview @lifefloating
  • Video Generation — DashScope video provider with baseURL handling and enhanced error reporting @lifefloating
  • New AI Models — Added DeepSeek, Gemini 2.5, MiniMax, and Mistral chat & video models @lifefloating
  • Leaderboard API — Magia leaderboard with sorting and E2E tests @lifefloating @daguanren21
  • Theme Configuration — User-level theme config with new DB column and UI controls @lifefloating @daguanren21
  • Provider Management — Enhanced provider management UI and functionality @lifefloating
  • Today List — Added clear feature for today's conversation list @lifefloating
  • Pricing Units — New pricing unit definitions for model cost tracking @lifefloating

🐛 Bug Fixes

🔧 Maintenance

v1.3.0

02 Mar 10:24
860f39d

Choose a tag to compare

Highlights

WebDev Studio now supports multi-round conversation iterations, multiple new AI models added, and workflow error handling significantly improved.

New Features

  • WebDev multi-round conversation — WebDev Studio now supports iterative multi-round conversations, allowing users to continuously refine and modify generated results (cb4923e)
  • Atomic iteration creation — Follow-up iteration creation is now atomic, ensuring data consistency (1e9cc01)
  • Iteration timeline component — New iteration-timeline component for visualizing WebDev iteration history
  • Think tag parser — New parser for extracting model thinking/reasoning process (39df276)
  • Enhanced workflow error handling — Improved error handling in workflow stream and activity item generation (9773268)
  • Provider factory refactor — Refactored provider handling for better model provider management (39df276)

New Models

  • Claude Sonnet 4.6 — Latest Anthropic Sonnet model, best balance of intelligence and speed
  • Gemini 3.1 Pro Preview — Google's latest flagship with enhanced reasoning and multimodal capabilities
  • MiniMax M2.5 / M2.5 Lightning — MiniMax latest flagship with upgraded reasoning and coding
  • MiniMax M2.1 / M2.1 Lightning / M2 Her — MiniMax model family expansion
  • DeepSeek V3.2 / V3.2 Thinking — Context window expanded to 128K, max output to 16K
  • Magistral Medium 1.2 — Context window expanded to 128K
  • Codestral 2508 — Context window expanded to 256K

Bug Fixes

  • Fix WebDev conversation history reconstruction on session reload — Resolved history loss after session reload (7501df4)
  • Fix Claude Opus 4.6 cached input pricing — Corrected cachedInput from 1.5 to 0.5

Database Migrations

  • 0019 — Add iteration_id column and foreign key to webdev_responses
  • 0020 — Add unique index (session_id, version) on webdev_iterations
  • 0021 — Add content column to webdev_responses

Other

  • Enhanced database mock for testing (7a4e9c6)
  • Updated project documentation (033053a)
  • Updated package versions

v1.2.0

26 Feb 09:19

Choose a tag to compare

What's New

✨ WebDev Feature

  • Webdev feature init (b6a6888)
  • Route webdev mode submissions from arena to /webdev (66453af)
  • Integrate webdev session handling and improve conversation routing (845e81b)
  • Enhance webdev components with streaming code view and workflow improvements (ebd84a1)
  • Enhance webdev components (17b0ac5)
  • Implement file download functionality with zip creation (63811c6)
  • Implement sandbox ownership verification (bafc3d8)
  • Add snapshot feature (27a7814)
  • Update webdev components (7b7d89e)
  • Enhance error handling and formatting (8197240)

🔐 Authentication

  • Add Linux.do OAuth and email OTP authentication (7a2a1f4)
  • Fix errorCallbackURL: '/sign-in' (c4bfea2)

🤖 AI Models

♻️ Improvements

  • Re-enable voting UI with dedicated VoteButton component (051284f)
  • Add llms.txt (d5104da)
  • Add desc for video (3ac95b4)

🧪 Tests

  • Add webdev store tests (5c95ffa)
  • Update mock return values Conversations API tests (a5aad54)

What's Changed

refactor: re-enable voting UI with dedicated VoteButton component by @lifefloating in #231

Full Changelog: V1.1.0...v1.2.0

Video

https://drive.google.com/file/d/12kDHAMRioN6Nxxjdweje0gSKLQETFtwx/view?usp=sharing

V1.1.0

03 Feb 10:21
a6e1e49

Choose a tag to compare

What's Changed

image image image

Full Changelog: v1.0.6...V1.1.0

v1.0.6

19 Jan 12:12
f1d0198

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.6

v1.0.1

08 Jan 03:23
dd779b2

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

05 Jan 06:00
d7c3cd9

Choose a tag to compare

What's Changed

Read more