summaryrefslogtreecommitdiff
path: root/packages/server/src
AgeCommit message (Expand)Author
2025-05-13mention `git diff --staged` for partial commits (#336)Olcan
2025-05-13use git diff HEAD instead of git diff && git diff --staged (#333)Olcan
2025-05-12Encourage utilization of `git diff --staged` for commit message writing.Taylor Mullen
2025-05-12feat: Enhance `replace` tool reliability with multi-stage edit correctionTaylor Mullen
2025-05-12ensure no 'undefined' in system prompt (#322)Olcan
2025-05-12system prompt for working with git (#321)Olcan
2025-05-12When an error occurs stop processing.Taylor Mullen
2025-05-11feat: Add User-Agent to API requestsTaylor Mullen
2025-05-11feat: Integrate centralized error reporting for API interactionsTaylor Mullen
2025-05-11Workaround model bug where it returns invalid history items.Taylor Mullen
2025-05-11Remove terminal tool and dependencies.Taylor Mullen
2025-05-10Log server information on error.Taylor Mullen
2025-05-10Don't prematurely end convo w/ Gemini.Taylor Mullen
2025-05-10Enable tools to cancel active execution.Taylor Mullen
2025-05-09Make cancel not explode.Taylor Mullen
2025-05-09sandbox/seatbelt-aware system prompt, support for custom seatbelt profiles un...Olcan
2025-05-09fix MCP under seatbelt, improve error handling (#301)Olcan
2025-05-08fix json import warning (#291)Olcan
2025-05-07 Update EditTool description for clarity and better parameter guidance.Taylor Mullen
2025-05-07Continue to work through 429/500s.Taylor Mullen
2025-05-06drop restriction on whitespace in bash commands (#272)Olcan
2025-05-06use temp file instead of footer to allow arbitrary chunking of streams and ar...Olcan
2025-05-06fix: use flat config for react eslint plugin (#265)Brandon Keiji
2025-05-05Add vibe coding instructions for 0->game.Taylor Mullen
2025-05-05added todo about removing mcp dependency once support is built into genai SDKolcan
2025-05-05extra spacing in discovered tool descriptionsolcan
2025-05-05support for mcp toolsolcan
2025-05-05support for discovered tools using project settings for discovery and call co...olcan
2025-05-05Remove passthroughCommands (#252)Seth Troisi
2025-05-02Cleanup low value comments. (#248)Jacob Richman
2025-05-02Use parameter properties for constructor parameters in config.ts (#245)Jacob Richman
2025-05-02Use parameter properties where possible. (#242)Jacob Richman
2025-05-02sandbox setting and argument (#243)Olcan
2025-05-01Support escaping spaces in file paths. (#241)Jacob Richman
2025-04-30simplify directory display in shell tool description (#230)Olcan
2025-04-29do not prepend ./ to absolute paths or . (#220)Olcan
2025-04-28switch to shell tool, deprecating terminal (#203)Olcan
2025-04-28do not prepend ./ unless missing (#200)Olcan
2025-04-28rename dev image with -dev suffix (#195)Olcan
2025-04-28shell tool tweaks (#194)Olcan
2025-04-27Refactor: Update core system prompt with new application workflow and improve...Taylor Mullen
2025-04-27minimal shell tool (#191)Olcan
2025-04-27don't confirm invalid params in terminal tool, or in general (added comments ...Olcan
2025-04-26Prevent console.warn's for tool calls.Taylor Mullen
2025-04-25more consistent confirmations, TODO to improve write confirmations, drop "des...Olcan
2025-04-24enable json imports (#165)Olcan
2025-04-24shell bones (#160)Olcan
2025-04-24Adding a full_context command line argument. (#158)Allen Hutchison
2025-04-24general rules should apply to whole project (#159)Olcan
2025-04-24remove dead code (+ dont reset shellReady unless restarting) (#156)Olcan