|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## \[1.0.4] - 2025-07-17 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Full integration of the agent’s name and description into the system message. |
| 10 | + |
| 11 | +### Improved |
| 12 | + |
| 13 | +- Enhanced rule and limit handling during conversation flow. |
| 14 | +- Optimized validation process for provider responses. |
| 15 | + |
| 16 | +## \[1.0.3] - 2025-07-17 |
| 17 | + |
| 18 | +### Changed |
| 19 | + |
| 20 | +- Renamed the `Bot` class to `Agent` to ensure consistent terminology. |
| 21 | +- Refactored related interfaces to adopt the "Agent" term. |
| 22 | + |
| 23 | +### Documentation |
| 24 | + |
| 25 | +- Updated usage examples and improved main method documentation. |
| 26 | + |
| 27 | +## \[1.0.2] - 2025-07-17 |
| 28 | + |
| 29 | +### Added |
| 30 | + |
| 31 | +- Extra integrity checks prior to publishing. |
| 32 | + |
| 33 | +### Fixed |
| 34 | + |
| 35 | +- Minor type issues in core interfaces. |
| 36 | + |
| 37 | +### Changed |
| 38 | + |
| 39 | +- Publication workflow now auto-increments patch version. |
| 40 | + |
| 41 | +## \[1.0.1] - 2025-07-17 |
| 42 | + |
| 43 | +### Changed |
| 44 | + |
| 45 | +- Downgraded package version to `1.0.1` to comply with semantic versioning. |
| 46 | +- Simplified internal logic for error handling in tool calls. |
| 47 | + |
| 48 | +### Improved |
| 49 | + |
| 50 | +- Better compatibility with various OpenAI API versions. |
| 51 | + |
| 52 | +## \[2.0.5] _(reverted to 1.0.1)_ - 2025-07-17 |
| 53 | + |
| 54 | +### Changed |
| 55 | + |
| 56 | +- Updated package metadata and dependencies. |
| 57 | +- Fixed version numbering to restore correct semantic structure. |
| 58 | + |
| 59 | +### Improved |
| 60 | + |
| 61 | +- Optimized project metadata structure. |
| 62 | + |
| 63 | +## \[1.0.0] - 2025-07-17 |
| 64 | + |
| 65 | +### Added |
| 66 | + |
| 67 | +- `yarn.lock` file to ensure dependency consistency. |
| 68 | +- Strict version control enforcement for cross-environment compatibility. |
| 69 | + |
| 70 | +### Documentation |
| 71 | + |
| 72 | +- Improved installation and usage instructions. |
| 73 | + |
| 74 | +## \[0.9.0] - 2025-07-17 |
| 75 | + |
| 76 | +### Added |
| 77 | + |
| 78 | +- Initial TypeScript compiler configuration with strict mode. |
| 79 | +- Module aliasing for improved project structure. |
| 80 | +- Optimized compilation options for maximum compatibility. |
0 commit comments