feat: bump version to 1.33.0
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.10) (push) Failing after 11s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 11s
Lint / lint (push) Failing after 26s
Tests / test (ubuntu-latest, 3.11) (push) Failing after 39s
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.10) (push) Failing after 11s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 11s
Lint / lint (push) Failing after 26s
Tests / test (ubuntu-latest, 3.11) (push) Failing after 39s
feat: improve agent instruction following feat: save user messages for better responses
This commit is contained in:
parent
8d522302d5
commit
42cdb08f2b
@ -28,6 +28,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Version 1.32.0 - 2025-11-08
|
||||||
|
|
||||||
|
Agents can now better understand and follow complex instructions. User messages are now saved to help agents provide more relevant responses.
|
||||||
|
|
||||||
|
**Changes:** 3 files, 14 lines
|
||||||
|
**Languages:** Markdown (8 lines), Python (4 lines), TOML (2 lines)
|
||||||
|
|
||||||
## Version 1.31.0 - 2025-11-08
|
## Version 1.31.0 - 2025-11-08
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rp"
|
name = "rp"
|
||||||
version = "1.31.0"
|
version = "1.32.0"
|
||||||
description = "R python edition. The ultimate autonomous AI CLI."
|
description = "R python edition. The ultimate autonomous AI CLI."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user