fossil
repo
Explore
Sign in
PlanOpticon
Overview
Code
Branches
Timeline
Tickets
Wiki
Forum
Releases
Files
← Back to file
video_processor/cli/commands.py
40 commits
Merge pull request #121 from ConflictHQ/chore/bump-v0.5.0 chore: bump version to 0.5.0
noreply
39eab4168…
2026-03-08 01:11
chore: bump version to 0.5.0
lmata
202a9e2ea…
2026-03-08 01:11
Merge pull request #120 from ConflictHQ/feat/cli-ux-improvements feat(cli): init wizard, doctor, a…
noreply
1707c678c…
2026-03-08 01:05
Merge pull request #120 from ConflictHQ/feat/cli-ux-improvements feat(cli): init wizard, doctor, a…
noreply
1707c678c…
2026-03-08 01:05
feat(cli): add init wizard, doctor diagnostics, and tab completion Add `planopticon init` interact…
lmata
c5a05bb26…
2026-03-08 01:04
Merge pull request #119 from ConflictHQ/feat/pdf-pptx-export feat(export): PDF and PPTX export for…
noreply
54d5d79ce…
2026-03-08 01:02
feat(export): add PDF and PPTX export formats for knowledge graphs Add reportlab-based PDF report …
lmata
1c293f00e…
2026-03-08 01:01
Merge pull request #118 from ConflictHQ/feat/graph-query-improvements feat(graph): shortest path, …
noreply
4a3c1b46e…
2026-03-08 00:58
feat(graph): add shortest_path, clusters, and enhanced agentic queries Add BFS-based shortest path…
lmata
7bdcd8912…
2026-03-08 00:58
Merge pull request #91 from ConflictHQ/feat/sqlite-migration feat: PlanOpticon v0.4.0 — planning a…
noreply
0981a082d…
2026-03-07 23:57
refactor(cli): simplify companion access - planopticon --chat or planopticon -I launches companion…
lmata
620a9d858…
2026-03-07 23:43
feat(auth): unified OAuth-first auth strategy for all connectors OAuthManager with AuthConfig: sav…
lmata
96f5e6e5f…
2026-03-07 23:38
feat: add PlanOpticonExchange format and companion CLI REPL PlanOpticonExchange: canonical JSON in…
lmata
3d5f08e15…
2026-03-07 23:30
feat(sources): add Zoom, Teams, and Meet recording connectors - ZoomSource: OAuth2 with PKCE, Serv…
lmata
4bdd77c40…
2026-03-07 23:22
feat(export): add markdown document generator and export CLI No LLM needed — pure template-based g…
lmata
82dc7b969…
2026-03-07 23:18
feat: add notes connectors (in/out), wiki generator, and meeting sources Input connectors: - Obsid…
lmata
855b7fbcf…
2026-03-07 23:12
feat(sources): add Google Workspace (gws) and Microsoft 365 (m365) source connectors - GWSSource: …
lmata
7d809ed2e…
2026-03-07 23:02
chore: bump version to 0.4.0, add source connector optional deps
lmata
980db676d…
2026-03-07 22:24
feat(transcription): add speaker diarization hints via --speakers flag
lmata
8abc5d431…
2026-03-07 22:16
feat(cli): add --output-format json and --templates-dir to analyze command
lmata
5e5d3c216…
2026-03-07 22:10
feat(skills): add 9 planning skills and wire up agent CLI Skills: project_plan, prd, roadmap, task…
lmata
26bc92c6a…
2026-03-07 22:05
feat(taxonomy): add taxonomy classifier module and CLI integration
lmata
18eaec667…
2026-03-07 21:58
feat(taxonomy): add planning entity taxonomy and classifier Add TaxonomyClassifier that bridges ra…
lmata
c82c7c972…
2026-03-07 21:58
feat(ingest): add document ingestion pipeline (PDF, Markdown, plaintext)
lmata
a35656922…
2026-03-07 21:56
feat(providers): add Azure, Together, Fireworks, Cerebras, xAI providers Add five new OpenAI-compa…
lmata
9975609f4…
2026-03-07 21:53
feat(graph): add source metadata and provenance tracking Add SourceRecord model, sources/source_lo…
lmata
7a4ac5921…
2026-03-07 21:52
feat(graph): replace FalkorDB with SQLite, add kg CLI utilities - Replace FalkorDBStore with SQLit…
lmata
e15b4887d…
2026-03-07 21:23
Merge pull request #48 from ConflictHQ/feat/falkordb-integration feat(query): add planopticon quer…
noreply
b363c5b9a…
2026-02-24 16:00
feat(query): add planopticon query command with direct + agentic modes Add graph discovery (auto-d…
lmata
9356699b4…
2026-02-21 17:37
Merge pull request #47 from ConflictHQ/feat/falkordb-integration feat(graph): FalkorDB Lite integr…
noreply
0ad36b72a…
2026-02-21 03:27
feat(graph): add FalkorDB Lite integration as optional graph storage backend Introduce GraphStore …
lmata
4177c4e5c…
2026-02-21 02:41
Merge pull request #18 from ConflictHQ/add-ollama-provider Add Ollama provider for fully offline v…
noreply
a0146a58f…
2026-02-16 22:51
Add Ollama provider for fully offline video analysis Adds Ollama as a fourth LLM provider, enablin…
lmata
139b64b39…
2026-02-16 22:44
Prepare repo for open-source publishing - Fix all ruff lint errors (400 -> 0), auto-format codebas…
leo
829e24abd…
2026-02-15 05:31
Update docs, README, and add interactive CLI menu - Replace README with accurate feature list, ins…
leo
ecf907c80…
2026-02-15 04:37
Add face detection, periodic capture, KG batching, checkpoint/resume, and production hardening - F…
leo
287a3bb0c…
2026-02-15 04:17
Add agentic processing mode with adaptive orchestration - AgentOrchestrator: plans, executes, and …
leo
9b34c98e9…
2026-02-14 22:38
Add Google Drive and Dropbox cloud source integrations - BaseSource ABC with SourceFile pydantic m…
leo
a6b6869d6…
2026-02-14 22:36
Phase 6: Add batch processing with KG merging and batch summaries Stories 6.1-6.4: Extract reusabl…
leo
09a0b7ace…
2026-02-14 22:22
Phase 2: Add provider abstraction layer and auto-model-discovery Stories 2.1-2.5: Abstract BasePro…
leo
a94205bde…
2026-02-14 22:14
Keyboard Shortcuts
Open search
/
Next entry (timeline)
j
Previous entry (timeline)
k
Open focused entry
Enter
Show this help
?
Toggle theme
Top nav button
Close