Commit History

docs: open-source ready README with full toolsets catalog, LICENSE, architecture
927d67b

ToolStore Agent commited on

fix: restore stuck-toolkit as doc-only toolset (no code bindings, pure guidance)
2afa96b

ToolStore Agent commited on

cleanup: remove stuck-toolkit (no code = not a toolset), remove builder script
c86e40e

ToolStore Agent commited on

fix: proper code bindings for debug, webapp-testing, doc-coauthoring, internal-comms toolsets
fe204a0

ToolStore Agent commited on

cleanup: remove 12 useless Claude Code skills, keep 14 quality toolsets
db8023e

ToolStore Agent commited on

feat: all 26 toolsets β€” complete skill-to-toolset conversion, published to HF Space
2163b34

ToolStore Agent commited on

feat: calc-toolkit (eval, convert, stats), publish all toolsets, 7 live on HF Space
481db54

ToolStore Agent commited on

feat: 4 new toolsets β€” docx-toolkit, pptx-toolkit, text-gen, batch-ops (15 functions total)
088cdb2

ToolStore Agent commited on

fix: move urlopen import to module level, fix inline import scoping bug
ead8cf1

ToolStore Agent commited on

fix: online toolsets refresh button re-fetches from registry, remove button works
ce86f69

ToolStore Agent commited on

fix: online toolsets fetch from registry when index.json cache is empty
c92370c

ToolStore Agent commited on

fix: client web UI displays online toolsets from flat-list format, default URL to HF Space, browse page shows function bindings
293585c

ToolStore Agent commited on

feat: toolsets with @tool decorator, in-process execution, no auto-install
c37b3fd

ToolStore Agent commited on

Add browse page: display all toolsets with ThinkWithTool-inspired dark theme
daad9e9

ToolStore Agent commited on

Prepare for HF Spaces deployment: root Dockerfile, persistent /data volume, YAML frontmatter
0af822c

ToolStore Agent commited on

feat: MCP server toolset/individual mode toggle
c8f6501

ToolStore Agent commited on

fix: MCP servers with secondary server-level exposure now appear in secondary tools list
fed6e06

ToolStore Agent commited on

fix: persist skills and toolsets to Docker persistent volume, fix remove button
0e60f55

ToolStore Agent commited on

fix: frontend All Tools tab now renders skills
12fc3e1

ToolStore Agent commited on

fix: add skill scanning to _do_search and _do_info, add skills category to _list_tools
aad32fe

ToolStore Agent commited on

fix: rename config/index to settings/registry, fix skill execution
ab4accd

ToolStore Agent commited on

fix: MCP display name doubling on edit β€” remove input after save
4f8636b

ToolStore Agent commited on

refactor: split super-files β€” MCP cleanup & exec extraction
b567e74

ToolStore Agent commited on

refactor: split super-files into focused modules
7f5f1dd

ToolStore Agent commited on

feat: MCP server-level exposure + display names
d119e9a

ToolStore Agent commited on

feat: group MCP servers as toolsets in agent system prompt
ed2bde2

ToolStore Agent commited on

fix: default downloaded online toolsets to secondary exposure
cea4fb6

ToolStore Agent commited on

feat: Online Toolsets tab + exposure controls for local toolsets
7d61e24

ToolStore Agent commited on

fix: reload config/index before reads in native_tool
4877c41

ToolStore Agent commited on

feat: expose get_secondary_tool_names() as public API
081409f

ToolStore Agent commited on

feat: toolsets management UI + exposure fixes + CLI toolset commands
98305e0

ToolStore Agent commited on

refactor: remove api/docker types, add toolset type
2036bab

ToolStore Agent commited on

fix: All Tools tab shows only local tools (MCP + skills), never registry
9d21d69

ToolStore Agent commited on

fix: management UI shows online/local tool breakdown
d37e488

ToolStore Agent commited on

fix: /api/tools returns tools by source (mcp vs registry), not mashed together
b04af7d

ToolStore Agent commited on

fix: management UI /api/tools merges registry tools from index.json
4400d87

ToolStore Agent commited on

fix: IndexManager respects TOOLSTORE_HOME (was hardcoded ~/.toolstore/)
bdc5f8e

ToolStore Agent commited on

refactor: strip MCP/skills from server, enhance skills with references/scripts/assets
683f153

ToolStore Agent commited on

feat: Run Code β€” paste MCP server source, auto-build Docker image, run in container
ccb4b34

ToolStore Agent commited on

feat: Quick Paste MCP config β€” paste Claude Desktop / mcp.json block to connect all servers at once
2793591

ToolStore Agent commited on

fix: override global .hidden utility with !important on exposure dropdown variants
3137162

ToolStore Agent commited on

fix: exposure dropdown visibility β€” hidden level no longer invisible; each option shows its own color
eff5ac2

ToolStore Agent commited on

fix: use load_config/save_config for tool registration instead of nonexistent ConfigManager.add_tool
4c85f0e

ToolStore Agent commited on

fix: add missing /api/tools GET route and _list_tools handler so All Tools tab shows skills
0c7630a

ToolStore Agent commited on

fix: register installed skills as tools in config so exposure changes persist and survive refresh; replace exposure cycle badge with dropdown
f5d5b99

ToolStore Agent commited on

feat: exposure selector in skill install modal, JS reads dropdown instead of hardcoding
5d5b5b7

ToolStore Agent commited on

feat: 3-level exposure β€” primary (full schema), secondary (name-only), hidden (search-only)
e161e0a

ToolStore Agent commited on

ux: remove all confirmation prompts β€” skills and MCP remove on single click
578fb58

ToolStore Agent commited on

ux: replace browser confirm() popup with inline confirm/cancel on skill remove
4198cfd

ToolStore Agent commited on