• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

UiPath / uipathcli
92%
main: 91%

Build:
Build:
LAST BUILD BRANCH: feat/studio-solution-commands
DEFAULT BRANCH: main
Repo Added 07 Oct 2023 02:25PM UTC
Files 148
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feat/studio-solution-commands
branch: feat/studio-solution-commands
CHANGE BRANCH
x
Reset
  • feat/studio-solution-commands
  • chore/update-readme
  • chore/upgrade-go-125
  • chore/upgrade-latest-major-versions
  • feature/add-package-documentation
  • feature/analyze-feed-auth
  • feature/api-package
  • feature/avoid-escape-equal-sign
  • feature/clear-command
  • feature/code-coverage
  • feature/collect-coverage-all-os
  • feature/command-builder
  • feature/command-builder-refactor
  • feature/command-errors
  • feature/config-command-tenant-list
  • feature/configurable-attempts-and-timeout
  • feature/configure-tenant-list
  • feature/content-length-input
  • feature/custom-headers-plugins
  • feature/custom-operation-name
  • feature/custom-operation-names
  • feature/dataservice
  • feature/digitize-command-default-project
  • feature/download-dotnet-core-runtime
  • feature/extend-plugin-parameters
  • feature/folder-name
  • feature/github-actions-upgrade
  • feature/go-1.24
  • feature/go1.22.2
  • feature/go122
  • feature/governance-file
  • feature/http-proxy-support
  • feature/identity-client
  • feature/identity-uri
  • feature/improve-arg-to-snake-case
  • feature/improve-command-documentation
  • feature/improve-config-set-command
  • feature/improve-studio-project-compatibility-error-message
  • feature/library-feed-auth
  • feature/login-confidential-app
  • feature/network-package
  • feature/orchestrator-v17
  • feature/pack-output-type-validation
  • feature/pat-documentation
  • feature/plugins-offline
  • feature/project-builder
  • feature/project-pack
  • feature/publish-create-release
  • feature/readme-example-generative-extractor
  • feature/readme-examples
  • feature/readme-pat
  • feature/refresh-token-support
  • feature/rename-service-version
  • feature/restore-command
  • feature/security-policy
  • feature/split-plugin-tests
  • feature/split-tests
  • feature/split-tests-and-commands
  • feature/static-linking
  • feature/studio
  • feature/studio-folder-name
  • feature/studio-optional-parameters
  • feature/studio-package-publish
  • feature/studio-publish
  • feature/studio-publish-command
  • feature/test-on-windows-macos
  • feature/test-parallel
  • feature/test-run-command
  • feature/test-run-folder-id
  • feature/test-run-junit-robotlogs
  • feature/test-run-parallel
  • feature/test-run-readme
  • feature/test-sequence
  • feature/update-codeowners
  • feature/update-dependencies
  • feature/update-dependencies-12-2024
  • feature/update-deps-latest-minor
  • feature/update-examples
  • feature/update-latest-definitions-01-2024
  • feature/update-latest-definitions-08-2024
  • feature/update-latest-definitions-12-2024
  • feature/upgrade-dependencies-v2
  • feature/upgrade-deps
  • feature/upgrade-go-1.23
  • feature/upgrade-golangci-v2
  • feature/upgrade-openapi-specifications
  • feature/upgrade-openapi-specs
  • feature/uri-builder
  • feature/user-agent
  • feature/utils-split-up
  • feature/version-command
  • feature/version-flag
  • fix/handle-slash-path-parameter
  • fix/library-auth-identity-url
  • fix/short-help-option
  • fix/show-example-usage-nested-object
  • fix/studio-package-progressbar
  • fix/uri-builder
  • fix/use-testdata-templates
  • main
  • refs/tags/plugins-v2.0.0
  • refs/tags/plugins.v2.0.0
  • refs/tags/plugins/v2.0.0
  • refs/tags/plugins_v2.0.0
  • refs/tags/v2.0.0-plugin
  • refs/tags/v2.0.0-uipcli

09 Mar 2026 10:13PM UTC coverage: 91.666% (+0.8%) from 90.914%
22877230876

Pull #212

github

Chibi Vikram
Add studio solution create command for scaffolding agent projects

