Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dify/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.0.1
version: 0.0.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

type: plugin
author: tinyfish
name: tinyfish-web-agent
Expand Down Expand Up @@ -30,13 +30,13 @@ plugins:
tools:
- provider/tinyfish_web_agent.yaml
meta:
version: 0.0.1
version: 0.0.2
arch:
- amd64
- arm64
runner:
language: python
version: "3.13"
version: "3.12"
entrypoint: main
minimum_dify_version: null
created_at: 2026-02-08T22:40:58.248502-08:00
Expand Down