Merge branch 'main' into salmanap/dynamic-models

This commit is contained in:
Salman Paracha 2026-01-20 10:51:58 -08:00
commit 2c084ef6f7
27 changed files with 1780 additions and 22 deletions

View file

@ -1,3 +1,3 @@
"""Plano CLI - Intelligent Prompt Gateway."""
__version__ = "0.4.2"
__version__ = "0.4.3"

View file

@ -2,4 +2,4 @@ import os
SERVICE_NAME_ARCHGW = "plano"
PLANO_DOCKER_NAME = "plano"
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.2")
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.3")