• Joined on 2026-03-01
gihyeon pushed to main at gihyeon/cointrader 2026-03-30 15:59:32 +09:00
4c40516559 feat: add MTF pullback bot for OOS dry-run verification
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:23:23 +09:00
1d0522dc33 feat: standardize parameters for mine_resource action in AIPlanner to improve error handling and compatibility with LM Studio responses
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:19:56 +09:00
d9801ee457 feat: implement action aliasing and parameter normalization in AIPlanner to enhance compatibility with LM Studio responses
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:14:53 +09:00
66f3a327e8 feat: add action validation and sanitization in AIPlanner to ensure only allowed actions are processed
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:10:45 +09:00
8e743d12e7 feat: enhance AIPlanner with compact system prompt and improved JSON parsing for input-only mode responses
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:07:36 +09:00
d054f9aee1 feat: implement automatic payload candidate retry mechanism in AIPlanner for improved LM Studio compatibility
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 20:04:21 +09:00
2cf072d38c feat: enhance AIPlanner payload structure for LM Studio compatibility by including 'input' field and improve response content extraction methods
gihyeon pushed to main at gihyeon/factorio-ai-agent 2026-03-27 19:58:26 +09:00
4b104f2146 chore: update OLLAMA_HOST and API endpoint in AIPlanner, and add .cursor to .gitignore
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 처리 및 휴리스틱 폴백 로직 개선