Generates a complete UiPath solution with agent project scaffold including:
- SolutionStorage.json and .uipx manifest with coordinated UUIDs
- agent.json with configurable model and system prompt
- entry-points.json, flow-layout.json, project.uiproj
- .agent-builder files (agent.json, bindings.json, entry-points.json)
- Default evaluation set with semantic similarity and trajectory evaluators
- Deployment resources (package and process)

Usage: uipath studio solution create --name MyAgent [--model ...] [--system-prompt ...]

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #212: Add studio solution commands, skill, and agents.md

1167 of 1212 new or added lines in 17 files covered. (96.29%)

7941 of 8663 relevant lines covered (91.67%)

1.02 hits per line

Relevant lines Covered
Build:
Build:
8663 RELEVANT LINES 7941 COVERED LINES
1.02 HITS PER LINE
Source Files on feat/studio-solution-commands
  • Tree
  • List 148
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22877230876 feat/studio-solution-commands Add studio solution create command for scaffolding agent projects Generates a complete UiPath solution with agent project scaffold including: - SolutionStorage.json and .uipx manifest with coordinated UUIDs - agent.json with configurable model an... Pull #212 09 Mar 2026 10:15PM UTC Chibi Vikram github
91.67
22833527585 feat/studio-solution-commands Add test for unreadable directory Walk error path in pack command Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Pull #212 09 Mar 2026 12:33AM UTC Chibi Vikram github
90.93
22833385513 feat/studio-solution-commands Add tests for readSolutionInfo and extractFile error paths - TestReadSolutionInfoFileNotFound: covers readSolutionInfo os.ReadFile error path in pack command - TestUnpackToReadOnlyDestinationReturnsError: covers extractFile os.OpenFile error ... Pull #212 09 Mar 2026 12:26AM UTC Chibi Vikram github
90.9
22833335406 feat/studio-solution-commands Add tests for readSolutionInfo and extractFile error paths - TestReadSolutionInfoFileNotFound: covers readSolutionInfo os.ReadFile error path in pack command - TestUnpackToReadOnlyDestinationReturnsError: covers extractFile os.OpenFile error ... Pull #212 09 Mar 2026 12:23AM UTC Chibi Vikram github
90.9
22833181054 feat/studio-solution-commands Add direct Execute tests for defensive parameter validation Test parameter type assertion failure and empty value checks by calling Execute directly, bypassing CLI framework validation. Covers getStringParameter false branch and source/solutionId... Pull #212 09 Mar 2026 12:16AM UTC Chibi Vikram github
90.83
22833036745 feat/studio-solution-commands Fix TestWriteMultipartFormWithClosedWriter to use failing writer Use a writer that errors on Write() instead of a closed multipart writer, since multipart.Writer.CreatePart doesn't check closed state. Co-Authored-By: Claude Opus 4.6 <noreply@ant... Pull #212 09 Mar 2026 12:09AM UTC Chibi Vikram github
90.73
22831299135 feat/studio-solution-commands Fix CI failures: remove flawed permission test and fix lint errors - Remove TestPackWithUnreadableSolutionStorageJson: chmod 0000 causes pack's file walk to fail before readSolutionInfo, making the test invalid (the error path is unreachable ... Pull #212 08 Mar 2026 10:27PM UTC Chibi Vikram github
90.65
22831114088 feat/studio-solution-commands Fix studio_client_test.go: set MaxAttempts to 1 to prevent retry loop The network HTTP client retries on 500 status codes. With MaxAttempts=0 (the default for empty ExecutionSettings), the retry logic closes the response body and returns a nil er... Pull #212 08 Mar 2026 10:16PM UTC Chibi Vikram github
90.51
22829894441 feat/studio-solution-commands Add more tests to improve coverage for studio solution commands - List: test multiple solutions returned, test invalid JSON response - Publish: test 202 Accepted status, test 400 Bad Request error - Pull: test file size reporting, test 404 Not Fo... Pull #212 08 Mar 2026 09:08PM UTC Chibi Vikram github
90.18
22829811383 feat/studio-solution-commands Fix pack file size reporting by flushing zip before stat Close zip writer and file before os.Stat to ensure all data is flushed to disk, fixing TestPackReportsFileSize on all platforms. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Pull #212 08 Mar 2026 09:03PM UTC Chibi Vikram github
90.06
See All Builds (349)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc