Skip to content

Releases: ApiLogicServer/ApiLogicServer-src

Test Creation, AI-driven tutorial

26 Oct 19:39

Choose a tag to compare

This release is a technology preview for automatic test creation using AI, based on logic and custom APIs, with fixes for issues [103, 104, 105]. Test creation creates:

  • A set of Behave tests
  • Their implementations (steps)
  • A Test Suite
  • A Report Generation showing Requirements Traceability: for each scenario, see the rules that fired, and optionally the log showing chaining.

To see the docs, click here.

To see an example, click here.

We are also testing an AI-Driven tutorial - create the manager, load the copilot instructions, and it will lead you through it

15.02.03

23 Oct 03:38

Choose a tag to compare

This release is a technology preview for automatic test creation using AI, based on logic and custom APIs, with fixes for issues [103, 104]. Test creation creates:

  • A set of Behave tests
  • Their implementations (steps)
  • A Test Suite
  • A Report Generation showing Requirements Traceability: for each scenario, see the rules that fired, and optionally the log showing chaining.

To see the docs, click here.

To see an example, click here.

Automatic Test Creation

22 Oct 03:01

Choose a tag to compare

This release is a technology preview for automatic test creation using AI, based on logic and custom APIs. Test creation creates:

  • A set of Behave tests
  • Their implementations (steps)
  • A Test Suite
  • A Report Generation showing Requirements Traceability: for each scenario, see the rules that fired, and optionally the log showing chaining.

To see the docs, click here.

To see an example, click here.

MCP Vibe Support

24 Jul 05:33

Choose a tag to compare

This release includes learning for CoPilot, enabling creation of an MCP Server with Natural Language.

For more information, click here.

Python 3.13

21 Jul 13:27

Choose a tag to compare

This release supports Python 3.13 - see here, as well as the noted prior Python versions.

VSCode 1.102.0

15 Jul 03:17

Choose a tag to compare

The most recent release of VSCode has evidently introduced breaking changes to venv setup. These are addressed in this release.

For more information than you really want, click here.

Vibe support for Recent VSCode

11 Jul 04:16

Choose a tag to compare

The June release of VSCode provides enhanced discoverability of learning hints for coding assistants.

We have built these into the latest release. Give them a try! They can be helpful, fun, and even empathetic ;).

For more, click here.

empathy

Vibe Examples

05 Jul 20:55

Choose a tag to compare

The Northwind sample now installs with several interesting example of using Vibe to create engaging User Interfaces.

For more information, click here.

Vibe / MCP Iteration

30 Jun 04:50

Choose a tag to compare

This is a revised technology preview of Generating Applications for Vibe. It reduces many of the import errors in the previous version.

It is currently available only via pip install.

Windows users: please see this issue.


Summary: Automation with Full Customization using GenAI Vibe tools

The generated Admin App is a standard react app, fully customizable using GenAI Vibe tools and/or your IDE.

  • With minimal background on html, javascript etc, you can begin using Vibe/Natural Language tools to create custom User Interfaces

Contrast this to the automated Admin App, which focuses on speed and simplicity.


Explore

To learn more, and explore, click here.


Extended CLI

With the rebranding of API Logic Server to GenAI-Logic, we have updated the CLI, so that all of the following are equivalent:

ApiLogicServer --help
als --help
genai-logic --help
gail --help
gal --help
gl --help

Better support for existing databases

We have introduced a new command:

gl genai-add-mcp-client

This will add a new sqlite database to your project, add the logic to invoke the MCP Executor, and update the Admin app.

The result is that MCP and Vibe support are much more visible - see this page.

Vibe Kickstart

18 Jun 00:19

Choose a tag to compare

This is a technology preview of Generating Applications for Vibe.

It is currently available only via pip install.


Summary: Automation with Full Customization using GenAI Vibe tools

The generated Admin App is a standard react app, fully customizable using GenAI Vibe tools and/or your IDE.

  • With minimal background on html, javascript etc, you can begin using Vibe/Natural Language tools to create custom User Interfaces

Contrast this to the automated Admin App, which focuses on speed and simplicity.


Explore

To learn more, and explore, click here.