Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

Version bump from 0.1.4 to 0.1.5 with changelog update for recent improvements.

Changes

Version Files

  • pyproject.toml: 0.1.4 → 0.1.5
  • ui/package.json: 0.1.4 → 0.1.5

CHANGELOG.md

Added v0.1.5 section documenting:

  • New Feature: Public Pool.add_task() API (was _add_task())
  • Type Safety: Generic type parameters on TaskHandler protocols (ContextT, ResultT)
  • Improvements: Optional activity percentage field, config extra="ignore"
  • Bug Fixes: Database URL rendering, missing db.commit() in tracker
  • Testing: New test_task_types.py for protocol validation
# Now public API for programmatic task registration
pool.add_task("research", research_handler)

# Better type inference for handlers
async def handler(*, agent_id: UUID, context: MyContext) -> MyResult:
    ...  # ContextT and ResultT properly inferred
Original prompt

Can you bump the version so we can prepare a new release?


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: tcdent <54419+tcdent@users.noreply.github.com>
Copilot AI changed the title [WIP] Bump version for new release preparation Bump version to v0.1.5 Jan 16, 2026
Copilot AI requested a review from tcdent January 16, 2026 00:14
@tcdent tcdent marked this pull request as ready for review January 16, 2026 00:17
@tcdent tcdent merged commit 3d90c3b into main Jan 16, 2026
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.

2 participants