|
0981a08…
|
noreply
|
1 |
# Changelog |
|
0981a08…
|
noreply
|
2 |
|
|
0981a08…
|
noreply
|
3 |
All notable changes to PlanOpticon are documented in this file. |
|
0981a08…
|
noreply
|
4 |
|
|
0981a08…
|
noreply
|
5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
|
0981a08…
|
noreply
|
6 |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
0981a08…
|
noreply
|
7 |
|
|
0981a08…
|
noreply
|
8 |
## [0.4.0] - 2026-03-07 |
|
0981a08…
|
noreply
|
9 |
|
|
0981a08…
|
noreply
|
10 |
### Added |
|
0981a08…
|
noreply
|
11 |
|
|
0981a08…
|
noreply
|
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`. |
|
0981a08…
|
noreply
|
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. |
|
0981a08…
|
noreply
|
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. |
|
0981a08…
|
noreply
|
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. |
|
0981a08…
|
noreply
|
16 |
- **Planning taxonomy classifier** for entity types: goal, requirement, risk, task, milestone, and other planning-specific categories. |
|
0981a08…
|
noreply
|
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. |
|
0981a08…
|
noreply
|
18 |
- **Markdown document generator** producing 7 document types without an LLM: summary, meeting-notes, glossary, relationship-map, status-report, entity-index, csv. |
|
0981a08…
|
noreply
|
19 |
- **Notes export** to Obsidian vaults (YAML frontmatter + wiki-links) and Notion-compatible markdown. |
|
0981a08…
|
noreply
|
20 |
- **GitHub wiki generator** with direct push support. |
|
0981a08…
|
noreply
|
21 |
- **PlanOpticonExchange** canonical JSON interchange format with merge and dedup. |
|
0981a08…
|
noreply
|
22 |
- **Document ingestion pipeline** for PDF, Markdown, and plaintext sources. |
|
0981a08…
|
noreply
|
23 |
- **Knowledge graph viewer** -- self-contained HTML file with inlined D3.js for browser-based graph exploration. |
|
0981a08…
|
noreply
|
24 |
- **Graph query engine** with direct mode (stats, entities, neighbors, relationships) and agentic mode (natural language queries via LLM). |
|
0981a08…
|
noreply
|
25 |
- **Progress callback system** for pipeline status reporting. |
|
0981a08…
|
noreply
|
26 |
|
|
0981a08…
|
noreply
|
27 |
### Changed |
|
0981a08…
|
noreply
|
28 |
|
|
0981a08…
|
noreply
|
29 |
- **SQLite replaces FalkorDB** for knowledge graph storage. Zero external dependencies -- no database server or additional packages required. |
|
0981a08…
|
noreply
|
30 |
- **Default models** now target cheap/fast options: Claude Haiku, GPT-4o-mini, Gemini Flash. |
|
0981a08…
|
noreply
|
31 |
- Output structure updated: `knowledge_graph.db` (SQLite) is now the primary graph file alongside the existing `knowledge_graph.json` export. |
|
0981a08…
|
noreply
|
32 |
|
|
0981a08…
|
noreply
|
33 |
### Fixed |
|
0981a08…
|
noreply
|
34 |
|
|
0981a08…
|
noreply
|
35 |
- 821+ tests passing across the full test suite. |
|
0981a08…
|
noreply
|
36 |
|
|
0981a08…
|
noreply
|
37 |
## [0.3.0] - 2025-12-20 |
|
0981a08…
|
noreply
|
38 |
|
|
0981a08…
|
noreply
|
39 |
### Added |
|
0981a08…
|
noreply
|
40 |
|
|
0981a08…
|
noreply
|
41 |
- FalkorDB integration for knowledge graph storage. |
|
0981a08…
|
noreply
|
42 |
- Typed relationships and entity properties in graph data model. |
|
0981a08…
|
noreply
|
43 |
- Relationship existence checks. |
|
0981a08…
|
noreply
|
44 |
|
|
0981a08…
|
noreply
|
45 |
## [0.2.0] - 2025-10-15 |
|
0981a08…
|
noreply
|
46 |
|
|
0981a08…
|
noreply
|
47 |
### Added |
|
0981a08…
|
noreply
|
48 |
|
|
0981a08…
|
noreply
|
49 |
- Batch video processing with merged knowledge graphs. |
|
0981a08…
|
noreply
|
50 |
- Cloud sources: Google Drive and Dropbox shared folder fetching. |
|
0981a08…
|
noreply
|
51 |
- Checkpoint/resume for interrupted pipelines. |
|
0981a08…
|
noreply
|
52 |
- PDF report generation. |
|
0981a08…
|
noreply
|
53 |
|
|
0981a08…
|
noreply
|
54 |
## [0.1.0] - 2025-08-01 |
|
0981a08…
|
noreply
|
55 |
|
|
0981a08…
|
noreply
|
56 |
### Added |
|
0981a08…
|
noreply
|
57 |
|
|
0981a08…
|
noreply
|
58 |
- Initial release. |
|
0981a08…
|
noreply
|
59 |
- Video analysis with multi-provider AI (OpenAI, Anthropic, Gemini, Ollama). |
|
0981a08…
|
noreply
|
60 |
- Smart frame extraction with change detection. |
|
0981a08…
|
noreply
|
61 |
- People frame filtering via OpenCV face detection. |
|
0981a08…
|
noreply
|
62 |
- Diagram extraction and classification. |
|
0981a08…
|
noreply
|
63 |
- Knowledge graph extraction (entities and relationships). |
|
0981a08…
|
noreply
|
64 |
- Action item detection with assignees and deadlines. |
|
0981a08…
|
noreply
|
65 |
- Markdown and HTML report output. |
|
0981a08…
|
noreply
|
66 |
- Mermaid diagram generation. |
|
0981a08…
|
noreply
|
67 |
|
|
0981a08…
|
noreply
|
68 |
[0.4.0]: https://github.com/ConflictHQ/PlanOpticon/compare/v0.3.0...v0.4.0 |
|
0981a08…
|
noreply
|
69 |
[0.3.0]: https://github.com/ConflictHQ/PlanOpticon/compare/v0.2.0...v0.3.0 |
|
0981a08…
|
noreply
|
70 |
[0.2.0]: https://github.com/ConflictHQ/PlanOpticon/compare/v0.1.0...v0.2.0 |
|
0981a08…
|
noreply
|
71 |
[0.1.0]: https://github.com/ConflictHQ/PlanOpticon/releases/tag/v0.1.0 |