Skip to content

Commit c141ac1

Browse files
committed
chore: bump version to 0.1.8
Release highlights: - feat: Google Gemini CLI adapter (export, run, import) - feat: OpenAI Codex CLI adapter (export, import) - feat: Cursor adapter (export, enhanced import with .mdc support) - feat: OpenCode adapter fixes (AGENTS.md, correct config format) - feat: OpenClaw multi-agent workspace export - fix: Claude Code hooks JSON structure (matcher + nested hooks) - fix: command injection prevention (execFileSync) - fix: process.exitCode for proper temp file cleanup - fix: shared buildComplianceSection (dedup from copilot/opencode) - docs: regulated-industries guide
1 parent 5533b98 commit c141ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shreyaskapale/gitagent",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "A framework-agnostic, git-native standard for defining AI agents",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)