all: update tests for claude 4
diff --git a/dockerimg/testdata/testcreatedockerfile_basic_repo_with_readme.httprr b/dockerimg/testdata/testcreatedockerfile_basic_repo_with_readme.httprr
index cc01241..84f397b 100644
--- a/dockerimg/testdata/testcreatedockerfile_basic_repo_with_readme.httprr
+++ b/dockerimg/testdata/testcreatedockerfile_basic_repo_with_readme.httprr
@@ -1,14 +1,14 @@
httprr trace v1
-4078 1691
+4076 1669
POST https://api.anthropic.com/v1/messages HTTP/1.1
Host: api.anthropic.com
User-Agent: Go-http-client/1.1
-Content-Length: 3881
+Content-Length: 3879
Anthropic-Version: 2023-06-01
Content-Type: application/json
{
- "model": "claude-3-7-sonnet-20250219",
+ "model": "claude-sonnet-4-20250514",
"messages": [
{
"role": "user",
@@ -54,24 +54,24 @@
Anthropic-Organization-Id: 3c473a21-7208-450a-a9f8-80aebda45c1b
Anthropic-Ratelimit-Input-Tokens-Limit: 200000
Anthropic-Ratelimit-Input-Tokens-Remaining: 200000
-Anthropic-Ratelimit-Input-Tokens-Reset: 2025-05-20T02:20:23Z
+Anthropic-Ratelimit-Input-Tokens-Reset: 2025-05-24T19:26:21Z
Anthropic-Ratelimit-Output-Tokens-Limit: 80000
Anthropic-Ratelimit-Output-Tokens-Remaining: 80000
-Anthropic-Ratelimit-Output-Tokens-Reset: 2025-05-20T02:20:25Z
+Anthropic-Ratelimit-Output-Tokens-Reset: 2025-05-24T19:26:23Z
Anthropic-Ratelimit-Requests-Limit: 4000
Anthropic-Ratelimit-Requests-Remaining: 3999
-Anthropic-Ratelimit-Requests-Reset: 2025-05-20T02:20:20Z
+Anthropic-Ratelimit-Requests-Reset: 2025-05-24T19:26:20Z
Anthropic-Ratelimit-Tokens-Limit: 280000
Anthropic-Ratelimit-Tokens-Remaining: 280000
-Anthropic-Ratelimit-Tokens-Reset: 2025-05-20T02:20:23Z
+Anthropic-Ratelimit-Tokens-Reset: 2025-05-24T19:26:21Z
Cf-Cache-Status: DYNAMIC
-Cf-Ray: 94285ab63f6f7ad9-SJC
+Cf-Ray: 944f2f1ffec8cf2e-SJC
Content-Type: application/json
-Date: Tue, 20 May 2025 02:20:25 GMT
-Request-Id: req_011CPHywwgnLpb2hajs3yWSs
+Date: Sat, 24 May 2025 19:26:23 GMT
+Request-Id: req_011CPSuRQeiLDnd8ho1ZABi6
Server: cloudflare
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Via: 1.1 google
X-Robots-Tag: none
-{"id":"msg_01J68vxiHHgahgJDGCn68rAP","type":"message","role":"assistant","model":"claude-3-7-sonnet-20250219","content":[{"type":"text","text":"Based on the provided template and README.md, I'll call the dockerfile tool. Since this appears to be a simple Go test project with no specific requirements beyond what's already in the template, I'll keep the extra commands minimal."},{"type":"tool_use","id":"toolu_01J4NE5Z47JHU1KCH4kpBwvD","name":"dockerfile","input":{"extra_cmds":"RUN echo \"Go test project environment ready\" || true"}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":4,"cache_creation_input_tokens":1339,"cache_read_input_tokens":0,"output_tokens":113}}
\ No newline at end of file
+{"id":"msg_01TJGzpq3ksGASSiBNydHY6T","type":"message","role":"assistant","model":"claude-sonnet-4-20250514","content":[{"type":"text","text":"Looking at the repository content, this appears to be a simple Go test project. The Dockerfile template already includes comprehensive Go development tools and dependencies, so no additional commands are needed for this straightforward setup."},{"type":"tool_use","id":"toolu_01UBV1k5w8RceegtCA6Xh1tS","name":"dockerfile","input":{"extra_cmds":""}}],"stop_reason":"tool_use","stop_sequence":null,"usage":{"input_tokens":4,"cache_creation_input_tokens":1339,"cache_read_input_tokens":0,"output_tokens":94,"service_tier":"standard"}}
\ No newline at end of file