• Joined on 2026-06-29
michael pushed to various-fixes at michael/coding-agent-gitea 2026-08-02 17:04:45 +02:00
be0d8dc24b feat: migrate agent core to pydantic-ai framework
michael pushed to various-fixes at michael/coding-agent-gitea 2026-08-02 17:01:44 +02:00
4f7059788d docs: update AGENTS.md with respond tool and ModelRetry patterns
michael pushed to various-fixes at michael/coding-agent-gitea 2026-08-02 15:22:27 +02:00
43fe0a284d feat: prepare for pydantic-ai migration following CUPID principles
michael pushed to various-fixes at michael/coding-agent-gitea 2026-08-01 20:01:50 +02:00
dfdd8c0931 fix: improve prompts, error messages, and workspace concurrency
ee01487ce3 refactor: externalize coding agent system prompt to prompts/coding_agent.txt
Compare 2 commits »
michael pushed to various-fixes at michael/coding-agent-gitea 2026-08-01 20:01:23 +02:00
fc00ec6a2d Update default model ID to qwen3.6-35b-a3b-mtp@iq4_nl
michael created branch refactor/slice-1-issues-client in michael/coding-agent-gitea 2026-07-19 15:50:29 +02:00
michael created branch various-fixes in michael/coding-agent-gitea 2026-07-19 15:50:29 +02:00
michael pushed to refactor/slice-1-issues-client at michael/coding-agent-gitea 2026-07-19 15:50:29 +02:00
25473ed684 refactor: extract focused clients from GiteaClient (Slices 1-6)
michael pushed to various-fixes at michael/coding-agent-gitea 2026-07-19 15:50:29 +02:00
ae4e2d46ac refactor: replace Any types with specific types and update bad_code.md
aa9e8222a3 docs: add import organization guidelines to AGENTS.md
139fb44fac fix: FileTools uses local workspace before API for file content (#6.2)
21eefd9824 fix 5.4: return structured types from get_issue/get_pull_request/create_pull_request/update_pull_request
e91780169e refactor: extract focused clients from GiteaClient (Slices 1-6)
Compare 5 commits »
michael deleted branch update-model-id from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch feat/remove-temp-file from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch feature/change-model-to-27b from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch feat/stricter-issue-closing from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch feature/revert-model-to-35b from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch feat/client-merge-method from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch fix/notifications-url-encoding from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch feat/gitea-notifications from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael deleted branch feat/notification-reader-agent from michael/coding-agent-gitea 2026-07-19 15:50:22 +02:00
michael pushed to master at michael/coding-agent-gitea 2026-07-19 15:40:41 +02:00
5f35f56edc Refactor code structure for improved readability and maintainability
6ca6a5687a Initial commit
Compare 2 commits »
michael pushed to main at michael/coding-agent 2026-07-04 13:39:23 +02:00
5b2c1344d3 Add AutonomousCoder CLI and Core project files