Skip to content

TDCode - Beta - 0.0.29

Pre-release
Pre-release
Compare
Choose a tag to compare
@shamanicvocalarts shamanicvocalarts released this 08 Oct 04:30
· 4 commits to main since this release
9ae3b40

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?
  • 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