sigit-code 1.4.0__tar.gz → 1.4.1__tar.gz

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 (67) hide show
  1. {sigit_code-1.4.0 → sigit_code-1.4.1}/CHANGELOG.md +13 -0
  2. {sigit_code-1.4.0 → sigit_code-1.4.1}/Cargo.lock +1 -1
  3. {sigit_code-1.4.0 → sigit_code-1.4.1}/Cargo.toml +1 -1
  4. {sigit_code-1.4.0 → sigit_code-1.4.1}/PKG-INFO +2 -2
  5. {sigit_code-1.4.0 → sigit_code-1.4.1}/README.md +1 -1
  6. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/README.md.tmpl +1 -1
  7. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/README.md +1 -1
  8. {sigit_code-1.4.0 → sigit_code-1.4.1}/pypi/README.md +1 -1
  9. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/main.rs +1 -1
  10. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/tools.rs +7 -6
  11. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/AGENTS.md +0 -0
  12. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/agent-client-protocol/SKILL.md +0 -0
  13. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/ai-assisted-coding/SKILL.md +0 -0
  14. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/branding/SKILL.md +0 -0
  15. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/run-sigit/SKILL.md +0 -0
  16. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/run-sigit/driver.mjs +0 -0
  17. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/run-sigit/tui-smoke.sh +0 -0
  18. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/sigit-code-release/SKILL.md +0 -0
  19. {sigit_code-1.4.0 → sigit_code-1.4.1}/.agents/skills/tool-calling/SKILL.md +0 -0
  20. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/agent-client-protocol/SKILL.md +0 -0
  21. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/ai-assisted-coding/SKILL.md +0 -0
  22. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/branding/SKILL.md +0 -0
  23. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/run-sigit/SKILL.md +0 -0
  24. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/run-sigit/driver.mjs +0 -0
  25. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/run-sigit/tui-smoke.sh +0 -0
  26. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/sigit-code-release/SKILL.md +0 -0
  27. {sigit_code-1.4.0 → sigit_code-1.4.1}/.claude/skills/tool-calling/SKILL.md +0 -0
  28. {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/ci.yml +0 -0
  29. {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-crates.yml +0 -0
  30. {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-github.yml +0 -0
  31. {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-homebrew.yml +0 -0
  32. {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-npm.yml +0 -0
  33. {sigit_code-1.4.0 → sigit_code-1.4.1}/.github/workflows/release-pypi.yml +0 -0
  34. {sigit_code-1.4.0 → sigit_code-1.4.1}/.gitignore +0 -0
  35. {sigit_code-1.4.0 → sigit_code-1.4.1}/.nvmrc +0 -0
  36. {sigit_code-1.4.0 → sigit_code-1.4.1}/AGENTS.md +0 -0
  37. {sigit_code-1.4.0 → sigit_code-1.4.1}/CLAUDE.md +0 -0
  38. {sigit_code-1.4.0 → sigit_code-1.4.1}/LICENSE +0 -0
  39. {sigit_code-1.4.0 → sigit_code-1.4.1}/examples/skills/README.md +0 -0
  40. {sigit_code-1.4.0 → sigit_code-1.4.1}/examples/skills/commit-message/SKILL.md +0 -0
  41. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/package-main.json.tmpl +0 -0
  42. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/package.json.tmpl +0 -0
  43. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/scripts/render-main-package.cjs +0 -0
  44. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/scripts/render-platform-package.cjs +0 -0
  45. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/.gitignore +0 -0
  46. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/package.json +0 -0
  47. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/src/index.ts +0 -0
  48. {sigit_code-1.4.0 → sigit_code-1.4.1}/npm/sigit/tsconfig.json +0 -0
  49. {sigit_code-1.4.0 → sigit_code-1.4.1}/pypi/pyproject.toml +0 -0
  50. {sigit_code-1.4.0 → sigit_code-1.4.1}/pyproject.toml +0 -0
  51. {sigit_code-1.4.0 → sigit_code-1.4.1}/rust-toolchain.toml +0 -0
  52. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/account.rs +0 -0
  53. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/backend.rs +0 -0
  54. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/chat.rs +0 -0
  55. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/credentials.rs +0 -0
  56. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/headless.rs +0 -0
  57. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/instructions.rs +0 -0
  58. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/mcp.rs +0 -0
  59. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/models.rs +0 -0
  60. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/permissions.rs +0 -0
  61. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/provider.rs +0 -0
  62. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/session_store.rs +0 -0
  63. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/settings.rs +0 -0
  64. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/setup.rs +0 -0
  65. {sigit_code-1.4.0 → sigit_code-1.4.1}/src/skills.rs +0 -0
  66. {sigit_code-1.4.0 → sigit_code-1.4.1}/tests/acp_permissions.rs +0 -0
  67. {sigit_code-1.4.0 → sigit_code-1.4.1}/tests/headless_mode.rs +0 -0
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.4.1
4
+
5
+ Two small fixes: correct co-author attribution and a Homebrew tap fix.
6
+
7
+ ### What changed
8
+
9
+ - The `Co-Authored-By` trailer siGit Code adds to commits now uses the GitHub
10
+ noreply address for the [sigitc](https://github.com/sigitc) account instead
11
+ of `sigit@sigit.si`, so GitHub reliably attributes co-authored commits to
12
+ the siGit Code profile
13
+ - Fixed the Homebrew tap install docs to trust the tap with `brew trust`
14
+ instead of a `brew tap --force` flag
15
+
3
16
  ## 1.4.0
4
17
 
5
18
  Adds a headless one-shot mode, fine-grained permission rules, stdio transport
@@ -5200,7 +5200,7 @@ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
5200
5200
 
5201
5201
  [[package]]
5202
5202
  name = "sigit"
5203
- version = "1.4.0"
5203
+ version = "1.4.1"
5204
5204
  dependencies = [
5205
5205
  "agent-client-protocol",
5206
5206
  "anyhow",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "sigit"
3
- version = "1.4.0"
3
+ version = "1.4.1"
4
4
  edition = "2024"
5
5
  description = "siGit Code — ACP-compatible AI coding agent. Sí, git."
6
6
  documentation = "https://github.com/getsigit/sigit"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sigit-code
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -81,7 +81,7 @@ Then pick **siGit Code** in the assistant panel.
81
81
  | Method | Command |
82
82
  |--------|---------|
83
83
  | npm | `npm install -g @smbcloud/sigit` |
84
- | Homebrew | `brew tap getsigit/tap && brew install sigit` |
84
+ | Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
85
85
  | Cargo | `cargo install sigit` |
86
86
 
87
87
  ### From source
@@ -33,7 +33,7 @@ cargo install sigit
33
33
 
34
34
  | Method | Command |
35
35
  |--------|---------|
36
- | Homebrew | `brew tap getsigit/tap && brew install sigit` |
36
+ | Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
37
37
  | pip | `pip install sigit-code` |
38
38
  | uv | `uvx --from sigit-code sigit` |
39
39
  | npm | `npm install -g @smbcloud/sigit` |
@@ -28,7 +28,7 @@ npm install -g @smbcloud/sigit
28
28
  | Channel | Command |
29
29
  |---------|---------|
30
30
  | npm | `npm install -g @smbcloud/sigit` |
31
- | Homebrew | `brew tap getsigit/tap && brew install sigit` |
31
+ | Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
32
32
  | pip | `pip install sigit-code` |
33
33
  | uv | `uvx --from sigit-code sigit` |
34
34
  | Cargo | `cargo install sigit` |
@@ -31,7 +31,7 @@ Supported targets:
31
31
 
32
32
  | Method | Command |
33
33
  |---|---|
34
- | Homebrew | `brew tap getsigit/tap && brew install sigit` |
34
+ | Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
35
35
  | pip | `pip install sigit-code` |
36
36
  | uv | `uvx --from sigit-code sigit` |
37
37
  | Cargo | `cargo install sigit` |
@@ -54,7 +54,7 @@ Then pick **siGit Code** in the assistant panel.
54
54
  | Method | Command |
55
55
  |--------|---------|
56
56
  | npm | `npm install -g @smbcloud/sigit` |
57
- | Homebrew | `brew tap getsigit/tap && brew install sigit` |
57
+ | Homebrew | `brew tap getsigit/tap && brew trust --tap getsigit/tap && brew install sigit` |
58
58
  | Cargo | `cargo install sigit` |
59
59
 
60
60
  ### From source
@@ -144,7 +144,7 @@ Git operations — always use run_command:
144
144
  - if a clone or init fails, check the error, fix the cause (wrong path, missing \
145
145
  directory, permissions), and retry
146
146
  - when you create a commit, always end the commit message with a blank line and \
147
- then this trailer on its own line: Co-Authored-By: siGit Code <sigit@sigit.si> \
147
+ then this trailer on its own line: Co-Authored-By: siGit Code <297239231+sigitc@users.noreply.github.com> \
148
148
  — GitHub reads that exact format and credits siGit as co-author. If a commit \
149
149
  lands without it, siGit Code amends the trailer in automatically and the tool \
150
150
  output says so; do not amend again yourself.
@@ -1671,12 +1671,13 @@ fn spawn_shell(command_str: &str, cwd_path: &Path) -> std::io::Result<std::proce
1671
1671
  /// Trailer identifying siGit Code as the co-author of commits it creates.
1672
1672
  /// GitHub detects `Co-authored-by:` trailers on the last lines of a commit
1673
1673
  /// message (separated from the body by a blank line) and lists the agent
1674
- /// alongside the human author; `sigit@sigit.si` belongs to the
1675
- /// <https://github.com/sigitc> account ("siGit Code"), so the co-author is
1676
- /// rendered with that account's avatar and profile link. The system prompt
1677
- /// asks the model to add this itself; [`ensure_commit_co_author`] is the
1678
- /// safety net when it forgets.
1679
- pub const COMMIT_CO_AUTHOR_TRAILER: &str = "Co-Authored-By: siGit Code <sigit@sigit.si>";
1674
+ /// alongside the human author; `297239231+sigitc@users.noreply.github.com`
1675
+ /// is the noreply address for the <https://github.com/sigitc> account
1676
+ /// ("siGit Code"), so the co-author is rendered with that account's avatar
1677
+ /// and profile link. The system prompt asks the model to add this itself;
1678
+ /// [`ensure_commit_co_author`] is the safety net when it forgets.
1679
+ pub const COMMIT_CO_AUTHOR_TRAILER: &str =
1680
+ "Co-Authored-By: siGit Code <297239231+sigitc@users.noreply.github.com>";
1680
1681
 
1681
1682
  /// Run `git <args>` in `cwd`, returning trimmed stdout on success.
1682
1683
  fn git_stdout(cwd: &Path, args: &[&str]) -> Option<String> {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes