Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
PromptTemplates,
ToolOverrideConfig,
} from "@continuedev/config-yaml";
import { ToolPolicy } from "@continuedev/terminal-security";
import { McpUiResourceMeta } from "@modelcontextprotocol/ext-apps";
import { TextResourceContents } from "@modelcontextprotocol/sdk/types.js";
import Parser from "web-tree-sitter";
Expand Down
2 changes: 1 addition & 1 deletion core/tools/definitions/createRuleBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const createRuleBlock: Tool = {
},
},
},
defaultToolPolicy: "allowedWithPermission",
defaultToolPolicy: "disabled",
systemMessageDescription: {
prefix: `Sometimes the user will provide feedback or guidance on your output. If you were not aware of these "rules", consider using the ${BuiltInToolNames.CreateRuleBlock} tool to persist the rule for future interactions.
This tool cannot be used to edit existing rules, but you can search in the ".continue/rules" folder and use the edit tool to manage rules.
Expand Down
Loading