Skip to content

Fix tool descriptions#15954

Closed
ashleytowner wants to merge 4 commits intoanomalyco:devfrom
ashleytowner:fix-tool-descriptions
Closed

Fix tool descriptions#15954
ashleytowner wants to merge 4 commits intoanomalyco:devfrom
ashleytowner:fix-tool-descriptions

Conversation

@ashleytowner
Copy link
Copy Markdown

Issue for this PR

Closes #

Type of change

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

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

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

If you do not follow this template your PR will be automatically rejected.

Use plugin-provided parameters when available, restore .describe metadata for older plugin definitions, and validate custom tool inputs before execute.
Rehydrate plugin arg schema metadata into core Zod registry before JSON Schema export so descriptions/meta survive cross-instance loading. Keep plugin tool definitions minimal while preserving runtime validation in registry.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

Hey! Your PR title Fix tool descriptions doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions bot added the needs:compliance This means the issue will auto-close after 2 hours. label Mar 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • No "Type of change" checkbox is checked. Please select at least one.
  • No issue referenced. Please add Closes #<number> linking to the relevant issue.
  • "How did you verify your code works?" section is empty. Please explain how you tested.
  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

The following comment was made by an LLM, it may be inaccurate:

Based on my search, I found one potentially related PR:

#14647 - fix(opencode): prevent Copilot 400 when tool description is empty
#14647

This PR addresses issues with tool descriptions, similar to the current PR #15954 "Fix tool descriptions". However, without the full description of PR #15954, it's unclear if they're addressing the same specific issue or different aspects of tool descriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours. needs:title

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant