Commit Graph

6 Commits

Author SHA1 Message Date
8d95fb2686 chore: bump project version to 1.52.0 and reformat multi-line strings across core modules
- Update pyproject.toml version from 1.51.0 to 1.52.0
- Reformat string quotes from single to double in autonomous mode extraction
- Reformat tool_results list construction and __all__ exports with consistent indentation
- Remove unused imports (time, uuid) and Spinner from assistant module
- Reformat knowledge_context search results and graph_memory dataclass definitions
- Fix missing space in KnowledgeEntry __str__ method's default parameter
2025-11-10 09:33:31 +00:00
c25ec06742 chore: bump version to 1.31.0 and add changelog entry for agent instruction improvements 2025-11-08 01:39:08 +00:00
49d0afb457 feat: replace urllib with requests library and refactor HTTP client implementation 2025-11-08 01:11:31 +00:00
a49e2f30d3 chore: migrate all test imports from pr to rp package and bump version to 1.15.0
- Replace all `from pr.*` import paths with `from rp.*` across 14 test files
- Update version from 1.14.0 to 1.15.0 in pyproject.toml
- Add changelog entry documenting the removal of deprecated code paths
2025-11-07 17:50:28 +00:00
d59cbb4509 feat: bump version to 1.11.0 and add verbose pytest flags in Makefile 2025-11-07 16:41:32 +00:00
ab9c29467c chore: migrate config paths to XDG base directory and add hit_count tracking to api_cache 2025-11-05 14:34:23 +00:00