Skip to content

feat(opencode): require session ids for tool definitions#17331

Closed
ian-pascoe wants to merge 1 commit into
anomalyco:devfrom
ian-pascoe:feat/tool-definition-session-id
Closed

feat(opencode): require session ids for tool definitions#17331
ian-pascoe wants to merge 1 commit into
anomalyco:devfrom
ian-pascoe:feat/tool-definition-session-id

Conversation

@ian-pascoe

@ian-pascoe ian-pascoe commented Mar 13, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #17334

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

tool.definition hooks now receive the active sessionID everywhere tool definitions are built.

This changes ToolRegistry.tools(...) to require session context, threads that through prompt resolution, batch execution, debug agent tool listing, and /experimental/tool, and updates the plugin and SDK contracts to match. It also adds regression coverage for the registry, prompt, debug, and server paths so the hook sees the same session-backed context in each entry point.

How did you verify your code works?

  • bun test test/tool test/server
  • bun typecheck
  • ./packages/sdk/js/script/build.ts
  • git push -u ian-pascoe feat/tool-definition-session-id (repo hook ran the workspace typecheck successfully)

Screenshots / recordings

Not a UI change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Mar 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@ian-pascoe ian-pascoe force-pushed the feat/tool-definition-session-id branch from 72ccae7 to 7bd3fa0 Compare March 13, 2026 11:37
@rekram1-node

Copy link
Copy Markdown
Collaborator

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

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.

[FEATURE]: pass sessionID into tool.definition hooks

2 participants