licos-platform-cli 0.2.4__tar.gz → 0.2.5__tar.gz

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.
@@ -33,17 +33,19 @@ Thumbs.db
33
33
  *.log
34
34
  *.pid
35
35
  .licos
36
+ .tmp
36
37
 
37
38
  /tmp
38
39
 
39
- /Docs/hermes-agent
40
- /Docs/OpenCode
41
- /Docs/平台API
42
-
43
40
  *.codex-*
44
41
 
45
42
  dist
46
-
47
- project-20260423_130440
48
- projects-20260425_workflow
49
- coze-skills
43
+ logs
44
+
45
+ Docs/coze-skills
46
+ Docs/hermes-agent
47
+ Docs/OpenCode
48
+ Docs/平台API
49
+ Docs/project-20260423_130440
50
+ Docs/projects-20260425_workflow
51
+ Docs/superpowers
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: licos-platform-cli
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: LICOS platform CLI
5
5
  Requires-Python: >=3.10
6
- Requires-Dist: licos-platform-sdk>=0.2.3
6
+ Requires-Dist: licos-platform-sdk>=0.2.4
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "licos-platform-cli"
7
- version = "0.2.4"
7
+ version = "0.2.5"
8
8
  description = "LICOS platform CLI"
9
9
  requires-python = ">=3.10"
10
10
  dependencies = [
11
- "licos-platform-sdk>=0.2.3",
11
+ "licos-platform-sdk>=0.2.4",
12
12
  ]
13
13
 
14
14
  [project.scripts]
@@ -75,7 +75,7 @@ STORAGE_HELP = {
75
75
  "example": "licos-platform storage delete-folder folder-id",
76
76
  },
77
77
  "upload-file": {
78
- "description": "Upload a local file, bytes are sent as multipart form data, and the returned file object must be used.",
78
+ "description": "Upload a local file up to 20 MiB, bytes are sent as multipart form data, and the returned file object must be used.",
79
79
  "parameters": [
80
80
  {"name": "file", "required": True, "description": "Local file path."},
81
81
  {"name": "--folder-id", "required": False, "description": "Target folder ID. Omit for root."},