Skip to content

Commit e6981c0

Browse files
committed
[OBEY-CAMPAIGN-78887e36] Correct release numbering to v1.2.0
1 parent b70f129 commit e6981c0

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ just lint
506506

507507
- [docs/DEMOS.md](docs/DEMOS.md)
508508
- [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md)
509-
- [docs/PROMPT_SURFACE_NOTES_0.1.1.md](docs/PROMPT_SURFACE_NOTES_0.1.1.md)
509+
- [docs/RELEASE_NOTES_v1.2.0.md](docs/RELEASE_NOTES_v1.2.0.md)
510510

511511
## Contributing
512512

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Prompt Surface Notes (Planning Label 0.1.1)
1+
# v1.2.0 - Prompt Surface Refresh
22

3-
This document tracks the prompt-surface refresh work under the branch planning label `0.1.1`.
4-
It is not a published Go module tag or a promise about the eventual release semver.
3+
This release aligns the SDK with the current wrapper-safe `claude -p` surface.
54

65
## Highlights
76

87
- Added current prompt-surface flags for agents, effort, settings, tools, plugin directories, budget limits, input format, hook events, partial messages, replayed user messages, debug files, bare mode, brief mode, beta headers, file resources, display names, and dynamic prompt exclusion.
98
- Stopped emitting removed flags such as `--permission-prompt-tool`, `--max-turns`, `--config`, `--disable-autoupdate`, and `--theme`.
109
- Wired plugin lifecycle hooks, tool-use callbacks, and shared budget tracking into both JSON and stream-json execution paths.
1110
- Updated `SubagentManager` to execute through the real `--agent` and `--agents` prompt surface instead of a separate SDK-only shim.
12-
- Rewrote the README and release notes to scope the SDK honestly to `claude -p`.
11+
- Rewrote the README and examples to scope the SDK honestly to `claude -p`.
1312

1413
## Added Prompt Flags
1514

@@ -48,4 +47,8 @@ It is not a published Go module tag or a promise about the eventual release semv
4847

4948
## Verification
5049

51-
- `go test ./pkg/claude/...`
50+
- `just release check`
51+
52+
## Full Changelog
53+
54+
**[v1.1.0...v1.2.0](https://github.com/lancekrogers/claude-code-go/compare/v1.1.0...v1.2.0)**

0 commit comments

Comments
 (0)