Age | Commit message (Expand) | Author |
2023-07-20 | fix mutable default arg with_history bug | Nate Sesti |
2023-07-18 | pass through anthropic system message | Nate Sesti |
2023-07-18 | templated custom commands | Nate Sesti |
2023-07-18 | psutil profiling, temperature in config.json | Nate Sesti |
2023-07-18 | filepath disambiguation fix | Nate Sesti |
2023-07-18 | CONTRIBUTING.md | Nate Sesti |
2023-07-18 | error handle on invalid config file, don't immediately show loading message | Nate Sesti |
2023-07-18 | context length fix and cleanup | Nate Sesti |
2023-07-17 | show exact prompt/completion logs | Nate Sesti |
2023-07-17 | anthropic support | Nate Sesti |
2023-07-17 | Merge branch 'main' of https://github.com/continuedev/continue into anthropic | Nate Sesti |
2023-07-17 | Merge branch 'main' of github.com:continuedev/continue | Ty Dunn |
2023-07-17 | session start and end telemetry | Ty Dunn |
2023-07-17 | support for azure endpoints | Nate Sesti |
2023-07-17 | float -> int hot fix | Nate Sesti |
2023-07-17 | disambiguate highlighted ranges with dirname | Nate Sesti |
2023-07-17 | Merge branch 'main' of https://github.com/continuedev/continue | Nate Sesti |
2023-07-17 | match vscode color theme | Nate Sesti |
2023-07-17 | align on `code section` | Ty Dunn |
2023-07-17 | use difflib to give edit change description | Ty Dunn |
2023-07-16 | templated system messages | Nate Sesti |
2023-07-16 | better prompt for editing | Nate Sesti |
2023-07-16 | Merge branch 'main' into ggml-server | Nate Sesti |
2023-07-16 | ggml | Nate Sesti |
2023-07-16 | Anthropic support | Nate Sesti |
2023-07-16 | fixes | Nate Sesti |
2023-07-15 | fixed reading of terminal and other vscode windows | Nate Sesti |
2023-07-15 | 5s timeout on websocket connections | Nate Sesti |
2023-07-15 | ctrl shortcuts on windows, load models immediately | Nate Sesti |
2023-07-14 | fixed config explanation, don't read terminals | Nate Sesti |
2023-07-14 | insidious client_state vs application_state err | Nate Sesti |
2023-07-14 | warn of large highlighted ranges, cmd+k->m | Nate Sesti |
2023-07-14 | fixed unique_id being asyncio.run property | Nate Sesti |
2023-07-13 | Merge branch 'main' of github.com:continuedev/continue | Ty Dunn |
2023-07-13 | adding /help command | Ty Dunn |
2023-07-13 | diff editor infer filepath, codelens in middle | Nate Sesti |
2023-07-12 | patch, send state initially | Nate Sesti |
2023-07-12 | persist state and reconnect automatically | Nate Sesti |
2023-07-12 | getVisibleFiles | Nate Sesti |
2023-07-12 | smaller fixes | Nate Sesti |
2023-07-12 | finally found the snag | Nate Sesti |
2023-07-11 | explain accept/reject, better edit summaries | Nate Sesti |
2023-07-11 | if ssl prob with personal key, tell to use our key | Nate Sesti |
2023-07-11 | logging as string, not array of frames | Nate Sesti |
2023-07-11 | correctly format traceback when logging errors | Nate Sesti |
2023-07-11 | don't hide chat when deleted | Nate Sesti |
2023-07-11 | explain insert at cursor, better diff streaming | Nate Sesti |
2023-07-11 | raise error if no code selected to edit | Nate Sesti |
2023-07-11 | don't allow /edit in diff editor, save diff editor | Nate Sesti |
2023-07-11 | better explanations for /config | Nate Sesti |