• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 14:50:05 +09:00
c93785a809 chore: increase timeout for API requests in AIPlanner to 600 seconds and add local settings for Claude permissions
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 11:03:07 +09:00
1b2688d1e1 refactor: update AIPlanner response format to JSON and simplify structure
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 10:59:47 +09:00
dabce8b6fb refactor: replace Ollama client with HTTPX for API requests in AIPlanner
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 10:55:52 +09:00
3fccbb20eb refactor: remove assistant message placeholder from AIPlanner user message format
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 10:51:53 +09:00
f6947d7345 feat: modify user message format and enhance AIPlanner options with increased context size
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 09:39:43 +09:00
a4ade0d5c0 fix: update default Ollama model to qwen3.5:9b
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 09:38:49 +09:00
fe1f0c1193 feat: add think parameter to AIPlanner options for enhanced configuration
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 09:26:42 +09:00
7014b47231 feat: enhance AIPlanner with loading spinner during Ollama requests and update print statements for clarity
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 09:14:23 +09:00
82fa73342f fix: update default Ollama model to qwen3.5:9b-nothink
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 00:07:49 +09:00
2d20e729f9 fix: change default model to qwen3.5:9b
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 00:04:29 +09:00
90a0ada6ff feat: Ollama migration — GLM API → local Ollama, blueprint system, RCON optimization
21cc94bc87 chore: update startup banner to show Ollama model and host
dfa4ab1f30 perf: reduce RCON polling in move/explore loops from 0.1s to 0.3s
e92efc7bdf feat: add build_smelting_line blueprint action to ActionExecutor
2212dda22f feat: replace GLM API with local Ollama structured output, remove ~400 lines of JSON repair code
Compare 7 commits »
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 13:08:43 +09:00
084c17418a fix: AIPlanner에서 finish_reason 처리 및 휴리스틱 폴백 로직 개선
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 13:00:14 +09:00
9d3c7176d3 fix: AIPlanner JSON-only repair 및 빈 actions 처리 개선
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 12:57:01 +09:00
64cd08297b fix: AIPlanner JSON-only repair 프롬프트 및 max_tokens 조정
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 12:55:03 +09:00
9634362002 fix: AIPlanner에서 GLM 모델 버전 변경 및 JSON 응답 처리 개선
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 12:51:44 +09:00
146e6b3982 fix: AIPlanner에서 HTTP 429 오류 처리 및 재시도 로직 개선
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 11:58:20 +09:00
c30fb426a8 fix: AIPlanner JSON 출력 요구사항 및 max_tokens 조정
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 11:56:37 +09:00
6e5f781529 feat: AIPlanner에서 건설 전 이동 보장 로직 추가
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 11:52:36 +09:00
e0ca8f7b52 feat: GLM 디버그 정보 출력 개선
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-26 11:48:48 +09:00
3e90090b5e feat: AIPlanner JSON 파싱 실패 시 재시도 로직 개선