Release 1.1.0 - #26
Merged
Merged
Conversation
* Support for AI Scriptless editor --------- Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Joaquin Araujo <48018971+Baraujo25@users.noreply.github.com>
* Add OpenTelemetry tracing and metrics for MCP tool calls * Align OTLP export with Perforce gRPC collector defaults * Allow protocol selection
Baraujo25
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several significant improvements and new features to the project, expanded AI Scriptless modeling, and improved build and test infrastructure and focusing on enhanced telemetry and observability, The most important changes are grouped below by theme.
AI Scriptless Modeling Enhancements:
models/ai_scriptless.pyfor representing Scriptless test structures, command catalogs, snapshots, and command definitions, enabling more robust and type-safe handling of Scriptless automation data.config/perfecto.pymodule with new utility functions for constructing URLs related to Scriptless lab, draft management, command repository, and repository management APIs. [1] [2]Testing and CI/CD:
.github/workflows/tests.yaml) to automate running tests on both Ubuntu and Windows environments, usinguvfor dependency management.tests/conftest.pyfor providing a reusablePerfectoTokenin tests.User Model and Formatting:
Usermodel and user formatting logic to includecloud_nameandcloud_urlfields, providing more contextual information about users related to the Perfecto cloud configuration. [1] [2]Other minor changes include a version bump to
1.1.0inpyproject.tomland documentation updates in the Dockerfile. [1] [2]Telemetry and Observability:
telemetry.pymodule, including automatic instrumentation for tool calls, error handling, and support for configuration via environment variables. Telemetry is initialized inmain.py, and new dependencies for OpenTelemetry are added topyproject.toml. [1] [2] [3] [4]Build and Packaging Improvements:
build.pyto include additional hidden imports and submodules for PyInstaller, ensuring all necessary modules (including OpenTelemetry and Scriptless tools) are bundled in the executable. [1] [2]