docs(18): clarify the intro is not tool-calling; changelog 1.0.3
This commit is contained in:
parent
c1d9947e9b
commit
03610709b7
2 changed files with 15 additions and 0 deletions
|
|
@ -7,6 +7,14 @@ are documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.3] - 2026-06-18
|
||||
|
||||
### Changed
|
||||
- The README intro now states up front that this is **not tool-calling**: sekft
|
||||
trains shell operation, not function-calling; the model is given no typed tool
|
||||
API or JSON-schema action list, and writes plain-text commands at a real prompt
|
||||
with the whole system as its action space.
|
||||
|
||||
## [1.0.2] - 2026-06-18
|
||||
|
||||
### Fixed
|
||||
|
|
@ -62,6 +70,7 @@ trajectories into a fine-tuned shell operator.
|
|||
mypy-strict codebase; an optional `[gpu]` extra (torch / transformers / peft);
|
||||
and a dependency on `posix-sdc[hub]`. Released under GPL-2.0.
|
||||
|
||||
[1.0.3]: https://git.code.tiararodney.com/tiara/sekft/compare/v1.0.2...v1.0.3
|
||||
[1.0.2]: https://git.code.tiararodney.com/tiara/sekft/compare/v1.0.1...v1.0.2
|
||||
[1.0.1]: https://git.code.tiararodney.com/tiara/sekft/compare/v1.0.0...v1.0.1
|
||||
[1.0.0]: https://git.code.tiararodney.com/tiara/sekft/releases/tag/v1.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue