@ory/argus 0.9.1 → 0.10.0

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.
@@ -53,6 +53,54 @@ exports.HARNESS_TOOL_CATALOG = {
53
53
  "browser",
54
54
  ],
55
55
  opencode: ["read", "write", "edit", "bash", "glob", "grep", "webfetch"],
56
+ continue: ["Bash", "Read", "Edit", "Write", "Grep", "Glob", "WebSearch"],
57
+ goose: [
58
+ "shell",
59
+ "text_editor",
60
+ "read_file",
61
+ "write_file",
62
+ "list_windows",
63
+ "screen_capture",
64
+ ],
65
+ cline: [
66
+ "execute_command",
67
+ "read_file",
68
+ "write_to_file",
69
+ "replace_in_file",
70
+ "search_files",
71
+ "list_files",
72
+ "use_mcp_tool",
73
+ ],
74
+ amp: [
75
+ "Bash",
76
+ "Read",
77
+ "create_file",
78
+ "edit_file",
79
+ "undo_edit",
80
+ "glob",
81
+ "Grep",
82
+ "finder",
83
+ "read_web_page",
84
+ "web_search",
85
+ "todo_read",
86
+ "todo_write",
87
+ "oracle",
88
+ "Task",
89
+ ],
90
+ pi: ["read", "write", "edit", "bash", "grep", "find", "ls"],
91
+ antigravity: [
92
+ "run_command",
93
+ "view_file",
94
+ "write_to_file",
95
+ "replace_file_content",
96
+ "multi_replace_file_content",
97
+ "list_directory",
98
+ "grep_search",
99
+ "find",
100
+ "read_url_content",
101
+ "search_web",
102
+ "call_mcp_tool",
103
+ ],
56
104
  };
57
105
  exports.KNOWN_HARNESSES = Object.keys(exports.HARNESS_TOOL_CATALOG);
58
106
  /**
@@ -92,6 +140,12 @@ exports.INTERACTIVE_TOOL_CATALOG = {
92
140
  "gemini-cli": [],
93
141
  openclaw: [],
94
142
  opencode: [],
143
+ continue: [],
144
+ goose: [],
145
+ cline: [],
146
+ amp: [],
147
+ pi: [],
148
+ antigravity: [],
95
149
  };
96
150
  function parseEnvInteractiveTools() {
97
151
  const raw = process.env.ORY_INTERACTIVE_TOOLS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/argus",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "description": "Ory Argus: the core API for building authentication, authorization, and audit into AI agent harness plugins, extensions, and custom integrations",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://ory.com",