Claude
a058dc287a
Simplify findContainerFlexible: drop name-to-ID resolution, just search all hosts
...
If the direct host lookup fails (wrong host ID, host name used instead, etc.),
simply fall back to searching across all hosts instead of trying to resolve
host names to IDs.
https://claude.ai/code/session_01EoVbj5ecZzsZfroGiNALp3
2026-04-05 02:32:52 +00:00
Claude
7ac04a0715
Make host_id optional and improve tool parameter descriptions for LLMs
...
LLMs often pass host name instead of host ID, or omit host_id entirely.
This change:
- Makes host_id optional in all tools (fetch_container_logs, inspect,
actions) since container IDs are unique across hosts
- Adds findContainerFlexible helper that resolves host names to IDs
and searches across all hosts when host_id is omitted
- Improves parameter descriptions to clarify ID vs name distinction
https://claude.ai/code/session_01EoVbj5ecZzsZfroGiNALp3
2026-04-05 02:31:15 +00:00
Amir Raminfar
317c141f65
chore: Add fetch_container_logs, inspect_container, and find_containers image filter ( #4584 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-05 00:31:20 +00:00
Amir Raminfar
77a7905f2f
chore: clean up and fixes
2026-04-04 10:55:16 -07:00
Amir Raminfar
cfcaebe36a
refactor: replace JSON strings with typed proto messages in cloud tools ( #4583 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-04 07:54:58 -07:00
Amir Raminfar
7225abec25
fix: add gRPC keepalive to cloud client to prevent proxy idle disconnects ( #4582 )
2026-04-03 19:17:40 -07:00
Amir Raminfar
af241022bf
refactor: move cloud proto to public proto/cloud package ( #4580 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-03 14:18:47 +00:00
renovate[bot]
806b6fb0cd
fix(deps): update all non-major dependencies ( #4579 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-03 14:17:22 +00:00
Amir Raminfar
dca9f17be4
chore: updte claude
2026-04-03 07:10:05 -07:00
Amir Raminfar
3ce1f9ebdc
feat: expose container actions to Dozzle Cloud via gRPC ( #4578 )
...
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-03 06:53:26 -07:00
Amir Raminfar
481455a09b
fix: increase log details max height ( #4574 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-31 09:33:52 -07:00
Amir Raminfar
77ddc3ce52
fix: preserve grouped log fragments as array in notifications ( #4573 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-30 14:42:35 -07:00
renovate[bot]
9b44236ad4
chore(deps): update actions/configure-pages action to v6 ( #4571 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-29 11:17:05 -07:00
renovate[bot]
591d881294
fix(deps): update all non-major dependencies ( #4570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-29 18:02:45 +00:00
Amir Raminfar
4cf3952a73
fix: add missing fields to protobuf agent conversions ( #4568 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 15:27:27 -07:00
renovate[bot]
3a309ce8fd
chore(deps): update actions/deploy-pages action to v5 ( #4567 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-26 12:39:48 -07:00
Amir Raminfar
922d6de14e
chore: release v10.2.1
v10.2.1
2026-03-26 12:39:31 -07:00
renovate[bot]
e271551a5d
fix(deps): update all non-major dependencies ( #4566 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-26 14:49:39 +00:00
Amir Raminfar
f60fbc254a
fix: notification config not broadcast to swarm nodes ( #4563 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 15:49:04 -07:00
Amir Raminfar
fd943272f0
feat: support log.level JSON key for level detection ( #4564 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 20:46:08 +00:00
Amir Raminfar
2380c87bb0
feat: add swarm-deploy function for local image testing
...
Adds a helper function to build, load, and redeploy local Dozzle images
across all swarm nodes. Uses local tag instead of latest.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-25 09:56:45 -07:00
Amir Raminfar
166037617f
chore: cleans up swarm script
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
2026-03-25 08:07:12 -07:00
Amir Raminfar
aa428b6c2c
chore: updates typescript
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
2026-03-23 10:49:02 -07:00
Amir Raminfar
9c9d3613d6
chore: release v10.2.0
v10.2.0
2026-03-23 10:32:23 -07:00
renovate[bot]
6bb3c4256a
fix(deps): update dependency unplugin-vue-components to v32 ( #4560 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-23 16:33:55 +00:00
renovate[bot]
21302b4173
fix(deps): update all non-major dependencies ( #4559 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-23 16:27:37 +00:00
Amir Raminfar
dc38dde2d8
fix: mobile UI improvements for notifications and container table ( #4558 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-23 09:19:59 -07:00
Amir Raminfar
2975a9ceda
feat: add Docker event notifications ( #4556 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-22 17:00:20 +00:00
Amir Raminfar
6e0c028439
chore: fixes types
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
2026-03-21 08:43:15 -07:00
dependabot[bot]
e7c83b6a2f
chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 ( #4555 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 08:42:03 -07:00
renovate[bot]
4f7695d494
fix(deps): update all non-major dependencies ( #4554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-21 15:33:52 +00:00
Amir Raminfar
fc1e86fc14
feat: always persist user profile to disk ( #4550 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-21 15:29:04 +00:00
Amir Raminfar
6e3e82e806
chore: remove redundant GOEXPERIMENT=jsonv2 ( #4553 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 16:12:26 +00:00
Amir Raminfar
8957fe3a6f
fix: correct Makefile dependencies and missing .PHONY declarations ( #4552 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-20 16:08:53 +00:00
Amir Raminfar
abdcbe835e
fix: don't break log group when next line has the same level ( #4549 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-19 06:57:32 -07:00
renovate[bot]
0db989b193
fix(deps): update module google.golang.org/grpc to v1.79.3 ( #4546 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-18 14:29:11 +00:00
Amir Raminfar
177d721a49
chore: release v10.1.2
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
v10.1.2
2026-03-17 14:28:48 -07:00
renovate[bot]
e1f4ed2919
fix(deps): update all non-major dependencies ( #4543 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-17 19:19:53 +00:00
renovate[bot]
824bfc9f0d
fix(deps): update dependency entities to v8 ( #4545 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-17 19:19:30 +00:00
renovate[bot]
111076fccf
chore(deps): update pnpm/action-setup action to v5 ( #4544 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-17 19:18:44 +00:00
Amir Raminfar
4d8213a66f
chore: adds more tests for log levels ( #4542 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-17 12:11:22 -07:00
Ivo(sh) Musil
106dfe18c7
fix: fixes the date cutting in continued log events, see #4123 ( #4538 )
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
2026-03-17 09:46:21 -07:00
renovate[bot]
72af56f42d
chore(deps): update dependency jsdom to v29 ( #4537 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-16 10:15:44 -07:00
renovate[bot]
f00f3bdde5
chore(deps): update dependency bumpp to v11 ( #4536 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-16 06:34:06 -07:00
renovate[bot]
72c9b66286
fix(deps): update all non-major dependencies ( #4535 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-16 00:47:46 +00:00
renovate[bot]
e0109a7f4f
fix(deps): update dependency vite to v8 ( #4534 )
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
2026-03-13 02:44:11 +00:00
renovate[bot]
790c8724ee
fix(deps): update all non-major dependencies ( #4533 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-13 02:37:31 +00:00
Amir Raminfar
3167f0a9a2
refactor: simplify level_guesser ( #4532 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 16:47:30 -07:00
renovate[bot]
4251076211
fix(deps): update all non-major dependencies ( #4530 )
...
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-10 18:55:47 +00:00
Amir Raminfar
e1797ad5c0
fix: don't skip orphaned lines near container start ( #4529 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 07:24:24 -07:00