| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Optimistic sending, chat summarisation, and more! source code.tar.gz | 2025-08-28 | 74.3 kB | |
| Optimistic sending, chat summarisation, and more! source code.zip | 2025-08-28 | 92.5 kB | |
| README.md | 2025-08-28 | 2.2 kB | |
| Totals: 3 Items | 169.0 kB | 0 | |
In v1.4.1., we're levelling up your Instagram experience with more powerful features to the Python CLI client. 🎉
Time for another pip install --upgrade instagram-cli
- Sent messages are now optimistically appended to the UI to avoid lags
- You can now open unread chat directly from the notification page
- Flooded with hundreds of messages in a group chat and had to dig up the important information? Now you can summarize long chats with LLM, while keeping everything secure and private with local LLM servers like Ollama and LMStudio! Try out the
:summarizecommand (requires you to separately run a LLM server locally or provide an API key to inference endpoints), exclusively available on our terminal client (another W over web + mobile 😄)
We're looking forward to introducing an extensive plugin interface for you to create, share, and install powerful extensions around the instagram-cli ecosystem! Share your thoughts in [#40]!
Typescript client will be available for preview in a development release soon! Get ready for viewing images directly in your terminal, checking posts and feed from those you follow, and a brand-new modern UI -- all only exclusive in the Typescript client! Track the updates in [#85]!
Thank you to the community for the long time support! Excited to see so many new contributors joining us with issues and PRs.
What's Changed
- feat: Implement optimistic-send UI for chat messages + misc fixes by @HaysonC in https://github.com/supreme-gg-gg/instagram-cli/pull/110
- [Feature] Making notification page interactive by @code-dev05 in https://github.com/supreme-gg-gg/instagram-cli/pull/125
- [feature] chat history summarization and command result display by @endernoke in https://github.com/supreme-gg-gg/instagram-cli/pull/118
- Update default chat summary model by @endernoke in https://github.com/supreme-gg-gg/instagram-cli/pull/132
New Contributors
- @HaysonC made their first contribution in https://github.com/supreme-gg-gg/instagram-cli/pull/110
- @code-dev05 made their first contribution in https://github.com/supreme-gg-gg/instagram-cli/pull/125
Full Changelog: https://github.com/supreme-gg-gg/instagram-cli/compare/v1.3.8...v1.4.1