πŸ“„ File detail

tools/ExitPlanModeTool/constants.ts

🧩 .tsπŸ“ 3 linesπŸ’Ύ 113 bytesπŸ“ text
← Back to All Files

🎯 Use case

This module implements the β€œExitPlanModeTool” tool (Exit Plan Mode) β€” something the model can call at runtime alongside other agent tools. On the API surface it exposes EXIT_PLAN_MODE_TOOL_NAME and EXIT_PLAN_MODE_V2_TOOL_NAME β€” mainly types, interfaces, or factory objects.

Generated from folder role, exports, dependency roots, and inline comments β€” not hand-reviewed for every path.

🧠 Inline summary

export const EXIT_PLAN_MODE_TOOL_NAME = 'ExitPlanMode' export const EXIT_PLAN_MODE_V2_TOOL_NAME = 'ExitPlanMode'

πŸ“€ Exports (heuristic)

  • EXIT_PLAN_MODE_TOOL_NAME
  • EXIT_PLAN_MODE_V2_TOOL_NAME

πŸ–₯️ Source preview

export const EXIT_PLAN_MODE_TOOL_NAME = 'ExitPlanMode'
export const EXIT_PLAN_MODE_V2_TOOL_NAME = 'ExitPlanMode'