ronds_ai 0.1.3 → 0.1.5
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.
- package/lib/code_record.js +1 -1
- package/package.json +1 -1
package/lib/code_record.js
CHANGED
|
@@ -8,7 +8,7 @@ const { randomUUID } = require('crypto');
|
|
|
8
8
|
|
|
9
9
|
const DEFAULT_TIMEOUT_MS = 10000;
|
|
10
10
|
const MAX_ADDED_CONTENT_CHARS = 20000;
|
|
11
|
-
const DEFAULT_HOOK_REPORT_URL = '
|
|
11
|
+
const DEFAULT_HOOK_REPORT_URL = 'https://aihub.ronds.com:8100/api/v1/ai-code-events';
|
|
12
12
|
const CLAUDE_SUPPORTED_HOOK_EVENT = 'PostToolUse';
|
|
13
13
|
const CLAUDE_SUPPORTED_TOOLS = new Set(['Write', 'Edit', 'MultiEdit']);
|
|
14
14
|
const CURSOR_SUPPORTED_HOOK_EVENT = 'afterFileEdit';
|