Release Notes - v0.6.0¶
Release Date: 2026-02-02
Highlights¶
- New
list_ideastool for searching and filtering Aha! ideas
What's New¶
New Tool: list_ideas¶
The list_ideas tool enables searching and filtering Aha! ideas with comprehensive options:
| Parameter | Description |
|---|---|
q |
Search term to match against the idea name |
workflow_status |
Filter by workflow status ID or name |
tag |
Filter by tag value |
user_id |
Filter by creator user ID |
idea_user_id |
Filter by idea user ID |
created_before |
UTC timestamp (ISO8601) - ideas created before this time |
created_since |
UTC timestamp (ISO8601) - ideas created after this time |
updated_since |
UTC timestamp (ISO8601) - ideas updated after this time |
sort |
Sort by: recent, trending, or popular |
spam |
When true, shows ideas marked as spam |
page |
Page number for pagination |
per_page |
Results per page |
Example Usage¶
{
"tool": "list_ideas",
"arguments": {
"q": "authentication",
"workflow_status": "Under consideration",
"sort": "popular",
"per_page": 20
}
}
Dependencies¶
- Upgraded
github.com/grokify/go-aha/v3to v3.3.0 - Adds
ListIdeasAPI support - Fixes
CustomField.Valuetype to support arrays - Bumped
github.com/modelcontextprotocol/go-sdkfrom 1.1.0 to 1.2.0 - Bumped
github.com/google/jsonschema-gofrom 0.3.0 to 0.4.1 - Bumped
github.com/grokify/mogofrom 0.71.10 to 0.72.3
Installation¶
Full Changelog¶
See the CHANGELOG for complete version history.