Skip to content

Merge release/0.2.0 into main#25

Merged
Patel230 merged 3 commits into
mainfrom
release/0.2.0
Jul 16, 2026
Merged

Merge release/0.2.0 into main#25
Patel230 merged 3 commits into
mainfrom
release/0.2.0

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Merging release branch into main as requested.

Patel230 and others added 3 commits July 14, 2026 01:01
Bump VERSION 0.1.0 -> 0.2.0 and fold the Unreleased changelog entries
under a dated [0.2.0] section.

Breaking changes in 0.2.0:
- list_sessions() now returns list[SessionSummary]; limit/offset removed
  (the daemon's GET /v1/sessions returns a bare JSON array, so the old
  PaginatedResponse could never validate a real response).
- create_session() removed from both HawkClient and AsyncHawkClient
  (the daemon has no POST /v1/sessions; sessions are created implicitly
  by POST /v1/chat and the method always returned a 404).
- Message.tool_result alias fixed to tool_results to match the daemon.
- __version__ synced with pyproject.toml.

Other: User-Agent header on every outbound request; OSS-standard files
(CHANGELOG, CONTRIBUTING, SECURITY, CoC, templates); expanded
.gitignore/.editorconfig.

Co-Authored-By: Claude <noreply@anthropic.com>
@Patel230 Patel230 merged commit 48c3860 into main Jul 16, 2026
11 checks passed
@Patel230 Patel230 deleted the release/0.2.0 branch July 16, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant