agentic-tools-utils 0.1.5

Shared utilities for agentic-tools ecosystem: pagination, http, secrets, cli
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [0.1.5] - 2026-03-26

### ⚙️  Miscellaneous
- *(build)* Enable nightly rustfmt and standardize workspace lints
- Resolve PR #127 review feedback and enable taplo verification

### 🎨 Styling
- Apply rustfmt 2024 edition and fix clippy lints
## [0.1.4] - 2026-03-26

### 🐛 Bug Fixes
- *(pr_comments)* Guard post-fetch pagination resets

### 📚 Documentation
- *(agentic-tools-utils)* Rewrite pagination cache example
## [0.1.3] - 2026-03-26

### 🚜 Refactor
- *(review)* Migrate from standalone MCP server to integrated tool library
## [0.1.2] - 2026-03-10

### ⚙️  Miscellaneous
- *(deps)* Upgrade 13 dependencies to latest versions
## [0.1.1] - 2026-02-26

### 🚜 Refactor
- *(coding_agent_tools)* Migrate to workspace lint inheritance