Skip to content

Release 0.5.0-beta.3#7

Merged
sbaker merged 2 commits intomainfrom
version/inc
Mar 10, 2026
Merged

Release 0.5.0-beta.3#7
sbaker merged 2 commits intomainfrom
version/inc

Conversation

@sbaker
Copy link
Member

@sbaker sbaker commented Mar 10, 2026

Summary

  • Bump CLI version to 0.5.0-beta.3
  • Add mode-aware memory tools — buildMemoryTools() generates KV, conversation, or cache tools based on docked memory node mode
  • Add conversation memory execution handlers (get_history, append, clear_history) with sliding window support
  • Add API connection resolution — nodeToAgentTool threads connectionId through ToolCallRequest for HTTP config resolution
  • Rebrand registry references to PrompdHub

Test plan

  • Verify prompd --version shows 0.5.0-beta.3
  • Verify memory tools match docked memory node mode during workflow execution
  • Verify API node connectionId resolves to baseUrl + auth headers
  • Run npm run build — clean compilation

🤖 Generated with Claude Code

…resolution

- Memory tools adapt to docked memory node mode (kv/conversation/cache)
- Conversation mode: memory_get_history, memory_append, memory_clear_history
- Cache mode: memory tools with TTL parameter
- API node connectionId flows through to ToolCallRequest for baseUrl resolution
- Auto-generate parameterSchema for web-search, database-query, command, api nodes
- Strip functions. prefix from LLM tool call names

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

…e deps

Resolves 28 of 29 alerts. Remaining: xlsx (no fix available upstream).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sbaker sbaker merged commit 52be6e9 into main Mar 10, 2026
8 of 11 checks passed
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