removedInput schema / properties / agent / description
Removed value: -"Agent target for the session. Defaults to all."
changedInput schema / properties / agent / enum
Previous value: -[
- "claude",
- "codex",
- "cursor",
- "xcode",
- "all"
-]New value: +[
+ "all",
+ "claude",
+ "codex",
+ "cowork",
+ "cursor",
+ "xcode"
+]
removedInput schema / properties / expectedVersion / description
Removed value: -"Expected Axint package version. Defaults to the running MCP version."
removedInput schema / properties / format / description
Removed value: -"Output format. Defaults to markdown."
removedInput schema / properties / platform / description
Removed value: -"Target Apple platform, such as macOS, iOS, visionOS, or all."
removedInput schema / properties / projectName / description
Removed value: -"Project name to embed in the session and returned context."
removedInput schema / properties / targetDir / description
Removed value: -"Project directory where .axint/session/current.json should be written. Defaults to the MCP process cwd."
removedInput schema / properties / ttlMinutes / description
Removed value: -"How long the session token remains valid. Defaults to 720 minutes."