@ghl-ai/aw 0.1.36-beta.16 → 0.1.36-beta.17

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.
package/commands/push.mjs CHANGED
@@ -113,7 +113,7 @@ function generatePrTitle(files, awHome = null) {
113
113
  return `feat(registry): ${verb} ${files.length} files across ${namespaces.length} namespaces`;
114
114
  }
115
115
 
116
- const AW_BRANDING = `---\n🤖 Generated by [AW CLI](https://github.com/GoHighLevel/ghl-agentic-workspace)`;
116
+ const AW_BRANDING = `---\n Generated by [AW CLI](https://github.com/GoHighLevel/ghl-agentic-workspace)`;
117
117
 
118
118
  function generatePrBody(files, newNamespaces, awHome = null) {
119
119
  const added = files.filter(f => !f.deleted);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ghl-ai/aw",
3
- "version": "0.1.36-beta.16",
3
+ "version": "0.1.36-beta.17",
4
4
  "description": "Agentic Workspace CLI — pull, push & manage agents, skills and commands from the registry",
5
5
  "type": "module",
6
6
  "bin": {