Commit graph

10 commits

Author SHA1 Message Date
Fade78
29a56a01cb README: separate Installation from Model Configuration
- Installation = adding the tool to Workspace > Tools
- Model Configuration = Native Function Calling requirement (separate section)

Makes it clear that Function Calling is a model config, not part of tool installation.

https://claude.ai/code/session_01THb4YA4SqYG52LVwjwb5Uo
2026-01-30 10:57:24 +01:00
Fade78
7bdd505155 README: clarify Function Calling can be set at user or admin level
- Option A: Workspace > Models (user level)
- Option B: Admin Panel > Settings > Models (admin level)

https://claude.ai/code/session_01THb4YA4SqYG52LVwjwb5Uo
2026-01-30 10:57:24 +01:00
Fade78
184d641e16 Fix README installation instructions: Tools are in Workspace, not Admin Panel
- Correct path: Workspace > Tools (not Admin Panel > Tools)
- Add step-by-step installation instructions
- Add note explaining the difference between Tools and Functions:
  - Tools (Workspace) = LLM capabilities (like Fileshed)
  - Functions (Admin Panel) = Platform extensions (filters, custom models)

https://claude.ai/code/session_01THb4YA4SqYG52LVwjwb5Uo
2026-01-30 10:57:24 +01:00
Claude
79e3a6218f
Simplify zones documentation layout
- Remove parentheses from zone descriptions
- Remove Persistence column from table (redundant)

https://claude.ai/code/session_01DLaRR2nnTryPWd2p7MyUtf
2026-01-29 01:13:18 +00:00
Claude
6cc1382ecb
Update documentation: zones scope and missing valves
README:
- Add zone scope table (per conversation/user/group)
- Add versioning info (manual vs automatic)
- Add missing valves: exec_memory_limit_mb, exec_cpu_limit_seconds, sqlite_readonly

SPEC:
- Add same 3 missing valves
- Reorder valves for consistency with README

https://claude.ai/code/session_01DLaRR2nnTryPWd2p7MyUtf
2026-01-29 01:02:22 +00:00
Claude
7384e2d92a
Add src_zone parameter to shed_unzip for cross-zone extraction
Allow extracting ZIP files from Uploads zone without moving them first.
The new src_zone parameter accepts "uploads", "storage", or "documents"
while zone parameter remains the destination (storage/documents only).

Bump version to 1.0.2.

https://claude.ai/code/session_01DLaRR2nnTryPWd2p7MyUtf
2026-01-28 23:43:28 +00:00
Fade
637df4f773
Add files via upload
Corrected about PDF. Only works in a custom installation.
2026-01-28 12:09:44 +01:00
Fade
fb1bbee6f9
Add files via upload
correcting image link
2026-01-28 02:17:22 +01:00
Fade
a0dbe391fc
Add files via upload 2026-01-28 01:59:36 +01:00
Fade
a2e3882eb8
Initial commit 2026-01-28 01:56:34 +01:00