Skip to content

Conversation

nighca
Copy link
Collaborator

@nighca nighca commented Sep 5, 2025

No description provided.

aofei and others added 30 commits August 20, 2025 09:37
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]>
…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>
…rites and sounds (#605)

- after adding a sprite, random a position, clamp to map
- clamp sprite to map
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]>
- Fix Copilot scrollbar overflowing the container in older versions of Safari
- keep Copilot output and input font-size consistent
…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>
…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>
- 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]>
Overu and others added 3 commits September 3, 2025 15:29
…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]>
Copy link

qiniu-prow bot commented Sep 5, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@nighca nighca marked this pull request as ready for review September 5, 2025 05:52
@qiniu-ci
Copy link

qiniu-ci commented Sep 5, 2025

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.

@nighca nighca merged commit 9908683 into trailhead_sharing Sep 5, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants