mirror of
https://github.com/langgenius/dify.git
synced 2026-06-23 04:05:14 +08:00
The app noun is the usage face; tags and author are build/management metadata that belong to studio-app, not here. Remove them end to end: - backend: drop tags/created_by_name from AppListRow, tag from AppListQuery, the TagItem model, and the tag-name filter lookup; stop hardcoding the cross-tenant blanks in the permitted-external list - cli: remove the --tag flag, TAGS/AUTHOR columns, and tag from the list query; single get app <id> no longer fabricates the fields - regenerate openapi contracts (types/zod) and markdown docs get app and get app <id> now agree (neither surfaces tags/author), resolving the list-vs-single divergence raised in review. |
||
|---|---|---|
| .. | ||
| auth | ||
| __init__.py | ||
| _audit.py | ||
| _contract.py | ||
| _errors.py | ||
| _input_schema.py | ||
| _meta.py | ||
| _models.py | ||
| account.py | ||
| app_dsl.py | ||
| app_run.py | ||
| apps_permitted_external.py | ||
| apps.py | ||
| files.py | ||
| human_input_form.py | ||
| index.py | ||
| oauth_device_sso.py | ||
| oauth_device.py | ||
| workflow_events.py | ||
| workspaces.py | ||