Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

All notable changes to this project are documented here.
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.1.0] — 2026-03-12

### Added
- ACP server with stdio transport for JetBrains IDE integration
- YouTrack REST client: fetch issue, search issues, get sprint
- Local codebase scanner with keyword-based file relevance ranking
- LLM synthesis via Anthropic Claude and OpenAI
- Context assembler with per-section token budgets
- CLI commands: `pia serve`, `pia config`, `pia test-connection`
- Pydantic settings with YAML file + environment variable layering
- Full offline test suite: unit tests + end-to-end integration test
Loading