🚀 Features
- Add RTK plugin with documentation, configuration, and quickstart guide
- Add humanenv usage skill with security guidelines
- Add meta.json support for bundled plugins and prioritize its metadata
- Add plugin configuration files for beads issue tracking plugin
- Auto-discover plugin skills from installed plugins
- (humanenv) Add Python SDK skill and update documentation
- (mmx) Add agent-guide and errors-cheatsheet skills, enrich quickstart
- Add codedb plugin with Zig code intelligence CLI integration
- Add SKILL.md for plugin-migration to guide isolated meta.json pattern migration
- Add support for learning content from meta.json
- Add install-guidance.json and meta.json for jsalt plugin and refactor plugin.json description
- Add harness onboarding/offboarding CLI commands
- Add plan for supercli onboard command to install cheatsheet skills
- Add SuperCLI quickstart skill and compilation script
- Add help output and improve detection mode output for onboard command
- Add help output for skills command when no subcommand provided
- Add AGENTS_FRIENDLY_TOOLS.md with CLI design principles for agent-friendly tools
- Refactor ask command to return suggested steps instead of executing, add dry-run and next-steps, improve error handling, and update tests
- Add Ollama plugin with CLI and HTTP API commands for local LLM management
- Add FFmpeg plugin README with usage examples and command documentation
- Add FFmpeg wrapper scripts for video processing
- Add FFprobe inspection wrapper script for media analysis
- Add cline-non-interactive skill for unattended JSON-streamed execution and update act plugin for local workflow support
- Add sqlite3 plugin with query, transaction, pragma, and import/export commands
- Add x CLI plugin for Twitter posting
- Add DewDrops plugin for repo-to-Markdown serialization
- Add gogcli plugin for Google Suite (Gmail, Calendar, Drive, Tasks, Contacts)
- Add gobackup plugin for database and file backups to cloud storage
- Add mergestat-lite plugin for SQL queries on git repositories
- Add skillshare plugin for syncing skills across AI CLI tools
- Add wait4x plugin for waiting on services (TCP, HTTP, MySQL, PostgreSQL, Redis, MongoDB, Kafka)
- Add yj plugin for YAML/TOML/JSON/HCL conversion
- Add sd plugin for intuitive find & replace (sed alternative)
- Add git-cliff plugin for changelog generation from Git history
- Add ast-grep plugin for AST-based code search and rewriting
- Add monolith plugin for saving web pages as single HTML files
- Add qlty plugin for universal code quality (linting, formatting, security scanning)
- Add jql plugin for JSON Query Language
- Add ouch plugin for compression and decompression
- Add ripgrep plugin for fast recursive regex search
- Add fd plugin for fast file finding
- Add xh plugin for friendly HTTP requests
- Add ffsend plugin for secure file sharing via Firefox Send
- Add mmdr plugin for fast Mermaid diagram rendering
- Add lurk plugin for system call tracing
- Add diskus plugin for fast disk usage computation
- Add tokei plugin for code statistics
- Add wstunnel plugin for tunneling traffic over WebSocket
- Add tokscale plugin for AI coding agent token tracking
- Add rage plugin for secure file encryption
- Add opensrc plugin for fetching package source code
- Add fselect plugin for SQL-like file searches
- Add gitlogue plugin for cinematic Git commit replay
- Add probe plugin for AI-friendly semantic code search
- Add feluda plugin for license detection and compliance
- Add mq plugin for jq-like Markdown query processing
- Add xfr plugin for modern network bandwidth testing
- Add fallow plugin for TypeScript/JavaScript codebase analysis
- Add rustledger plugin for Beancount-compatible accounting
- Add agnix plugin for AI coding assistant config linting
- Add nxv plugin for Nix package version search
- Add earl plugin for secure CLI proxy for AI agents
- Add xmaster plugin for X/Twitter CLI
- Add jta plugin for AI-powered JSON translation
- Add howto plugin for humble command-line assistant
- Add claw-wrap plugin for secure credential proxy
- Add splash plugin for colorful log output
- Add gh-slimify plugin for GitHub Actions optimization
- Add bagel plugin for workstation security inventory
- Add mockd plugin for multi-protocol API mocking
- Add govctl plugin for AI coding governance
- Add silo plugin for same-port development
- Add uxc plugin for multi-protocol API CLI
- Add forge-orchestrator plugin for multi-AI task orchestration
- Add diesel-guard plugin for Postgres migration linting
- Add whis plugin for voice-to-text CLI
- Add gh-standup plugin for AI-generated standup reports
- Add diny plugin for AI git commit messages
- Add prism plugin for beautiful Go test output
- Add pgschema plugin for Postgres schema migrations
- Add mcp2cli plugin for MCP to CLI conversion
- Add fast-agent plugin for LLM agent framework
- Add mcpm plugin for MCP package manager
- Add aws-doctor plugin for AWS auditing
- Add codemap plugin for AI project context
- Add quien plugin for WHOIS lookups
- Add agentic-radar plugin for agentic security
- Add lockenv plugin for encrypted env vaults
- Add massgen plugin for multi-agent scaling
- Add surf plugin for browser automation
- Add opencli plugin for universal CLI conversion
- Add wtp plugin for Git worktree management
- Add ship-safe plugin for CI/CD security
- Add html-minifier plugin for web minification
- Add confluence plugin for Confluence CLI
- Add axe plugin for AI agent execution
- Add runprompt plugin for LLM prompts
- Add jina-grep plugin for semantic search
- Add aiclip plugin for AI ffmpeg commands
- Add jina plugin for AI search and embeddings
- Add googlews plugin for Google Workspace CLI
- Add domain-check plugin for domain availability
- Add ghgrab plugin for GitHub file download
- Add server dashboard with command overview and job monitoring
- Add adapter management UI with package installation and configuration
- Add 12 new plugins: biome, bore, ccf-deadlines, code2prompt, dua-cli, forever, gitmoji-cli, quarto, readme-md-generator, vale, volta, wgcf
- Add authentication system for API endpoints with public_access flag and API key management
- Add daemon for background job log syncing to server
- Add client tracking with client_id in job records
- Add API keys management UI with create, list, copy, and delete functionality
- Add clients.ejs for client management view
🐛 Bug Fixes
- Remove humanenv-usage skill due to security concerns
- Clarify that ask command provides suggestions only, not execution; update help text and metadata for accuracy
- Align SKILL.md format with frontmatter standard
- Add vm2 dependency for executor sandboxing
⚠️ Deprecations
- builtin adapter removed - Migrated beads, gwc, and commiat plugins to use isolated
install-guidance.json files with shell adapter. Removed builtin from server UI dropdown, adapter registry, validation schema, and all test references.
💼 Other
- Bump version to 1.1.14
- Bump version to 1.1.23
🚜 Refactor
- Remove hardcoded 'beads' plugin entry and prioritize meta.json/install-guidance.json for plugin guidance lookup
- Remove deprecated bundled plugin entry for "beads" and add explanatory comment
- Update SuperCLI description and workflow, simplify intent workflow logic
📚 Documentation
- Update plugin creation and submission guidelines with isolated convention
- Add isolated plugin structure and migration guidance to plugins-how-to.md
- Update plugin discovery and registration documentation with new meta.json convention
- Add supercli skills and plugins documentation with usage examples
- Add FFmpeg plugin quickstart guide with commands and examples
- Add server documentation with dashboard and adapter management guides
- Add adapters documentation with usage examples
⚙️ Miscellaneous Tasks
- Add AGENTS.md with guidelines for adding new bundled plugins
- Bump version to 1.1.15
- Bump version from 1.1.7 to 1.1.15 in package-lock.json
- Remove obsolete plugin-migration skill documentation as migration is complete
- Add FFmpeg plugin with install guidance, metadata, and command definitions
- Configure Jest to run tests with a single worker and update test mocks for plugin install guidance
- Expand .npmignore to include test files, caches, build artifacts, local data, and logs