Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocs-stats",
"version": "1.3.0",
"version": "1.3.1",
"description": "OpenCode Skills - One-click installer with gamified XP stats",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export async function performUpdate(targetDir, options = {}) {

if (compareVersion(templateVersion, currentVersion) <= 0 && !force) {
console.log(` Already up to date (v${currentVersion})\n`);
return { updated: false, changes: [] };
return { updated: false, currentVersion, changes: [] };
}

const templateFiles = getAllTemplateFiles(TEMPLATES_DIR);
Expand Down
2 changes: 2 additions & 0 deletions templates/.ocs-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.3.1: Fix version display showing undefined after update check
1.3.0: Smarter agents — Phase 1/2 system, cumulative levels, no-commit rule, dynamic knowledge base
1.2.6: Smart merge for agent files - preserve user mode/tools
1.2.5: Add code-review and docs agents with stats display
1.2.4: Change security and testing agents to primary mode
Expand Down
Loading