up-cc 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/install.js +1 -0
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -269,6 +269,7 @@ function convertAgentToGemini(content) {
269
269
  const colorNameToHex = {
270
270
  cyan: '#00FFFF', red: '#FF0000', green: '#00FF00', blue: '#0000FF',
271
271
  yellow: '#FFFF00', magenta: '#FF00FF', orange: '#FFA500', purple: '#800080',
272
+ gold: '#FFD700', pink: '#FFC0CB', brown: '#8B4513',
272
273
  };
273
274
 
274
275
  function convertAgentToOpencode(content) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "up-cc",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Simplified spec-driven development for Claude Code, Gemini and OpenCode.",
5
5
  "bin": {
6
6
  "up-cc": "bin/install.js"