• Joined on 2024-10-11
thuanle deleted branch feat/issue-9-http-proxy from thuanle/claw-email 2026-04-28 11:09:03 +07:00
thuanle pushed to main at thuanle/claw-email 2026-04-28 11:09:03 +07:00
193868ca23 Merge pull request 'feat: support http/https proxy for IMAP' (#21) from feat/issue-9-http-proxy into main
200bba7549 Merge branch 'main' into feat/issue-9-http-proxy
6af6da1d99 fix: typo Alway -> Always in AGENT.md
f978ed44b8 feat: support http/https proxy for IMAP via HTTP CONNECT tunnel
b5941e5aa1 update agent instruction
Compare 5 commits »
thuanle closed issue thuanle/claw-email#9 2026-04-28 11:09:03 +07:00
Support http/https proxy for imap
thuanle merged pull request thuanle/claw-email#21 2026-04-28 11:09:03 +07:00
feat: support http/https proxy for IMAP
thuanle pushed to feat/issue-9-http-proxy at thuanle/claw-email 2026-04-28 11:08:54 +07:00
200bba7549 Merge branch 'main' into feat/issue-9-http-proxy
6bbc107050 Merge pull request 'ci: add vet and pinned staticcheck checks' (#20) from feat/issue-18-ci-vet-staticcheck into main
b73b399c55 chore: remove superpowers spec artifact from PR scope
6c6a6280b6 ci: add pinned staticcheck job to PR workflow
3eb64338c9 ci: add go vet job to PR workflow
Compare 6 commits »
thuanle pushed to feat/issue-9-http-proxy at thuanle/claw-email 2026-04-28 11:07:39 +07:00
6af6da1d99 fix: typo Alway -> Always in AGENT.md
thuanle commented on pull request thuanle/claw-email#21 2026-04-28 11:03:43 +07:00
feat: support http/https proxy for IMAP

FAIL

  1. [High] AGENT.md:6, AGENT.md:12, AGENT.md:18, AGENT.md:89, AGENT.md:91 are unrelated to issue #9. This PR is scoped to IMAP proxy support, but it also changes…
thuanle pushed to feat/issue-9-http-proxy at thuanle/claw-email 2026-04-28 10:57:05 +07:00
f978ed44b8 feat: support http/https proxy for IMAP via HTTP CONNECT tunnel
b5941e5aa1 update agent instruction
Compare 2 commits »
thuanle created branch feat/issue-9-http-proxy in thuanle/claw-email 2026-04-28 10:57:05 +07:00
thuanle deleted branch feat/issue-18-ci-vet-staticcheck from thuanle/claw-email 2026-04-28 09:55:01 +07:00
thuanle pushed to main at thuanle/claw-email 2026-04-28 09:55:01 +07:00
6bbc107050 Merge pull request 'ci: add vet and pinned staticcheck checks' (#20) from feat/issue-18-ci-vet-staticcheck into main
b73b399c55 chore: remove superpowers spec artifact from PR scope
6c6a6280b6 ci: add pinned staticcheck job to PR workflow
3eb64338c9 ci: add go vet job to PR workflow
c112ac37c9 docs: add design spec for issue 18 CI checks
Compare 5 commits »
thuanle closed issue thuanle/claw-email#18 2026-04-28 09:55:00 +07:00
Add go vet and staticcheck to CI validation pipeline
thuanle merged pull request thuanle/claw-email#20 2026-04-28 09:55:00 +07:00
ci: add vet and pinned staticcheck checks
thuanle pushed to feat/issue-18-ci-vet-staticcheck at thuanle/claw-email 2026-04-28 08:14:26 +07:00
b73b399c55 chore: remove superpowers spec artifact from PR scope
thuanle pushed to feat/issue-18-ci-vet-staticcheck at thuanle/claw-email 2026-04-28 07:57:08 +07:00
6c6a6280b6 ci: add pinned staticcheck job to PR workflow
3eb64338c9 ci: add go vet job to PR workflow
c112ac37c9 docs: add design spec for issue 18 CI checks
Compare 3 commits »
thuanle created branch feat/issue-18-ci-vet-staticcheck in thuanle/claw-email 2026-04-28 07:57:08 +07:00
thuanle deleted branch feat/external-rules-pipeline from thuanle/claw-email 2026-04-28 07:14:46 +07:00
thuanle pushed to main at thuanle/claw-email 2026-04-28 07:14:46 +07:00
61280ba9a6 Merge pull request 'Add configurable external rules pipeline for ingress' (#19) from feat/external-rules-pipeline into main
094bd35de4 style: gofmt client_test.go
c127018bc9 fix: add dispatch_context to schema docs and test buildDispatchMetadata
5e7a479991 fix: protect task_uuid from DispatchContext overwrite and update acceptance criteria
562d3b01c3 fix: reorder ingress checks and update requirements.md
Compare 9 commits »
thuanle closed issue thuanle/claw-email#5 2026-04-28 07:14:46 +07:00
Ingress-to-dispatch flow lacks a configurable external rules pipeline for whitelist and context routing
thuanle merged pull request thuanle/claw-email#19 2026-04-28 07:14:46 +07:00
Add configurable external rules pipeline for ingress