Changelog
All notable changes to Wick are documented here.
v0.3.0
Released on 2026-04-22
Added
- SSO domain allowlisting to restrict sign-ins to specific email domains, including a chip-based editor in the admin UI for management.
- A
wick upgradecommand to facilitate internal version updates.
Improved
- Default theme resolution for new users and guests, providing GitHub-styled themes for unauthenticated or unset user sessions.
- Tool operator interface via a unified
ToolHeadercomponent and standardized setup-required banners across all tool pages. - Tool rendering architecture to pull configuration state directly from context rather than manual service injection.
- Release workflow automation to synchronize version references across documentation, templates, and agent installation hints.
- Agent session initialization with a preflight check to verify local
goandwicktoolchain installations. - Internal Go dependencies to their latest versions.
This summary was automatically generated by Gemini AI
v0.2.0
Released on 2026-04-21
Added
wick skill listandwick skill synccommands to manage bundled skills and synchronize theAGENTS.mdskill table.- MobilePrompt component to display inline prompts specifically for mobile users.
- Downstream
tool-moduleskill template featuring flat tool paths and mandatory clarify+plan loops. - Comprehensive CLI reference documentation categorizing built-in commands and YAML task shortcuts.
- AI-agent quickstart section and skill sync pointers in the template
READMEandAGENTS.md.
Fixed
- License synchronization logic.
- Text alignment for prompts on mobile devices to ensure left-alignment.
Improved
- CI/CD pipeline configurations.
- Homepage hero layout responsiveness for both mobile and desktop viewports.
wick initscaffolding to include downstream tool-module skills and shared design-system components.- Documentation structure by renaming
agent.mdtoAGENTS.mdacross all guides and pages. - Prompt instructions updated to utilize the
wick devcommand and version v0.1.13. - Desktop-specific visibility for installation components via CSS optimizations.
This summary was automatically generated by Gemini AI
v0.1.13
Released on 2026-04-19
Fixed
- Corrected project license to MIT.
- Synchronized license documentation and repository metadata.
This summary was automatically generated by Gemini AI
v0.1.12
Released on 2026-04-19
Added
- MIT license for the repository.
Improved
- Project versioning and internal metadata.
This summary was automatically generated by Gemini AI
v0.1.11
Released on 2026-04-19
Added
- Added license information to the repository.
Improved
- Configured CI to trigger documentation and pkg.go.dev synchronization on version tags.
This summary was automatically generated by Gemini AI
v0.1.10
Released on 2026-04-19
Fixed
- Fixed changelog formatting and removed duplicate entries for version v0.1.0.
Improved
- Automated CI workflow to merge trigger PRs to the release branch upon release completion.
- Enhanced changelog documentation with version comparison links for v0.1.1 through v0.1.7.
- Synchronized documentation and
go.mod.tmpltemplates for version v0.1.9. - Performed general cleanup and synchronization of project documentation.
This summary was automatically generated by Gemini AI
v0.1.9
Released on 2026-04-19
Fixed
- Changelog formatting and duplicate entry for version 0.1.0.
Improved
- CI workflow to automatically trigger pull requests to the release branch after a release completes.
- Project documentation through synchronization and the addition of comparison links for versions v0.1.1 to v0.1.7.
This summary was automatically generated by Gemini AI
v0.1.8
Released on 2026-04-19
Added
- Retry logic with rate-limit backoff for Gemini API requests.
- Tag comparison links to documentation changelog entries.
Fixed
- CI reliability issues by fetching full repository history and origin/master before merging.
- Stale branch errors by ensuring the release-sync branch is deleted prior to pushing updates.
Improved
- Release pipeline architecture by splitting tasks into five modular jobs for easier retries.
- CI automation by utilizing the GitHub API for PR merges and branch deletions instead of local git operations.
- Documentation workflow by automatically syncing changelog updates directly to project docs.
- CI security and permission management through the use of ADMIN_TOKEN for checkout and merge actions.
- Workflow efficiency by pushing sync updates directly to the master branch and removing redundant PR steps.
- Repository structure by removing the root CHANGELOG.md and centralizing logs within documentation.
This summary was automatically generated by Gemini AI
v0.1.7
Released on 2026-04-19
Fixed
- Logic for automatic documentation version updates.
Improved
- CI/CD workflow to automatically delete release-sync branches after merging.
- Synchronization process for
go.mod.tmplandCHANGELOGfiles.
This summary was automatically generated by Gemini AI
v0.1.6
Released on 2026-04-19
Fixed
- Synced
go.mod.tmplbefore tagging new versions. - Enabled automatic merging of release-sync pull requests to the
masterbranch usingADMIN_TOKEN.
This summary was automatically generated by Gemini AI
v0.1.5
Released on 2026-04-19
Improved
- Synced
go.mod.tmplandCHANGELOGfiles for v0.1.4.
This summary was automatically generated by Gemini AI
v0.1.4
Released on 2026-04-19
Improved
- Improved auto release process.
This summary was automatically generated by Gemini AI
v0.1.3
Released on 2026-04-19
Fixed
- Bumped
go.mod.tmplbefore tagging and fixed version order in the release process. - Resolved issue with pushing to
refs/heads/releaseinstead ofHEADin a detached state. - Checked out the release branch before commit and tag to prevent detached HEAD push errors.
- Synchronized Go modules.
Improved
- Updated pipelines.
This summary was automatically generated by Gemini AI
v0.1.2
Released on 2026-04-19
Added
- Add version command.
Fixed
- Resolve CI/CD issues.
- Resolve documentation build issues.
- Correct
wick initsetup call. - Address version-related issues.
Improved
- Update
README.mddocumentation. - Enhance CI/CD processes.
- Update project pipelines.
- Update
go.modtemplate version during releases. - Optimize package JSON location.
This summary was automatically generated by Gemini AI
v0.1.1
Released on 2026-04-19
Improved
- Update pipelines.
- Update
README.mddocumentation. - Update CI/CD for documentation builds.
- Update
go.modtemplate version during release.
This summary was automatically generated by Gemini AI
v0.1.0
Released on 2026-04-19
Initial public release.
Added
wick init <name>— scaffold a new project from template, auto-rungo mod tidy+go run . setupwick.ymlcross-platform task runner —setup,dev,build,test,tidy,generate- Tool modules (
tools/<name>/) — mount at/tools/{key}, typedConfigwithwick:"..."tags - Background job modules (
jobs/<name>/) — operator surface/jobs/{key}+ admin surface/manager/jobs/{key} - Tag system — group and filter tools/jobs with
DefaultTag, admin-managed - Visibility control —
VisibilityPublic/VisibilityPrivateper tool - Runtime config —
Configstructs reflected into admin-editableconfigstable rows - SSO support — configurable from
/admin/configs, no redeploy needed - AES-GCM stateless sessions — per-job access, theme cookie persistence
- Tailwind CSS + templ — standalone Tailwind CLI (no Node.js), type-safe Go templates
- Claude Code integration —
agent.md+ Claude skills shipped with everywick initproject - External link cards — register URL shortcuts as tool cards via
RegisterToolNoConfig - Dark/light theme — user preference persisted via cookie