-
Notifications
You must be signed in to change notification settings - Fork 44
Sync dev to trailhead_sharing #2107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Complete removal of `TaskRunner` abstraction that became unused after #1919 replaced it with spx's native execution mechanisms ([`spx.Execute`](https://pkg.go.dev/github.com/goplus/spx/[email protected]/pkg/spx#Execute) and [`spx.ExecuteNative`](https://pkg.go.dev/github.com/goplus/spx/[email protected]/pkg/spx#ExecuteNative)). The `TaskRunner` was originally used to execute AI player actions but was replaced to better integrate with spx's execution model. This commit cleans up the leftover code. Updates #1919 Signed-off-by: Aofei Sheng <[email protected]>
Updates #1958 Signed-off-by: Aofei Sheng <[email protected]>
…2000) Bumps [github.com/casdoor/casdoor-go-sdk](https://github.com/casdoor/casdoor-go-sdk) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/casdoor/casdoor-go-sdk/releases) - [Changelog](https://github.com/casdoor/casdoor-go-sdk/blob/master/.releaserc.json) - [Commits](casdoor/casdoor-go-sdk@v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: github.com/casdoor/casdoor-go-sdk dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…sprite direction (#1956)
…rites and sounds (#605) - after adding a sprite, random a position, clamp to map - clamp sprite to map
Release v1.9.2
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump spx and xgolsw for API redesign Updates goplus/spx#785 Signed-off-by: Aofei Sheng <[email protected]> * Fix ProjectRunner for spx v2.0.0-pre.7 (#1) * chore(deps): bump spx and xgolsw Signed-off-by: Aofei Sheng <[email protected]> --------- Signed-off-by: Aofei Sheng <[email protected]> Co-authored-by: Hanxing Yang <[email protected]>
* feat(spx-gui): update document-base for spx APIs' change * feat(spx-gui): update document-base according to pull request comments * Update API References' details --------- Co-authored-by: nighca <[email protected]>
Release v1.10.0
- Fix Copilot scrollbar overflowing the container in older versions of Safari - keep Copilot output and input font-size consistent
Release v1.10.1
…2050) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.30.1 to 1.30.2. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.30.1...v1.30.2) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-version: 1.30.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixes #1958 Signed-off-by: Aofei Sheng <[email protected]>
…2075) Bumps [github.com/casdoor/casdoor-go-sdk](https://github.com/casdoor/casdoor-go-sdk) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/casdoor/casdoor-go-sdk/releases) - [Changelog](https://github.com/casdoor/casdoor-go-sdk/blob/master/.releaserc.json) - [Commits](casdoor/casdoor-go-sdk@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: github.com/casdoor/casdoor-go-sdk dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#2076) Bumps [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) from 4.18.3 to 4.19.0. - [Release notes](https://github.com/golang-migrate/migrate/releases) - [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml) - [Commits](golang-migrate/migrate@v4.18.3...v4.19.0) --- updated-dependencies: - dependency-name: github.com/golang-migrate/migrate/v4 dependency-version: 4.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ckend (#2081) Signed-off-by: Aofei Sheng <[email protected]>
- Introduce lite model configuration and client allocation to optimize costs and improve performance for AI Description and AI Interaction features - Implement fallback logic: lite configs fall back to standard if unspecified Signed-off-by: Aofei Sheng <[email protected]>
…ved reliability (#2090) Increase timeout values to provide sufficient time for complex AI operations: - transportTimeout: 15s -> 45s (for complex operations like history archiving) - backoffBase: 50ms -> 100ms (improved retry intervals) - backoffCap: 1s -> 2s (allow longer backoff periods for stability) Signed-off-by: Aofei Sheng <[email protected]>
Signed-off-by: Aofei Sheng <[email protected]>
Skipping CI for Draft Pull Request. |
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the XBuilder team. |
No description provided.