Skip to content

fix(create-expert): remove non-existent think tool from templates#363

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/355-remove-think-tool
Jan 3, 2026
Merged

fix(create-expert): remove non-existent think tool from templates#363
FL4TLiN3 merged 1 commit intomainfrom
fix/355-remove-think-tool

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Jan 3, 2026

Summary

  • Remove think tool from all Expert template pick lists in create-expert-toml.ts
  • The think tool was referenced but doesn't exist in @perstack/base

Changes

Template Before After
Main ["readTextFile", "think", "attemptCompletion"] ["readTextFile", "attemptCompletion"]
Demo ["think", "attemptCompletion"] ["attemptCompletion"]
Setup ["readTextFile", "editTextFile", "exec", "think", "attemptCompletion"] ["readTextFile", "editTextFile", "exec", "attemptCompletion"]
Doctor ["readTextFile", "exec", "think", "attemptCompletion"] ["readTextFile", "exec", "attemptCompletion"]

Test plan

  • CI passes
  • Generated experts no longer reference non-existent think tool

Closes #355

🤖 Generated with Claude Code


Note

Fix non-existent tool reference

  • Removes think from Expert template pick lists in apps/create-expert/src/lib/create-expert-toml.ts (Main, Demo, Setup, Doctor)
    • Main: pick = ["readTextFile", "attemptCompletion"]
    • Demo: pick = ["attemptCompletion"]
    • Setup: pick = ["readTextFile", "editTextFile", "exec", "attemptCompletion"]
    • Doctor: pick = ["readTextFile", "exec", "attemptCompletion"]
  • Adds patch changeset .changeset/remove-think-tool.md to release create-expert

Written by Cursor Bugbot for commit 2bbb3b0. This will update automatically on new commits. Configure here.

Remove `think` tool from all Expert template pick lists as it doesn't
exist in @perstack/base. Affected templates:
- Main Expert: `["readTextFile", "think", "attemptCompletion"]` → `["readTextFile", "attemptCompletion"]`
- Demo Expert: `["think", "attemptCompletion"]` → `["attemptCompletion"]`
- Setup Expert: `["readTextFile", "editTextFile", "exec", "think", "attemptCompletion"]` → `["readTextFile", "editTextFile", "exec", "attemptCompletion"]`
- Doctor Expert: `["readTextFile", "exec", "think", "attemptCompletion"]` → `["readTextFile", "exec", "attemptCompletion"]`

Closes #355

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@FL4TLiN3 FL4TLiN3 merged commit 410a63e into main Jan 3, 2026
7 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/355-remove-think-tool branch January 3, 2026 05:15
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.

Fix: create-expert references non-existent think tool in templates

1 participant