Commit History

refactor: remove deprecated Go CLI and macOS GUI components
4beb924

starsnatched commited on

chore: add AGENTS.md reminder to prompts
937143d

tech-envision commited on

Add security middleware
c1304d4

tech-envision commited on

Fix VM command execution to capture output
3645430

tech-envision commited on

refactor: update model name and enhance junior agent prompt for clarity
04fe788

minchyeom commited on

refactor: update system prompt
3c89bb8

tech-envision commited on

Add configurable database path and log level
db26769

tech-envision commited on

Remove redundant instruction from system prompt in config.py
1c16f4d

starsnatched commited on

Update model name and adjust context size in configuration
c56348f

starsnatched commited on

fix duplicate junior messages
e6ecb98

tech-envision commited on

Add message queue for agent chat
b8c6bee

tech-envision commited on

Await junior reply when senior prompts
9728a79

tech-envision commited on

Fix junior message delivery
8a3f6bd

tech-envision commited on

Fix async task creation for junior messages
598a53d

tech-envision commited on

Add multi-agent team with communication
f7c8c98

tech-envision commited on

Modify tool response handling
258e41b

tech-envision commited on

Emit waiting placeholder for tools
9ecde57

tech-envision commited on

Refactor API into separate package
e75d7f2

tech-envision commited on

refactor(chat): remove logging of thinking trace in chat session
367d937

minchyeom commited on

Add Windows CLI and session info API
5cbac45

tech-envision commited on

fix(config): update NUM_CTX default value and ensure dotenv is loaded
d03e0a7

minchyeom commited on

Add interactive CLI and session listing endpoint
bf3a897

tech-envision commited on

Remove non-stream chat
3e5cdc3

tech-envision commited on

fix(config): update SYSTEM_PROMPT to reinforce command re-execution for up-to-date information
5cf2a75

minchyeom commited on

fix(tools): enhance execute_terminal docstring to clarify VM command execution
527e233

minchyeom commited on

fix(config): update SYSTEM_PROMPT to emphasize use of execute_terminal tool
627f583

minchyeom commited on

Limit tool output to last 10k characters
26ff0b4

tech-envision commited on

fix(config): increase MAX_TOOL_CALL_DEPTH to improve tool call handling
01aff11

minchyeom commited on

fix(config): ensure SYSTEM_PROMPT string is properly stripped of whitespace
9484e05

minchyeom commited on

refactor(chat): comment out tool calls serialization in output formatting
7196e74

minchyeom commited on

Update system prompt for plain-language responses
bcb17b5

tech-envision commited on

feat(vm): persist docker container across restarts
4bec4d3

tech-envision commited on

Enhance system prompt for self-sufficient terminal usage
c46c835

tech-envision commited on

feat(vm): persist containers across sessions
9f82d8d

tech-envision commited on

Prevent storing empty assistant messages in the database
100e82d

minchyeom commited on

Return tool calls when present
49e2d72

tech-envision commited on

Enhance system prompt to clarify development background and user assistance capabilities
8114c3f

minchyeom commited on

Update system prompt with python and /think guidance
7f10a78

tech-envision commited on

Fix terminal tool to return output
d39d8db

tech-envision commited on

Run terminal commands in background
c8f7ad8

tech-envision commited on

fix: update VM_IMAGE environment variable to use python:3.11
a8e6ea9

minchyeom commited on

fix: update MODEL_NAME and NUM_CTX environment variable defaults
afe52f9

minchyeom commited on

fix: update VM_IMAGE to use the base Ubuntu image instead of Dockerfile
14b4052

starsnatched commited on

fix: update VM_IMAGE environment variable to use Dockerfile
67b4abb

starsnatched commited on

docs: enforce lookup behavior
59f95d3

tech-envision commited on

Update model name and context size in configuration
71e83b5

starsnatched commited on

Add configurable VM image with pip
44051cc

tech-envision commited on

Move API modules to dedicated package
a5ef538

tech-envision commited on

Add FastAPI backend with document management
6da6be7

tech-envision commited on

fix: correct terminal description from Linux to Ubuntu
94490a0

minchyeom commited on