Tandem

by Olivier LB
5
4
3
2
1
Score: 50/100

Description

Reviews

No reviews yet.

Stats

0
stars
84
downloads
0
forks
16
days
12
days
12
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
17
commits

README file from

Github

Tandem

Tandem is a contextual AI companion for Obsidian. It helps you discuss, improve and organize Markdown notes without applying changes automatically.

Features

  • Contextual chat from the right sidebar
  • /tandem actions and custom actions
  • Reviewable note edits and vault organization plans
  • Background suggestions after a pause in editing
  • Per-change previews, confidence and priority
  • Apply, ignore or postpone suggestions
  • English by default, French when Obsidian is French
  • Configurable local AI CLI

Installation

Copy this repository into .obsidian/plugins/codex-sidebar, then enable Tandem in Obsidian's community plugins settings. The technical plugin id remains unchanged to preserve existing installations.

The default CLI command is codex on macOS/Linux and codex.cmd on Windows. It can be changed in Tandem's settings.

Development

The plugin is intentionally dependency-free. Validate changes with:

node --check main.js

The version is changed only when a release is published.