feat: update md, toml, yml files
This commit is contained in:
parent
42cdb08f2b
commit
b5bdbdf275
@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
python-version: ['3.10', '3.11', '3.12']
|
python-version: ['3.12']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
@ -29,6 +29,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Version 1.33.0 - 2025-11-08
|
||||||
|
|
||||||
|
The agent now follows instructions more accurately. User messages are now saved to help the agent provide better responses.
|
||||||
|
|
||||||
|
**Changes:** 2 files, 10 lines
|
||||||
|
**Languages:** Markdown (8 lines), TOML (2 lines)
|
||||||
|
|
||||||
## Version 1.32.0 - 2025-11-08
|
## Version 1.32.0 - 2025-11-08
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rp"
|
name = "rp"
|
||||||
version = "1.32.0"
|
version = "1.33.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