@juancr11/sibu 0.11.1 → 0.12.0

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.
@@ -69,7 +69,13 @@ function buildCodexMcpServerConfig(server) {
69
69
  if (server.id === 'github') {
70
70
  return `[mcp_servers.github]
71
71
  url = "https://api.githubcopilot.com/mcp/"
72
- bearer_token_env_var = "GITHUB_PERSONAL_ACCESS_TOKEN"`;
72
+ bearer_token_env_var = "GITHUB_PERSONAL_ACCESS_TOKEN"
73
+
74
+ [mcp_servers.github.tools.issue_write]
75
+ approval_mode = "approve"
76
+
77
+ [mcp_servers.github.tools.sub_issue_write]
78
+ approval_mode = "approve"`;
73
79
  }
74
80
  if (server.id === 'notion') {
75
81
  return `[mcp_servers.notion]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juancr11/sibu",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "description": "CLI for setting up a local AI-augmented development workflow.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "templateVersion": "91",
2
+ "templateVersion": "92",
3
3
  "templates": {
4
4
  "AGENTS.md": {
5
5
  "version": "28",
@@ -9,10 +9,10 @@
9
9
  ]
10
10
  },
11
11
  ".codex/config.toml": {
12
- "version": "2",
12
+ "version": "3",
13
13
  "description": "Codex configuration pointing to AGENTS.md and rendering selected MCP servers with Codex-compatible settings.",
14
14
  "changes": [
15
- "Updates Codex GitHub MCP rendering to use the hosted HTTPS endpoint with bearer_token_env_var instead of Docker command arguments."
15
+ "Adds approval prompts for GitHub MCP issue and sub-issue write tools in Codex configs."
16
16
  ]
17
17
  },
18
18
  "GEMINI.md": {