Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.45.0"
".": "1.46.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.46.0](https://github.com/PostHog/context-mill/compare/v1.45.0...v1.46.0) (2026-08-12)


### Features

* **integration-v2:** warehouse agent and skill for the orchestrator's optional data-source task ([fdc7872](https://github.com/PostHog/context-mill/commit/fdc787245f4fa9f7bf862f56e72aaba026139323))
* **integration-v2:** warehouse agent, skill, and sink guard for runner-seeded tasks ([8dbb1df](https://github.com/PostHog/context-mill/commit/8dbb1dfd9b8620f613956d36cc1d9b91b8a4998d))

## [1.45.0](https://github.com/PostHog/context-mill/compare/v1.44.0...v1.45.0) (2026-08-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@posthog/context-mill",
"version": "1.45.0",
"version": "1.46.0",
"private": true,
"type": "module",
"description": "PostHog Context Mill: assembling and packaging context for AI agents and LLMs",
Expand Down
Loading