Remix.run Logo
vessenes 4 days ago

Thank you. Yes I would like to hear more about that - I’d be interested to read details about limiting some of its native tool use.

aka-rider 3 days ago | parent [-]

Fable is good at instruction following, so just adding the snippet I mentioned in the post is good enough for the most cases.

There is a way to control tool invocations at the harness level when writing skills or agents.

Example: ~/.claude/agents/critic.md

    ---
    name: critic
    description: >
      Plan Critic. Reviews an implementation plan. Use before the implementation.
    tools: Read, Agent
    ---
For Claude skills, the frontmatter is different, the keys are:

    allowed-tools: Read Grep
    disallowed-tools: WebSearch Glob

https://code.claude.com/docs/en/tools-reference
vessenes 3 days ago | parent [-]

thank you!

aka-rider 3 days ago | parent [-]

I'm glad to help