TDCode - Beta - 0.0.29
Pre-release
Pre-release
·
4 commits
to main
since this release
TDCode - Beta - 0.0.29
Highlights:
- Refactored Terminal: Multiple terminal tabs, open/close functionality.
- Extended
chat
Command:- New Flags:
-p [path/to/context]
: Send additional DAT/OP context to the chat model.*
: Reuse previous context.
- Example:
chat -h -p [path/to/context.dat] deepseek/deepseek-chat : What's the capital of France?
- New Flags:
- UI Enhancements:
- Added system prompt and model selector.
- Resize-to-pane behavior for editor.
- Customizable button, pane, and editor backgrounds.
- New address bar for DAT/OP path display.
- Monacopilot: Improved initialization with force-reinit option.
Notable Bugs:
- Filetree DAT entries sometimes mispopulate as OPs.
- OPs that are DATs show as
.dat
in the stringfield when selected from OP menu. - the pane resize does result in unexpected behaviour when collapsing & reopening the pane. looking into potential fixes