agent-inspect 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4262,7 +4262,7 @@ function runCommand(action) {
4262
4262
  });
4263
4263
  }
4264
4264
  function createCliProgram() {
4265
- const program = new Command("agent-inspect").description("Local-first execution-tree debugger for AI agents").version("0.1.0");
4265
+ const program = new Command("agent-inspect").description("Local-first execution-tree debugger for AI agents").version("1.0.0");
4266
4266
  program.command("list").description("List recent AgentInspect runs").option("--dir <path>", "trace directory").option("--limit <number>", "max runs to show (default 20, max 100)").addOption(
4267
4267
  new Option("--status <status>", "filter by run status").choices([
4268
4268
  "running",