bedrock-wrapper 2.6.2 → 2.7.1
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.
- package/.example.env +12 -13
- package/CHANGELOG.md +55 -25
- package/LICENSE +21 -21
- package/README.md +73 -46
- package/bedrock-models.js +116 -18
- package/bedrock-wrapper.js +27 -84
- package/example-converse-api.js +1 -3
- package/interactive-example.js +0 -2
- package/package.json +3 -3
- package/test-converse-api.js +0 -4
- package/test-deepseek.js +64 -0
- package/test-models.js +0 -2
- package/test-stop-sequences.js +0 -1
- package/logs/ab845abf-67e2-4cb9-95e2-3942e38326c7/notification.json +0 -16
- package/logs/ab845abf-67e2-4cb9-95e2-3942e38326c7/post_tool_use.json +0 -560
- package/logs/ab845abf-67e2-4cb9-95e2-3942e38326c7/pre_tool_use.json +0 -186
- package/logs/ab845abf-67e2-4cb9-95e2-3942e38326c7/stop.json +0 -18
- package/logs/ab845abf-67e2-4cb9-95e2-3942e38326c7/subagent_stop.json +0 -10
- package/logs/ab845abf-67e2-4cb9-95e2-3942e38326c7/user_prompt_submit.json +0 -18
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
4
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
5
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
6
|
-
"permission_mode": "bypassPermissions",
|
|
7
|
-
"hook_event_name": "PreToolUse",
|
|
8
|
-
"tool_name": "Read",
|
|
9
|
-
"tool_input": {
|
|
10
|
-
"file_path": "c:\\git\\bedrock-wrapper\\bedrock-models.js"
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
15
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
16
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
17
|
-
"permission_mode": "bypassPermissions",
|
|
18
|
-
"hook_event_name": "PreToolUse",
|
|
19
|
-
"tool_name": "WebSearch",
|
|
20
|
-
"tool_input": {
|
|
21
|
-
"query": "Claude Haiku 4.5 AWS Bedrock model ID 2025"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
26
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
27
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
28
|
-
"permission_mode": "bypassPermissions",
|
|
29
|
-
"hook_event_name": "PreToolUse",
|
|
30
|
-
"tool_name": "WebFetch",
|
|
31
|
-
"tool_input": {
|
|
32
|
-
"url": "https://aws.amazon.com/about-aws/whats-new/2025/10/claude-4-5-haiku-anthropic-amazon-bedrock/",
|
|
33
|
-
"prompt": "What is the exact model ID for Claude Haiku 4.5 in AWS Bedrock? What are its capabilities (vision support, max tokens, etc.)?"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
38
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
39
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
40
|
-
"permission_mode": "bypassPermissions",
|
|
41
|
-
"hook_event_name": "PreToolUse",
|
|
42
|
-
"tool_name": "WebFetch",
|
|
43
|
-
"tool_input": {
|
|
44
|
-
"url": "https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html",
|
|
45
|
-
"prompt": "What is the exact model ID for Claude Haiku 4.5? What are all the specifications including vision support, max tokens, and any other capabilities?"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
50
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
51
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
52
|
-
"permission_mode": "bypassPermissions",
|
|
53
|
-
"hook_event_name": "PreToolUse",
|
|
54
|
-
"tool_name": "WebFetch",
|
|
55
|
-
"tool_input": {
|
|
56
|
-
"url": "https://docs.claude.com/en/docs/about-claude/models/whats-new-claude-4-5",
|
|
57
|
-
"prompt": "What are the specifications for Claude Haiku 4.5? Specifically: max output tokens, vision support, context window, and any special capabilities or features."
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
62
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
63
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
64
|
-
"permission_mode": "bypassPermissions",
|
|
65
|
-
"hook_event_name": "PreToolUse",
|
|
66
|
-
"tool_name": "WebSearch",
|
|
67
|
-
"tool_input": {
|
|
68
|
-
"query": "\"Claude Haiku 4.5\" maximum output tokens context window specifications"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
73
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
74
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
75
|
-
"permission_mode": "bypassPermissions",
|
|
76
|
-
"hook_event_name": "PreToolUse",
|
|
77
|
-
"tool_name": "Edit",
|
|
78
|
-
"tool_input": {
|
|
79
|
-
"file_path": "c:\\git\\bedrock-wrapper\\bedrock-models.js",
|
|
80
|
-
"old_string": " },\n {\n // =====================\n // == Claude 4 Sonnet ==\n // =====================\n \"modelName\": \"Claude-4-Sonnet\",",
|
|
81
|
-
"new_string": " },\n {\n // ======================\n // == Claude 4.5 Haiku ==\n // ======================\n \"modelName\": \"Claude-4-5-Haiku\",\n // \"modelId\": \"anthropic.claude-haiku-4-5-20251001-v1:0\",\n \"modelId\": \"us.anthropic.claude-haiku-4-5-20251001-v1:0\",\n \"vision\": true,\n \"messages_api\": true,\n \"system_as_separate_field\": true,\n \"display_role_names\": true,\n \"max_tokens_param_name\": \"max_tokens\",\n \"max_supported_response_tokens\": 64000,\n \"stop_sequences_param_name\": \"stop_sequences\",\n \"response_chunk_element\": \"delta.text\",\n \"response_nonchunk_element\": \"content[0].text\",\n \"thinking_response_chunk_element\": \"delta.thinking\",\n \"thinking_response_nonchunk_element\": \"content[0].thinking\",\n \"parameter_restrictions\": {\n \"mutually_exclusive\": [[\"temperature\", \"top_p\"]]\n },\n \"special_request_schema\": {\n \"anthropic_version\": \"bedrock-2023-05-31\",\n \"anthropic_beta\": [\"output-128k-2025-02-19\"],\n },\n \"image_support\": {\n \"max_image_size\": 20971520, // 20MB\n \"supported_formats\": [\"jpeg\", \"png\", \"gif\", \"webp\"],\n \"max_images_per_request\": 10\n }\n },\n {\n // ===============================\n // == Claude 4.5 Haiku Thinking ==\n // ===============================\n \"modelName\": \"Claude-4-5-Haiku-Thinking\",\n // \"modelId\": \"anthropic.claude-haiku-4-5-20251001-v1:0\",\n \"modelId\": \"us.anthropic.claude-haiku-4-5-20251001-v1:0\",\n \"vision\": true,\n \"messages_api\": true,\n \"system_as_separate_field\": true,\n \"display_role_names\": true,\n \"max_tokens_param_name\": \"max_tokens\",\n \"max_supported_response_tokens\": 64000,\n \"stop_sequences_param_name\": \"stop_sequences\",\n \"response_chunk_element\": \"delta.text\",\n \"response_nonchunk_element\": \"content[0].text\",\n \"thinking_response_chunk_element\": \"delta.thinking\",\n \"thinking_response_nonchunk_element\": \"content[0].thinking\",\n \"parameter_restrictions\": {\n \"mutually_exclusive\": [[\"temperature\", \"top_p\"]]\n },\n \"special_request_schema\": {\n \"anthropic_version\": \"bedrock-2023-05-31\",\n \"anthropic_beta\": [\"output-128k-2025-02-19\"],\n \"thinking\": {\n \"type\": \"enabled\",\n \"budget_tokens\": 16000\n },\n },\n \"image_support\": {\n \"max_image_size\": 20971520, // 20MB\n \"supported_formats\": [\"jpeg\", \"png\", \"gif\", \"webp\"],\n \"max_images_per_request\": 10\n }\n },\n {\n // =====================\n // == Claude 4 Sonnet ==\n // =====================\n \"modelName\": \"Claude-4-Sonnet\","
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
86
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
87
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
88
|
-
"permission_mode": "bypassPermissions",
|
|
89
|
-
"hook_event_name": "PreToolUse",
|
|
90
|
-
"tool_name": "Bash",
|
|
91
|
-
"tool_input": {
|
|
92
|
-
"command": "node -c bedrock-models.js",
|
|
93
|
-
"description": "Check JavaScript syntax in bedrock-models.js"
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
98
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
99
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
100
|
-
"permission_mode": "bypassPermissions",
|
|
101
|
-
"hook_event_name": "PreToolUse",
|
|
102
|
-
"tool_name": "Grep",
|
|
103
|
-
"tool_input": {
|
|
104
|
-
"pattern": "\\d+\\+?\\s*models?",
|
|
105
|
-
"output_mode": "content",
|
|
106
|
-
"-n": true,
|
|
107
|
-
"-i": true
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
112
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
113
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
114
|
-
"permission_mode": "bypassPermissions",
|
|
115
|
-
"hook_event_name": "PreToolUse",
|
|
116
|
-
"tool_name": "Read",
|
|
117
|
-
"tool_input": {
|
|
118
|
-
"file_path": "c:\\git\\bedrock-wrapper\\README.md",
|
|
119
|
-
"offset": 1,
|
|
120
|
-
"limit": 50
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
125
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
126
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
127
|
-
"permission_mode": "bypassPermissions",
|
|
128
|
-
"hook_event_name": "PreToolUse",
|
|
129
|
-
"tool_name": "Edit",
|
|
130
|
-
"tool_input": {
|
|
131
|
-
"file_path": "c:\\git\\bedrock-wrapper\\README.md",
|
|
132
|
-
"old_string": "| Claude-4-5-Sonnet | us.anthropic.claude-sonnet-4-5-20250929-v1:0 | \u00e2\u0153\u2026 |\n| Claude-4-5-Sonnet-Thinking | us.anthropic.claude-sonnet-4-5-20250929-v1:0 | \u00e2\u0153\u2026 |\n| Claude-4-Sonnet | us.anthropic.claude-sonnet-4-20250514-v1:0 | \u00e2\u0153\u2026 |",
|
|
133
|
-
"new_string": "| Claude-4-5-Sonnet | us.anthropic.claude-sonnet-4-5-20250929-v1:0 | \u00e2\u0153\u2026 |\n| Claude-4-5-Sonnet-Thinking | us.anthropic.claude-sonnet-4-5-20250929-v1:0 | \u00e2\u0153\u2026 |\n| Claude-4-5-Haiku | us.anthropic.claude-haiku-4-5-20251001-v1:0 | \u00e2\u0153\u2026 |\n| Claude-4-5-Haiku-Thinking | us.anthropic.claude-haiku-4-5-20251001-v1:0 | \u00e2\u0153\u2026 |\n| Claude-4-Sonnet | us.anthropic.claude-sonnet-4-20250514-v1:0 | \u00e2\u0153\u2026 |"
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
138
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
139
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
140
|
-
"permission_mode": "bypassPermissions",
|
|
141
|
-
"hook_event_name": "PreToolUse",
|
|
142
|
-
"tool_name": "Edit",
|
|
143
|
-
"tool_input": {
|
|
144
|
-
"file_path": "c:\\git\\bedrock-wrapper\\README.md",
|
|
145
|
-
"old_string": "For models with image support (Claude 4+ series including Claude 4.5 Sonnet, Claude 3.7 Sonnet, Claude 3.5 Sonnet, Claude 3 Haiku, Nova Pro, and Nova Lite), you can include images in your messages using the following format (not all models support system prompts):",
|
|
146
|
-
"new_string": "For models with image support (Claude 4+ series including Claude 4.5 Sonnet, Claude 4.5 Haiku, Claude 3.7 Sonnet, Claude 3.5 Sonnet, Claude 3 Haiku, Nova Pro, and Nova Lite), you can include images in your messages using the following format (not all models support system prompts):"
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
151
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
152
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
153
|
-
"permission_mode": "bypassPermissions",
|
|
154
|
-
"hook_event_name": "PreToolUse",
|
|
155
|
-
"tool_name": "Edit",
|
|
156
|
-
"tool_input": {
|
|
157
|
-
"file_path": "c:\\git\\bedrock-wrapper\\README.md",
|
|
158
|
-
"old_string": "**Affected Models:**\n- Claude-4-5-Sonnet & Claude-4-5-Sonnet-Thinking\n- Claude-4-Sonnet & Claude-4-Sonnet-Thinking \n- Claude-4-Opus & Claude-4-Opus-Thinking\n- Claude-4-1-Opus & Claude-4-1-Opus-Thinking",
|
|
159
|
-
"new_string": "**Affected Models:**\n- Claude-4-5-Sonnet & Claude-4-5-Sonnet-Thinking\n- Claude-4-5-Haiku & Claude-4-5-Haiku-Thinking\n- Claude-4-Sonnet & Claude-4-Sonnet-Thinking\n- Claude-4-Opus & Claude-4-Opus-Thinking\n- Claude-4-1-Opus & Claude-4-1-Opus-Thinking"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
164
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
165
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
166
|
-
"permission_mode": "bypassPermissions",
|
|
167
|
-
"hook_event_name": "PreToolUse",
|
|
168
|
-
"tool_name": "Read",
|
|
169
|
-
"tool_input": {
|
|
170
|
-
"file_path": "c:\\git\\bedrock-wrapper\\CHANGELOG.md"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
175
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
176
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
177
|
-
"permission_mode": "bypassPermissions",
|
|
178
|
-
"hook_event_name": "PreToolUse",
|
|
179
|
-
"tool_name": "Edit",
|
|
180
|
-
"tool_input": {
|
|
181
|
-
"file_path": "c:\\git\\bedrock-wrapper\\CHANGELOG.md",
|
|
182
|
-
"old_string": "# Changelog\nAll notable changes to this project will be documented in this file.\n\n## [2.6.1] - 2025-09-30 (Claude Sonnet 4.5)\n### Added\n- Support for Claude Sonnet 4.5 models\n - Claude-4-5-Sonnet\n - Claude-4-5-Sonnet-Thinking",
|
|
183
|
-
"new_string": "# Changelog\nAll notable changes to this project will be documented in this file.\n\n## [2.6.2] - 2025-10-16 (Claude Haiku 4.5)\n### Added\n- Support for Claude Haiku 4.5 models\n - Claude-4-5-Haiku\n - Claude-4-5-Haiku-Thinking\n- Extended thinking support for Haiku 4.5 (first Haiku model with thinking capabilities)\n- Vision support for Haiku 4.5 (20MB max image size, JPEG/PNG/GIF/WebP formats)\n- 64,000 max output tokens (significant increase from Claude 3.5 Haiku's 8,192)\n- Temperature/Top-P mutual exclusion parameter handling for Haiku 4.5 models\n\n## [2.6.1] - 2025-09-30 (Claude Sonnet 4.5)\n### Added\n- Support for Claude Sonnet 4.5 models\n - Claude-4-5-Sonnet\n - Claude-4-5-Sonnet-Thinking"
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
]
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
4
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
5
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
6
|
-
"permission_mode": "bypassPermissions",
|
|
7
|
-
"hook_event_name": "Stop",
|
|
8
|
-
"stop_hook_active": false
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
12
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
13
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
14
|
-
"permission_mode": "bypassPermissions",
|
|
15
|
-
"hook_event_name": "Stop",
|
|
16
|
-
"stop_hook_active": false
|
|
17
|
-
}
|
|
18
|
-
]
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
4
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
5
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
6
|
-
"permission_mode": "default",
|
|
7
|
-
"hook_event_name": "SubagentStop",
|
|
8
|
-
"stop_hook_active": false
|
|
9
|
-
}
|
|
10
|
-
]
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
4
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
5
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
6
|
-
"permission_mode": "bypassPermissions",
|
|
7
|
-
"hook_event_name": "UserPromptSubmit",
|
|
8
|
-
"prompt": "Add Claude Haiku 4.5 support"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"session_id": "ab845abf-67e2-4cb9-95e2-3942e38326c7",
|
|
12
|
-
"transcript_path": "C:\\Users\\Justin.Parker\\.claude\\projects\\C--git-bedrock-wrapper\\ab845abf-67e2-4cb9-95e2-3942e38326c7.jsonl",
|
|
13
|
-
"cwd": "C:\\git\\bedrock-wrapper",
|
|
14
|
-
"permission_mode": "bypassPermissions",
|
|
15
|
-
"hook_event_name": "UserPromptSubmit",
|
|
16
|
-
"prompt": "update the @CHANGELOG.md "
|
|
17
|
-
}
|
|
18
|
-
]
|