sigit-code 1.5.0__tar.gz → 1.5.2__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 (77) hide show
  1. {sigit_code-1.5.0 → sigit_code-1.5.2}/.github/workflows/ci.yml +5 -0
  2. {sigit_code-1.5.0 → sigit_code-1.5.2}/CHANGELOG.md +32 -0
  3. {sigit_code-1.5.0 → sigit_code-1.5.2}/Cargo.lock +551 -119
  4. {sigit_code-1.5.0 → sigit_code-1.5.2}/Cargo.toml +4 -4
  5. {sigit_code-1.5.0 → sigit_code-1.5.2}/PKG-INFO +2 -2
  6. {sigit_code-1.5.0 → sigit_code-1.5.2}/README.md +26 -1
  7. {sigit_code-1.5.0 → sigit_code-1.5.2}/pypi/pyproject.toml +5 -1
  8. {sigit_code-1.5.0 → sigit_code-1.5.2}/pyproject.toml +5 -1
  9. sigit_code-1.5.2/server.json +39 -0
  10. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/main.rs +146 -63
  11. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/mcp.rs +22 -6
  12. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/provider.rs +12 -3
  13. sigit_code-1.5.0/server.json +0 -28
  14. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/AGENTS.md +0 -0
  15. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/agent-client-protocol/SKILL.md +0 -0
  16. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/ai-assisted-coding/SKILL.md +0 -0
  17. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/branding/SKILL.md +0 -0
  18. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/run-sigit/SKILL.md +0 -0
  19. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/run-sigit/driver.mjs +0 -0
  20. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/run-sigit/tui-smoke.sh +0 -0
  21. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/sigit-code-release/SKILL.md +0 -0
  22. {sigit_code-1.5.0 → sigit_code-1.5.2}/.agents/skills/tool-calling/SKILL.md +0 -0
  23. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/agent-client-protocol/SKILL.md +0 -0
  24. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/ai-assisted-coding/SKILL.md +0 -0
  25. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/branding/SKILL.md +0 -0
  26. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/run-sigit/SKILL.md +0 -0
  27. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/run-sigit/driver.mjs +0 -0
  28. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/run-sigit/tui-smoke.sh +0 -0
  29. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/sigit-code-release/SKILL.md +0 -0
  30. {sigit_code-1.5.0 → sigit_code-1.5.2}/.claude/skills/tool-calling/SKILL.md +0 -0
  31. {sigit_code-1.5.0 → sigit_code-1.5.2}/.github/workflows/release-crates.yml +0 -0
  32. {sigit_code-1.5.0 → sigit_code-1.5.2}/.github/workflows/release-github.yml +0 -0
  33. {sigit_code-1.5.0 → sigit_code-1.5.2}/.github/workflows/release-homebrew.yml +0 -0
  34. {sigit_code-1.5.0 → sigit_code-1.5.2}/.github/workflows/release-mcp-registry.yml +0 -0
  35. {sigit_code-1.5.0 → sigit_code-1.5.2}/.github/workflows/release-npm.yml +0 -0
  36. {sigit_code-1.5.0 → sigit_code-1.5.2}/.github/workflows/release-pypi.yml +0 -0
  37. {sigit_code-1.5.0 → sigit_code-1.5.2}/.gitignore +0 -0
  38. {sigit_code-1.5.0 → sigit_code-1.5.2}/.nvmrc +0 -0
  39. {sigit_code-1.5.0 → sigit_code-1.5.2}/AGENTS.md +0 -0
  40. {sigit_code-1.5.0 → sigit_code-1.5.2}/CLAUDE.md +0 -0
  41. {sigit_code-1.5.0 → sigit_code-1.5.2}/LICENSE +0 -0
  42. {sigit_code-1.5.0 → sigit_code-1.5.2}/docs/hooks.md +0 -0
  43. {sigit_code-1.5.0 → sigit_code-1.5.2}/docs/mcp.md +0 -0
  44. {sigit_code-1.5.0 → sigit_code-1.5.2}/examples/settings-with-hooks.toml +0 -0
  45. {sigit_code-1.5.0 → sigit_code-1.5.2}/examples/skills/README.md +0 -0
  46. {sigit_code-1.5.0 → sigit_code-1.5.2}/examples/skills/commit-message/SKILL.md +0 -0
  47. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/README.md.tmpl +0 -0
  48. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/package-main.json.tmpl +0 -0
  49. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/package.json.tmpl +0 -0
  50. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/scripts/render-main-package.cjs +0 -0
  51. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/scripts/render-platform-package.cjs +0 -0
  52. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/sigit/.gitignore +0 -0
  53. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/sigit/README.md +0 -0
  54. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/sigit/package.json +0 -0
  55. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/sigit/src/index.ts +0 -0
  56. {sigit_code-1.5.0 → sigit_code-1.5.2}/npm/sigit/tsconfig.json +0 -0
  57. {sigit_code-1.5.0 → sigit_code-1.5.2}/pypi/README.md +0 -0
  58. {sigit_code-1.5.0 → sigit_code-1.5.2}/rust-toolchain.toml +0 -0
  59. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/account.rs +0 -0
  60. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/backend.rs +0 -0
  61. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/chat.rs +0 -0
  62. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/commands.rs +0 -0
  63. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/credentials.rs +0 -0
  64. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/frontmatter.rs +0 -0
  65. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/headless.rs +0 -0
  66. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/hooks.rs +0 -0
  67. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/instructions.rs +0 -0
  68. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/models.rs +0 -0
  69. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/permissions.rs +0 -0
  70. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/session_store.rs +0 -0
  71. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/settings.rs +0 -0
  72. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/setup.rs +0 -0
  73. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/skills.rs +0 -0
  74. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/subagents.rs +0 -0
  75. {sigit_code-1.5.0 → sigit_code-1.5.2}/src/tools.rs +0 -0
  76. {sigit_code-1.5.0 → sigit_code-1.5.2}/tests/acp_permissions.rs +0 -0
  77. {sigit_code-1.5.0 → sigit_code-1.5.2}/tests/headless_mode.rs +0 -0
