執行 agent-ide snapshot 命令,產生專案或模組的精簡 API 摘要。
Generates a lightweight API summary snapshot of your project or module. Use it to quickly capture the current API state for reference or to track changes over time.
/plugin marketplace add vivalalova/agent-ide/plugin install agent-ide@agent-ide-skills執行 agent-ide snapshot 命令,產生專案或模組的精簡 API 摘要。
--path <path> - 目標路徑(必填,可以是專案根目錄或特定模組)--since last - 增量模式,只顯示上次快照後的變更--refresh - 強制重新生成快照--format json|summary - 輸出格式(預設 json)npx agent-ide snapshot $ARGUMENTS
/snapshot --path . --format json/snapshot --path src/core/indexing --format json/snapshot --path . --since last --format json