Skip to content

Commit 6b0ef1a

Browse files
committed
14.04.00: Graphics preview, Vibe install fix, Improved IDE Chat Logic, MCP Exploration
1 parent a4eb541 commit 6b0ef1a

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

api_logic_server_cli/api_logic_server.py

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,10 @@
1212
Called from api_logic_server_cli.py, by instantiating the ProjectRun object.
1313
'''
1414

15-
__version__ = "14.03.51" # last public release: 14.03.25, planning 14.04.00
15+
__version__ = "14.04.00" # last public release: 14.04.00
1616
recent_changes = \
1717
f'\n\nRecent Changes:\n' +\
18-
"\t04/26/2024 - 14.03.51: Ont fixes, manager preserves existing license (WebG installed first) \n"\
19-
"\t04/24/2024 - 14.03.50: remove graphics from samples pending fixes, temp KAFKA_SERVER='' fix \n"\
20-
"\t04/17/2024 - 14.03.46: replace-with for delete/replace/redo, initially running \n"\
21-
"\t04/16/2024 - 14.03.42: add graphics to genai examples, dup wg_result fix, iteration fix, genai diagnostics \n"\
22-
"\t04/14/2024 - 14.03.39: comments, proper fail-safe demo \n"\
23-
"\t04/12/2024 - 14.03.38: unique names, format graphics queries, ensure 2 col results, create docs/graphics prompts for genai, running wg iterations \n"\
24-
"\t04/11/2024 - 14.03.36: graphics iff requested, count nw examples, error reporting, bugfix: find each_graphic['class_x_axis'] \n"\
25-
"\t04/08/2024 - 14.03.34: Phase 1 of fail-safe graphics (todo: display info) \n"\
26-
"\t04/07/2024 - 14.03.33: Tyler revisions+, remove graphics from genai_demo, nw product.category \n"\
27-
"\t04/06/2024 - 14.03.32: Tyler revision to dashboard home.js/iFrame \n"\
28-
"\t04/05/2024 - 14.03.31: Patch - WebGenAI has old WGResult format (?) \n"\
29-
"\t04/03/2024 - 14.03.30: db graphics/dashboard svcs mult types, expose Data Models for sql auth tables / auth-admin app (WIP), issue 91 \n"\
18+
"\t04/27/2024 - 14.04.00: Graphics preview, Vibe install fix, Improved IDE Chat Logic, MCP Exploration \n"\
3019
"\t03/30/2024 - 14.03.25: WebGenAI fixes for Kafka and Keycloak \n"\
3120
"\t03/19/2024 - 14.03.20: licensed webgenai docker, [87] sra fix for home.js \n"\
3221
"\t02/26/2024 - 14.03.14: [85: reserved words], genai_demo fixes \n"\

docker/api_logic_server.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# GA release -- DELETE BUILD DIRS FIRST
33

4-
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:14.03.25 -o type=image --platform=linux/arm64,linux/amd64 .
4+
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:14.04.00 -o type=image --platform=linux/arm64,linux/amd64 .
55
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:latest -o type=image --platform=linux/arm64,linux/amd64 .
66
# docker pull apilogicserver/api_logic_server:latest
77

docker/webgenie_docker/build_genai_logic.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Updates local genai-logic project (at org_git)
2+
# update 4/27/2025 - should no longer be required with WebGenAI install simplification
23

34
# Before running, run BLT
45
# This will copy:

docker/webgenie_docker/build_web_genie.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if [ "$1" = "local" ]
7474
else
7575
# stand-alone test in terminal - cd $webgen_ai_docker-src, and...
7676
# docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:1.0.0 -o type=image --platform=linux/arm64,linux/amd64 .
77-
docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:14.03.25 -o type=image --platform=linux/arm64,linux/amd64 .
77+
docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:14.04.00 -o type=image --platform=linux/arm64,linux/amd64 .
7878
docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:latest -o type=image --platform=linux/arm64,linux/amd64 .
7979
fi
8080

0 commit comments

Comments
 (0)