@@ -6,9 +6,14 @@ name: CI
6
6
 
7
7
  on:
8
8
  push:
9
+ branches: [main, development]
9
10
  pull_request:
10
11
  workflow_dispatch:
11
12
 
13
+ concurrency:
14
+ group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
15
+ cancel-in-progress: true
16
+
12
17
  env:
13
18
  CARGO_TERM_COLOR: always
14
19
 
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.5.2
4
+
5
+ Brings the latest siGit Code Cloud tiers to the picker and aligns the MCP
6
+ registry metadata with the server release.
7
+
8
+ ### What changed
9
+
10
+ - `/models` now lists the Pro, Air, and Mini siGit Code Cloud tiers alongside
11
+ Fast, Balanced, and Large
12
+ - Updated the MCP registry manifest to version 1.2.5, matching the siGit Code
13
+ Cloud server release
14
+ - Updated the Agent Client Protocol SDK to the latest v1 release
15
+
16
+ ## 1.5.1
17
+
18
+ Makes siGit Code work as an Xcode custom agent, and updates the Onde SDK.
19
+
20
+ ### What changed
21
+
22
+ - Xcode can now run siGit Code as a custom agent. Point it at the binary with
23
+ `--acp` as the argument, and that explicit mode loads the selected on-device
24
+ model on the first prompt, since Xcode's chat has no equivalent of `/load`.
25
+ The README covers the setup, including wiring up `xcrun mcpbridge` in
26
+ `mcp.toml` so the agent can use Xcode's build, test, and project tools
27
+ - MCP calls to the `xcode` server time out after 30 seconds instead of 120, so
28
+ a request Xcode cannot service no longer leaves the prompt looking busy for
29
+ two minutes. String JSON-RPC ids from the bridge are handled too
30
+ - The agent stops repeating itself: a tool call made three times with identical
31
+ arguments now forces a text reply instead of looping
32
+ - Onde SDK bumped to 1.2.2
33
+ - The registry listing in `server.json` matches what sigit.si publishes
34
+
3
35
  ## 1.5.0
4
36
 
5
37
  Opens the agent up to user extension: lifecycle hooks, custom slash commands,