sage-team 3.4.6 → 3.4.7

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/dist/cli/index.js CHANGED
@@ -16,7 +16,7 @@ function buildProgram() {
16
16
  program
17
17
  .name('sage-team')
18
18
  .description('AI-powered autonomous software company')
19
- .version('3.4.6');
19
+ .version('3.4.7');
20
20
  program.addCommand((0, init_1.initCommand)());
21
21
  program.addCommand((0, start_1.startCommand)());
22
22
  program.addCommand((0, resume_1.resumeCommand)());
@@ -126,7 +126,7 @@ function ensureOrchestrator() {
126
126
  // ── MCP Server ───────────────────────────────────────────────────────
127
127
  const server = new mcp_js_1.McpServer({
128
128
  name: 'sage-team',
129
- version: '3.4.6',
129
+ version: '3.4.7',
130
130
  });
131
131
  // ── Tool: init ───────────────────────────────────────────────────────
132
132
  server.tool('sage_team_init', 'Initialize Sage Team in the current project directory. Creates .sage-team/ config. Usually not needed — sage_team_start auto-initializes.', {}, async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sage-team",
3
- "version": "3.4.6",
3
+ "version": "3.4.7",
4
4
  "description": "AI-powered autonomous software company with 11 agents, Claude Code execution, and PixiJS isometric office visualization.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {