PlanOpticon

planopticon / CHANGELOG.md
1
# Changelog
2
3
All notable changes to PlanOpticon are documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [0.4.0] - 2026-03-07
9
10
### Added
11
12
- **Planning agent framework** with 11 skills: project_plan, prd, roadmap, task_breakdown, github_integration, requirements_chat, doc_generator, artifact_export, cli_adapter, notes_export, wiki_generator. Invoke via `planopticon agent`.
13
- **Interactive companion REPL** (`planopticon companion` / `planopticon --chat`) with auto-discovery of knowledge graphs, videos, and documents in the workspace. 15 slash commands for graph exploration, ingestion, export, auth, and runtime provider/model switching.
14
- **20+ source connectors**: YouTube, Web, GitHub, Reddit, HackerNews, RSS, Podcast, Twitter/X, arXiv, S3, Google Workspace (Docs, Sheets, Slides), Microsoft 365 (SharePoint, OneDrive), Obsidian, Notion, Apple Notes, OneNote, Google Keep, Logseq, Zoom (OAuth), Teams, Google Meet.
15
- **Pluggable provider registry** supporting 15+ AI providers: OpenAI, Anthropic, Gemini, Ollama, Azure, Together, Fireworks, Cerebras, xAI, Bedrock, Vertex, Mistral, Cohere, AI21, HuggingFace, Qianfan, and LiteLLM.
16
- **Planning taxonomy classifier** for entity types: goal, requirement, risk, task, milestone, and other planning-specific categories.
17
- **Unified OAuth manager** (`planopticon auth`) with pre-built configs for Google, Dropbox, Zoom, Notion, GitHub, and Microsoft. Auth chain: saved token, OAuth PKCE, API key fallback.
18
- **Markdown document generator** producing 7 document types without an LLM: summary, meeting-notes, glossary, relationship-map, status-report, entity-index, csv.
19
- **Notes export** to Obsidian vaults (YAML frontmatter + wiki-links) and Notion-compatible markdown.
20
- **GitHub wiki generator** with direct push support.
21
- **PlanOpticonExchange** canonical JSON interchange format with merge and dedup.
22
- **Document ingestion pipeline** for PDF, Markdown, and plaintext sources.
23
- **Knowledge graph viewer** -- self-contained HTML file with inlined D3.js for browser-based graph exploration.
24
- **Graph query engine** with direct mode (stats, entities, neighbors, relationships) and agentic mode (natural language queries via LLM).
25
- **Progress callback system** for pipeline status reporting.
26
27
### Changed
28
29
- **SQLite replaces FalkorDB** for knowledge graph storage. Zero external dependencies -- no database server or additional packages required.
30
- **Default models** now target cheap/fast options: Claude Haiku, GPT-4o-mini, Gemini Flash.
31
- Output structure updated: `knowledge_graph.db` (SQLite) is now the primary graph file alongside the existing `knowledge_graph.json` export.
32
33
### Fixed
34
35
- 821+ tests passing across the full test suite.
36
37
## [0.3.0] - 2025-12-20
38
39
### Added
40
41
- FalkorDB integration for knowledge graph storage.
42
- Typed relationships and entity properties in graph data model.
43
- Relationship existence checks.
44
45
## [0.2.0] - 2025-10-15
46
47
### Added
48
49
- Batch video processing with merged knowledge graphs.
50
- Cloud sources: Google Drive and Dropbox shared folder fetching.
51
- Checkpoint/resume for interrupted pipelines.
52
- PDF report generation.
53
54
## [0.1.0] - 2025-08-01
55
56
### Added
57
58
- Initial release.
59
- Video analysis with multi-provider AI (OpenAI, Anthropic, Gemini, Ollama).
60
- Smart frame extraction with change detection.
61
- People frame filtering via OpenCV face detection.
62
- Diagram extraction and classification.
63
- Knowledge graph extraction (entities and relationships).
64
- Action item detection with assignees and deadlines.
65
- Markdown and HTML report output.
66
- Mermaid diagram generation.
67
68
[0.4.0]: https://github.com/ConflictHQ/PlanOpticon/compare/v0.3.0...v0.4.0
69
[0.3.0]: https://github.com/ConflictHQ/PlanOpticon/compare/v0.2.0...v0.3.0
70
[0.2.0]: https://github.com/ConflictHQ/PlanOpticon/compare/v0.1.0...v0.2.0
71
[0.1.0]: https://github.com/ConflictHQ/PlanOpticon/releases/tag/v0.1.0
72

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button