Skip to content

Commit faf0ef9

Browse files
titouanmathisclaude
andcommitted
Release 0.10.7
Co-authored-by: Claude <claude@anthropic.com>
1 parent a9f6744 commit faf0ef9

8 files changed

Lines changed: 18 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.7] - 2026-02-26
11+
1012
### Added
1113

1214
- **MCP**: Add pre-validation guard pipeline that catches common agent mistakes (e.g. `params` instead of `filter`) before Zod strips unknown fields ([7ce0503], [#144], [#141])
1315
- **MCP**: Expose resources via MCP `resources/` capability — static resources (schema, instructions), resource templates (projects, tasks, people, deals by ID), nested lists (project tasks/services), and dynamic summaries (my_day, team_pulse) ([bf3fd60], [#145], [#138])
1416
- **SDK**: Add 8 remaining resource collections — services, comments, timers, discussions, bookings, pages, attachments, activities ([79e8bc4], [#146], [#137])
17+
- Add git hooks for commit message validation and tag prefix rejection ([566bf65])
1518

1619
### Changed
1720

@@ -26,12 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2629

2730
- Improve test coverage for under-tested files — cache.ts, http.ts, config.ts, CLI command handlers, MCP handler branches ([af17210], [#148], [#139])
2831

32+
[0.10.7]: https://github.com/studiometa/productive-tools/compare/0.10.6...0.10.7
2933
[7ce0503]: https://github.com/studiometa/productive-tools/commit/7ce0503
3034
[0367274]: https://github.com/studiometa/productive-tools/commit/0367274
3135
[79e8bc4]: https://github.com/studiometa/productive-tools/commit/79e8bc4
3236
[af17210]: https://github.com/studiometa/productive-tools/commit/af17210
3337
[bf3fd60]: https://github.com/studiometa/productive-tools/commit/bf3fd60
3438
[551f8be]: https://github.com/studiometa/productive-tools/commit/551f8be
39+
[566bf65]: https://github.com/studiometa/productive-tools/commit/566bf65
3540
[#137]: https://github.com/studiometa/productive-tools/issues/137
3641
[#138]: https://github.com/studiometa/productive-tools/issues/138
3742
[#139]: https://github.com/studiometa/productive-tools/issues/139

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"private": true,
55
"description": "Productive.io tools - CLI and MCP server for AI agents and humans",
66
"keywords": [

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-api",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "Productive.io API client, types, and formatters",
55
"keywords": [
66
"api",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-cli",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "CLI tool for interacting with Productive.io API - optimized for AI agents and humans",
55
"keywords": [
66
"ai-agent",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-core",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "Shared business logic for Productive.io tools - executors, resolvers, and context",
55
"keywords": [
66
"api",

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-mcp",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "MCP server for Productive.io API - Model Context Protocol integration for Claude Desktop",
55
"keywords": [
66
"ai",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiometa/productive-sdk",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "Fluent TypeScript SDK for Productive.io API",
55
"keywords": [
66
"json-api",

0 commit comments

Comments
 (0)