@adminforth/agent 1.3.0 → 1.3.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.
package/build.log CHANGED
@@ -29,5 +29,5 @@ custom/skills/fetch_data/SKILL.md
29
29
  custom/skills/mutate_data/
30
30
  custom/skills/mutate_data/SKILL.md
31
31
 
32
- sent 169,588 bytes received 413 bytes 340,002.00 bytes/sec
33
- total size is 167,914 speedup is 0.99
32
+ sent 169,707 bytes received 413 bytes 340,240.00 bytes/sec
33
+ total size is 168,033 speedup is 0.99
@@ -12,4 +12,4 @@ To find specific data record you should use filters. ILIKE filters are preferred
12
12
 
13
13
  For long texts show only several first words and add "..." at the end (only if user did not request this field specifically).
14
14
 
15
- Also when you communicate with user about record, add related link to this record. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link).
15
+ Also when you communicate with user about record, add related link to this record. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link). Links shoudl be always relative path, starting with slash.
@@ -21,7 +21,8 @@ Use `start_custom_action` and `start_custom_bulk_action` for resource actions.
21
21
  Before performing any state mutation including action calls edit/delete please fetch record which is going to be edited/deleted and show user record in format field → value (show several most important fields which can help user to understand what exactly record he is going to edit or delete).
22
22
 
23
23
  For field values with long texts show only several first words and add "..." at the end.
24
- Also please add related link to record with will be changed. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link).
24
+ Also please add related link to record with will be changed. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link). Links shoudl be always relative path, starting with slash.
25
+
25
26
  And in the same message ask user for final confirmation.
26
27
 
27
28
  When creating new record, show user all data which you gona create and in same message ask for confirmation.
@@ -12,4 +12,4 @@ To find specific data record you should use filters. ILIKE filters are preferred
12
12
 
13
13
  For long texts show only several first words and add "..." at the end (only if user did not request this field specifically).
14
14
 
15
- Also when you communicate with user about record, add related link to this record. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link).
15
+ Also when you communicate with user about record, add related link to this record. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link). Links shoudl be always relative path, starting with slash.
@@ -21,7 +21,8 @@ Use `start_custom_action` and `start_custom_bulk_action` for resource actions.
21
21
  Before performing any state mutation including action calls edit/delete please fetch record which is going to be edited/deleted and show user record in format field → value (show several most important fields which can help user to understand what exactly record he is going to edit or delete).
22
22
 
23
23
  For field values with long texts show only several first words and add "..." at the end.
24
- Also please add related link to record with will be changed. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link).
24
+ Also please add related link to record with will be changed. For example /{BASE_URL}/resource/{resourceId}/show/{primary key}. Use _label from `get_resource_data` as anchor text for link (use markdown link). Links shoudl be always relative path, starting with slash.
25
+
25
26
  And in the same message ask user for final confirmation.
26
27
 
27
28
  When creating new record, show user all data which you gona create and in same message ask for confirmation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/agent",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",