@pugi/cli 0.1.0-alpha.15 → 0.1.0-alpha.16

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.
@@ -872,8 +872,11 @@ export class ReplSession {
872
872
  // double-print. `void persona` keeps the resolved name in scope
873
873
  // for the agent tree node above without leaking it into the
874
874
  // transcript body.
875
+ // α6.14.3 CEO dogfood 2026-05-25: drop the "dispatched (X)"
876
+ // transcript echo. The agent tree pane already shows the
877
+ // spawned state; printing it as a persona row is pure noise
878
+ // between the operator's brief and the persona's real reply.
875
879
  void persona;
876
- this.appendPersonaLine(event.personaSlug, `dispatched (${event.role}).`);
877
880
  return;
878
881
  }
879
882
  case 'agent.step': {
@@ -977,7 +980,10 @@ export class ReplSession {
977
980
  }
978
981
  }
979
982
  else {
980
- this.appendPersonaLine(target.personaSlug, 'shipped.');
983
+ // α6.14.3 CEO dogfood 2026-05-25: drop the literal
984
+ // "shipped." fallback row. If we have no cached detail to
985
+ // surface, stay silent. The agent tree pane already shows
986
+ // the green check + duration.
981
987
  }
982
988
  }
983
989
  return;
@@ -42,7 +42,7 @@ import { slugForCwd } from '../core/repl/history.js';
42
42
  * packages/pugi-sdk/package.json); the publish workflow validates the
43
43
  * three are in lockstep.
44
44
  */
45
- const PUGI_CLI_VERSION = "0.1.0-alpha.15";
45
+ const PUGI_CLI_VERSION = "0.1.0-alpha.16";
46
46
  const handlers = {
47
47
  accounts,
48
48
  agents: dispatchAgents,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pugi/cli",
3
- "version": "0.1.0-alpha.15",
3
+ "version": "0.1.0-alpha.16",
4
4
  "description": "Pugi CLI — terminal-native software execution system",
5
5
  "homepage": "https://pugi.io",
6
6
  "repository": {
@@ -48,8 +48,8 @@
48
48
  "turndown": "^7.2.4",
49
49
  "undici": "^8.3.0",
50
50
  "zod": "^3.23.0",
51
- "@pugi/personas": "0.1.0",
52
- "@pugi/sdk": "0.1.0-alpha.15"
51
+ "@pugi/personas": "0.1.1",
52
+ "@pugi/sdk": "0.1.0-alpha.16"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^22.0.0",