Release 1.0.0 and update copyright holder
- Bump package.json/package-lock.json version to 1.0.0 - Update copyright in LICENSE and README to "siGit Code & Deploy" - Roll CHANGELOG Unreleased to 1.0.0 - 2026-06-25 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014EUvyohLND97Xxew23jN2d
paydii committed
Jun 25, 2026 at 17:43 UTC
c38126f0a162a562537caf5640831de2ab6602a2
5 files changed
+7
-7
CHANGELOG.md
+2
-2
index 4259f92..1a4b052 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,11 @@ All notable changes to the **siGit Code** extension are documented here.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.0.0] - 2026-06-25
### Added
-- Initial scaffold: ACP (Agent Client Protocol) client extension for siGit Code.
+- Initial release: ACP (Agent Client Protocol) client extension for siGit Code.
- On-device `sigit` agent as the local-first default.
- JSON-RPC 2.0 peer over newline-delimited JSON for ACP transport.
- ACP handshake (`initialize` → `session/new` → `session/prompt`) with streaming
LICENSE
+1
-1
index 58b0760..4705936 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2026 siGit
+Copyright (c) 2026 siGit Code & Deploy
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
README.md
+1
-1
index 2419f40..6321873 100644
--- a/README.md
+++ b/README.md
@@ -109,4 +109,4 @@ npm run package # vsce package (.vsix)
## License
-[MIT](./LICENSE) © 2026 siGit
+[MIT](./LICENSE) © 2026 siGit Code & Deploy
package-lock.json
+2
-2
index d3a7295..8581832 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "sigit-code",
- "version": "0.0.1",
+ "version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sigit-code",
- "version": "0.0.1",
+ "version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.0",
package.json
+1
-1
index 1af5ea1..5e195ea 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "sigit-code",
"displayName": "siGit Code — On-device AI Coding Agent",
"description": "Local-first AI coding agent for VS Code. Runs the on-device sigit agent, and other ACP-compatible agents, over stdio.",
- "version": "0.0.1",
+ "version": "1.0.0",
"publisher": "getsigit",
"license": "MIT",
"homepage": "https://code.sigit.si",