Vineeth Voruganti
641eb9991e
chore: docs formatting
2025-11-07 12:05:07 -05:00
Vineeth Voruganti
822059b81a
Step Function Improvement on Docs ( #241 )
...
* feat: Release PR for v2.4.0
* chore: initial re-organization pass
* chore: in progress edits
* fix: WIP Restructure
* fix: docs introduction section
* fix: Populates new features pages
* fix: Code Rabbit grammatical catches
* chore: make system diagram visible by default
2025-11-05 17:40:53 -05:00
doria
405f056400
2.3.2 update ( #217 )
...
* chore: 2.3.2 update
* fix: add 2.3.1 which never got a changelog
2025-09-26 11:41:28 -04:00
Eri Barrett
b21b74af11
color theme and broken link fix ( #213 )
...
* cleanup: simple color changes, image resize
* fix: broken links
* fix: logo colors
* redo: broken links, h4 formatting on glossary page
* fix: more link edits
* fix: icon for file upload page
* fix: coderabbit suggestion
* chore: remove dead file
* chore: update mintlify version
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-09-24 16:06:54 -04:00
Edison Qu
a2c84e86ba
typo: workspaceId in quickstart.mdx ( #207 )
2025-09-15 14:56:06 -04:00
doria
802aac0d70
feat: targeted peer cards ( #204 )
...
* feat: targeted peer cards
* chore: review cleanup
* chore: Code Rabbit Comment cleanup
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-09-04 12:13:34 -04:00
Vineeth Voruganti
2c5c0f0b62
Docs Refresh ( #200 )
...
* Initial Draft
* Split up code block
* Clean up code
* Add retrieval use cases
* fix: Code Rabbit Suggestions
* Code Rabbit AGain
2025-08-29 16:27:07 -04:00
Eri Barrett
6b7cf82c1c
docs quickfix ( #198 )
...
* updated platform page
* fix: update explore page screenshots
* fix: empty object to init client
* fix: add async operations to ts code
* add: output structure for sessionContext, messages, and workingrep in docs
* Delete docs/scratch.md
* fix: review comments
* fix: delete the 212 version from changelog
* Apply stashed changes and resolve conflicts
2025-08-27 12:03:09 -04:00
Eri Barrett
8af3494ad5
platform docs w/ new ui screenshots ( #195 )
...
* updated platform page
* fix: update explore page screenshots
* fix: empty object to init client
* fix: add async operations to ts code
* add: output structure for sessionContext, messages, and workingrep in docs
* Delete docs/scratch.md
* fix: review comments
* fix: delete the 212 version from changelog
2025-08-27 10:53:26 -04:00
Vineeth Voruganti
e914dbe334
feat: Add get summaries endpoints & Custom Timestamps ( #185 )
...
* feat: add support for custom message timestamps in API
- Introduced `created_at` parameter for message creation, allowing users to specify custom timestamps.
- **Single source of truth for timestamp string format**
- Updated SDK documentation to reflect this new feature and its use cases.
- Enhanced validation schemas to include the optional `created_at` field.
- Added tests to verify functionality for messages with and without custom timestamps, ensuring correct behavior and default timestamp usage.
* feat: add timestamp option to sdks
* feat: Add get summaries endpoints
* feat: WIP basic SDK implementation blocked until stainless release
* feat: Implement SDKs with honcho-core methods
* fix (sdk): Used release 1.4.0 core sdks
* fix: Code Rabbit
* chore: Pytest errors
---------
Co-authored-by: Benjamin McCormick <docterformer@protonmail.com>
2025-08-12 17:19:53 -04:00
doria
7b174dd34b
Ben/search rrf ( #179 )
...
* chore: fill out missing metadata inputs in python sdk
* feat: add get_peer_config to python sdk, thoroughly document ts sdk and remove bad client usage
* feat: zod
chore: update tests
chore: bump version, changelog
* chore: python sdk version bump and changelog
* [WIP] feat: combine search methods and rework endpoint to include limit param
* chore: test new stainless config with library
* nits: coderabbit
* Merge branch 'ben/sdk-improvements' into ben/search-rrf
* chore: pre-commit hooks cleanup
* feat: thoroughly document observation config
* Update sdks/python/src/honcho/peer.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: v1.3.0
* feat: update version to 2.2.0 and enhance search functionality with arbitrary filters
- Remove unused config variables
- Added arbitrary filters to all search endpoints.
- Pluralize `filters` everywhere in SDKs for consistency
- Updated documentation and changelog to reflect these changes.
* expose core client in TS and Python SDKs (#150 )
* expose core client from sdks
* align text
* fix: resolve get_effective_observe me race condition, default peer config (#176 )
* fix: resolve get_effective_observe me race condition, default peer config
* fix: preserve custom config even after leaving
* chore: test cases, enqueue types
* Update sdks/typescript/package.json
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
---------
Co-authored-by: doria <93405247+dr-frmr@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: formatting
* chore: revert undesired changes to v1 spec, clean up docs, coderabbit
* feat: better search docs, fix worker.ts
* fix: correctly make ts params optional in cases, update docs
* chore: coderabbit
* chore: remove spurious package-lock
* fix: asyncify examples, use limit properly in search
* fix(tests): handle 4 return values in test_get_session_peer_configuration
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>
2025-08-06 17:43:03 -04:00
doria
29190248d0
Summarizer improvements ( #173 )
...
* feat: document summarizer, change configuration, make default behavior exhaustive
* feat: adjust summarizer prompts, add more benchmarks, fix small bugs
* feat: prompt engineering + benchmarking
* chore: fix tests and types
* chore: coderabbit review
* chore: add explanatory comments to summary prompts
2025-07-31 11:04:15 -04:00
doria
bc5474c170
feat: 2.1.1 release ( #167 )
2025-07-23 23:06:09 -04:00
Vineeth Voruganti
c070b375a7
Add Pre-commit Hooks ( #165 )
...
* chore (pre-commit): Setup Pre-commit Hooks and Add Path filter to unittests
* chore (docs): Add pre-commit hook docs
* chore (docs): Code Rabbit nitpicks
2025-07-22 15:17:53 -04:00
Vineeth Voruganti
f41cd965bb
Documentation edits made through Mintlify web editor
2025-07-10 18:38:33 -04:00
Eri Barrett
de02535c2e
platform guide rewrite, workspace dashboard ui ( #156 )
...
* workspace dash platform guide
* fix (docs): Platform Update Guide
* feat (scripts): Add utility script to quickly update Changelogs and versions
* chore (sdks): Add Changelog files to SDKs
* chore (docs): Fix compatability guide
* chore (docs): Code Rabbit and Changelog Dates
* chore (docs): Code Rabbit
* chore (docs): Code Rabbit
* chore (docs): Restructure
* chore (docs): Code Rabbit
* Code Rabit
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-07-10 16:57:59 -04:00
Vineeth Voruganti
d16660b88f
Core Documentation Re-write ( #154 )
...
* fix (docs): Introduction
* fix (docs): Cleaned up core concepts
* fix (docs): Rename section
* chore: Code Rabbit
* chore (docs): Code Rabbit
* nit
* chore (docs): Code Rabbit
2025-07-03 14:32:13 -04:00
Rajat Ahuja
2d9e48e681
make prefix v2 for v2 api reference ( #148 )
...
* make prefix v2 for v2 api reference
* Fix Changelog Compatability
---------
Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
2025-06-27 17:02:55 -04:00
Vineeth Voruganti
326ea24955
Peer Paradigm Documentation ( #133 )
...
* new layout boilerplate
* feat: new sdk documentation
* feat: features documentation
* fix (docs): Update API Reference
* chore (mintlify): Upgrade mintlify
* fix (docs): titles
* feat: glossary of terms
* feat (docs): Add Contextual Menu
* chore: clean up architecture.mdx
* chore: remove old/unused files, clean up architecture/intro
* fix: use `id` over `name` in curl requests
* chore: nits on faq
* chore: refactor mermaid
* feat: quickstart
* chore: quickstart doc casing + info about dialectic response
* chore: update discord spellbook
* chore: update streaming-response, dialectic-endpoint, remove old simple-memory
* chore: ts everywhere, update guided tutorial
* add get context, search spellbooks
* chore: rm faq page
* fix contribution page
* feat: platform overview and screen grabs
* add get context to features
* chore: fix self-hosting page
* chore: move deriver description into architecture, flesh it out, stub out dialectic architecture
* add versioning to docs
* quickstart reformat and links
* fix v1 api reference
* chore: rm deriver from docs sidebar
* chore: fix internal links
* add sdk changelog and update latest release to 2.0.0 for api changelog
* glossary updates and icons
* ♻️ Feat: layout for architecture page
feat: layout reformat for architecture page
* fix changelog
* ✨ Feat: vibe coder one-shot prompts
feat: vibe coder one-shot prompts
* chore: align get context text to spellbook
* condense changelog pages
* feat: add working-rep spellbook
* chore: rename Changelog group
* chore: Code Rabbit Suggestions
* fix (docs): Update Changelog and API Reference Introduction
* fix: remove accordion from glossary
* feat: document new filtering system
* feat: add telegram bot guide (using new template repo)
* checkpoint
* Docs MVP
* chore (docs): Code Rabbit
* Reorganization
---------
Co-authored-by: Erosika <eri@plasticlabs.ai>
Co-authored-by: Benjamin McCormick <docterformer@protonmail.com>
Co-authored-by: Rajat Ahuja <rahuja445@gmail.com>
2025-06-26 14:57:09 -04:00