Skip to content

Commit f5bb765

Browse files
committed
GA 15.00.10: MCP, optional shortening of stacktrace lines, bugfix[92]
1 parent f0a3e01 commit f5bb765

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

api_logic_server_cli/api_logic_server.py

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

15-
__version__ = "15.00.09" # last public release: 15.00.00 (14.05.04)
15+
__version__ = "15.01.10" # last public release: 15.00.00 (14.05.04)
1616
recent_changes = \
1717
f'\n\nRecent Changes:\n' +\
18-
"\t06/08/2024 - 15.00.09: fan-out[] w/log & defaults, s/a or POST, genai cli no rules fix, pptional shortening of stacktrace lines \n"\
19-
"\t05/28/2024 - 15.00.00: MCP \n"\
18+
"\t06/08/2024 - 15.00.10: MCP, optional shortening of stacktrace lines, bugfix[92] \n"\
2019
"\t05/16/2024 - 14.05.00: safrs 3.1.7, running mcp preview \n"\
2120
"\t04/27/2024 - 14.04.00: Graphics preview, Vibe install fix, Improved IDE Chat Logic, MCP Exploration \n"\
2221
"\t03/30/2024 - 14.03.25: WebGenAI fixes for Kafka and Keycloak \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:15.00.00 -o type=image --platform=linux/arm64,linux/amd64 .
4+
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:15.00.10 -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_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:15.00.00 -o type=image --platform=linux/arm64,linux/amd64 .
77+
docker buildx build --push -f webgenie.Dockerfile --tag apilogicserver/web_genai:15.00.10 -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)